Skip to content

Commit

Permalink
Merge pull request #605 from Carreau/ptnn
Browse files Browse the repository at this point in the history
Reexport parse_notifier_name to not break API
  • Loading branch information
Carreau committed Aug 28, 2020
2 parents 6509668 + 1820c14 commit 3293530
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions traitlets/traitlets.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,23 +63,24 @@
# exports:

__all__ = [
'default',
'validate',
'observe',
'observe_compat',
'link',
'directional_link',
'dlink',
'Undefined',
'All',
'NoDefaultSpecified',
'TraitError',
'HasDescriptors',
'HasTraits',
'MetaHasDescriptors',
'MetaHasTraits',
'BaseDescriptor',
'TraitType',
"default",
"validate",
"observe",
"observe_compat",
"link",
"directional_link",
"dlink",
"Undefined",
"All",
"NoDefaultSpecified",
"TraitError",
"HasDescriptors",
"HasTraits",
"MetaHasDescriptors",
"MetaHasTraits",
"BaseDescriptor",
"TraitType",
"parse_notifier_name",
]

# any TraitType subclass (that doesn't start with _) will be added automatically
Expand Down

0 comments on commit 3293530

Please sign in to comment.