Skip to content

dotted-path: access types defined in namespace or embedded types by dot-separator #11

@wenchy

Description

@wenchy

Refer Python packages and modules: https://docs.python.org/3/reference/import.html#packages

All modules have a name. Subpackage names are separated from their parent package name by a dot, akin to Python’s standard attribute access syntax. Thus you might have a package called email, which in turn has a subpackage called email.mime and a module within that subpackage called email.mime.text.

Hierarchical layout

  • types defined in namespace
  • embedded messages or enums

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions