pkg.EntryPoint
¶
pkg.EntryPoint
describes an entry point for a XBRL Taxonomy or XML Schema package. EntryPoints are collections of URIs which together specify all necessary documents (pkg.EntryPoint.entrypoint_uris()
) for a specific use case. Usually they are specified by the original author of the XBRL Taxonomy or XML Schema.
- class pkg.EntryPoint¶
Methods¶
- pkg.EntryPoint.description()¶
Returns the description of the entry point.
- pkg.EntryPoint.dqc_available()¶
Returns True if DQC rules for this
pkg.EntryPoint
are available, False otherwise.
- pkg.EntryPoint.entrypoint_uris()¶
Returns an iterator over the XML document URIs comprising the entry point.
- pkg.EntryPoint.json_entrypoint_uris()¶
Returns an iterator over the JSON document URIs comprising the entry point.
- pkg.EntryPoint.name()¶
Returns the name of the entry point.
- pkg.EntryPoint.requires_x64()¶
Returns True if this
pkg.EntryPoint
requires a 64-bit version of the application to execute successfully, False otherwise.
- pkg.EntryPoint.version()¶
Returns the version of the entry point.
Special methods¶
__eq__, __ge__, __gt__, __le__, __lt__, __ne__