Python
latest
  • API Reference
Python
  • Docs »
  • <no title>
  • Edit on GitHub

  • API Reference
    • conf
      • Module Contents
        • master_doc
        • extensions
        • autoapi_type
        • autoapi_dirs
        • SUFFIX
        • html_static_path
        • using_rtd_theme
        • theme
        • websupport2_base_url
        • context
        • html_context
        • project_language
        • language_user
        • latex_engine_user
        • latex_elements_user
        • latex_use_xindy
        • chinese
        • japanese
        • latex_engine
    • setup
      • Module Contents
        • flit_data
        • metadata
    • conftest
    • wtypes
      • Subpackages
        • wtypes.widgets
          • Submodules
            • wtypes.widgets.ipywidgets
      • Submodules
        • wtypes.base
          • Module Contents
            • __version__
            • ValidationError
            • _Implementation
              • validate_type
              • validate_object
            • istype
            • _NoTitle
            • _NoInit
            • _ContextMeta
              • _context
              • _type
              • _schema
              • _merge_args
              • _merge_context
              • _merge_annotations
              • _merge_schema
              • _merge_types
              • __matmul__
              • validate
              • __instancecheck__
              • create
              • __add__
              • __neg__
              • __pos__
              • __and__
              • __sub__
              • __or__
            • _SchemaMeta
              • _schema
              • __neg__
              • __pos__
              • __and__
              • __sub__
              • __or__
              • validate
            • _ConstType
              • __getitem__
            • _ContainerType
              • __getitem__
            • _python_to_wtype
            • _get_schema_from_typeish
            • _lower_key
            • _object_to_webtype
            • _construct_title
            • Trait
              • _schema
              • _context
              • _resolve_defaults
            • get_jawn
            • Description
            • Examples
            • Default
            • Title
            • Const
            • Bool
            • Null
            • _NumericSchema
              • __rgt__
              • __rge__
              • __rlt__
              • __rle__
              • __ge__
              • __gt__
              • __le__
              • __lt__
              • __truediv__
            • Integer
            • Float
            • MultipleOf
            • Minimum
            • ExclusiveMinimum
            • Maximum
            • ExclusiveMaximum
            • Properties
            • _ObjectSchema
              • __getitem__
            • _Object
              • __init_subclass__
              • from_config_file
            • Dict
              • __setitem__
              • update
            • Bunch
            • AdditionalProperties
            • Required
            • minProperties
            • maxProperties
            • PropertyNames
            • Dependencies
            • PatternProperties
            • _StringSchema
              • __mod__
              • __gt__
              • __lt__
            • String
            • MinLength
            • MaxLength
            • ContentMediaType
            • Pattern
            • Format
            • _ListSchema
              • __getitem__
              • __gt__
              • __lt__
            • List
              • _verify_item
              • __setitem__
              • append
              • insert
              • extend
              • pop
            • Unique
            • Tuple
            • UniqueItems
            • Contains
            • Items
            • AdditionalItems
            • MinItems
            • MaxItems
            • Enum
            • ContentEncoding
            • If
            • Then
            • Else
        • wtypes.combining_types
          • Module Contents
            • _NotType
              • validate
              • __getitem__
            • Not
            • _AnyOfType
              • validate
              • __getitem__
            • AnyOf
            • _AllOfType
              • validate
              • __getitem__
            • AllOf
            • _OneOfType
              • validate
              • __getitem__
            • OneOf
        • wtypes.content_types
          • Module Contents
            • _Content
              • _repr_data_
              • _repr_metadata_
              • _repr_mimebundle_
            • TextPlain
            • TextMarkdown
            • TextHtml
        • wtypes.dataclass
          • Module Contents
            • Setter
              • __setattr__
            • DataClass
              • __init_subclass__
        • wtypes.evented
          • Module Contents
            • spec
              • dlink
              • link
            • get_jawn
            • set_jawn
            • spec_impl
              • __enter__
              • __exit__
            • wtypes_impl
              • dlink
            • Link
              • _registered_parents
              • _registered_links
              • _registered_id
              • _deferred_changed
              • _deferred_prior
              • _depth
              • _display_id
              • __enter__
              • __exit__
              • link
              • dlink
              • observe
              • _propagate
              • _update_display
              • _ipython_display_
              • _repr_mimebundle_
            • _EventedObject
            • _EventedDict
              • _link_parent
              • __setitem__
              • update
            • _EventedDataClass
              • _link_parent
              • __setattr__
            • _EventedList
              • _link_parent
              • __exit__
              • __setitem__
              • append
              • insert
              • extend
              • pop
              • observe
            • List
            • Bunch
            • Dict
            • DataClass
            • Namespace
              • _repr_mimebundle_
              • register
              • unregister
        • wtypes.examples
          • Module Contents
            • generate_strategy_from_object
            • generate_strategy_from_type
            • generate_example
            • example
        • wtypes.python_types
          • Module Contents
            • _NoType
            • _ForwardSchema
              • _type_args
              • _type_kwargs
              • __getitem__
              • validate
              • eval
              • __add__
            • _ArgumentSchema
              • __getitem__
            • Args
            • Kwargs
            • Forward
            • Class
              • validate
            • Instance
              • validate
        • wtypes.rdf
        • wtypes.spec
          • Module Contents
            • specification
            • implementation
            • manager
            • spec
              • validate_type
              • validate_object
        • wtypes.string_formats
          • Module Contents
            • Color
            • Datetime
            • Time
            • Date
            • Email
            • Idnemail
            • Hostname
            • Idnhostname
            • Ipv4
            • Ipv6
            • Uri
              • get
              • post
              • _httpx_method
            • Urireference
            • Iri
            • Irireference
            • Uritemplate
              • expand
              • URITemplate
            • Jsonpointer
              • resolve_pointer
            • Relativejsonpointer
            • Regex
        • wtypes.utils
          • Module Contents
            • istype
            • validate_schema
            • validate_generic
      • Package Contents
        • __version__
        • specification
        • implementation
        • manager
        • spec
          • validate_type
          • validate_object
        • istype
        • validate_schema
        • validate_generic
        • ValidationError
        • _Implementation
          • validate_type
          • validate_object
        • _NoTitle
        • _NoInit
        • _ContextMeta
          • _context
          • _type
          • _schema
          • _merge_args
          • _merge_context
          • _merge_annotations
          • _merge_schema
          • _merge_types
          • __matmul__
          • validate
          • __instancecheck__
          • create
          • __add__
          • __neg__
          • __pos__
          • __and__
          • __sub__
          • __or__
        • _SchemaMeta
          • _schema
          • __neg__
          • __pos__
          • __and__
          • __sub__
          • __or__
          • validate
        • _ConstType
          • __getitem__
        • _ContainerType
          • __getitem__
        • _python_to_wtype
        • _get_schema_from_typeish
        • _lower_key
        • _object_to_webtype
        • _construct_title
        • Trait
          • _schema
          • _context
          • _resolve_defaults
        • get_jawn
        • Description
        • Examples
        • Default
        • Title
        • Const
        • Bool
        • Null
        • _NumericSchema
          • __rgt__
          • __rge__
          • __rlt__
          • __rle__
          • __ge__
          • __gt__
          • __le__
          • __lt__
          • __truediv__
        • Integer
        • Float
        • MultipleOf
        • Minimum
        • ExclusiveMinimum
        • Maximum
        • ExclusiveMaximum
        • Properties
        • _ObjectSchema
          • __getitem__
        • _Object
          • __init_subclass__
          • from_config_file
        • Dict
          • __setitem__
          • update
        • Bunch
        • AdditionalProperties
        • Required
        • minProperties
        • maxProperties
        • PropertyNames
        • Dependencies
        • PatternProperties
        • _StringSchema
          • __mod__
          • __gt__
          • __lt__
        • String
        • MinLength
        • MaxLength
        • ContentMediaType
        • Pattern
        • Format
        • _ListSchema
          • __getitem__
          • __gt__
          • __lt__
        • List
          • _verify_item
          • __setitem__
          • append
          • insert
          • extend
          • pop
        • Unique
        • Tuple
        • UniqueItems
        • Contains
        • Items
        • AdditionalItems
        • MinItems
        • MaxItems
        • Enum
        • ContentEncoding
        • If
        • Then
        • Else
        • _NotType
          • validate
          • __getitem__
        • Not
        • _AnyOfType
          • validate
          • __getitem__
        • AnyOf
        • _AllOfType
          • validate
          • __getitem__
        • AllOf
        • _OneOfType
          • validate
          • __getitem__
        • OneOf
        • Setter
          • __setattr__
        • DataClass
          • __init_subclass__
        • _NoType
        • _ForwardSchema
          • _type_args
          • _type_kwargs
          • __getitem__
          • validate
          • eval
          • __add__
        • _ArgumentSchema
          • __getitem__
        • Args
        • Kwargs
        • Forward
        • Class
          • validate
        • Instance
          • validate
        • Color
        • Datetime
        • Time
        • Date
        • Email
        • Idnemail
        • Hostname
        • Idnhostname
        • Ipv4
        • Ipv6
        • Uri
          • get
          • post
          • _httpx_method
        • Urireference
        • Iri
        • Irireference
        • Uritemplate
          • expand
          • URITemplate
        • Jsonpointer
          • resolve_pointer
        • Relativejsonpointer
        • Regex
      • simpleTypes

© Copyright Revision 15af71f1.

Built with Sphinx using a theme provided by Read the Docs.