known_types property

known_types property

Gets an unordered set (that is, a collection of unique items) containing Type objects which fully or partially qualified names can be used within document templates processed by this assembler instance to invoke the corresponding types’ static members, perform type casts, etc.

Definition:

@property
def known_types(self):
    ...

See Also