{ "response": [ { "zoneinfo.InvalidTZPathWarning": [ "BaseException", "Exception", "RuntimeWarning", "Warning", "object" ] }, { "zoneinfo.ZoneInfo": [ "datetime.tzinfo", "object" ] }, { "zoneinfo.ZoneInfoNotFoundError": [ "BaseException", "Exception", "KeyError", "LookupError", "object" ] }, { "zoneinfo._IOBytes": [ "object", "typing.Generic", "typing.Protocol" ] }, { "zlib._Compress": [ "object" ] }, { "zlib._Decompress": [ "object" ] }, { "zlib.error": [ "BaseException", "Exception", "object" ] }, { "zipp.CompleteDirs": [ "object", "zipfile.ZipFile" ] }, { "zipp.FastLookup": [ "object", "zipfile.ZipFile", "zipp.CompleteDirs" ] }, { "zipp.Path": [ "object" ] }, { "zipimport.ZipImportError": [ "BaseException", "Exception", "ImportError", "object" ] }, { "zipimport.zipimporter": [ "object" ] }, { "zipfile.BadZipFile": [ "BaseException", "Exception", "object" ] }, { "zipfile.LargeZipFile": [ "BaseException", "Exception", "object" ] }, { "zipfile.Path": [ "object" ] }, { "zipfile.PyZipFile": [ "object", "zipfile.ZipFile" ] }, { "zipfile.ZipExtFile": [ "io.BufferedIOBase", "io.IOBase", "object" ] }, { "zipfile.ZipFile": [ "object" ] }, { "zipfile.ZipInfo": [ "object" ] }, { "zipfile._Writer": [ "object", "typing.Generic", "typing.Protocol" ] }, { "zipapp.ZipAppError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "yappi.StatString": [ "object" ] }, { "yappi.YChildFuncStat": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "yappi.YFuncStat", "yappi.YStat" ] }, { "yappi.YChildFuncStats": [ "object", "yappi.YStats", "yappi.YStatsIndexable" ] }, { "yappi.YFuncStat": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "yappi.YStat" ] }, { "yappi.YFuncStats": [ "object", "yappi.YStats", "yappi.YStatsIndexable" ] }, { "yappi.YGreenletStat": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "yappi.YStat" ] }, { "yappi.YGreenletStats": [ "object", "yappi.YStats", "yappi._YContextStats" ] }, { "yappi.YStat": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "yappi.YStats": [ "object" ] }, { "yappi.YStatsIndexable": [ "object", "yappi.YStats" ] }, { "yappi.YThreadStat": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "yappi.YStat" ] }, { "yappi.YThreadStats": [ "object", "yappi.YStats", "yappi._YContextStats" ] }, { "yappi.YappiError": [ "BaseException", "Exception", "object" ] }, { "yappi._YContextStats": [ "object", "yappi.YStats" ] }, { "yappi.convert2pstats._PStatHolder": [ "object" ] }, { "yaml.tokens.AliasToken": [ "object", "yaml.tokens.Token" ] }, { "yaml.tokens.AnchorToken": [ "object", "yaml.tokens.Token" ] }, { "yaml.tokens.BlockEndToken": [ "object", "yaml.tokens.Token" ] }, { "yaml.tokens.BlockEntryToken": [ "object", "yaml.tokens.Token" ] }, { "yaml.tokens.BlockMappingStartToken": [ "object", "yaml.tokens.Token" ] }, { "yaml.tokens.BlockSequenceStartToken": [ "object", "yaml.tokens.Token" ] }, { "yaml.tokens.DirectiveToken": [ "object", "yaml.tokens.Token" ] }, { "yaml.tokens.DocumentEndToken": [ "object", "yaml.tokens.Token" ] }, { "yaml.tokens.DocumentStartToken": [ "object", "yaml.tokens.Token" ] }, { "yaml.tokens.FlowEntryToken": [ "object", "yaml.tokens.Token" ] }, { "yaml.tokens.FlowMappingEndToken": [ "object", "yaml.tokens.Token" ] }, { "yaml.tokens.FlowMappingStartToken": [ "object", "yaml.tokens.Token" ] }, { "yaml.tokens.FlowSequenceEndToken": [ "object", "yaml.tokens.Token" ] }, { "yaml.tokens.FlowSequenceStartToken": [ "object", "yaml.tokens.Token" ] }, { "yaml.tokens.KeyToken": [ "object", "yaml.tokens.Token" ] }, { "yaml.tokens.ScalarToken": [ "object", "yaml.tokens.Token" ] }, { "yaml.tokens.StreamEndToken": [ "object", "yaml.tokens.Token" ] }, { "yaml.tokens.StreamStartToken": [ "object", "yaml.tokens.Token" ] }, { "yaml.tokens.TagToken": [ "object", "yaml.tokens.Token" ] }, { "yaml.tokens.Token": [ "object" ] }, { "yaml.tokens.ValueToken": [ "object", "yaml.tokens.Token" ] }, { "yaml.serializer.Serializer": [ "object" ] }, { "yaml.serializer.SerializerError": [ "BaseException", "Exception", "object", "yaml.error.YAMLError" ] }, { "yaml.scanner.Scanner": [ "object" ] }, { "yaml.scanner.ScannerError": [ "BaseException", "Exception", "object", "yaml.error.MarkedYAMLError", "yaml.error.YAMLError" ] }, { "yaml.scanner.SimpleKey": [ "object" ] }, { "yaml.resolver.BaseResolver": [ "object" ] }, { "yaml.resolver.Resolver": [ "object", "yaml.resolver.BaseResolver" ] }, { "yaml.resolver.ResolverError": [ "BaseException", "Exception", "object", "yaml.error.YAMLError" ] }, { "yaml.representer.BaseRepresenter": [ "object" ] }, { "yaml.representer.Representer": [ "object", "yaml.representer.BaseRepresenter", "yaml.representer.SafeRepresenter" ] }, { "yaml.representer.RepresenterError": [ "BaseException", "Exception", "object", "yaml.error.YAMLError" ] }, { "yaml.representer.SafeRepresenter": [ "object", "yaml.representer.BaseRepresenter" ] }, { "yaml.reader.Reader": [ "object" ] }, { "yaml.reader.ReaderError": [ "BaseException", "Exception", "object", "yaml.error.YAMLError" ] }, { "yaml.parser.Parser": [ "object" ] }, { "yaml.parser.ParserError": [ "BaseException", "Exception", "object", "yaml.error.MarkedYAMLError", "yaml.error.YAMLError" ] }, { "yaml.nodes.CollectionNode": [ "object", "yaml.nodes.Node" ] }, { "yaml.nodes.MappingNode": [ "object", "yaml.nodes.CollectionNode", "yaml.nodes.Node" ] }, { "yaml.nodes.Node": [ "object" ] }, { "yaml.nodes.ScalarNode": [ "object", "yaml.nodes.Node" ] }, { "yaml.nodes.SequenceNode": [ "object", "yaml.nodes.CollectionNode", "yaml.nodes.Node" ] }, { "yaml.loader.BaseLoader": [ "object", "yaml.composer.Composer", "yaml.constructor.BaseConstructor", "yaml.parser.Parser", "yaml.reader.Reader", "yaml.resolver.BaseResolver", "yaml.scanner.Scanner" ] }, { "yaml.loader.FullLoader": [ "object", "yaml.composer.Composer", "yaml.constructor.BaseConstructor", "yaml.constructor.FullConstructor", "yaml.constructor.SafeConstructor", "yaml.parser.Parser", "yaml.reader.Reader", "yaml.resolver.BaseResolver", "yaml.resolver.Resolver", "yaml.scanner.Scanner" ] }, { "yaml.loader.Loader": [ "object", "yaml.composer.Composer", "yaml.constructor.BaseConstructor", "yaml.constructor.Constructor", "yaml.constructor.SafeConstructor", "yaml.parser.Parser", "yaml.reader.Reader", "yaml.resolver.BaseResolver", "yaml.resolver.Resolver", "yaml.scanner.Scanner" ] }, { "yaml.loader.SafeLoader": [ "object", "yaml.composer.Composer", "yaml.constructor.BaseConstructor", "yaml.constructor.SafeConstructor", "yaml.parser.Parser", "yaml.reader.Reader", "yaml.resolver.BaseResolver", "yaml.resolver.Resolver", "yaml.scanner.Scanner" ] }, { "yaml.events.AliasEvent": [ "object", "yaml.events.Event", "yaml.events.NodeEvent" ] }, { "yaml.events.CollectionEndEvent": [ "object", "yaml.events.Event" ] }, { "yaml.events.CollectionStartEvent": [ "object", "yaml.events.Event", "yaml.events.NodeEvent" ] }, { "yaml.events.DocumentEndEvent": [ "object", "yaml.events.Event" ] }, { "yaml.events.DocumentStartEvent": [ "object", "yaml.events.Event" ] }, { "yaml.events.Event": [ "object" ] }, { "yaml.events.MappingEndEvent": [ "object", "yaml.events.CollectionEndEvent", "yaml.events.Event" ] }, { "yaml.events.MappingStartEvent": [ "object", "yaml.events.CollectionStartEvent", "yaml.events.Event", "yaml.events.NodeEvent" ] }, { "yaml.events.NodeEvent": [ "object", "yaml.events.Event" ] }, { "yaml.events.ScalarEvent": [ "object", "yaml.events.Event", "yaml.events.NodeEvent" ] }, { "yaml.events.SequenceEndEvent": [ "object", "yaml.events.CollectionEndEvent", "yaml.events.Event" ] }, { "yaml.events.SequenceStartEvent": [ "object", "yaml.events.CollectionStartEvent", "yaml.events.Event", "yaml.events.NodeEvent" ] }, { "yaml.events.StreamEndEvent": [ "object", "yaml.events.Event" ] }, { "yaml.events.StreamStartEvent": [ "object", "yaml.events.Event" ] }, { "yaml.error.Mark": [ "object" ] }, { "yaml.error.MarkedYAMLError": [ "BaseException", "Exception", "object", "yaml.error.YAMLError" ] }, { "yaml.error.YAMLError": [ "BaseException", "Exception", "object" ] }, { "yaml.emitter.Emitter": [ "object" ] }, { "yaml.emitter.EmitterError": [ "BaseException", "Exception", "object", "yaml.error.YAMLError" ] }, { "yaml.emitter.ScalarAnalysis": [ "object" ] }, { "yaml.dumper.BaseDumper": [ "object", "yaml.emitter.Emitter", "yaml.representer.BaseRepresenter", "yaml.resolver.BaseResolver", "yaml.serializer.Serializer" ] }, { "yaml.dumper.Dumper": [ "object", "yaml.emitter.Emitter", "yaml.representer.BaseRepresenter", "yaml.representer.Representer", "yaml.representer.SafeRepresenter", "yaml.resolver.BaseResolver", "yaml.resolver.Resolver", "yaml.serializer.Serializer" ] }, { "yaml.dumper.SafeDumper": [ "object", "yaml.emitter.Emitter", "yaml.representer.BaseRepresenter", "yaml.representer.SafeRepresenter", "yaml.resolver.BaseResolver", "yaml.resolver.Resolver", "yaml.serializer.Serializer" ] }, { "yaml.cyaml.CBaseDumper": [ "object", "yaml.cyaml.CEmitter", "yaml.representer.BaseRepresenter", "yaml.resolver.BaseResolver" ] }, { "yaml.cyaml.CBaseLoader": [ "object", "yaml.constructor.BaseConstructor", "yaml.cyaml.CParser", "yaml.resolver.BaseResolver" ] }, { "yaml.cyaml.CDangerDumper": [ "object", "yaml.cyaml.CEmitter", "yaml.representer.BaseRepresenter", "yaml.representer.Representer", "yaml.representer.SafeRepresenter", "yaml.resolver.BaseResolver", "yaml.resolver.Resolver", "yaml.serializer.Serializer" ] }, { "yaml.cyaml.CDangerLoader": [ "object", "yaml.constructor.BaseConstructor", "yaml.constructor.Constructor", "yaml.constructor.SafeConstructor", "yaml.cyaml.CParser", "yaml.resolver.BaseResolver", "yaml.resolver.Resolver" ] }, { "yaml.cyaml.CDumper": [ "object", "yaml.cyaml.CEmitter", "yaml.representer.BaseRepresenter", "yaml.representer.SafeRepresenter", "yaml.resolver.BaseResolver", "yaml.resolver.Resolver" ] }, { "yaml.cyaml.CEmitter": [ "object" ] }, { "yaml.cyaml.CLoader": [ "object", "yaml.constructor.BaseConstructor", "yaml.constructor.SafeConstructor", "yaml.cyaml.CParser", "yaml.resolver.BaseResolver", "yaml.resolver.Resolver" ] }, { "yaml.cyaml.CParser": [ "object" ] }, { "yaml.cyaml.CSafeLoader": [ "object", "yaml.constructor.BaseConstructor", "yaml.constructor.SafeConstructor", "yaml.cyaml.CParser", "yaml.resolver.BaseResolver", "yaml.resolver.Resolver" ] }, { "yaml.constructor.BaseConstructor": [ "object" ] }, { "yaml.constructor.Constructor": [ "object", "yaml.constructor.BaseConstructor", "yaml.constructor.SafeConstructor" ] }, { "yaml.constructor.ConstructorError": [ "BaseException", "Exception", "object", "yaml.error.MarkedYAMLError", "yaml.error.YAMLError" ] }, { "yaml.constructor.FullConstructor": [ "object", "yaml.constructor.BaseConstructor", "yaml.constructor.SafeConstructor" ] }, { "yaml.constructor.SafeConstructor": [ "object", "yaml.constructor.BaseConstructor" ] }, { "yaml.composer.Composer": [ "object" ] }, { "yaml.composer.ComposerError": [ "BaseException", "Exception", "object", "yaml.error.MarkedYAMLError", "yaml.error.YAMLError" ] }, { "yaml.YAMLObject": [ "object" ] }, { "yaml.YAMLObjectMetaclass": [ "object", "type", "typing.Generic" ] }, { "xxlimited.Null": [ "object" ] }, { "xxlimited.Str": [ "object" ] }, { "xxlimited.Xxo": [ "object" ] }, { "xxlimited.error": [ "object" ] }, { "xxhash._IntDigestHash": [ "hashlib._Hash", "object" ] }, { "xxhash.xxh32": [ "hashlib._Hash", "object", "xxhash._IntDigestHash" ] }, { "xxhash.xxh3_128": [ "hashlib._Hash", "object", "xxhash._IntDigestHash" ] }, { "xxhash.xxh3_64": [ "hashlib._Hash", "object", "xxhash._IntDigestHash" ] }, { "xxhash.xxh64": [ "hashlib._Hash", "object", "xxhash._IntDigestHash" ] }, { "xmlschema.xpath.ElementPathMixin": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "xmlschema.xpath.XMLSchemaContext": [ "elementpath.xpath_context.XPathContext", "elementpath.xpath_context.XPathSchemaContext", "object" ] }, { "xmlschema.xpath.XMLSchemaProxy": [ "elementpath.schema_proxy.AbstractSchemaProxy", "object" ] }, { "xmlschema.xpath.XPathElement": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence", "xmlschema.xpath.ElementPathMixin" ] }, { "xmlschema.validators.xsdbase.ValidationMixin": [ "object" ] }, { "xmlschema.validators.xsdbase.XsdAnnotation": [ "object", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.xsdbase.XsdComponent": [ "object", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.xsdbase.XsdType": [ "object", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.xsdbase.XsdValidator": [ "object" ] }, { "xmlschema.validators.wildcards.Xsd11AnyAttribute": [ "object", "xmlschema.validators.wildcards.XsdAnyAttribute", "xmlschema.validators.wildcards.XsdWildcard", "xmlschema.validators.xsdbase.ValidationMixin", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.wildcards.Xsd11AnyElement": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence", "xmlschema.validators.particles.ParticleMixin", "xmlschema.validators.wildcards.XsdAnyElement", "xmlschema.validators.wildcards.XsdWildcard", "xmlschema.validators.xsdbase.ValidationMixin", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdValidator", "xmlschema.xpath.ElementPathMixin" ] }, { "xmlschema.validators.wildcards.XsdAnyAttribute": [ "object", "xmlschema.validators.wildcards.XsdWildcard", "xmlschema.validators.xsdbase.ValidationMixin", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.wildcards.XsdAnyElement": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence", "xmlschema.validators.particles.ParticleMixin", "xmlschema.validators.wildcards.XsdWildcard", "xmlschema.validators.xsdbase.ValidationMixin", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdValidator", "xmlschema.xpath.ElementPathMixin" ] }, { "xmlschema.validators.wildcards.XsdDefaultOpenContent": [ "object", "xmlschema.validators.wildcards.XsdOpenContent", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.wildcards.XsdOpenContent": [ "object", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.wildcards.XsdWildcard": [ "object", "xmlschema.validators.xsdbase.ValidationMixin", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.simple_types.Xsd11AtomicRestriction": [ "object", "xmlschema.validators.simple_types.XsdAtomic", "xmlschema.validators.simple_types.XsdAtomicRestriction", "xmlschema.validators.simple_types.XsdSimpleType", "xmlschema.validators.xsdbase.ValidationMixin", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdType", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.simple_types.Xsd11Union": [ "object", "xmlschema.validators.simple_types.XsdSimpleType", "xmlschema.validators.simple_types.XsdUnion", "xmlschema.validators.xsdbase.ValidationMixin", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdType", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.simple_types.XsdAtomic": [ "object", "xmlschema.validators.simple_types.XsdSimpleType", "xmlschema.validators.xsdbase.ValidationMixin", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdType", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.simple_types.XsdAtomicBuiltin": [ "object", "xmlschema.validators.simple_types.XsdAtomic", "xmlschema.validators.simple_types.XsdSimpleType", "xmlschema.validators.xsdbase.ValidationMixin", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdType", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.simple_types.XsdAtomicRestriction": [ "object", "xmlschema.validators.simple_types.XsdAtomic", "xmlschema.validators.simple_types.XsdSimpleType", "xmlschema.validators.xsdbase.ValidationMixin", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdType", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.simple_types.XsdList": [ "object", "xmlschema.validators.simple_types.XsdSimpleType", "xmlschema.validators.xsdbase.ValidationMixin", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdType", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.simple_types.XsdSimpleType": [ "object", "xmlschema.validators.xsdbase.ValidationMixin", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdType", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.simple_types.XsdUnion": [ "object", "xmlschema.validators.simple_types.XsdSimpleType", "xmlschema.validators.xsdbase.ValidationMixin", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdType", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.schema.XMLSchema10": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence", "xmlschema.validators.schema.XMLSchemaBase", "xmlschema.validators.xsdbase.ValidationMixin", "xmlschema.validators.xsdbase.XsdValidator", "xmlschema.xpath.ElementPathMixin" ] }, { "xmlschema.validators.schema.XMLSchema11": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence", "xmlschema.validators.schema.XMLSchemaBase", "xmlschema.validators.xsdbase.ValidationMixin", "xmlschema.validators.xsdbase.XsdValidator", "xmlschema.xpath.ElementPathMixin" ] }, { "xmlschema.validators.schema.XMLSchemaBase": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence", "xmlschema.validators.xsdbase.ValidationMixin", "xmlschema.validators.xsdbase.XsdValidator", "xmlschema.xpath.ElementPathMixin" ] }, { "xmlschema.validators.schema.XMLSchemaMeta": [ "abc.ABCMeta", "object", "type", "typing.Generic" ] }, { "xmlschema.validators.particles.ModelGroup": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence", "xmlschema.validators.particles.ParticleMixin" ] }, { "xmlschema.validators.particles.ParticleMixin": [ "object" ] }, { "xmlschema.validators.notations.XsdNotation": [ "object", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.models.ModelVisitor": [ "object" ] }, { "xmlschema.validators.models.OccursCounter": [ "object" ] }, { "xmlschema.validators.identities.IdentityCounter": [ "object" ] }, { "xmlschema.validators.identities.IdentityXPathContext": [ "elementpath.xpath_context.XPathContext", "object" ] }, { "xmlschema.validators.identities.IdentityXPathParser": [ "elementpath.tdop.Parser", "elementpath.xpath1.xpath1_parser.XPath1Parser", "elementpath.xpath2.xpath2_parser.XPath2Parser", "object" ] }, { "xmlschema.validators.identities.KeyrefCounter": [ "object", "xmlschema.validators.identities.IdentityCounter" ] }, { "xmlschema.validators.identities.Xsd11Key": [ "object", "xmlschema.validators.identities.XsdIdentity", "xmlschema.validators.identities.XsdKey", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.identities.Xsd11Keyref": [ "object", "xmlschema.validators.identities.XsdIdentity", "xmlschema.validators.identities.XsdKeyref", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.identities.Xsd11Unique": [ "object", "xmlschema.validators.identities.XsdIdentity", "xmlschema.validators.identities.XsdUnique", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.identities.XsdFieldSelector": [ "object", "xmlschema.validators.identities.XsdSelector", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.identities.XsdIdentity": [ "object", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.identities.XsdKey": [ "object", "xmlschema.validators.identities.XsdIdentity", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.identities.XsdKeyref": [ "object", "xmlschema.validators.identities.XsdIdentity", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.identities.XsdSelector": [ "object", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.identities.XsdUnique": [ "object", "xmlschema.validators.identities.XsdIdentity", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.groups.Xsd11Group": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence", "xmlschema.validators.groups.XsdGroup", "xmlschema.validators.particles.ModelGroup", "xmlschema.validators.particles.ParticleMixin", "xmlschema.validators.xsdbase.ValidationMixin", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.groups.XsdGroup": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence", "xmlschema.validators.particles.ModelGroup", "xmlschema.validators.particles.ParticleMixin", "xmlschema.validators.xsdbase.ValidationMixin", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.global_maps.XsdGlobals": [ "object", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.facets.XsdAssertionFacet": [ "object", "xmlschema.validators.facets.XsdFacet", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.facets.XsdAssertionXPathParser": [ "elementpath.tdop.Parser", "elementpath.xpath1.xpath1_parser.XPath1Parser", "elementpath.xpath2.xpath2_parser.XPath2Parser", "object" ] }, { "xmlschema.validators.facets.XsdEnumerationFacets": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence", "xmlschema.validators.facets.XsdFacet", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.facets.XsdExplicitTimezoneFacet": [ "object", "xmlschema.validators.facets.XsdFacet", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.facets.XsdFacet": [ "object", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.facets.XsdFractionDigitsFacet": [ "object", "xmlschema.validators.facets.XsdFacet", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.facets.XsdLengthFacet": [ "object", "xmlschema.validators.facets.XsdFacet", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.facets.XsdMaxExclusiveFacet": [ "object", "xmlschema.validators.facets.XsdFacet", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.facets.XsdMaxInclusiveFacet": [ "object", "xmlschema.validators.facets.XsdFacet", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.facets.XsdMaxLengthFacet": [ "object", "xmlschema.validators.facets.XsdFacet", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.facets.XsdMinExclusiveFacet": [ "object", "xmlschema.validators.facets.XsdFacet", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.facets.XsdMinInclusiveFacet": [ "object", "xmlschema.validators.facets.XsdFacet", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.facets.XsdMinLengthFacet": [ "object", "xmlschema.validators.facets.XsdFacet", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.facets.XsdPatternFacets": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence", "xmlschema.validators.facets.XsdFacet", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.facets.XsdTotalDigitsFacet": [ "object", "xmlschema.validators.facets.XsdFacet", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.facets.XsdWhiteSpaceFacet": [ "object", "xmlschema.validators.facets.XsdFacet", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.exceptions.XMLSchemaChildrenValidationError": [ "BaseException", "Exception", "ValueError", "object", "xmlschema.exceptions.XMLSchemaException", "xmlschema.validators.exceptions.XMLSchemaValidationError", "xmlschema.validators.exceptions.XMLSchemaValidatorError" ] }, { "xmlschema.validators.exceptions.XMLSchemaDecodeError": [ "BaseException", "Exception", "ValueError", "object", "xmlschema.exceptions.XMLSchemaException", "xmlschema.validators.exceptions.XMLSchemaValidationError", "xmlschema.validators.exceptions.XMLSchemaValidatorError" ] }, { "xmlschema.validators.exceptions.XMLSchemaEncodeError": [ "BaseException", "Exception", "ValueError", "object", "xmlschema.exceptions.XMLSchemaException", "xmlschema.validators.exceptions.XMLSchemaValidationError", "xmlschema.validators.exceptions.XMLSchemaValidatorError" ] }, { "xmlschema.validators.exceptions.XMLSchemaImportWarning": [ "BaseException", "Exception", "Warning", "object", "xmlschema.exceptions.XMLSchemaWarning" ] }, { "xmlschema.validators.exceptions.XMLSchemaIncludeWarning": [ "BaseException", "Exception", "Warning", "object", "xmlschema.exceptions.XMLSchemaWarning" ] }, { "xmlschema.validators.exceptions.XMLSchemaModelDepthError": [ "BaseException", "Exception", "ValueError", "object", "xmlschema.exceptions.XMLSchemaException", "xmlschema.validators.exceptions.XMLSchemaModelError", "xmlschema.validators.exceptions.XMLSchemaValidatorError" ] }, { "xmlschema.validators.exceptions.XMLSchemaModelError": [ "BaseException", "Exception", "ValueError", "object", "xmlschema.exceptions.XMLSchemaException", "xmlschema.validators.exceptions.XMLSchemaValidatorError" ] }, { "xmlschema.validators.exceptions.XMLSchemaNotBuiltError": [ "BaseException", "Exception", "RuntimeError", "object", "xmlschema.exceptions.XMLSchemaException", "xmlschema.validators.exceptions.XMLSchemaValidatorError" ] }, { "xmlschema.validators.exceptions.XMLSchemaParseError": [ "BaseException", "Exception", "SyntaxError", "object", "xmlschema.exceptions.XMLSchemaException", "xmlschema.validators.exceptions.XMLSchemaValidatorError" ] }, { "xmlschema.validators.exceptions.XMLSchemaTypeTableWarning": [ "BaseException", "Exception", "Warning", "object", "xmlschema.exceptions.XMLSchemaWarning" ] }, { "xmlschema.validators.exceptions.XMLSchemaValidationError": [ "BaseException", "Exception", "ValueError", "object", "xmlschema.exceptions.XMLSchemaException", "xmlschema.validators.exceptions.XMLSchemaValidatorError" ] }, { "xmlschema.validators.exceptions.XMLSchemaValidatorError": [ "BaseException", "Exception", "object", "xmlschema.exceptions.XMLSchemaException" ] }, { "xmlschema.validators.elements.Xsd11Element": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence", "xmlschema.validators.elements.XsdElement", "xmlschema.validators.particles.ParticleMixin", "xmlschema.validators.xsdbase.ValidationMixin", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdValidator", "xmlschema.xpath.ElementPathMixin" ] }, { "xmlschema.validators.elements.XsdAlternative": [ "object", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.elements.XsdElement": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence", "xmlschema.validators.particles.ParticleMixin", "xmlschema.validators.xsdbase.ValidationMixin", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdValidator", "xmlschema.xpath.ElementPathMixin" ] }, { "xmlschema.validators.complex_types.Xsd11ComplexType": [ "object", "xmlschema.validators.complex_types.XsdComplexType", "xmlschema.validators.xsdbase.ValidationMixin", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdType", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.complex_types.XsdComplexType": [ "object", "xmlschema.validators.xsdbase.ValidationMixin", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdType", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.attributes.Xsd11Attribute": [ "object", "xmlschema.validators.attributes.XsdAttribute", "xmlschema.validators.xsdbase.ValidationMixin", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.attributes.XsdAttribute": [ "object", "xmlschema.validators.xsdbase.ValidationMixin", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.attributes.XsdAttributeGroup": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "xmlschema.validators.xsdbase.ValidationMixin", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdValidator" ] }, { "xmlschema.validators.assertions.XsdAssert": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence", "xmlschema.validators.xsdbase.XsdComponent", "xmlschema.validators.xsdbase.XsdValidator", "xmlschema.xpath.ElementPathMixin" ] }, { "xmlschema.testing.observers.ObservedXMLSchema10": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence", "xmlschema.validators.schema.XMLSchema10", "xmlschema.validators.schema.XMLSchemaBase", "xmlschema.validators.xsdbase.ValidationMixin", "xmlschema.validators.xsdbase.XsdValidator", "xmlschema.xpath.ElementPathMixin" ] }, { "xmlschema.testing.observers.ObservedXMLSchema11": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence", "xmlschema.validators.schema.XMLSchema11", "xmlschema.validators.schema.XMLSchemaBase", "xmlschema.validators.xsdbase.ValidationMixin", "xmlschema.validators.xsdbase.XsdValidator", "xmlschema.xpath.ElementPathMixin" ] }, { "xmlschema.testing.observers.SchemaObserver": [ "object" ] }, { "xmlschema.testing.observers.SchemaObserver.observed_builder.BuilderProxy": [ "object" ] }, { "xmlschema.testing.case_class.XsdValidatorTestCase": [ "object", "unittest.case.TestCase" ] }, { "xmlschema.testing.builders.make_schema_test_class.TestSchema": [ "object", "unittest.case.TestCase", "xmlschema.testing.case_class.XsdValidatorTestCase" ] }, { "xmlschema.testing.builders.make_validation_test_class.TestValidator": [ "object", "unittest.case.TestCase", "xmlschema.testing.case_class.XsdValidatorTestCase" ] }, { "xmlschema.resources.LazySelector": [ "object" ] }, { "xmlschema.resources.LazyXPath2Parser": [ "elementpath.tdop.Parser", "elementpath.xpath1.xpath1_parser.XPath1Parser", "elementpath.xpath2.xpath2_parser.XPath2Parser", "object" ] }, { "xmlschema.resources.XMLResource": [ "object" ] }, { "xmlschema.resources._PosixPurePath": [ "_PathLike", "object", "pathlib.PurePath", "pathlib.PurePosixPath", "typing.Generic", "typing.Protocol", "xmlschema.resources._PurePath" ] }, { "xmlschema.resources._PurePath": [ "_PathLike", "object", "pathlib.PurePath", "typing.Generic", "typing.Protocol" ] }, { "xmlschema.resources._WindowsPurePath": [ "_PathLike", "object", "pathlib.PurePath", "pathlib.PureWindowsPath", "typing.Generic", "typing.Protocol", "xmlschema.resources._PurePath" ] }, { "xmlschema.namespaces.NamespaceMapper": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "xmlschema.namespaces.NamespaceResourcesMap": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "xmlschema.namespaces.NamespaceView": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "xmlschema.extras.wsdl.SoapBody": [ "object", "xmlschema.extras.wsdl.SoapParameter", "xmlschema.extras.wsdl.WsdlComponent" ] }, { "xmlschema.extras.wsdl.SoapFault": [ "object", "xmlschema.extras.wsdl.SoapParameter", "xmlschema.extras.wsdl.WsdlComponent" ] }, { "xmlschema.extras.wsdl.SoapHeader": [ "object", "xmlschema.extras.wsdl.SoapParameter", "xmlschema.extras.wsdl.WsdlComponent", "xmlschema.extras.wsdl.WsdlMessageReference" ] }, { "xmlschema.extras.wsdl.SoapHeaderFault": [ "object", "xmlschema.extras.wsdl.SoapHeader", "xmlschema.extras.wsdl.SoapParameter", "xmlschema.extras.wsdl.WsdlComponent", "xmlschema.extras.wsdl.WsdlMessageReference" ] }, { "xmlschema.extras.wsdl.SoapParameter": [ "object", "xmlschema.extras.wsdl.WsdlComponent" ] }, { "xmlschema.extras.wsdl.Wsdl11Document": [ "object", "xmlschema.documents.XmlDocument", "xmlschema.resources.XMLResource" ] }, { "xmlschema.extras.wsdl.Wsdl11Maps": [ "object" ] }, { "xmlschema.extras.wsdl.WsdlBinding": [ "object", "xmlschema.extras.wsdl.WsdlComponent" ] }, { "xmlschema.extras.wsdl.WsdlComponent": [ "object" ] }, { "xmlschema.extras.wsdl.WsdlFault": [ "object", "xmlschema.extras.wsdl.WsdlComponent", "xmlschema.extras.wsdl.WsdlMessageReference" ] }, { "xmlschema.extras.wsdl.WsdlInput": [ "object", "xmlschema.extras.wsdl.WsdlComponent", "xmlschema.extras.wsdl.WsdlMessageReference" ] }, { "xmlschema.extras.wsdl.WsdlMessage": [ "object", "xmlschema.extras.wsdl.WsdlComponent" ] }, { "xmlschema.extras.wsdl.WsdlMessageReference": [ "object", "xmlschema.extras.wsdl.WsdlComponent" ] }, { "xmlschema.extras.wsdl.WsdlOperation": [ "object", "xmlschema.extras.wsdl.WsdlComponent" ] }, { "xmlschema.extras.wsdl.WsdlOutput": [ "object", "xmlschema.extras.wsdl.WsdlComponent", "xmlschema.extras.wsdl.WsdlMessageReference" ] }, { "xmlschema.extras.wsdl.WsdlParseError": [ "BaseException", "Exception", "SyntaxError", "object", "xmlschema.exceptions.XMLSchemaException" ] }, { "xmlschema.extras.wsdl.WsdlPort": [ "object", "xmlschema.extras.wsdl.WsdlComponent" ] }, { "xmlschema.extras.wsdl.WsdlPortType": [ "object", "xmlschema.extras.wsdl.WsdlComponent" ] }, { "xmlschema.extras.wsdl.WsdlService": [ "object", "xmlschema.extras.wsdl.WsdlComponent" ] }, { "xmlschema.extras.codegen.AbstractGenerator": [ "abc.ABC", "object" ] }, { "xmlschema.extras.codegen.GeneratorMeta": [ "abc.ABCMeta", "object", "type", "typing.Generic" ] }, { "xmlschema.extras.codegen.PythonGenerator": [ "abc.ABC", "object", "xmlschema.extras.codegen.AbstractGenerator" ] }, { "xmlschema.exceptions.XMLResourceError": [ "BaseException", "Exception", "OSError", "object", "xmlschema.exceptions.XMLSchemaException" ] }, { "xmlschema.exceptions.XMLSchemaAttributeError": [ "AttributeError", "BaseException", "Exception", "object", "xmlschema.exceptions.XMLSchemaException" ] }, { "xmlschema.exceptions.XMLSchemaException": [ "BaseException", "Exception", "object" ] }, { "xmlschema.exceptions.XMLSchemaKeyError": [ "BaseException", "Exception", "KeyError", "LookupError", "object", "xmlschema.exceptions.XMLSchemaException" ] }, { "xmlschema.exceptions.XMLSchemaNamespaceError": [ "BaseException", "Exception", "RuntimeError", "object", "xmlschema.exceptions.XMLSchemaException" ] }, { "xmlschema.exceptions.XMLSchemaOSError": [ "BaseException", "Exception", "OSError", "object", "xmlschema.exceptions.XMLSchemaException" ] }, { "xmlschema.exceptions.XMLSchemaTypeError": [ "BaseException", "Exception", "TypeError", "object", "xmlschema.exceptions.XMLSchemaException" ] }, { "xmlschema.exceptions.XMLSchemaValueError": [ "BaseException", "Exception", "ValueError", "object", "xmlschema.exceptions.XMLSchemaException" ] }, { "xmlschema.exceptions.XMLSchemaWarning": [ "BaseException", "Exception", "Warning", "object" ] }, { "xmlschema.etree.SafeXMLParser": [ "object" ] }, { "xmlschema.documents.XmlDocument": [ "object", "xmlschema.resources.XMLResource" ] }, { "xmlschema.documents.get_lazy_json_encoder.JSONLazyEncoder": [ "json.encoder.JSONEncoder", "object" ] }, { "xmlschema.dataobjects.DataBindingConverter": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "xmlschema.converters.default.XMLSchemaConverter", "xmlschema.dataobjects.DataElementConverter", "xmlschema.namespaces.NamespaceMapper" ] }, { "xmlschema.dataobjects.DataBindingMeta": [ "abc.ABCMeta", "object", "type", "typing.Generic" ] }, { "xmlschema.dataobjects.DataElement": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "xmlschema.dataobjects.DataElementConverter": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "xmlschema.converters.default.XMLSchemaConverter", "xmlschema.namespaces.NamespaceMapper" ] }, { "xmlschema.converters.unordered.UnorderedConverter": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "xmlschema.converters.default.XMLSchemaConverter", "xmlschema.namespaces.NamespaceMapper" ] }, { "xmlschema.converters.parker.ParkerConverter": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "xmlschema.converters.default.XMLSchemaConverter", "xmlschema.namespaces.NamespaceMapper" ] }, { "xmlschema.converters.jsonml.JsonMLConverter": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "xmlschema.converters.default.XMLSchemaConverter", "xmlschema.namespaces.NamespaceMapper" ] }, { "xmlschema.converters.default.ElementData": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "xmlschema.converters.default.XMLSchemaConverter": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "xmlschema.namespaces.NamespaceMapper" ] }, { "xmlschema.converters.columnar.ColumnarConverter": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "xmlschema.converters.default.XMLSchemaConverter", "xmlschema.namespaces.NamespaceMapper" ] }, { "xmlschema.converters.badgerfish.BadgerFishConverter": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "xmlschema.converters.default.XMLSchemaConverter", "xmlschema.namespaces.NamespaceMapper" ] }, { "xmlschema.converters.abdera.AbderaConverter": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "xmlschema.converters.default.XMLSchemaConverter", "xmlschema.namespaces.NamespaceMapper" ] }, { "xmlrpc.server.CGIXMLRPCRequestHandler": [ "object", "xmlrpc.server.SimpleXMLRPCDispatcher" ] }, { "xmlrpc.server.DocCGIXMLRPCRequestHandler": [ "object", "xmlrpc.server.CGIXMLRPCRequestHandler", "xmlrpc.server.SimpleXMLRPCDispatcher", "xmlrpc.server.XMLRPCDocGenerator" ] }, { "xmlrpc.server.DocXMLRPCRequestHandler": [ "http.server.BaseHTTPRequestHandler", "object", "socketserver.BaseRequestHandler", "socketserver.StreamRequestHandler", "xmlrpc.server.SimpleXMLRPCRequestHandler" ] }, { "xmlrpc.server.DocXMLRPCServer": [ "object", "socketserver.BaseServer", "socketserver.TCPServer", "xmlrpc.server.SimpleXMLRPCDispatcher", "xmlrpc.server.SimpleXMLRPCServer", "xmlrpc.server.XMLRPCDocGenerator" ] }, { "xmlrpc.server.MultiPathXMLRPCServer": [ "object", "socketserver.BaseServer", "socketserver.TCPServer", "xmlrpc.server.SimpleXMLRPCDispatcher", "xmlrpc.server.SimpleXMLRPCServer" ] }, { "xmlrpc.server.ServerHTMLDoc": [ "object", "pydoc.Doc", "pydoc.HTMLDoc" ] }, { "xmlrpc.server.SimpleXMLRPCDispatcher": [ "object" ] }, { "xmlrpc.server.SimpleXMLRPCRequestHandler": [ "http.server.BaseHTTPRequestHandler", "object", "socketserver.BaseRequestHandler", "socketserver.StreamRequestHandler" ] }, { "xmlrpc.server.SimpleXMLRPCServer": [ "object", "socketserver.BaseServer", "socketserver.TCPServer", "xmlrpc.server.SimpleXMLRPCDispatcher" ] }, { "xmlrpc.server.XMLRPCDocGenerator": [ "object" ] }, { "xmlrpc.server._DispatchArity0": [ "object", "typing.Generic", "typing.Protocol" ] }, { "xmlrpc.server._DispatchArity1": [ "object", "typing.Generic", "typing.Protocol" ] }, { "xmlrpc.server._DispatchArity2": [ "object", "typing.Generic", "typing.Protocol" ] }, { "xmlrpc.server._DispatchArity3": [ "object", "typing.Generic", "typing.Protocol" ] }, { "xmlrpc.server._DispatchArity4": [ "object", "typing.Generic", "typing.Protocol" ] }, { "xmlrpc.server._DispatchArityN": [ "object", "typing.Generic", "typing.Protocol" ] }, { "xmlrpc.client.Binary": [ "object" ] }, { "xmlrpc.client.DateTime": [ "object" ] }, { "xmlrpc.client.Error": [ "BaseException", "Exception", "object" ] }, { "xmlrpc.client.ExpatParser": [ "object" ] }, { "xmlrpc.client.Fault": [ "BaseException", "Exception", "object", "xmlrpc.client.Error" ] }, { "xmlrpc.client.GzipDecodedResponse": [ "_compression.BaseStream", "gzip.GzipFile", "io.BufferedIOBase", "io.IOBase", "object" ] }, { "xmlrpc.client.Marshaller": [ "object" ] }, { "xmlrpc.client.MultiCall": [ "object" ] }, { "xmlrpc.client.MultiCallIterator": [ "object" ] }, { "xmlrpc.client.ProtocolError": [ "BaseException", "Exception", "object", "xmlrpc.client.Error" ] }, { "xmlrpc.client.ResponseError": [ "BaseException", "Exception", "object", "xmlrpc.client.Error" ] }, { "xmlrpc.client.SafeTransport": [ "object", "xmlrpc.client.Transport" ] }, { "xmlrpc.client.ServerProxy": [ "object" ] }, { "xmlrpc.client.Transport": [ "object" ] }, { "xmlrpc.client.Unmarshaller": [ "object" ] }, { "xmlrpc.client._Method": [ "object" ] }, { "xmlrpc.client._MultiCallMethod": [ "object" ] }, { "xmlrpc.client._SupportsTimeTuple": [ "object", "typing.Generic", "typing.Protocol" ] }, { "xml.sax.xmlreader.AttributesImpl": [ "object" ] }, { "xml.sax.xmlreader.AttributesNSImpl": [ "object", "xml.sax.xmlreader.AttributesImpl" ] }, { "xml.sax.xmlreader.IncrementalParser": [ "object", "xml.sax.xmlreader.XMLReader" ] }, { "xml.sax.xmlreader.InputSource": [ "object" ] }, { "xml.sax.xmlreader.Locator": [ "object" ] }, { "xml.sax.xmlreader.XMLReader": [ "object" ] }, { "xml.sax.saxutils.XMLFilterBase": [ "object", "xml.sax.xmlreader.XMLReader" ] }, { "xml.sax.saxutils.XMLGenerator": [ "object", "xml.sax.handler.ContentHandler" ] }, { "xml.sax.handler.ContentHandler": [ "object" ] }, { "xml.sax.handler.DTDHandler": [ "object" ] }, { "xml.sax.handler.EntityResolver": [ "object" ] }, { "xml.sax.handler.ErrorHandler": [ "object" ] }, { "xml.sax.SAXException": [ "BaseException", "Exception", "object" ] }, { "xml.sax.SAXNotRecognizedException": [ "BaseException", "Exception", "object", "xml.sax.SAXException" ] }, { "xml.sax.SAXNotSupportedException": [ "BaseException", "Exception", "object", "xml.sax.SAXException" ] }, { "xml.sax.SAXParseException": [ "BaseException", "Exception", "object", "xml.sax.SAXException" ] }, { "xml.sax.SAXReaderNotAvailable": [ "BaseException", "Exception", "object", "xml.sax.SAXException", "xml.sax.SAXNotSupportedException" ] }, { "xml.etree.ElementTree.C14NWriterTarget": [ "object" ] }, { "xml.etree.ElementTree.Element": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "xml.etree.ElementTree.ElementTree": [ "object" ] }, { "xml.etree.ElementTree.ParseError": [ "BaseException", "Exception", "SyntaxError", "object" ] }, { "xml.etree.ElementTree.QName": [ "object" ] }, { "xml.etree.ElementTree.TreeBuilder": [ "object" ] }, { "xml.etree.ElementTree.XMLParser": [ "object" ] }, { "xml.etree.ElementTree.XMLPullParser": [ "object" ] }, { "xml.etree.ElementPath._SelectorContext": [ "object" ] }, { "xml.etree.ElementInclude.FatalIncludeError": [ "BaseException", "Exception", "SyntaxError", "object" ] }, { "xml.dom.NodeFilter.NodeFilter": [ "object" ] }, { "xml.dom.DOMException": [ "BaseException", "Exception", "object" ] }, { "xml.dom.DomstringSizeErr": [ "BaseException", "Exception", "object", "xml.dom.DOMException" ] }, { "xml.dom.HierarchyRequestErr": [ "BaseException", "Exception", "object", "xml.dom.DOMException" ] }, { "xml.dom.IndexSizeErr": [ "BaseException", "Exception", "object", "xml.dom.DOMException" ] }, { "xml.dom.InuseAttributeErr": [ "BaseException", "Exception", "object", "xml.dom.DOMException" ] }, { "xml.dom.InvalidAccessErr": [ "BaseException", "Exception", "object", "xml.dom.DOMException" ] }, { "xml.dom.InvalidModificationErr": [ "BaseException", "Exception", "object", "xml.dom.DOMException" ] }, { "xml.dom.InvalidStateErr": [ "BaseException", "Exception", "object", "xml.dom.DOMException" ] }, { "xml.dom.NamespaceErr": [ "BaseException", "Exception", "object", "xml.dom.DOMException" ] }, { "xml.dom.NoDataAllowedErr": [ "BaseException", "Exception", "object", "xml.dom.DOMException" ] }, { "xml.dom.NoModificationAllowedErr": [ "BaseException", "Exception", "object", "xml.dom.DOMException" ] }, { "xml.dom.Node": [ "object" ] }, { "xml.dom.NotFoundErr": [ "BaseException", "Exception", "object", "xml.dom.DOMException" ] }, { "xml.dom.NotSupportedErr": [ "BaseException", "Exception", "object", "xml.dom.DOMException" ] }, { "xml.dom.SyntaxErr": [ "BaseException", "Exception", "object", "xml.dom.DOMException" ] }, { "xml.dom.UserDataHandler": [ "object" ] }, { "xml.dom.ValidationErr": [ "BaseException", "Exception", "object", "xml.dom.DOMException" ] }, { "xml.dom.WrongDocumentErr": [ "BaseException", "Exception", "object", "xml.dom.DOMException" ] }, { "xdrlib.ConversionError": [ "BaseException", "Exception", "object", "xdrlib.Error" ] }, { "xdrlib.Error": [ "BaseException", "Exception", "object" ] }, { "xdrlib.Packer": [ "object" ] }, { "xdrlib.Unpacker": [ "object" ] }, { "wsgiref.validate.ErrorWrapper": [ "object" ] }, { "wsgiref.validate.InputWrapper": [ "object" ] }, { "wsgiref.validate.IteratorWrapper": [ "object" ] }, { "wsgiref.validate.PartialIteratorWrapper": [ "object" ] }, { "wsgiref.validate.WSGIWarning": [ "BaseException", "Exception", "Warning", "object" ] }, { "wsgiref.validate.WriteWrapper": [ "object" ] }, { "wsgiref.util.FileWrapper": [ "object" ] }, { "wsgiref.simple_server.ServerHandler": [ "object", "wsgiref.handlers.BaseHandler", "wsgiref.handlers.SimpleHandler" ] }, { "wsgiref.simple_server.WSGIRequestHandler": [ "http.server.BaseHTTPRequestHandler", "object", "socketserver.BaseRequestHandler", "socketserver.StreamRequestHandler" ] }, { "wsgiref.simple_server.WSGIServer": [ "http.server.HTTPServer", "object", "socketserver.BaseServer", "socketserver.TCPServer" ] }, { "wsgiref.headers.Headers": [ "object" ] }, { "wsgiref.handlers.BaseCGIHandler": [ "object", "wsgiref.handlers.BaseHandler", "wsgiref.handlers.SimpleHandler" ] }, { "wsgiref.handlers.BaseHandler": [ "object" ] }, { "wsgiref.handlers.CGIHandler": [ "object", "wsgiref.handlers.BaseCGIHandler", "wsgiref.handlers.BaseHandler", "wsgiref.handlers.SimpleHandler" ] }, { "wsgiref.handlers.IISCGIHandler": [ "object", "wsgiref.handlers.BaseCGIHandler", "wsgiref.handlers.BaseHandler", "wsgiref.handlers.SimpleHandler" ] }, { "wsgiref.handlers.SimpleHandler": [ "object", "wsgiref.handlers.BaseHandler" ] }, { "wrapt.wrappers.AttributeWrapper": [ "object" ] }, { "wrapt.wrappers.BoundFunctionWrapper": [ "object", "wrapt.wrappers.ObjectProxy", "wrapt.wrappers._FunctionWrapperBase" ] }, { "wrapt.wrappers.CallableObjectProxy": [ "object", "wrapt.wrappers.ObjectProxy" ] }, { "wrapt.wrappers.FunctionWrapper": [ "object", "wrapt.wrappers.ObjectProxy", "wrapt.wrappers._FunctionWrapperBase" ] }, { "wrapt.wrappers.ObjectProxy": [ "object" ] }, { "wrapt.wrappers.PartialCallableObjectProxy": [ "object", "wrapt.wrappers.ObjectProxy" ] }, { "wrapt.wrappers.WeakFunctionProxy": [ "object", "wrapt.wrappers.ObjectProxy" ] }, { "wrapt.wrappers._FunctionWrapperBase": [ "object", "wrapt.wrappers.ObjectProxy" ] }, { "wrapt.wrappers._ObjectProxyMetaType": [ "object", "type", "typing.Generic" ] }, { "wrapt.wrappers._ObjectProxyMethods": [ "object" ] }, { "wrapt.importer.ImportHookFinder": [ "object" ] }, { "wrapt.importer._ImportHookChainedLoader": [ "object" ] }, { "wrapt.importer._ImportHookLoader": [ "object" ] }, { "wrapt.decorators.AdapterFactory": [ "object" ] }, { "wrapt.decorators.AdapterWrapper": [ "object", "wrapt.wrappers.FunctionWrapper", "wrapt.wrappers.ObjectProxy", "wrapt.wrappers._FunctionWrapperBase" ] }, { "wrapt.decorators.DelegatedAdapterFactory": [ "object", "wrapt.decorators.AdapterFactory" ] }, { "wrapt.decorators._AdapterFunctionCode": [ "object", "wrapt.wrappers.CallableObjectProxy", "wrapt.wrappers.ObjectProxy" ] }, { "wrapt.decorators._AdapterFunctionSurrogate": [ "object", "wrapt.wrappers.CallableObjectProxy", "wrapt.wrappers.ObjectProxy" ] }, { "wrapt.decorators._BoundAdapterWrapper": [ "object", "wrapt.wrappers.BoundFunctionWrapper", "wrapt.wrappers.ObjectProxy", "wrapt.wrappers._FunctionWrapperBase" ] }, { "wrapt.decorators.synchronized._FinalDecorator": [ "object", "wrapt.wrappers.FunctionWrapper", "wrapt.wrappers.ObjectProxy", "wrapt.wrappers._FunctionWrapperBase" ] }, { "wrapt.decorators.synchronized._PartialDecorator": [ "object", "wrapt.wrappers.CallableObjectProxy", "wrapt.wrappers.ObjectProxy" ] }, { "winreg.HKEYType": [ "object" ] }, { "werkzeug.wsgi.ClosingIterator": [ "object" ] }, { "werkzeug.wsgi.FileWrapper": [ "object" ] }, { "werkzeug.wsgi.LimitedStream": [ "object" ] }, { "werkzeug.wsgi._RangeWrapper": [ "object" ] }, { "werkzeug.wrappers.user_agent.UserAgentMixin": [ "object" ] }, { "werkzeug.wrappers.response.Response": [ "object", "werkzeug.sansio.response.Response" ] }, { "werkzeug.wrappers.response.ResponseStream": [ "object" ] }, { "werkzeug.wrappers.response.ResponseStreamMixin": [ "object" ] }, { "werkzeug.wrappers.request.PlainRequest": [ "object", "werkzeug.sansio.request.Request", "werkzeug.wrappers.request.Request", "werkzeug.wrappers.request.StreamOnlyMixin" ] }, { "werkzeug.wrappers.request.Request": [ "object", "werkzeug.sansio.request.Request" ] }, { "werkzeug.wrappers.request.StreamOnlyMixin": [ "object" ] }, { "werkzeug.wrappers.json.JSONMixin": [ "object" ] }, { "werkzeug.wrappers.etag.ETagRequestMixin": [ "object" ] }, { "werkzeug.wrappers.etag.ETagResponseMixin": [ "object" ] }, { "werkzeug.wrappers.cors.CORSRequestMixin": [ "object" ] }, { "werkzeug.wrappers.cors.CORSResponseMixin": [ "object" ] }, { "werkzeug.wrappers.common_descriptors.CommonRequestDescriptorsMixin": [ "object" ] }, { "werkzeug.wrappers.common_descriptors.CommonResponseDescriptorsMixin": [ "object" ] }, { "werkzeug.wrappers.base_response.BaseResponse": [ "object", "werkzeug.sansio.response.Response", "werkzeug.wrappers.response.Response" ] }, { "werkzeug.wrappers.base_response._FakeSubclassCheck": [ "object", "type", "typing.Generic" ] }, { "werkzeug.wrappers.base_request.BaseRequest": [ "object", "werkzeug.sansio.request.Request", "werkzeug.wrappers.request.Request" ] }, { "werkzeug.wrappers.base_request._FakeSubclassCheck": [ "object", "type", "typing.Generic" ] }, { "werkzeug.wrappers.auth.AuthorizationMixin": [ "object" ] }, { "werkzeug.wrappers.auth.WWWAuthenticateMixin": [ "object" ] }, { "werkzeug.wrappers.accept.AcceptMixin": [ "object" ] }, { "werkzeug.wrappers.AcceptMixin": [ "object" ] }, { "werkzeug.wrappers.AuthorizationMixin": [ "object" ] }, { "werkzeug.wrappers.BaseRequest": [ "object" ] }, { "werkzeug.wrappers.BaseResponse": [ "object" ] }, { "werkzeug.wrappers.CommonRequestDescriptorsMixin": [ "object" ] }, { "werkzeug.wrappers.CommonResponseDescriptorsMixin": [ "object" ] }, { "werkzeug.wrappers.ETagRequestMixin": [ "object" ] }, { "werkzeug.wrappers.ETagResponseMixin": [ "object" ] }, { "werkzeug.wrappers.PlainRequest": [ "object", "werkzeug.wrappers.AcceptMixin", "werkzeug.wrappers.AuthorizationMixin", "werkzeug.wrappers.BaseRequest", "werkzeug.wrappers.CommonRequestDescriptorsMixin", "werkzeug.wrappers.ETagRequestMixin", "werkzeug.wrappers.Request", "werkzeug.wrappers.StreamOnlyMixin", "werkzeug.wrappers.UserAgentMixin" ] }, { "werkzeug.wrappers.Request": [ "object", "werkzeug.wrappers.AcceptMixin", "werkzeug.wrappers.AuthorizationMixin", "werkzeug.wrappers.BaseRequest", "werkzeug.wrappers.CommonRequestDescriptorsMixin", "werkzeug.wrappers.ETagRequestMixin", "werkzeug.wrappers.UserAgentMixin" ] }, { "werkzeug.wrappers.Response": [ "object", "werkzeug.wrappers.BaseResponse", "werkzeug.wrappers.CommonResponseDescriptorsMixin", "werkzeug.wrappers.ETagResponseMixin", "werkzeug.wrappers.ResponseStreamMixin", "werkzeug.wrappers.WWWAuthenticateMixin" ] }, { "werkzeug.wrappers.ResponseStream": [ "object" ] }, { "werkzeug.wrappers.ResponseStreamMixin": [ "object" ] }, { "werkzeug.wrappers.StreamOnlyMixin": [ "object" ] }, { "werkzeug.wrappers.UserAgentMixin": [ "object" ] }, { "werkzeug.wrappers.WWWAuthenticateMixin": [ "object" ] }, { "werkzeug.utils.ArgumentValidationError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "werkzeug.utils.HTMLBuilder": [ "object" ] }, { "werkzeug.utils.ImportStringError": [ "BaseException", "Exception", "ImportError", "object" ] }, { "werkzeug.utils.cached_property": [ "object", "property" ] }, { "werkzeug.utils.environ_property": [ "object", "werkzeug._internal._DictAccessorProperty" ] }, { "werkzeug.utils.header_property": [ "object", "werkzeug._internal._DictAccessorProperty" ] }, { "werkzeug.useragents.UserAgent": [ "object" ] }, { "werkzeug.useragents.UserAgentParser": [ "object" ] }, { "werkzeug.user_agent.UserAgent": [ "object" ] }, { "werkzeug.urls.BaseURL": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence", "werkzeug.urls._URLTuple" ] }, { "werkzeug.urls.BytesURL": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence", "werkzeug.urls.BaseURL", "werkzeug.urls._URLTuple" ] }, { "werkzeug.urls.Href": [ "object" ] }, { "werkzeug.urls.URL": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence", "werkzeug.urls.BaseURL", "werkzeug.urls._URLTuple" ] }, { "werkzeug.urls._URLTuple": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "werkzeug.test.Client": [ "object", "typing.Generic" ] }, { "werkzeug.test.ClientRedirectError": [ "BaseException", "Exception", "object" ] }, { "werkzeug.test.EnvironBuilder": [ "object" ] }, { "werkzeug.test._TestCookieHeaders": [ "object" ] }, { "werkzeug.test._TestCookieJar": [ "http.cookiejar.CookieJar", "object", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "werkzeug.test._TestCookieResponse": [ "object" ] }, { "werkzeug.serving.BaseWSGIServer": [ "http.server.HTTPServer", "object", "socketserver.BaseServer", "socketserver.TCPServer" ] }, { "werkzeug.serving.ForkingWSGIServer": [ "http.server.HTTPServer", "object", "socketserver.BaseServer", "socketserver.ForkingMixIn", "socketserver.TCPServer", "werkzeug.serving.BaseWSGIServer" ] }, { "werkzeug.serving.ThreadedWSGIServer": [ "http.server.HTTPServer", "object", "socketserver.BaseServer", "socketserver.TCPServer", "socketserver.ThreadingMixIn", "werkzeug.serving.BaseWSGIServer" ] }, { "werkzeug.serving.WSGIRequestHandler": [ "http.server.BaseHTTPRequestHandler", "object", "socketserver.BaseRequestHandler", "socketserver.StreamRequestHandler" ] }, { "werkzeug.serving._SSLContext": [ "object" ] }, { "werkzeug.serving._SslDummy": [ "object" ] }, { "werkzeug.sansio.response.Response": [ "object" ] }, { "werkzeug.sansio.request.Request": [ "object" ] }, { "werkzeug.sansio.multipart.Data": [ "object", "werkzeug.sansio.multipart.Event" ] }, { "werkzeug.sansio.multipart.Epilogue": [ "object", "werkzeug.sansio.multipart.Event" ] }, { "werkzeug.sansio.multipart.Event": [ "object" ] }, { "werkzeug.sansio.multipart.Field": [ "object", "werkzeug.sansio.multipart.Event" ] }, { "werkzeug.sansio.multipart.File": [ "object", "werkzeug.sansio.multipart.Event" ] }, { "werkzeug.sansio.multipart.MultipartDecoder": [ "object" ] }, { "werkzeug.sansio.multipart.MultipartEncoder": [ "object" ] }, { "werkzeug.sansio.multipart.NeedData": [ "object", "werkzeug.sansio.multipart.Event" ] }, { "werkzeug.sansio.multipart.Preamble": [ "object", "werkzeug.sansio.multipart.Event" ] }, { "werkzeug.sansio.multipart.State": [ "enum.Enum", "object" ] }, { "werkzeug.routing.AnyConverter": [ "object", "werkzeug.routing.BaseConverter" ] }, { "werkzeug.routing.BaseConverter": [ "object" ] }, { "werkzeug.routing.BuildError": [ "BaseException", "Exception", "LookupError", "object", "werkzeug.routing.RoutingException" ] }, { "werkzeug.routing.EndpointPrefix": [ "object", "werkzeug.routing.RuleFactory" ] }, { "werkzeug.routing.FloatConverter": [ "object", "werkzeug.routing.BaseConverter", "werkzeug.routing.NumberConverter" ] }, { "werkzeug.routing.IntegerConverter": [ "object", "werkzeug.routing.BaseConverter", "werkzeug.routing.NumberConverter" ] }, { "werkzeug.routing.Map": [ "object" ] }, { "werkzeug.routing.MapAdapter": [ "object" ] }, { "werkzeug.routing.NumberConverter": [ "object", "werkzeug.routing.BaseConverter" ] }, { "werkzeug.routing.PathConverter": [ "object", "werkzeug.routing.BaseConverter" ] }, { "werkzeug.routing.RequestAliasRedirect": [ "BaseException", "Exception", "object", "werkzeug.routing.RoutingException" ] }, { "werkzeug.routing.RequestRedirect": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException", "werkzeug.routing.RoutingException" ] }, { "werkzeug.routing.RequestSlash": [ "BaseException", "Exception", "object", "werkzeug.routing.RoutingException" ] }, { "werkzeug.routing.RoutingException": [ "BaseException", "Exception", "object" ] }, { "werkzeug.routing.Rule": [ "object", "werkzeug.routing.RuleFactory" ] }, { "werkzeug.routing.RuleFactory": [ "object" ] }, { "werkzeug.routing.RuleTemplate": [ "object" ] }, { "werkzeug.routing.RuleTemplateFactory": [ "object", "werkzeug.routing.RuleFactory" ] }, { "werkzeug.routing.Subdomain": [ "object", "werkzeug.routing.RuleFactory" ] }, { "werkzeug.routing.Submount": [ "object", "werkzeug.routing.RuleFactory" ] }, { "werkzeug.routing.UUIDConverter": [ "object", "werkzeug.routing.BaseConverter" ] }, { "werkzeug.routing.UnicodeConverter": [ "object", "werkzeug.routing.BaseConverter" ] }, { "werkzeug.routing.ValidationError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "werkzeug.middleware.shared_data.SharedDataMiddleware": [ "object" ] }, { "werkzeug.middleware.proxy_fix.ProxyFix": [ "object" ] }, { "werkzeug.middleware.profiler.ProfilerMiddleware": [ "object" ] }, { "werkzeug.middleware.lint.ErrorStream": [ "object" ] }, { "werkzeug.middleware.lint.GuardedIterator": [ "object" ] }, { "werkzeug.middleware.lint.GuardedWrite": [ "object" ] }, { "werkzeug.middleware.lint.HTTPWarning": [ "BaseException", "Exception", "Warning", "object" ] }, { "werkzeug.middleware.lint.InputStream": [ "object" ] }, { "werkzeug.middleware.lint.LintMiddleware": [ "object" ] }, { "werkzeug.middleware.lint.WSGIWarning": [ "BaseException", "Exception", "Warning", "object" ] }, { "werkzeug.middleware.lint._SupportsReadEtc": [ "object", "typing.Generic", "typing.Protocol" ] }, { "werkzeug.middleware.lint._SupportsWriteEtc": [ "object", "typing.Generic", "typing.Protocol" ] }, { "werkzeug.middleware.http_proxy.ProxyMiddleware": [ "object" ] }, { "werkzeug.middleware.dispatcher.DispatcherMiddleware": [ "object" ] }, { "werkzeug.local.Local": [ "object" ] }, { "werkzeug.local.LocalManager": [ "object" ] }, { "werkzeug.local.LocalProxy": [ "object" ] }, { "werkzeug.local.LocalStack": [ "object" ] }, { "werkzeug.formparser.FormDataParser": [ "object" ] }, { "werkzeug.formparser.MultiPartParser": [ "object" ] }, { "werkzeug.formparser._StreamFactory": [ "object", "typing.Generic", "typing.Protocol" ] }, { "werkzeug.filesystem.BrokenFilesystemWarning": [ "BaseException", "Exception", "RuntimeWarning", "UnicodeWarning", "Warning", "object" ] }, { "werkzeug.exceptions.Aborter": [ "object" ] }, { "werkzeug.exceptions.BadGateway": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "werkzeug.exceptions.BadHost": [ "BaseException", "Exception", "object", "werkzeug.exceptions.BadRequest", "werkzeug.exceptions.HTTPException" ] }, { "werkzeug.exceptions.BadRequest": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "werkzeug.exceptions.BadRequestKeyError": [ "BaseException", "Exception", "KeyError", "LookupError", "object", "werkzeug.exceptions.BadRequest", "werkzeug.exceptions.HTTPException" ] }, { "werkzeug.exceptions.ClientDisconnected": [ "BaseException", "Exception", "object", "werkzeug.exceptions.BadRequest", "werkzeug.exceptions.HTTPException" ] }, { "werkzeug.exceptions.Conflict": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "werkzeug.exceptions.ExpectationFailed": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "werkzeug.exceptions.FailedDependency": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "werkzeug.exceptions.Forbidden": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "werkzeug.exceptions.GatewayTimeout": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "werkzeug.exceptions.Gone": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "werkzeug.exceptions.HTTPException": [ "BaseException", "Exception", "object" ] }, { "werkzeug.exceptions.HTTPVersionNotSupported": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "werkzeug.exceptions.ImATeapot": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "werkzeug.exceptions.InternalServerError": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "werkzeug.exceptions.LengthRequired": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "werkzeug.exceptions.Locked": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "werkzeug.exceptions.MethodNotAllowed": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "werkzeug.exceptions.NotAcceptable": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "werkzeug.exceptions.NotFound": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "werkzeug.exceptions.NotImplemented": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "werkzeug.exceptions.PreconditionFailed": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "werkzeug.exceptions.PreconditionRequired": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "werkzeug.exceptions.RequestEntityTooLarge": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "werkzeug.exceptions.RequestHeaderFieldsTooLarge": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "werkzeug.exceptions.RequestTimeout": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "werkzeug.exceptions.RequestURITooLarge": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "werkzeug.exceptions.RequestedRangeNotSatisfiable": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "werkzeug.exceptions.SecurityError": [ "BaseException", "Exception", "object", "werkzeug.exceptions.BadRequest", "werkzeug.exceptions.HTTPException" ] }, { "werkzeug.exceptions.ServiceUnavailable": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException", "werkzeug.exceptions._RetryAfter" ] }, { "werkzeug.exceptions.TooManyRequests": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException", "werkzeug.exceptions._RetryAfter" ] }, { "werkzeug.exceptions.Unauthorized": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "werkzeug.exceptions.UnavailableForLegalReasons": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "werkzeug.exceptions.UnprocessableEntity": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "werkzeug.exceptions.UnsupportedMediaType": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "werkzeug.exceptions._EnvironContainer": [ "object", "typing.Generic", "typing.Protocol" ] }, { "werkzeug.exceptions._RetryAfter": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "werkzeug.debug.tbtools.Frame": [ "object" ] }, { "werkzeug.debug.tbtools.Line": [ "object" ] }, { "werkzeug.debug.tbtools.Traceback": [ "object" ] }, { "werkzeug.debug.repr.DebugReprGenerator": [ "object" ] }, { "werkzeug.debug.repr._Helper": [ "object" ] }, { "werkzeug.debug.console.Console": [ "object" ] }, { "werkzeug.debug.console.HTMLStringO": [ "object" ] }, { "werkzeug.debug.console.ThreadedStream": [ "object" ] }, { "werkzeug.debug.console._ConsoleLoader": [ "object" ] }, { "werkzeug.debug.console._InteractiveConsole": [ "code.InteractiveInterpreter", "object" ] }, { "werkzeug.debug.DebuggedApplication": [ "object" ] }, { "werkzeug.debug._ConsoleFrame": [ "object" ] }, { "werkzeug.datastructures.Accept": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence", "werkzeug.datastructures.ImmutableList", "werkzeug.datastructures.ImmutableListMixin" ] }, { "werkzeug.datastructures.Authorization": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "werkzeug.datastructures.ImmutableDictMixin" ] }, { "werkzeug.datastructures.CallbackDict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "werkzeug.datastructures.UpdateDictMixin" ] }, { "werkzeug.datastructures.CharsetAccept": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence", "werkzeug.datastructures.Accept", "werkzeug.datastructures.ImmutableList", "werkzeug.datastructures.ImmutableListMixin" ] }, { "werkzeug.datastructures.CombinedMultiDict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "werkzeug.datastructures.ImmutableDictMixin", "werkzeug.datastructures.ImmutableMultiDictMixin", "werkzeug.datastructures.MultiDict", "werkzeug.datastructures.TypeConversionDict" ] }, { "werkzeug.datastructures.ContentRange": [ "object" ] }, { "werkzeug.datastructures.ContentSecurityPolicy": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "werkzeug.datastructures.UpdateDictMixin" ] }, { "werkzeug.datastructures.ETags": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "werkzeug.datastructures.EnvironHeaders": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "werkzeug.datastructures.Headers", "werkzeug.datastructures.ImmutableHeadersMixin" ] }, { "werkzeug.datastructures.FileMultiDict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "werkzeug.datastructures.MultiDict", "werkzeug.datastructures.TypeConversionDict" ] }, { "werkzeug.datastructures.FileStorage": [ "object" ] }, { "werkzeug.datastructures.HeaderSet": [ "object", "set", "typing.AbstractSet", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSet", "typing.Protocol" ] }, { "werkzeug.datastructures.Headers": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "werkzeug.datastructures.IfRange": [ "object" ] }, { "werkzeug.datastructures.ImmutableDict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "werkzeug.datastructures.ImmutableDictMixin" ] }, { "werkzeug.datastructures.ImmutableDictMixin": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "werkzeug.datastructures.ImmutableHeadersMixin": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "werkzeug.datastructures.Headers" ] }, { "werkzeug.datastructures.ImmutableList": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence", "werkzeug.datastructures.ImmutableListMixin" ] }, { "werkzeug.datastructures.ImmutableListMixin": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "werkzeug.datastructures.ImmutableMultiDict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "werkzeug.datastructures.ImmutableDictMixin", "werkzeug.datastructures.ImmutableMultiDictMixin", "werkzeug.datastructures.MultiDict", "werkzeug.datastructures.TypeConversionDict" ] }, { "werkzeug.datastructures.ImmutableMultiDictMixin": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "werkzeug.datastructures.ImmutableDictMixin" ] }, { "werkzeug.datastructures.ImmutableOrderedMultiDict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "werkzeug.datastructures.ImmutableDictMixin", "werkzeug.datastructures.ImmutableMultiDictMixin", "werkzeug.datastructures.MultiDict", "werkzeug.datastructures.OrderedMultiDict", "werkzeug.datastructures.TypeConversionDict" ] }, { "werkzeug.datastructures.ImmutableTypeConversionDict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "werkzeug.datastructures.ImmutableDictMixin", "werkzeug.datastructures.TypeConversionDict" ] }, { "werkzeug.datastructures.LanguageAccept": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence", "werkzeug.datastructures.Accept", "werkzeug.datastructures.ImmutableList", "werkzeug.datastructures.ImmutableListMixin" ] }, { "werkzeug.datastructures.MIMEAccept": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence", "werkzeug.datastructures.Accept", "werkzeug.datastructures.ImmutableList", "werkzeug.datastructures.ImmutableListMixin" ] }, { "werkzeug.datastructures.MultiDict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "werkzeug.datastructures.TypeConversionDict" ] }, { "werkzeug.datastructures.OrderedMultiDict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "werkzeug.datastructures.MultiDict", "werkzeug.datastructures.TypeConversionDict" ] }, { "werkzeug.datastructures.Range": [ "object" ] }, { "werkzeug.datastructures.RequestCacheControl": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "werkzeug.datastructures.ImmutableDictMixin", "werkzeug.datastructures.UpdateDictMixin", "werkzeug.datastructures._CacheControl" ] }, { "werkzeug.datastructures.ResponseCacheControl": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "werkzeug.datastructures.UpdateDictMixin", "werkzeug.datastructures._CacheControl" ] }, { "werkzeug.datastructures.TypeConversionDict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "werkzeug.datastructures.UpdateDictMixin": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "werkzeug.datastructures.WWWAuthenticate": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "werkzeug.datastructures.UpdateDictMixin" ] }, { "werkzeug.datastructures._CacheControl": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "werkzeug.datastructures.UpdateDictMixin" ] }, { "werkzeug.datastructures._omd_bucket": [ "object", "typing.Generic" ] }, { "werkzeug.contrib.wrappers.DynamicCharsetRequestMixin": [ "object" ] }, { "werkzeug.contrib.wrappers.DynamicCharsetResponseMixin": [ "object" ] }, { "werkzeug.contrib.wrappers.JSONRequestMixin": [ "object" ] }, { "werkzeug.contrib.wrappers.ProtobufRequestMixin": [ "object" ] }, { "werkzeug.contrib.wrappers.ReverseSlashBehaviorRequestMixin": [ "object" ] }, { "werkzeug.contrib.wrappers.RoutingArgsRequestMixin": [ "object" ] }, { "werkzeug.contrib.testtools.ContentAccessors": [ "object" ] }, { "werkzeug.contrib.testtools.TestResponse": [ "object", "werkzeug.contrib.testtools.ContentAccessors", "werkzeug.wrappers.BaseResponse", "werkzeug.wrappers.CommonResponseDescriptorsMixin", "werkzeug.wrappers.ETagResponseMixin", "werkzeug.wrappers.Response", "werkzeug.wrappers.ResponseStreamMixin", "werkzeug.wrappers.WWWAuthenticateMixin" ] }, { "werkzeug.contrib.sessions.FilesystemSessionStore": [ "object", "werkzeug.contrib.sessions.SessionStore" ] }, { "werkzeug.contrib.sessions.ModificationTrackingDict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "werkzeug.datastructures.CallbackDict", "werkzeug.datastructures.UpdateDictMixin" ] }, { "werkzeug.contrib.sessions.Session": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "werkzeug.contrib.sessions.ModificationTrackingDict", "werkzeug.datastructures.CallbackDict", "werkzeug.datastructures.UpdateDictMixin" ] }, { "werkzeug.contrib.sessions.SessionMiddleware": [ "object" ] }, { "werkzeug.contrib.sessions.SessionStore": [ "object" ] }, { "werkzeug.contrib.securecookie.SecureCookie": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "werkzeug.contrib.sessions.ModificationTrackingDict", "werkzeug.datastructures.CallbackDict", "werkzeug.datastructures.UpdateDictMixin" ] }, { "werkzeug.contrib.securecookie.UnquoteError": [ "BaseException", "Exception", "object" ] }, { "werkzeug.contrib.profiler.MergeStream": [ "object", "typing.Generic" ] }, { "werkzeug.contrib.limiter.StreamLimitMiddleware": [ "object" ] }, { "werkzeug.contrib.iterio.IterI": [ "object", "werkzeug.contrib.iterio.IterIO" ] }, { "werkzeug.contrib.iterio.IterIO": [ "object" ] }, { "werkzeug.contrib.iterio.IterO": [ "object", "werkzeug.contrib.iterio.IterIO" ] }, { "werkzeug.contrib.fixers.CGIRootFix": [ "object" ] }, { "werkzeug.contrib.fixers.HeaderRewriterFix": [ "object" ] }, { "werkzeug.contrib.fixers.InternetExplorerFix": [ "object" ] }, { "werkzeug.contrib.fixers.LighttpdCGIRootFix": [ "object", "werkzeug.contrib.fixers.CGIRootFix" ] }, { "werkzeug.contrib.fixers.PathInfoFromRequestUriFix": [ "object" ] }, { "werkzeug.contrib.cache.BaseCache": [ "object" ] }, { "werkzeug.contrib.cache.FileSystemCache": [ "object", "werkzeug.contrib.cache.BaseCache" ] }, { "werkzeug.contrib.cache.MemcachedCache": [ "object", "werkzeug.contrib.cache.BaseCache" ] }, { "werkzeug.contrib.cache.NullCache": [ "object", "werkzeug.contrib.cache.BaseCache" ] }, { "werkzeug.contrib.cache.RedisCache": [ "object", "werkzeug.contrib.cache.BaseCache" ] }, { "werkzeug.contrib.cache.SimpleCache": [ "object", "werkzeug.contrib.cache.BaseCache" ] }, { "werkzeug.contrib.cache.UWSGICache": [ "object", "werkzeug.contrib.cache.BaseCache" ] }, { "werkzeug.contrib.atom.AtomFeed": [ "object" ] }, { "werkzeug.contrib.atom.FeedEntry": [ "object" ] }, { "werkzeug._reloader.ReloaderLoop": [ "object" ] }, { "werkzeug._reloader.StatReloaderLoop": [ "object", "werkzeug._reloader.ReloaderLoop" ] }, { "werkzeug._reloader.WatchdogReloaderLoop": [ "object", "werkzeug._reloader.ReloaderLoop" ] }, { "werkzeug._internal._DictAccessorProperty": [ "object" ] }, { "werkzeug._internal._Missing": [ "object" ] }, { "werkzeug.module": [ "_importlib_modulespec.ModuleType", "object" ] }, { "webob.static.DirectoryApp": [ "object" ] }, { "webob.static.FileApp": [ "object" ] }, { "webob.static.FileIter": [ "object" ] }, { "webob.response.AppIterRange": [ "object" ] }, { "webob.response.EmptyResponse": [ "object" ] }, { "webob.response.Response": [ "object" ] }, { "webob.response.ResponseBodyFile": [ "object" ] }, { "webob.request.AdhocAttrMixin": [ "object" ] }, { "webob.request.BaseRequest": [ "object" ] }, { "webob.request.DisconnectionError": [ "BaseException", "Exception", "OSError", "object" ] }, { "webob.request.FakeCGIBody": [ "io.IOBase", "io.RawIOBase", "object" ] }, { "webob.request.LegacyRequest": [ "object", "webob.request.BaseRequest" ] }, { "webob.request.LimitedLengthFile": [ "io.IOBase", "io.RawIOBase", "object" ] }, { "webob.request.Request": [ "object", "webob.request.AdhocAttrMixin", "webob.request.BaseRequest" ] }, { "webob.request.Transcoder": [ "object" ] }, { "webob.request._NoDefault": [ "object" ] }, { "webob.multidict.GetDict": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "webob.multidict.MultiDict" ] }, { "webob.multidict.MultiDict": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "webob.multidict.NestedMultiDict": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "webob.multidict.MultiDict" ] }, { "webob.multidict.NoVars": [ "object" ] }, { "webob.headers.EnvironHeaders": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "webob.headers.ResponseHeaders": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "webob.multidict.MultiDict" ] }, { "webob.exc.HTTPAccepted": [ "BaseException", "Exception", "object", "webob.exc.HTTPException", "webob.exc.HTTPOk", "webob.exc.WSGIHTTPException", "webob.response.Response" ] }, { "webob.exc.HTTPBadGateway": [ "BaseException", "Exception", "object", "webob.exc.HTTPError", "webob.exc.HTTPException", "webob.exc.HTTPServerError", "webob.exc.WSGIHTTPException", "webob.response.Response" ] }, { "webob.exc.HTTPBadRequest": [ "BaseException", "Exception", "object", "webob.exc.HTTPClientError", "webob.exc.HTTPError", "webob.exc.HTTPException", "webob.exc.WSGIHTTPException", "webob.response.Response" ] }, { "webob.exc.HTTPClientError": [ "BaseException", "Exception", "object", "webob.exc.HTTPError", "webob.exc.HTTPException", "webob.exc.WSGIHTTPException", "webob.response.Response" ] }, { "webob.exc.HTTPConflict": [ "BaseException", "Exception", "object", "webob.exc.HTTPClientError", "webob.exc.HTTPError", "webob.exc.HTTPException", "webob.exc.WSGIHTTPException", "webob.response.Response" ] }, { "webob.exc.HTTPCreated": [ "BaseException", "Exception", "object", "webob.exc.HTTPException", "webob.exc.HTTPOk", "webob.exc.WSGIHTTPException", "webob.response.Response" ] }, { "webob.exc.HTTPError": [ "BaseException", "Exception", "object", "webob.exc.HTTPException", "webob.exc.WSGIHTTPException", "webob.response.Response" ] }, { "webob.exc.HTTPException": [ "BaseException", "Exception", "object" ] }, { "webob.exc.HTTPExceptionMiddleware": [ "object" ] }, { "webob.exc.HTTPExpectationFailed": [ "BaseException", "Exception", "object", "webob.exc.HTTPClientError", "webob.exc.HTTPError", "webob.exc.HTTPException", "webob.exc.WSGIHTTPException", "webob.response.Response" ] }, { "webob.exc.HTTPFailedDependency": [ "BaseException", "Exception", "object", "webob.exc.HTTPClientError", "webob.exc.HTTPError", "webob.exc.HTTPException", "webob.exc.WSGIHTTPException", "webob.response.Response" ] }, { "webob.exc.HTTPForbidden": [ "BaseException", "Exception", "object", "webob.exc.HTTPClientError", "webob.exc.HTTPError", "webob.exc.HTTPException", "webob.exc.WSGIHTTPException", "webob.response.Response" ] }, { "webob.exc.HTTPFound": [ "BaseException", "Exception", "object", "webob.exc.HTTPException", "webob.exc.HTTPRedirection", "webob.exc.WSGIHTTPException", "webob.exc._HTTPMove", "webob.response.Response" ] }, { "webob.exc.HTTPGatewayTimeout": [ "BaseException", "Exception", "object", "webob.exc.HTTPError", "webob.exc.HTTPException", "webob.exc.HTTPServerError", "webob.exc.WSGIHTTPException", "webob.response.Response" ] }, { "webob.exc.HTTPGone": [ "BaseException", "Exception", "object", "webob.exc.HTTPClientError", "webob.exc.HTTPError", "webob.exc.HTTPException", "webob.exc.WSGIHTTPException", "webob.response.Response" ] }, { "webob.exc.HTTPInsufficientStorage": [ "BaseException", "Exception", "object", "webob.exc.HTTPError", "webob.exc.HTTPException", "webob.exc.HTTPServerError", "webob.exc.WSGIHTTPException", "webob.response.Response" ] }, { "webob.exc.HTTPInternalServerError": [ "BaseException", "Exception", "object", "webob.exc.HTTPError", "webob.exc.HTTPException", "webob.exc.HTTPServerError", "webob.exc.WSGIHTTPException", "webob.response.Response" ] }, { "webob.exc.HTTPLengthRequired": [ "BaseException", "Exception", "object", "webob.exc.HTTPClientError", "webob.exc.HTTPError", "webob.exc.HTTPException", "webob.exc.WSGIHTTPException", "webob.response.Response" ] }, { "webob.exc.HTTPLocked": [ "BaseException", "Exception", "object", "webob.exc.HTTPClientError", "webob.exc.HTTPError", "webob.exc.HTTPException", "webob.exc.WSGIHTTPException", "webob.response.Response" ] }, { "webob.exc.HTTPMethodNotAllowed": [ "BaseException", "Exception", "object", "webob.exc.HTTPClientError", "webob.exc.HTTPError", "webob.exc.HTTPException", "webob.exc.WSGIHTTPException", "webob.response.Response" ] }, { "webob.exc.HTTPMovedPermanently": [ "BaseException", "Exception", "object", "webob.exc.HTTPException", "webob.exc.HTTPRedirection", "webob.exc.WSGIHTTPException", "webob.exc._HTTPMove", "webob.response.Response" ] }, { "webob.exc.HTTPMultipleChoices": [ "BaseException", "Exception", "object", "webob.exc.HTTPException", "webob.exc.HTTPRedirection", "webob.exc.WSGIHTTPException", "webob.exc._HTTPMove", "webob.response.Response" ] }, { "webob.exc.HTTPNetworkAuthenticationRequired": [ "BaseException", "Exception", "object", "webob.exc.HTTPError", "webob.exc.HTTPException", "webob.exc.HTTPServerError", "webob.exc.WSGIHTTPException", "webob.response.Response" ] }, { "webob.exc.HTTPNoContent": [ "BaseException", "Exception", "object", "webob.exc.HTTPException", "webob.exc.HTTPOk", "webob.exc.WSGIHTTPException", "webob.response.Response" ] }, { "webob.exc.HTTPNonAuthoritativeInformation": [ "BaseException", "Exception", "object", "webob.exc.HTTPException", "webob.exc.HTTPOk", "webob.exc.WSGIHTTPException", "webob.response.Response" ] }, { "webob.exc.HTTPNotAcceptable": [ "BaseException", "Exception", "object", "webob.exc.HTTPClientError", "webob.exc.HTTPError", "webob.exc.HTTPException", "webob.exc.WSGIHTTPException", "webob.response.Response" ] }, { "webob.exc.HTTPNotFound": [ "BaseException", "Exception", "object", "webob.exc.HTTPClientError", "webob.exc.HTTPError", "webob.exc.HTTPException", "webob.exc.WSGIHTTPException", "webob.response.Response" ] }, { "webob.exc.HTTPNotImplemented": [ "BaseException", "Exception", "object", "webob.exc.HTTPError", "webob.exc.HTTPException", "webob.exc.HTTPServerError", "webob.exc.WSGIHTTPException", "webob.response.Response" ] }, { "webob.exc.HTTPNotModified": [ "BaseException", "Exception", "object", "webob.exc.HTTPException", "webob.exc.HTTPRedirection", "webob.exc.WSGIHTTPException", "webob.response.Response" ] }, { "webob.exc.HTTPOk": [ "BaseException", "Exception", "object", "webob.exc.HTTPException", "webob.exc.WSGIHTTPException", "webob.response.Response" ] }, { "webob.exc.HTTPPartialContent": [ "BaseException", "Exception", "object", "webob.exc.HTTPException", "webob.exc.HTTPOk", "webob.exc.WSGIHTTPException", "webob.response.Response" ] }, { "webob.exc.HTTPPaymentRequired": [ "BaseException", "Exception", "object", "webob.exc.HTTPClientError", "webob.exc.HTTPError", "webob.exc.HTTPException", "webob.exc.WSGIHTTPException", "webob.response.Response" ] }, { "webob.exc.HTTPPermanentRedirect": [ "BaseException", "Exception", "object", "webob.exc.HTTPException", "webob.exc.HTTPRedirection", "webob.exc.WSGIHTTPException", "webob.exc._HTTPMove", "webob.response.Response" ] }, { "webob.exc.HTTPPreconditionFailed": [ "BaseException", "Exception", "object", "webob.exc.HTTPClientError", "webob.exc.HTTPError", "webob.exc.HTTPException", "webob.exc.WSGIHTTPException", "webob.response.Response" ] }, { "webob.exc.HTTPPreconditionRequired": [ "BaseException", "Exception", "object", "webob.exc.HTTPClientError", "webob.exc.HTTPError", "webob.exc.HTTPException", "webob.exc.WSGIHTTPException", "webob.response.Response" ] }, { "webob.exc.HTTPProxyAuthenticationRequired": [ "BaseException", "Exception", "object", "webob.exc.HTTPClientError", "webob.exc.HTTPError", "webob.exc.HTTPException", "webob.exc.WSGIHTTPException", "webob.response.Response" ] }, { "webob.exc.HTTPRedirection": [ "BaseException", "Exception", "object", "webob.exc.HTTPException", "webob.exc.WSGIHTTPException", "webob.response.Response" ] }, { "webob.exc.HTTPRequestEntityTooLarge": [ "BaseException", "Exception", "object", "webob.exc.HTTPClientError", "webob.exc.HTTPError", "webob.exc.HTTPException", "webob.exc.WSGIHTTPException", "webob.response.Response" ] }, { "webob.exc.HTTPRequestHeaderFieldsTooLarge": [ "BaseException", "Exception", "object", "webob.exc.HTTPClientError", "webob.exc.HTTPError", "webob.exc.HTTPException", "webob.exc.WSGIHTTPException", "webob.response.Response" ] }, { "webob.exc.HTTPRequestRangeNotSatisfiable": [ "BaseException", "Exception", "object", "webob.exc.HTTPClientError", "webob.exc.HTTPError", "webob.exc.HTTPException", "webob.exc.WSGIHTTPException", "webob.response.Response" ] }, { "webob.exc.HTTPRequestTimeout": [ "BaseException", "Exception", "object", "webob.exc.HTTPClientError", "webob.exc.HTTPError", "webob.exc.HTTPException", "webob.exc.WSGIHTTPException", "webob.response.Response" ] }, { "webob.exc.HTTPRequestURITooLong": [ "BaseException", "Exception", "object", "webob.exc.HTTPClientError", "webob.exc.HTTPError", "webob.exc.HTTPException", "webob.exc.WSGIHTTPException", "webob.response.Response" ] }, { "webob.exc.HTTPResetContent": [ "BaseException", "Exception", "object", "webob.exc.HTTPException", "webob.exc.HTTPOk", "webob.exc.WSGIHTTPException", "webob.response.Response" ] }, { "webob.exc.HTTPSeeOther": [ "BaseException", "Exception", "object", "webob.exc.HTTPException", "webob.exc.HTTPRedirection", "webob.exc.WSGIHTTPException", "webob.exc._HTTPMove", "webob.response.Response" ] }, { "webob.exc.HTTPServerError": [ "BaseException", "Exception", "object", "webob.exc.HTTPError", "webob.exc.HTTPException", "webob.exc.WSGIHTTPException", "webob.response.Response" ] }, { "webob.exc.HTTPServiceUnavailable": [ "BaseException", "Exception", "object", "webob.exc.HTTPError", "webob.exc.HTTPException", "webob.exc.HTTPServerError", "webob.exc.WSGIHTTPException", "webob.response.Response" ] }, { "webob.exc.HTTPTemporaryRedirect": [ "BaseException", "Exception", "object", "webob.exc.HTTPException", "webob.exc.HTTPRedirection", "webob.exc.WSGIHTTPException", "webob.exc._HTTPMove", "webob.response.Response" ] }, { "webob.exc.HTTPTooManyRequests": [ "BaseException", "Exception", "object", "webob.exc.HTTPClientError", "webob.exc.HTTPError", "webob.exc.HTTPException", "webob.exc.WSGIHTTPException", "webob.response.Response" ] }, { "webob.exc.HTTPUnauthorized": [ "BaseException", "Exception", "object", "webob.exc.HTTPClientError", "webob.exc.HTTPError", "webob.exc.HTTPException", "webob.exc.WSGIHTTPException", "webob.response.Response" ] }, { "webob.exc.HTTPUnavailableForLegalReasons": [ "BaseException", "Exception", "object", "webob.exc.HTTPClientError", "webob.exc.HTTPError", "webob.exc.HTTPException", "webob.exc.WSGIHTTPException", "webob.response.Response" ] }, { "webob.exc.HTTPUnprocessableEntity": [ "BaseException", "Exception", "object", "webob.exc.HTTPClientError", "webob.exc.HTTPError", "webob.exc.HTTPException", "webob.exc.WSGIHTTPException", "webob.response.Response" ] }, { "webob.exc.HTTPUnsupportedMediaType": [ "BaseException", "Exception", "object", "webob.exc.HTTPClientError", "webob.exc.HTTPError", "webob.exc.HTTPException", "webob.exc.WSGIHTTPException", "webob.response.Response" ] }, { "webob.exc.HTTPUseProxy": [ "BaseException", "Exception", "object", "webob.exc.HTTPException", "webob.exc.HTTPRedirection", "webob.exc.WSGIHTTPException", "webob.exc._HTTPMove", "webob.response.Response" ] }, { "webob.exc.HTTPVersionNotSupported": [ "BaseException", "Exception", "object", "webob.exc.HTTPError", "webob.exc.HTTPException", "webob.exc.HTTPServerError", "webob.exc.WSGIHTTPException", "webob.response.Response" ] }, { "webob.exc.WSGIHTTPException": [ "BaseException", "Exception", "object", "webob.exc.HTTPException", "webob.response.Response" ] }, { "webob.exc._HTTPMove": [ "BaseException", "Exception", "object", "webob.exc.HTTPException", "webob.exc.HTTPRedirection", "webob.exc.WSGIHTTPException", "webob.response.Response" ] }, { "webob.exc._lazified": [ "object" ] }, { "webob.etag.ETagMatcher": [ "object" ] }, { "webob.etag.IfRange": [ "object" ] }, { "webob.etag.IfRangeDate": [ "object" ] }, { "webob.etag._AnyETag": [ "object" ] }, { "webob.etag._NoETag": [ "object" ] }, { "webob.descriptors._authorization": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "webob.dec._MiddlewareFactory": [ "object" ] }, { "webob.dec._UnboundMiddleware": [ "object" ] }, { "webob.dec.wsgify": [ "object" ] }, { "webob.datetime_utils._UTC": [ "datetime.tzinfo", "object" ] }, { "webob.cookies.Base64Serializer": [ "object" ] }, { "webob.cookies.Cookie": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "webob.cookies.CookieProfile": [ "object" ] }, { "webob.cookies.JSONSerializer": [ "object" ] }, { "webob.cookies.Morsel": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "webob.cookies.RequestCookies": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "webob.cookies.SignedCookieProfile": [ "object", "webob.cookies.CookieProfile" ] }, { "webob.cookies.SignedSerializer": [ "object" ] }, { "webob.compat.cgi_FieldStorage": [ "cgi.FieldStorage", "object" ] }, { "webob.client.SendRequest": [ "object" ] }, { "webob.cachecontrol.CacheControl": [ "object" ] }, { "webob.cachecontrol.UpdateDict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "webob.cachecontrol.exists_property": [ "object" ] }, { "webob.cachecontrol.value_property": [ "object" ] }, { "webob.byterange.ContentRange": [ "object" ] }, { "webob.byterange.Range": [ "object" ] }, { "webob.acceptparse.Accept": [ "object" ] }, { "webob.acceptparse.AcceptCharset": [ "object" ] }, { "webob.acceptparse.AcceptCharsetInvalidHeader": [ "object", "webob.acceptparse.AcceptCharset", "webob.acceptparse._AcceptCharsetInvalidOrNoHeader" ] }, { "webob.acceptparse.AcceptCharsetNoHeader": [ "object", "webob.acceptparse.AcceptCharset", "webob.acceptparse._AcceptCharsetInvalidOrNoHeader" ] }, { "webob.acceptparse.AcceptCharsetValidHeader": [ "object", "webob.acceptparse.AcceptCharset" ] }, { "webob.acceptparse.AcceptEncoding": [ "object" ] }, { "webob.acceptparse.AcceptEncodingInvalidHeader": [ "object", "webob.acceptparse.AcceptEncoding", "webob.acceptparse._AcceptEncodingInvalidOrNoHeader" ] }, { "webob.acceptparse.AcceptEncodingNoHeader": [ "object", "webob.acceptparse.AcceptEncoding", "webob.acceptparse._AcceptEncodingInvalidOrNoHeader" ] }, { "webob.acceptparse.AcceptEncodingValidHeader": [ "object", "webob.acceptparse.AcceptEncoding" ] }, { "webob.acceptparse.AcceptInvalidHeader": [ "object", "webob.acceptparse.Accept", "webob.acceptparse._AcceptInvalidOrNoHeader" ] }, { "webob.acceptparse.AcceptLanguage": [ "object" ] }, { "webob.acceptparse.AcceptLanguageInvalidHeader": [ "object", "webob.acceptparse.AcceptLanguage", "webob.acceptparse._AcceptLanguageInvalidOrNoHeader" ] }, { "webob.acceptparse.AcceptLanguageNoHeader": [ "object", "webob.acceptparse.AcceptLanguage", "webob.acceptparse._AcceptLanguageInvalidOrNoHeader" ] }, { "webob.acceptparse.AcceptLanguageValidHeader": [ "object", "webob.acceptparse.AcceptLanguage" ] }, { "webob.acceptparse.AcceptNoHeader": [ "object", "webob.acceptparse.Accept", "webob.acceptparse._AcceptInvalidOrNoHeader" ] }, { "webob.acceptparse.AcceptOffer": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "webob.acceptparse.AcceptValidHeader": [ "object", "webob.acceptparse.Accept" ] }, { "webob.acceptparse.MIMEAccept": [ "object", "webob.acceptparse.Accept" ] }, { "webob.acceptparse._AcceptCharsetInvalidOrNoHeader": [ "object", "webob.acceptparse.AcceptCharset" ] }, { "webob.acceptparse._AcceptEncodingInvalidOrNoHeader": [ "object", "webob.acceptparse.AcceptEncoding" ] }, { "webob.acceptparse._AcceptInvalidOrNoHeader": [ "object", "webob.acceptparse.Accept" ] }, { "webob.acceptparse._AcceptLanguageInvalidOrNoHeader": [ "object", "webob.acceptparse.AcceptLanguage" ] }, { "webbrowser.BackgroundBrowser": [ "object", "webbrowser.BaseBrowser", "webbrowser.GenericBrowser" ] }, { "webbrowser.BaseBrowser": [ "object" ] }, { "webbrowser.Chrome": [ "object", "webbrowser.BaseBrowser", "webbrowser.UnixBrowser" ] }, { "webbrowser.Elinks": [ "object", "webbrowser.BaseBrowser", "webbrowser.UnixBrowser" ] }, { "webbrowser.Error": [ "BaseException", "Exception", "object" ] }, { "webbrowser.Galeon": [ "object", "webbrowser.BaseBrowser", "webbrowser.UnixBrowser" ] }, { "webbrowser.GenericBrowser": [ "object", "webbrowser.BaseBrowser" ] }, { "webbrowser.Grail": [ "object", "webbrowser.BaseBrowser" ] }, { "webbrowser.Konqueror": [ "object", "webbrowser.BaseBrowser" ] }, { "webbrowser.MacOSX": [ "object", "webbrowser.BaseBrowser" ] }, { "webbrowser.MacOSXOSAScript": [ "object", "webbrowser.BaseBrowser" ] }, { "webbrowser.Mozilla": [ "object", "webbrowser.BaseBrowser", "webbrowser.UnixBrowser" ] }, { "webbrowser.Opera": [ "object", "webbrowser.BaseBrowser", "webbrowser.UnixBrowser" ] }, { "webbrowser.UnixBrowser": [ "object", "webbrowser.BaseBrowser" ] }, { "weakref.KeyedRef": [ "_weakref.ReferenceType", "object", "typing.Generic" ] }, { "weakref.WeakKeyDictionary": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "weakref.WeakMethod": [ "_weakref.ReferenceType", "object", "typing.Generic" ] }, { "weakref.WeakValueDictionary": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "weakref.finalize": [ "object" ] }, { "wave.Error": [ "BaseException", "Exception", "object" ] }, { "wave.Wave_read": [ "object" ] }, { "wave.Wave_write": [ "object" ] }, { "wave._wave_params": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "warnings.WarningMessage": [ "object" ] }, { "warnings._OptionError": [ "BaseException", "Exception", "object" ] }, { "warnings._catch_warnings_with_records": [ "object", "warnings.catch_warnings" ] }, { "warnings._catch_warnings_without_records": [ "object", "warnings.catch_warnings" ] }, { "warnings.catch_warnings": [ "object" ] }, { "waitress.wasyncore.ExitNow": [ "BaseException", "Exception", "object" ] }, { "waitress.wasyncore.dispatcher": [ "object" ] }, { "waitress.wasyncore.dispatcher_with_send": [ "object", "waitress.wasyncore.dispatcher" ] }, { "waitress.wasyncore.file_dispatcher": [ "object", "waitress.wasyncore.dispatcher" ] }, { "waitress.wasyncore.file_wrapper": [ "object" ] }, { "waitress.utilities.BadRequest": [ "object", "waitress.utilities.Error" ] }, { "waitress.utilities.Error": [ "object" ] }, { "waitress.utilities.InternalServerError": [ "object", "waitress.utilities.Error" ] }, { "waitress.utilities.RequestEntityTooLarge": [ "object", "waitress.utilities.BadRequest", "waitress.utilities.Error" ] }, { "waitress.utilities.RequestHeaderFieldsTooLarge": [ "object", "waitress.utilities.BadRequest", "waitress.utilities.Error" ] }, { "waitress.utilities.ServerNotImplemented": [ "object", "waitress.utilities.Error" ] }, { "waitress.trigger._triggerbase": [ "object" ] }, { "waitress.trigger.trigger": [ "object", "waitress.trigger._triggerbase", "waitress.wasyncore.dispatcher" ] }, { "waitress.task.ErrorTask": [ "object", "waitress.task.Task" ] }, { "waitress.task.Task": [ "object" ] }, { "waitress.task.ThreadedTaskDispatcher": [ "object" ] }, { "waitress.task.WSGITask": [ "object", "waitress.task.Task" ] }, { "waitress.server.BaseWSGIServer": [ "object", "waitress.wasyncore.dispatcher" ] }, { "waitress.server.MultiSocketServer": [ "object" ] }, { "waitress.server.TcpWSGIServer": [ "object", "waitress.server.BaseWSGIServer", "waitress.wasyncore.dispatcher" ] }, { "waitress.server.UnixWSGIServer": [ "object", "waitress.server.BaseWSGIServer", "waitress.wasyncore.dispatcher" ] }, { "waitress.receiver.ChunkedReceiver": [ "object" ] }, { "waitress.receiver.FixedStreamReceiver": [ "object" ] }, { "waitress.proxy_headers.Forwarded": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "waitress.proxy_headers.MalformedProxyHeader": [ "BaseException", "Exception", "object" ] }, { "waitress.parser.HTTPRequestParser": [ "object" ] }, { "waitress.parser.ParsingError": [ "BaseException", "Exception", "object" ] }, { "waitress.parser.TransferEncodingNotImplemented": [ "BaseException", "Exception", "object" ] }, { "waitress.channel.ClientDisconnected": [ "BaseException", "Exception", "object" ] }, { "waitress.channel.HTTPChannel": [ "object", "waitress.wasyncore.dispatcher" ] }, { "waitress.buffers.BytesIOBasedBuffer": [ "object", "waitress.buffers.FileBasedBuffer" ] }, { "waitress.buffers.FileBasedBuffer": [ "object" ] }, { "waitress.buffers.OverflowableBuffer": [ "object" ] }, { "waitress.buffers.ReadOnlyFileBasedBuffer": [ "object", "waitress.buffers.FileBasedBuffer" ] }, { "waitress.buffers.TempfileBasedBuffer": [ "object", "waitress.buffers.FileBasedBuffer" ] }, { "waitress.adjustments.Adjustments": [ "object" ] }, { "waitress.adjustments._bool_marker": [ "object" ] }, { "waitress.adjustments._int_marker": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "waitress.adjustments._str_marker": [ "object", "str", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "vine.synchronization.barrier": [ "object" ] }, { "vine.promises.promise": [ "object" ] }, { "vine.abstract.Thenable": [ "object", "typing.Callable", "typing.Generic" ] }, { "vine.abstract.ThenableProxy": [ "object" ] }, { "vine.version_info_t": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "venv.EnvBuilder": [ "object" ] }, { "uuid.SafeUUID": [ "enum.Enum", "object" ] }, { "uuid.UUID": [ "object" ] }, { "uu.Error": [ "BaseException", "Exception", "object" ] }, { "urllib3.util.wait.NoWayToWaitForSocketError": [ "BaseException", "Exception", "object" ] }, { "urllib3.util.url.Url": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "urllib3.util.timeout.Timeout": [ "object" ] }, { "urllib3.util.ssltransport.SSLTransport": [ "object" ] }, { "urllib3.util.ssl_.SSLContext": [ "object" ] }, { "urllib3.util.retry.RequestHistory": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "urllib3.util.retry.Retry": [ "object" ] }, { "urllib3.util.retry._RetryMeta": [ "object", "type", "typing.Generic" ] }, { "urllib3.util.queue.LifoQueue": [ "object" ] }, { "urllib3.response.BrotliDecoder": [ "object" ] }, { "urllib3.response.DeflateDecoder": [ "object" ] }, { "urllib3.response.GzipDecoder": [ "object" ] }, { "urllib3.response.GzipDecoderState": [ "object" ] }, { "urllib3.response.HTTPResponse": [ "io.IOBase", "object" ] }, { "urllib3.response.MultiDecoder": [ "object" ] }, { "urllib3.request.RequestMethods": [ "object" ] }, { "urllib3.poolmanager.PoolKey": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "urllib3.poolmanager.PoolManager": [ "object", "urllib3.request.RequestMethods" ] }, { "urllib3.poolmanager.ProxyConfig": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "urllib3.poolmanager.ProxyManager": [ "object", "urllib3.poolmanager.PoolManager", "urllib3.request.RequestMethods" ] }, { "urllib3.packages.ssl_match_hostname._implementation.CertificateError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "urllib3.packages.six.Iterator": [ "object" ] }, { "urllib3.packages.six.Module_six_moves_urllib": [ "_importlib_modulespec.ModuleType", "object" ] }, { "urllib3.packages.six.Module_six_moves_urllib_error": [ "_importlib_modulespec.ModuleType", "object", "urllib3.packages.six._LazyModule" ] }, { "urllib3.packages.six.Module_six_moves_urllib_parse": [ "_importlib_modulespec.ModuleType", "object", "urllib3.packages.six._LazyModule" ] }, { "urllib3.packages.six.Module_six_moves_urllib_request": [ "_importlib_modulespec.ModuleType", "object", "urllib3.packages.six._LazyModule" ] }, { "urllib3.packages.six.Module_six_moves_urllib_response": [ "_importlib_modulespec.ModuleType", "object", "urllib3.packages.six._LazyModule" ] }, { "urllib3.packages.six.Module_six_moves_urllib_robotparser": [ "_importlib_modulespec.ModuleType", "object", "urllib3.packages.six._LazyModule" ] }, { "urllib3.packages.six.MovedAttribute": [ "object", "urllib3.packages.six._LazyDescr" ] }, { "urllib3.packages.six.MovedModule": [ "object", "urllib3.packages.six._LazyDescr" ] }, { "urllib3.packages.six.X": [ "object" ] }, { "urllib3.packages.six._LazyDescr": [ "object" ] }, { "urllib3.packages.six._LazyModule": [ "_importlib_modulespec.ModuleType", "object" ] }, { "urllib3.packages.six._MovedItems": [ "_importlib_modulespec.ModuleType", "object", "urllib3.packages.six._LazyModule" ] }, { "urllib3.packages.six._SixMetaPathImporter": [ "object" ] }, { "urllib3.packages.six.with_metaclass.metaclass": [ "object", "type", "typing.Generic" ] }, { "urllib3.fields.RequestField": [ "object" ] }, { "urllib3.exceptions.BodyNotHttplibCompatible": [ "BaseException", "Exception", "object", "urllib3.exceptions.HTTPError" ] }, { "urllib3.exceptions.ClosedPoolError": [ "BaseException", "Exception", "object", "urllib3.exceptions.HTTPError", "urllib3.exceptions.PoolError" ] }, { "urllib3.exceptions.ConnectTimeoutError": [ "BaseException", "Exception", "object", "urllib3.exceptions.HTTPError", "urllib3.exceptions.TimeoutError" ] }, { "urllib3.exceptions.DecodeError": [ "BaseException", "Exception", "object", "urllib3.exceptions.HTTPError" ] }, { "urllib3.exceptions.DependencyWarning": [ "BaseException", "Exception", "Warning", "object", "urllib3.exceptions.HTTPWarning" ] }, { "urllib3.exceptions.EmptyPoolError": [ "BaseException", "Exception", "object", "urllib3.exceptions.HTTPError", "urllib3.exceptions.PoolError" ] }, { "urllib3.exceptions.HTTPError": [ "BaseException", "Exception", "object" ] }, { "urllib3.exceptions.HTTPWarning": [ "BaseException", "Exception", "Warning", "object" ] }, { "urllib3.exceptions.HeaderParsingError": [ "BaseException", "Exception", "object", "urllib3.exceptions.HTTPError" ] }, { "urllib3.exceptions.HostChangedError": [ "BaseException", "Exception", "object", "urllib3.exceptions.HTTPError", "urllib3.exceptions.PoolError", "urllib3.exceptions.RequestError" ] }, { "urllib3.exceptions.IncompleteRead": [ "BaseException", "Exception", "object", "urllib3.exceptions.HTTPError" ] }, { "urllib3.exceptions.InsecurePlatformWarning": [ "BaseException", "Exception", "Warning", "object", "urllib3.exceptions.HTTPWarning", "urllib3.exceptions.SecurityWarning" ] }, { "urllib3.exceptions.InsecureRequestWarning": [ "BaseException", "Exception", "Warning", "object", "urllib3.exceptions.HTTPWarning", "urllib3.exceptions.SecurityWarning" ] }, { "urllib3.exceptions.InvalidChunkLength": [ "BaseException", "Exception", "object", "urllib3.exceptions.HTTPError" ] }, { "urllib3.exceptions.InvalidHeader": [ "BaseException", "Exception", "object", "urllib3.exceptions.HTTPError" ] }, { "urllib3.exceptions.LocationParseError": [ "BaseException", "Exception", "ValueError", "object", "urllib3.exceptions.HTTPError", "urllib3.exceptions.LocationValueError" ] }, { "urllib3.exceptions.LocationValueError": [ "BaseException", "Exception", "ValueError", "object", "urllib3.exceptions.HTTPError" ] }, { "urllib3.exceptions.MaxRetryError": [ "BaseException", "Exception", "object", "urllib3.exceptions.HTTPError", "urllib3.exceptions.PoolError", "urllib3.exceptions.RequestError" ] }, { "urllib3.exceptions.NewConnectionError": [ "BaseException", "Exception", "object", "urllib3.exceptions.ConnectTimeoutError", "urllib3.exceptions.HTTPError", "urllib3.exceptions.PoolError", "urllib3.exceptions.TimeoutError" ] }, { "urllib3.exceptions.PoolError": [ "BaseException", "Exception", "object", "urllib3.exceptions.HTTPError" ] }, { "urllib3.exceptions.ProtocolError": [ "BaseException", "Exception", "object", "urllib3.exceptions.HTTPError" ] }, { "urllib3.exceptions.ProxyError": [ "BaseException", "Exception", "object", "urllib3.exceptions.HTTPError" ] }, { "urllib3.exceptions.ProxySchemeUnknown": [ "AssertionError", "BaseException", "Exception", "ValueError", "object", "urllib3.exceptions.HTTPError", "urllib3.exceptions.LocationValueError", "urllib3.exceptions.URLSchemeUnknown" ] }, { "urllib3.exceptions.ProxySchemeUnsupported": [ "BaseException", "Exception", "ValueError", "object" ] }, { "urllib3.exceptions.ReadTimeoutError": [ "BaseException", "Exception", "object", "urllib3.exceptions.HTTPError", "urllib3.exceptions.PoolError", "urllib3.exceptions.RequestError", "urllib3.exceptions.TimeoutError" ] }, { "urllib3.exceptions.RequestError": [ "BaseException", "Exception", "object", "urllib3.exceptions.HTTPError", "urllib3.exceptions.PoolError" ] }, { "urllib3.exceptions.ResponseError": [ "BaseException", "Exception", "object", "urllib3.exceptions.HTTPError" ] }, { "urllib3.exceptions.ResponseNotChunked": [ "BaseException", "Exception", "ValueError", "object", "urllib3.exceptions.HTTPError", "urllib3.exceptions.ProtocolError" ] }, { "urllib3.exceptions.SNIMissingWarning": [ "BaseException", "Exception", "Warning", "object", "urllib3.exceptions.HTTPWarning" ] }, { "urllib3.exceptions.SSLError": [ "BaseException", "Exception", "object", "urllib3.exceptions.HTTPError" ] }, { "urllib3.exceptions.SecurityWarning": [ "BaseException", "Exception", "Warning", "object", "urllib3.exceptions.HTTPWarning" ] }, { "urllib3.exceptions.SubjectAltNameWarning": [ "BaseException", "Exception", "Warning", "object", "urllib3.exceptions.HTTPWarning", "urllib3.exceptions.SecurityWarning" ] }, { "urllib3.exceptions.SystemTimeWarning": [ "BaseException", "Exception", "Warning", "object", "urllib3.exceptions.HTTPWarning", "urllib3.exceptions.SecurityWarning" ] }, { "urllib3.exceptions.TimeoutError": [ "BaseException", "Exception", "object", "urllib3.exceptions.HTTPError" ] }, { "urllib3.exceptions.TimeoutStateError": [ "BaseException", "Exception", "object", "urllib3.exceptions.HTTPError" ] }, { "urllib3.exceptions.URLSchemeUnknown": [ "BaseException", "Exception", "ValueError", "object", "urllib3.exceptions.HTTPError", "urllib3.exceptions.LocationValueError" ] }, { "urllib3.exceptions.UnrewindableBodyError": [ "BaseException", "Exception", "object", "urllib3.exceptions.HTTPError" ] }, { "urllib3.contrib.socks.SOCKSConnection": [ "object", "urllib3.connection.HTTPConnection" ] }, { "urllib3.contrib.socks.SOCKSHTTPConnectionPool": [ "object", "urllib3.connectionpool.ConnectionPool", "urllib3.connectionpool.HTTPConnectionPool", "urllib3.request.RequestMethods" ] }, { "urllib3.contrib.socks.SOCKSHTTPSConnection": [ "object", "urllib3.connection.DummyConnection", "urllib3.connection.HTTPConnection", "urllib3.contrib.socks.SOCKSConnection" ] }, { "urllib3.contrib.socks.SOCKSHTTPSConnectionPool": [ "object", "urllib3.connectionpool.ConnectionPool", "urllib3.connectionpool.HTTPConnectionPool", "urllib3.connectionpool.HTTPSConnectionPool", "urllib3.request.RequestMethods" ] }, { "urllib3.contrib.socks.SOCKSProxyManager": [ "object", "urllib3.poolmanager.PoolManager", "urllib3.request.RequestMethods" ] }, { "urllib3.contrib.securetransport.SecureTransportContext": [ "object" ] }, { "urllib3.contrib.securetransport.WrappedSocket": [ "object" ] }, { "urllib3.contrib.pyopenssl.PyOpenSSLContext": [ "object" ] }, { "urllib3.contrib.pyopenssl.UnsupportedExtension": [ "BaseException", "Exception", "object" ] }, { "urllib3.contrib.pyopenssl.WrappedSocket": [ "object" ] }, { "urllib3.contrib.ntlmpool.NTLMConnectionPool": [ "object", "urllib3.connectionpool.ConnectionPool", "urllib3.connectionpool.HTTPConnectionPool", "urllib3.connectionpool.HTTPSConnectionPool", "urllib3.request.RequestMethods" ] }, { "urllib3.contrib.appengine.AppEngineManager": [ "object", "urllib3.request.RequestMethods" ] }, { "urllib3.contrib.appengine.AppEnginePlatformError": [ "BaseException", "Exception", "object", "urllib3.exceptions.HTTPError" ] }, { "urllib3.contrib.appengine.AppEnginePlatformWarning": [ "BaseException", "Exception", "Warning", "object", "urllib3.exceptions.HTTPWarning" ] }, { "urllib3.contrib._securetransport.bindings.CFConst": [ "object" ] }, { "urllib3.contrib._securetransport.bindings.SecurityConst": [ "object" ] }, { "urllib3.connectionpool.ConnectionPool": [ "object" ] }, { "urllib3.connectionpool.HTTPConnectionPool": [ "object", "urllib3.connectionpool.ConnectionPool", "urllib3.request.RequestMethods" ] }, { "urllib3.connectionpool.HTTPSConnectionPool": [ "object", "urllib3.connectionpool.ConnectionPool", "urllib3.connectionpool.HTTPConnectionPool", "urllib3.request.RequestMethods" ] }, { "urllib3.connection.BaseSSLError": [ "BaseException", "object" ] }, { "urllib3.connection.BrokenPipeError": [ "BaseException", "Exception", "object" ] }, { "urllib3.connection.ConnectionError": [ "BaseException", "Exception", "object" ] }, { "urllib3.connection.DummyConnection": [ "object" ] }, { "urllib3.connection.HTTPConnection": [ "object" ] }, { "urllib3.connection.HTTPSConnection": [ "object", "urllib3.connection.HTTPConnection" ] }, { "urllib3._collections.HTTPHeaderDict": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "urllib3._collections.RLock": [ "object" ] }, { "urllib3._collections.RecentlyUsedContainer": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "urllib.robotparser.RobotFileParser": [ "object" ] }, { "urllib.robotparser._RequestRate": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "urllib.response.addbase": [ "object", "typing.BinaryIO", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "urllib.response.addclosehook": [ "object", "typing.BinaryIO", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol", "urllib.response.addbase" ] }, { "urllib.response.addinfo": [ "object", "typing.BinaryIO", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol", "urllib.response.addbase" ] }, { "urllib.response.addinfourl": [ "object", "typing.BinaryIO", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol", "urllib.response.addbase", "urllib.response.addinfo" ] }, { "urllib.request.AbstractBasicAuthHandler": [ "object" ] }, { "urllib.request.AbstractDigestAuthHandler": [ "object" ] }, { "urllib.request.AbstractHTTPHandler": [ "object", "urllib.request.BaseHandler" ] }, { "urllib.request.BaseHandler": [ "object" ] }, { "urllib.request.CacheFTPHandler": [ "object", "urllib.request.BaseHandler", "urllib.request.FTPHandler" ] }, { "urllib.request.DataHandler": [ "object", "urllib.request.BaseHandler" ] }, { "urllib.request.FTPHandler": [ "object", "urllib.request.BaseHandler" ] }, { "urllib.request.FancyURLopener": [ "object", "urllib.request.URLopener" ] }, { "urllib.request.FileHandler": [ "object", "urllib.request.BaseHandler" ] }, { "urllib.request.HTTPBasicAuthHandler": [ "object", "urllib.request.AbstractBasicAuthHandler", "urllib.request.BaseHandler" ] }, { "urllib.request.HTTPCookieProcessor": [ "object", "urllib.request.BaseHandler" ] }, { "urllib.request.HTTPDefaultErrorHandler": [ "object", "urllib.request.BaseHandler" ] }, { "urllib.request.HTTPDigestAuthHandler": [ "object", "urllib.request.AbstractDigestAuthHandler", "urllib.request.BaseHandler" ] }, { "urllib.request.HTTPErrorProcessor": [ "object", "urllib.request.BaseHandler" ] }, { "urllib.request.HTTPHandler": [ "object", "urllib.request.AbstractHTTPHandler", "urllib.request.BaseHandler" ] }, { "urllib.request.HTTPPasswordMgr": [ "object" ] }, { "urllib.request.HTTPPasswordMgrWithDefaultRealm": [ "object", "urllib.request.HTTPPasswordMgr" ] }, { "urllib.request.HTTPPasswordMgrWithPriorAuth": [ "object", "urllib.request.HTTPPasswordMgr", "urllib.request.HTTPPasswordMgrWithDefaultRealm" ] }, { "urllib.request.HTTPRedirectHandler": [ "object", "urllib.request.BaseHandler" ] }, { "urllib.request.HTTPSHandler": [ "object", "urllib.request.AbstractHTTPHandler", "urllib.request.BaseHandler" ] }, { "urllib.request.OpenerDirector": [ "object" ] }, { "urllib.request.ProxyBasicAuthHandler": [ "object", "urllib.request.AbstractBasicAuthHandler", "urllib.request.BaseHandler" ] }, { "urllib.request.ProxyDigestAuthHandler": [ "object", "urllib.request.AbstractDigestAuthHandler", "urllib.request.BaseHandler" ] }, { "urllib.request.ProxyHandler": [ "object", "urllib.request.BaseHandler" ] }, { "urllib.request.Request": [ "object" ] }, { "urllib.request.URLopener": [ "object" ] }, { "urllib.request.UnknownHandler": [ "object", "urllib.request.BaseHandler" ] }, { "urllib.request.ftpwrapper": [ "object" ] }, { "urllib.parse.DefragResult": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence", "urllib.parse._DefragResultBase", "urllib.parse._ResultMixinBase", "urllib.parse._ResultMixinStr" ] }, { "urllib.parse.DefragResultBytes": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence", "urllib.parse._DefragResultBase", "urllib.parse._ResultMixinBase", "urllib.parse._ResultMixinBytes" ] }, { "urllib.parse.ParseResult": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence", "urllib.parse._NetlocResultMixinBase", "urllib.parse._NetlocResultMixinStr", "urllib.parse._ParseResultBase", "urllib.parse._ResultMixinBase", "urllib.parse._ResultMixinStr" ] }, { "urllib.parse.ParseResultBytes": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence", "urllib.parse._NetlocResultMixinBase", "urllib.parse._NetlocResultMixinBytes", "urllib.parse._ParseResultBytesBase", "urllib.parse._ResultMixinBase", "urllib.parse._ResultMixinBytes" ] }, { "urllib.parse.SplitResult": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence", "urllib.parse._NetlocResultMixinBase", "urllib.parse._NetlocResultMixinStr", "urllib.parse._ResultMixinBase", "urllib.parse._ResultMixinStr", "urllib.parse._SplitResultBase" ] }, { "urllib.parse.SplitResultBytes": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence", "urllib.parse._NetlocResultMixinBase", "urllib.parse._NetlocResultMixinBytes", "urllib.parse._ResultMixinBase", "urllib.parse._ResultMixinBytes", "urllib.parse._SplitResultBytesBase" ] }, { "urllib.parse._DefragResultBase": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "urllib.parse._NetlocResultMixinBase": [ "object", "typing.Generic" ] }, { "urllib.parse._NetlocResultMixinBytes": [ "object", "typing.Generic", "urllib.parse._NetlocResultMixinBase", "urllib.parse._ResultMixinBase", "urllib.parse._ResultMixinBytes" ] }, { "urllib.parse._NetlocResultMixinStr": [ "object", "typing.Generic", "urllib.parse._NetlocResultMixinBase", "urllib.parse._ResultMixinBase", "urllib.parse._ResultMixinStr" ] }, { "urllib.parse._ParseResultBase": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "urllib.parse._ParseResultBytesBase": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "urllib.parse._ResultMixinBase": [ "object", "typing.Generic" ] }, { "urllib.parse._ResultMixinBytes": [ "object", "typing.Generic", "urllib.parse._ResultMixinBase" ] }, { "urllib.parse._ResultMixinStr": [ "object", "typing.Generic", "urllib.parse._ResultMixinBase" ] }, { "urllib.parse._SplitResultBase": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "urllib.parse._SplitResultBytesBase": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "urllib.error.ContentTooShortError": [ "BaseException", "Exception", "OSError", "object", "urllib.error.URLError" ] }, { "urllib.error.HTTPError": [ "BaseException", "Exception", "OSError", "object", "typing.BinaryIO", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol", "urllib.error.URLError", "urllib.response.addbase", "urllib.response.addinfo", "urllib.response.addinfourl" ] }, { "urllib.error.URLError": [ "BaseException", "Exception", "OSError", "object" ] }, { "unittest2.test.test_unittest2_with.TestWith": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_suite.Test": [ "object" ] }, { "unittest2.test.test_suite.Test.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_suite.Test_TestSuite": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase", "unittest2.test.support.EqualityMixin" ] }, { "unittest2.test.test_suite.Test_TestSuite.assert_garbage_collect_test_after_run.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_suite.Test_TestSuite.test_addTest__TestCase.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_suite.Test_TestSuite.test_addTest__TestSuite.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_suite.Test_TestSuite.test_addTests.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_suite.Test_TestSuite.test_basetestsuite.Module": [ "object" ] }, { "unittest2.test.test_suite.Test_TestSuite.test_basetestsuite.Test": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_suite.Test_TestSuite.test_countTestCases_nested.Test1": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_suite.Test_TestSuite.test_countTestCases_zero_nested.Test1": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_suite.Test_TestSuite.test_overriding_call.MySuite": [ "object", "typing.Generic", "typing.Iterable", "typing.Protocol", "unittest.suite.BaseTestSuite", "unittest.suite.TestSuite", "unittest2.suite.BaseTestSuite", "unittest2.suite.TestSuite" ] }, { "unittest2.test.test_suite.Test_TestSuite.test_run.LoggingCase": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_skipping.Test_TestSkipping": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_skipping.Test_TestSkipping.test_decorated_skip.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_skipping.Test_TestSkipping.test_expected_failure.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_skipping.Test_TestSkipping.test_expected_failure_subtests.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_skipping.Test_TestSkipping.test_skip_class.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_skipping.Test_TestSkipping.test_skip_doesnt_run_setup.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_skipping.Test_TestSkipping.test_skip_non_unittest_class_new_style.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase", "unittest2.test.test_skipping.Test_TestSkipping.test_skip_non_unittest_class_new_style.Mixin" ] }, { "unittest2.test.test_skipping.Test_TestSkipping.test_skip_non_unittest_class_new_style.Mixin": [ "object" ] }, { "unittest2.test.test_skipping.Test_TestSkipping.test_skip_non_unittest_class_old_style.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase", "unittest2.test.test_skipping.Test_TestSkipping.test_skip_non_unittest_class_old_style.Mixin" ] }, { "unittest2.test.test_skipping.Test_TestSkipping.test_skip_non_unittest_class_old_style.Mixin": [ "object" ] }, { "unittest2.test.test_skipping.Test_TestSkipping.test_skipping.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_skipping.Test_TestSkipping.test_skipping_decorators.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_skipping.Test_TestSkipping.test_skipping_subtests.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_skipping.Test_TestSkipping.test_unexpected_success.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_skipping.Test_TestSkipping.test_unexpected_success_subtests.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_setups.TestSetups": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_setups.TestSetups.test_class_not_setup_or_torndown_when_skipped.Test": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_setups.TestSetups.test_class_not_torndown_when_setup_fails.Test": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_setups.TestSetups.test_error_in_setup_module.Module": [ "object" ] }, { "unittest2.test.test_setups.TestSetups.test_error_in_setup_module.Test": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_setups.TestSetups.test_error_in_setup_module.Test2": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_setups.TestSetups.test_error_in_setupclass.BrokenTest": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_setups.TestSetups.test_error_in_teardown_class.Test": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_setups.TestSetups.test_error_in_teardown_class.Test2": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_setups.TestSetups.test_error_in_teardown_module.Module": [ "object" ] }, { "unittest2.test.test_setups.TestSetups.test_error_in_teardown_module.Test": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_setups.TestSetups.test_error_in_teardown_module.Test2": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_setups.TestSetups.test_setup_class.Test": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_setups.TestSetups.test_setup_module.Module": [ "object" ] }, { "unittest2.test.test_setups.TestSetups.test_setup_module.Test": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_setups.TestSetups.test_setup_teardown_order_with_pathological_suite.Module1": [ "object" ] }, { "unittest2.test.test_setups.TestSetups.test_setup_teardown_order_with_pathological_suite.Module2": [ "object" ] }, { "unittest2.test.test_setups.TestSetups.test_setup_teardown_order_with_pathological_suite.Test1": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_setups.TestSetups.test_setup_teardown_order_with_pathological_suite.Test2": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_setups.TestSetups.test_setup_teardown_order_with_pathological_suite.Test3": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_setups.TestSetups.test_skiptest_in_setupclass.Test": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_setups.TestSetups.test_skiptest_in_setupmodule.Module": [ "object" ] }, { "unittest2.test.test_setups.TestSetups.test_skiptest_in_setupmodule.Test": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_setups.TestSetups.test_suite_debug_executes_setups_and_teardowns.Module": [ "object" ] }, { "unittest2.test.test_setups.TestSetups.test_suite_debug_executes_setups_and_teardowns.Test": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_setups.TestSetups.test_suite_debug_propagates_exceptions.Module": [ "object" ] }, { "unittest2.test.test_setups.TestSetups.test_suite_debug_propagates_exceptions.Test": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_setups.TestSetups.test_teardown_class.Test": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_setups.TestSetups.test_teardown_class_two_classes.Test": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_setups.TestSetups.test_teardown_class_two_classes.Test2": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_setups.TestSetups.test_teardown_module.Module": [ "object" ] }, { "unittest2.test.test_setups.TestSetups.test_teardown_module.Test": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_setups.TestSetups.test_testcase_with_missing_module.Test": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_runner.TestCleanUp": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_runner.TestCleanUp.testCleanUp.TestableTest": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_runner.TestCleanUp.testCleanUpWithErrors.TestableTest": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_runner.TestCleanUp.testCleanupInRun.TestableTest": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_runner.TestCleanUp.testTestCaseDebugExecutesCleanups.TestableTest": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_runner.Test_TextTestRunner": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_runner.Test_TextTestRunner.testBufferAndFailfast.Test": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_runner.Test_TextTestRunner.testRunnerRegistersResult.Test": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_runner.Test_TextTestRunner.test_multiple_inheritance.AResult": [ "object", "unittest.result.TestResult", "unittest2.result.TestResult" ] }, { "unittest2.test.test_runner.Test_TextTestRunner.test_multiple_inheritance.ATextResult": [ "object", "unittest.result.TestResult", "unittest2.result.TestResult", "unittest2.runner.TextTestResult", "unittest2.test.test_runner.Test_TextTestRunner.test_multiple_inheritance.AResult" ] }, { "unittest2.test.test_runner.Test_TextTestRunner.test_oldresult.Test": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_runner.Test_TextTestRunner.test_startTestRun_stopTestRun_called.LoggingRunner": [ "object", "unittest.runner.TextTestRunner", "unittest2.runner.TextTestRunner" ] }, { "unittest2.test.test_runner.Test_TextTestRunner.test_startTestRun_stopTestRun_called.LoggingTextResult": [ "object", "unittest.result.TestResult", "unittest2.result.TestResult", "unittest2.test.support.LoggingResult", "unittest2.test.support._BaseLoggingResult" ] }, { "unittest2.test.test_runner.Test_TextTestRunner.test_works_with_result_without_startTestRun_stopTestRun.OldTextResult": [ "object", "unittest2.test.support.OldTestResult" ] }, { "unittest2.test.test_result.MockTraceback": [ "object" ] }, { "unittest2.test.test_result.MockTraceback.TracebackException": [ "object" ] }, { "unittest2.test.test_result.TestOutputBuffering": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_result.Test_TestResult": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_result.Test_TestResult.testStackFrameTrimming.Frame": [ "object" ] }, { "unittest2.test.test_result.Test_TestResult.testStackFrameTrimming.Frame.tb_frame": [ "object" ] }, { "unittest2.test.test_result.Test_TestResult.test_addError.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_result.Test_TestResult.test_addError_locals.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_result.Test_TestResult.test_addFailure.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_result.Test_TestResult.test_addSubTest.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_result.Test_TestResult.test_addSuccess.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_result.Test_TestResult.test_startTest.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_result.Test_TestResult.test_stopTest.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_program.FakeRunner": [ "object" ] }, { "unittest2.test.test_program.InitialisableProgram": [ "object", "unittest2.main.TestProgram" ] }, { "unittest2.test.test_program.TestCommandLineArgs": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_program.Test_TestProgram": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_program.Test_TestProgram.FooBar": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_program.Test_TestProgram.FooBarLoader": [ "object", "unittest.loader.TestLoader", "unittest2.loader.TestLoader" ] }, { "unittest2.test.test_program.Test_TestProgram.testNoExit.FakeRunner": [ "object" ] }, { "unittest2.test.test_program.Test_TestProgram.test_defaultTest_with_iterable.FakeRunner": [ "object" ] }, { "unittest2.test.test_program.Test_TestProgram.test_defaultTest_with_string.FakeRunner": [ "object" ] }, { "unittest2.test.test_new_tests.TestUnittest": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_new_tests.TestUnittest.test_multiple_inheritance_setup.Both": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase", "unittest2.test.test_new_tests.TestUnittest.test_multiple_inheritance_setup.Other", "unittest2.test.test_new_tests.TestUnittest.test_multiple_inheritance_setup.OtherOther" ] }, { "unittest2.test.test_new_tests.TestUnittest.test_multiple_inheritance_setup.Other": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_new_tests.TestUnittest.test_multiple_inheritance_setup.OtherOther": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_new_tests.TestUnittest.test_new_runner_old_case.Test": [ "object", "unittest.case.TestCase" ] }, { "unittest2.test.test_new_tests.TestUnittest.test_old_runner_new_case.Test": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_loader.Test_TestLoader": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_getTestCaseNames.Test": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_getTestCaseNames__inheritance.TestC": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase", "unittest2.test.test_loader.Test_TestLoader.test_getTestCaseNames__inheritance.TestP" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_getTestCaseNames__inheritance.TestP": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_getTestCaseNames__no_tests.Test": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_getTestCaseNames__not_a_TestCase.BadCase": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_loadTestsFromModule__TestCase_subclass.MyTestCase": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_loadTestsFromModule__load_tests.MyTestCase": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_loadTestsFromModule__no_TestCase_tests.MyTestCase": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_loadTestsFromModule__not_a_module.MyTestCase": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_loadTestsFromModule__not_a_module.NotAModule": [ "object" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_loadTestsFromModule__pattern.MyTestCase": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_loadTestsFromModule__too_many_positional_args.MyTestCase": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_loadTestsFromModule__use_load_tests_deprecated_keyword.MyTestCase": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_loadTestsFromModule__use_load_tests_deprecated_positional.MyTestCase": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_loadTestsFromModule__use_load_tests_other_bad_keyword.MyTestCase": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_loadTestsFromName__callable__TestCase_instance_ProperSuiteClass.SubTestSuite": [ "object", "typing.Generic", "typing.Iterable", "typing.Protocol", "unittest.suite.BaseTestSuite", "unittest.suite.TestSuite", "unittest2.suite.BaseTestSuite", "unittest2.suite.TestSuite" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_loadTestsFromName__function_with_different_name_than_method.MyTestCase": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_loadTestsFromName__relative_TestCase_subclass.MyTestCase": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_loadTestsFromName__relative_TestSuite.MyTestCase": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_loadTestsFromName__relative_invalid_testmethod.MyTestCase": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_loadTestsFromName__relative_not_a_module.MyTestCase": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_loadTestsFromName__relative_not_a_module.NotAModule": [ "object" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_loadTestsFromName__relative_testmethod.MyTestCase": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_loadTestsFromName__relative_testmethod_ProperSuiteClass.MyTestCase": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_loadTestsFromName__relative_testmethod_ProperSuiteClass.SubTestSuite": [ "object", "typing.Generic", "typing.Iterable", "typing.Protocol", "unittest.suite.BaseTestSuite", "unittest.suite.TestSuite", "unittest2.suite.BaseTestSuite", "unittest2.suite.TestSuite" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_loadTestsFromNames__callable__call_staticmethod.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_loadTestsFromNames__callable__call_staticmethod.Test1": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_TestCase_subclass.MyTestCase": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_TestSuite.MyTestCase": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_invalid_testmethod.MyTestCase": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_not_a_module.MyTestCase": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_not_a_module.NotAModule": [ "object" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_testmethod.MyTestCase": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_loadTestsFromTestCase.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_loadTestsFromTestCase__TestSuite_subclass.NotATestCase": [ "object", "typing.Generic", "typing.Iterable", "typing.Protocol", "unittest.suite.BaseTestSuite", "unittest.suite.TestSuite", "unittest2.suite.BaseTestSuite", "unittest2.suite.TestSuite" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_loadTestsFromTestCase__default_method_name.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_loadTestsFromTestCase__no_matches.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_sortTestMethodsUsing__None.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_sortTestMethodsUsing__getTestCaseNames.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_sortTestMethodsUsing__loadTestsFromModule.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_sortTestMethodsUsing__loadTestsFromName.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_sortTestMethodsUsing__loadTestsFromNames.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_sortTestMethodsUsing__loadTestsFromTestCase.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_suiteClass__loadTestsFromModule.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_suiteClass__loadTestsFromName.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_suiteClass__loadTestsFromNames.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_suiteClass__loadTestsFromTestCase.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_testMethodPrefix__loadTestsFromModule.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_testMethodPrefix__loadTestsFromName.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_testMethodPrefix__loadTestsFromNames.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_loader.Test_TestLoader.test_testMethodPrefix__loadTestsFromTestCase.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_functiontestcase.Test_FunctionTestCase": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_discovery.TestDiscovery": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_discovery.TestDiscovery.setup_module_clash.Module": [ "object" ] }, { "unittest2.test.test_discovery.TestDiscovery.test_command_line_handling_do_discovery_calls_loader.Loader": [ "object" ] }, { "unittest2.test.test_discovery.TestDiscovery.test_command_line_handling_do_discovery_uses_default_loader.Loader": [ "object" ] }, { "unittest2.test.test_discovery.TestDiscovery.test_discover_start_dir_is_package_calls_package_load_tests.Module": [ "object" ] }, { "unittest2.test.test_discovery.TestDiscovery.test_find_tests_customise_via_package_pattern.Module": [ "object" ] }, { "unittest2.test.test_discovery.TestDiscovery.test_find_tests_default_calls_package_load_tests.Module": [ "object" ] }, { "unittest2.test.test_discovery.TestDiscovery.test_find_tests_with_package.Module": [ "object" ] }, { "unittest2.test.test_discovery.TestableTestProgram": [ "object", "unittest2.main.TestProgram" ] }, { "unittest2.test.test_case.MyException": [ "BaseException", "Exception", "object" ] }, { "unittest2.test.test_case.Test": [ "object" ] }, { "unittest2.test.test_case.Test.Bar": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase", "unittest2.test.test_case.Test.Foo" ] }, { "unittest2.test.test_case.Test.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_case.Test.LoggingTestCase": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_case.Test_TestCase": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase", "unittest2.test.support.EqualityMixin", "unittest2.test.support.HashingMixin" ] }, { "unittest2.test.test_case.Test_TestCase._check_call_order__subtests.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase", "unittest2.test.test_case.Test.LoggingTestCase" ] }, { "unittest2.test.test_case.Test_TestCase._check_call_order__subtests_success.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase", "unittest2.test.test_case.Test.LoggingTestCase" ] }, { "unittest2.test.test_case.Test_TestCase.testAddTypeEqualityFunc.SadSnake": [ "object" ] }, { "unittest2.test.test_case.Test_TestCase.testAssertRaisesCallable.ExceptionMock": [ "BaseException", "Exception", "object" ] }, { "unittest2.test.test_case.Test_TestCase.testAssertRaisesContext.ExceptionMock": [ "BaseException", "Exception", "object" ] }, { "unittest2.test.test_case.Test_TestCase.testAssertRaisesRegex.ExceptionMock": [ "BaseException", "Exception", "object" ] }, { "unittest2.test.test_case.Test_TestCase.testAssertRaisesRegexInvalidRegex.MyExc": [ "BaseException", "Exception", "object" ] }, { "unittest2.test.test_case.Test_TestCase.testAssertWarnsRegexInvalidRegex.MyWarn": [ "BaseException", "Exception", "Warning", "object" ] }, { "unittest2.test.test_case.Test_TestCase.testDeepcopy.TestableTest": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_case.Test_TestCase.testKeyboardInterrupt.Test1": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_case.Test_TestCase.testKeyboardInterrupt.Test2": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_case.Test_TestCase.testKeyboardInterrupt.Test3": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_case.Test_TestCase.testKeyboardInterrupt.Test4": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_case.Test_TestCase.testSkippingEverywhere.Test1": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_case.Test_TestCase.testSkippingEverywhere.Test2": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_case.Test_TestCase.testSkippingEverywhere.Test3": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_case.Test_TestCase.testSkippingEverywhere.Test4": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_case.Test_TestCase.testSystemExit.Test1": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_case.Test_TestCase.testSystemExit.Test2": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_case.Test_TestCase.testSystemExit.Test3": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_case.Test_TestCase.testSystemExit.Test4": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_case.Test_TestCase.test_countTestCases.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_case.Test_TestCase.test_defaultTestResult.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_case.Test_TestCase.test_failureException__default.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_case.Test_TestCase.test_failureException__subclassing__explicit_raise.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_case.Test_TestCase.test_failureException__subclassing__implicit_raise.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_case.Test_TestCase.test_id.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_case.Test_TestCase.test_init__no_test_name.Test": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_case.Test_TestCase.test_init__test_name__invalid.Test": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_case.Test_TestCase.test_init__test_name__valid.Test": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_case.Test_TestCase.test_no_exception_leak.MyException": [ "BaseException", "Exception", "object" ] }, { "unittest2.test.test_case.Test_TestCase.test_no_exception_leak.TestCase": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_case.Test_TestCase.test_run__uses_defaultTestResult.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_case.Test_TestCase.test_run_call_order__error_in_setUp.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase", "unittest2.test.test_case.Test.LoggingTestCase" ] }, { "unittest2.test.test_case.Test_TestCase.test_run_call_order__error_in_setUp_default_result.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase", "unittest2.test.test_case.Test.LoggingTestCase" ] }, { "unittest2.test.test_case.Test_TestCase.test_run_call_order__error_in_tearDown.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase", "unittest2.test.test_case.Test.LoggingTestCase" ] }, { "unittest2.test.test_case.Test_TestCase.test_run_call_order__error_in_tearDown_default_result.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase", "unittest2.test.test_case.Test.LoggingTestCase" ] }, { "unittest2.test.test_case.Test_TestCase.test_run_call_order__error_in_test.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase", "unittest2.test.test_case.Test.LoggingTestCase" ] }, { "unittest2.test.test_case.Test_TestCase.test_run_call_order__error_in_test_default_result.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase", "unittest2.test.test_case.Test.LoggingTestCase" ] }, { "unittest2.test.test_case.Test_TestCase.test_run_call_order__failure_in_test.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase", "unittest2.test.test_case.Test.LoggingTestCase" ] }, { "unittest2.test.test_case.Test_TestCase.test_run_call_order__failure_in_test_default_result.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase", "unittest2.test.test_case.Test.LoggingTestCase" ] }, { "unittest2.test.test_case.Test_TestCase.test_run_call_order__subtests_failfast.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase", "unittest2.test.test_case.Test.LoggingTestCase" ] }, { "unittest2.test.test_case.Test_TestCase.test_run_call_order_default_result.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_case.Test_TestCase.test_setUp.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_case.Test_TestCase.test_subtests_failfast.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_case.Test_TestCase.test_tearDown.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_break.TestBreak": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_break.TestBreak.testMainInstallsHandler.FakeRunner": [ "object" ] }, { "unittest2.test.test_break.TestBreak.testMainInstallsHandler.Program": [ "object", "unittest2.main.TestProgram" ] }, { "unittest2.test.test_break.TestBreakDefaultIntHandler": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase", "unittest2.test.test_break.TestBreak" ] }, { "unittest2.test.test_break.TestBreakSignalDefault": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase", "unittest2.test.test_break.TestBreak" ] }, { "unittest2.test.test_break.TestBreakSignalIgnored": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase", "unittest2.test.test_break.TestBreak" ] }, { "unittest2.test.test_assertions.TestLongMessage": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_assertions.TestLongMessage.setUp.TestableTestFalse": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_assertions.TestLongMessage.setUp.TestableTestTrue": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_assertions.Test_Assertions": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.test_assertions.Test_Assertions.test_assertRaises_frames_survival.A": [ "object" ] }, { "unittest2.test.test_assertions.Test_Assertions.test_assertRaises_frames_survival.Foo": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test.support.EqualityMixin": [ "object" ] }, { "unittest2.test.support.HashingMixin": [ "object" ] }, { "unittest2.test.support.LegacyLoggingResult": [ "object", "unittest.result.TestResult", "unittest2.result.TestResult", "unittest2.test.support._BaseLoggingResult" ] }, { "unittest2.test.support.LoggingResult": [ "object", "unittest.result.TestResult", "unittest2.result.TestResult", "unittest2.test.support._BaseLoggingResult" ] }, { "unittest2.test.support.OldTestResult": [ "object" ] }, { "unittest2.test.support._BaseLoggingResult": [ "object", "unittest.result.TestResult", "unittest2.result.TestResult" ] }, { "unittest2.test._test_unittest2_with.TestWith": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test._test_unittest2_with.TestWith.testAssertRaisesExcValue.ExceptionMock": [ "BaseException", "Exception", "object" ] }, { "unittest2.test._test_unittest2_with.TestWith.test_old_testresult.Test": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test._test_unittest2_with.TestWith.test_old_testresult_class.Test": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.test._test_unittest2_with.TestWith.test_old_testresult_setup.Test": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.suite.BaseTestSuite": [ "object", "typing.Generic", "typing.Iterable", "typing.Protocol", "unittest.suite.BaseTestSuite", "unittest.suite.TestSuite" ] }, { "unittest2.suite.TestSuite": [ "object", "typing.Generic", "typing.Iterable", "typing.Protocol", "unittest.suite.BaseTestSuite", "unittest.suite.TestSuite", "unittest2.suite.BaseTestSuite" ] }, { "unittest2.suite._DebugResult": [ "object" ] }, { "unittest2.suite._ErrorHolder": [ "object" ] }, { "unittest2.signals._InterruptHandler": [ "object" ] }, { "unittest2.runner.TextTestResult": [ "object", "unittest.result.TestResult", "unittest2.result.TestResult" ] }, { "unittest2.runner.TextTestRunner": [ "object", "unittest.runner.TextTestRunner" ] }, { "unittest2.runner._WritelnDecorator": [ "object" ] }, { "unittest2.result.TestResult": [ "object", "unittest.result.TestResult" ] }, { "unittest2.main.TestProgram": [ "object" ] }, { "unittest2.loader.TestLoader": [ "object", "unittest.loader.TestLoader" ] }, { "unittest2.loader._CmpToKey.K": [ "object" ] }, { "unittest2.loader._FailedTest": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.compatibility.ChainMap": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "unittest2.compatibility.WarningMessage": [ "object" ] }, { "unittest2.compatibility.catch_warnings": [ "object" ] }, { "unittest2.case.FunctionTestCase": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.case.SkipTest": [ "BaseException", "Exception", "object" ] }, { "unittest2.case.TestCase": [ "object", "unittest.case.TestCase" ] }, { "unittest2.case._AssertLogsContext": [ "object", "unittest2.case._BaseTestCaseContext" ] }, { "unittest2.case._AssertRaisesBaseContext": [ "object", "unittest2.case._BaseTestCaseContext" ] }, { "unittest2.case._AssertRaisesContext": [ "object", "unittest2.case._AssertRaisesBaseContext", "unittest2.case._BaseTestCaseContext" ] }, { "unittest2.case._AssertWarnsContext": [ "object", "unittest2.case._AssertRaisesBaseContext", "unittest2.case._BaseTestCaseContext" ] }, { "unittest2.case._BaseTestCaseContext": [ "object" ] }, { "unittest2.case._CapturingHandler": [ "logging.Filterer", "logging.Handler", "object" ] }, { "unittest2.case._LoggingWatcher": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "unittest2.case._Outcome": [ "object" ] }, { "unittest2.case._ShouldStop": [ "BaseException", "Exception", "object" ] }, { "unittest2.case._SubTest": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "unittest2.case._TypeEqualityDict": [ "object" ] }, { "unittest2.case._UnexpectedSuccess": [ "BaseException", "Exception", "object" ] }, { "unittest.suite.BaseTestSuite": [ "object", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "unittest.suite.TestSuite": [ "object", "typing.Generic", "typing.Iterable", "typing.Protocol", "unittest.suite.BaseTestSuite" ] }, { "unittest.runner.TextTestResult": [ "object", "unittest.result.TestResult" ] }, { "unittest.runner.TextTestRunner": [ "object" ] }, { "unittest.result.TestResult": [ "object" ] }, { "unittest.mock.AsyncMagicMixin": [ "object", "unittest.mock.MagicMixin" ] }, { "unittest.mock.AsyncMock": [ "object", "unittest.mock.AsyncMagicMixin", "unittest.mock.AsyncMockMixin", "unittest.mock.Base", "unittest.mock.CallableMixin", "unittest.mock.MagicMixin", "unittest.mock.Mock", "unittest.mock.NonCallableMock" ] }, { "unittest.mock.AsyncMockMixin": [ "object", "unittest.mock.Base" ] }, { "unittest.mock.Base": [ "object" ] }, { "unittest.mock.CallableMixin": [ "object", "unittest.mock.Base" ] }, { "unittest.mock.MagicMixin": [ "object" ] }, { "unittest.mock.MagicMock": [ "object", "unittest.mock.Base", "unittest.mock.CallableMixin", "unittest.mock.MagicMixin", "unittest.mock.Mock", "unittest.mock.NonCallableMock" ] }, { "unittest.mock.MagicProxy": [ "object" ] }, { "unittest.mock.Mock": [ "object", "unittest.mock.Base", "unittest.mock.CallableMixin", "unittest.mock.NonCallableMock" ] }, { "unittest.mock.NonCallableMagicMock": [ "object", "unittest.mock.Base", "unittest.mock.MagicMixin", "unittest.mock.NonCallableMock" ] }, { "unittest.mock.NonCallableMock": [ "object", "unittest.mock.Base" ] }, { "unittest.mock._ANY": [ "object" ] }, { "unittest.mock._Call": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "unittest.mock._CallList": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "unittest.mock._MockIter": [ "object" ] }, { "unittest.mock._Sentinel": [ "object" ] }, { "unittest.mock._SentinelObject": [ "object" ] }, { "unittest.mock._SpecState": [ "object" ] }, { "unittest.mock._patch": [ "object", "typing.Generic" ] }, { "unittest.mock._patch_dict": [ "object" ] }, { "unittest.mock._patcher": [ "object" ] }, { "unittest.mock._slotted": [ "object" ] }, { "unittest.main.TestProgram": [ "object" ] }, { "unittest.main._TestRunner": [ "object", "typing.Generic", "typing.Protocol" ] }, { "unittest.loader.TestLoader": [ "object" ] }, { "unittest.case.FunctionTestCase": [ "object", "unittest.case.TestCase" ] }, { "unittest.case.SkipTest": [ "BaseException", "Exception", "object" ] }, { "unittest.case.TestCase": [ "object" ] }, { "unittest.case._AssertLogsContext": [ "object" ] }, { "unittest.case._AssertRaisesContext": [ "object", "typing.Generic" ] }, { "unittest.case._AssertWarnsContext": [ "object" ] }, { "unittest.async_case.IsolatedAsyncioTestCase": [ "object", "unittest.case.TestCase" ] }, { "unicodedata.UCD": [ "object" ] }, { "typing_extensions.Annotated": [ "object", "typing.Generic" ] }, { "typing_extensions.Final": [ "object" ] }, { "typing_extensions.Literal": [ "object", "typing.Generic" ] }, { "typing_extensions.ParamSpec": [ "object" ] }, { "typing_extensions.SupportsIndex": [ "object", "typing.Generic", "typing.Protocol" ] }, { "typing_extensions.TypeAlias": [ "object" ] }, { "typing_extensions._SpecialForm": [ "object" ] }, { "typing_extensions._TypedDict": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "typing.AbstractSet": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "typing.Annotated": [ "object", "typing.Generic" ] }, { "typing.AsyncContextManager": [ "object", "typing.Generic", "typing.Protocol" ] }, { "typing.AsyncGenerator": [ "object", "typing.AsyncIterable", "typing.AsyncIterator", "typing.Generic", "typing.Protocol" ] }, { "typing.AsyncIterable": [ "object", "typing.Generic", "typing.Protocol" ] }, { "typing.AsyncIterator": [ "object", "typing.AsyncIterable", "typing.Generic", "typing.Protocol" ] }, { "typing.Awaitable": [ "object", "typing.Generic", "typing.Protocol" ] }, { "typing.AwaitableGenerator": [ "object", "typing.Awaitable", "typing.Generator", "typing.Generic", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "typing.BinaryIO": [ "object", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "typing.ByteString": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "typing.Callable": [ "object", "typing.Generic" ] }, { "typing.ClassMethod": [ "object", "typing.Generic" ] }, { "typing.ClassVar": [ "object", "typing.Generic" ] }, { "typing.Collection": [ "object", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "typing.Container": [ "object", "typing.Generic", "typing.Protocol" ] }, { "typing.ContextManager": [ "object", "typing.Generic", "typing.Protocol" ] }, { "typing.Coroutine": [ "object", "typing.Awaitable", "typing.Generic", "typing.Protocol" ] }, { "typing.Final": [ "object", "typing.Generic" ] }, { "typing.ForwardRef": [ "object" ] }, { "typing.FrozenSet": [ "object", "typing.Generic" ] }, { "typing.Generator": [ "object", "typing.Generic", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "typing.Generic": [ "object" ] }, { "typing.GenericMeta": [ "object", "type", "typing.Generic" ] }, { "typing.Hashable": [ "object", "typing.Generic", "typing.Protocol" ] }, { "typing.IO": [ "object", "typing.Generic", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "typing.ItemsView": [ "object", "typing.AbstractSet", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MappingView", "typing.Protocol", "typing.Sized" ] }, { "typing.Iterable": [ "object", "typing.Generic", "typing.Protocol" ] }, { "typing.Iterator": [ "object", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "typing.KeysView": [ "object", "typing.AbstractSet", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MappingView", "typing.Protocol", "typing.Sized" ] }, { "typing.Literal": [ "object", "typing.Generic" ] }, { "typing.Mapping": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "typing.MappingView": [ "object", "typing.Generic", "typing.Protocol", "typing.Sized" ] }, { "typing.Match": [ "object", "typing.Generic" ] }, { "typing.MutableMapping": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "typing.MutableSequence": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "typing.MutableSet": [ "object", "typing.AbstractSet", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "typing.NamedTuple": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "typing.NoReturn": [ "object" ] }, { "typing.Optional": [ "object", "typing.Generic" ] }, { "typing.Pattern": [ "object", "typing.Generic" ] }, { "typing.Protocol": [ "object", "typing.Generic" ] }, { "typing.Reversible": [ "object", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "typing.Sequence": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible" ] }, { "typing.Sized": [ "object", "typing.Generic", "typing.Protocol" ] }, { "typing.StaticMethod": [ "object", "typing.Generic" ] }, { "typing.SupportsAbs": [ "object", "typing.Generic", "typing.Protocol" ] }, { "typing.SupportsBytes": [ "object", "typing.Generic", "typing.Protocol" ] }, { "typing.SupportsComplex": [ "object", "typing.Generic", "typing.Protocol" ] }, { "typing.SupportsFloat": [ "object", "typing.Generic", "typing.Protocol" ] }, { "typing.SupportsIndex": [ "object", "typing.Generic", "typing.Protocol" ] }, { "typing.SupportsInt": [ "object", "typing.Generic", "typing.Protocol" ] }, { "typing.SupportsRound": [ "object", "typing.Generic", "typing.Protocol" ] }, { "typing.TextIO": [ "object", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "typing.TypeGuard": [ "bool", "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "typing.TypeVar": [ "object" ] }, { "typing.Union": [ "object", "typing.Generic" ] }, { "typing.ValuesView": [ "object", "typing.Generic", "typing.Iterable", "typing.MappingView", "typing.Protocol", "typing.Sized" ] }, { "typing._Alias": [ "object" ] }, { "typing._SpecialForm": [ "object" ] }, { "typing._TypedDict": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "types.AsyncGeneratorType": [ "object", "typing.Generic" ] }, { "types.BuiltinFunctionType": [ "object" ] }, { "types.ClassMethodDescriptorType": [ "object" ] }, { "types.CodeType": [ "object" ] }, { "types.CoroutineType": [ "object" ] }, { "types.FrameType": [ "object" ] }, { "types.FunctionType": [ "object" ] }, { "types.GeneratorType": [ "object" ] }, { "types.GetSetDescriptorType": [ "object" ] }, { "types.MappingProxyType": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "types.MemberDescriptorType": [ "object" ] }, { "types.MethodDescriptorType": [ "object" ] }, { "types.MethodType": [ "object" ] }, { "types.MethodWrapperType": [ "object" ] }, { "types.SimpleNamespace": [ "object" ] }, { "types.TracebackType": [ "object" ] }, { "types.WrapperDescriptorType": [ "object" ] }, { "types._Cell": [ "object" ] }, { "types._StaticFunctionType": [ "object" ] }, { "typed_ast.ast3.AST": [ "object" ] }, { "typed_ast.ast3.Add": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.operator" ] }, { "typed_ast.ast3.And": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.boolop" ] }, { "typed_ast.ast3.AnnAssign": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.stmt" ] }, { "typed_ast.ast3.Assert": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.stmt" ] }, { "typed_ast.ast3.Assign": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.stmt" ] }, { "typed_ast.ast3.AsyncFor": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.stmt" ] }, { "typed_ast.ast3.AsyncFunctionDef": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.stmt" ] }, { "typed_ast.ast3.AsyncWith": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.stmt" ] }, { "typed_ast.ast3.Attribute": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.expr" ] }, { "typed_ast.ast3.AugAssign": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.stmt" ] }, { "typed_ast.ast3.AugLoad": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.expr_context" ] }, { "typed_ast.ast3.AugStore": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.expr_context" ] }, { "typed_ast.ast3.Await": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.expr" ] }, { "typed_ast.ast3.BinOp": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.expr" ] }, { "typed_ast.ast3.BitAnd": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.operator" ] }, { "typed_ast.ast3.BitOr": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.operator" ] }, { "typed_ast.ast3.BitXor": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.operator" ] }, { "typed_ast.ast3.BoolOp": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.expr" ] }, { "typed_ast.ast3.Break": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.stmt" ] }, { "typed_ast.ast3.Bytes": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.expr" ] }, { "typed_ast.ast3.Call": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.expr" ] }, { "typed_ast.ast3.ClassDef": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.stmt" ] }, { "typed_ast.ast3.Compare": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.expr" ] }, { "typed_ast.ast3.Continue": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.stmt" ] }, { "typed_ast.ast3.Del": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.expr_context" ] }, { "typed_ast.ast3.Delete": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.stmt" ] }, { "typed_ast.ast3.Dict": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.expr" ] }, { "typed_ast.ast3.DictComp": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.expr" ] }, { "typed_ast.ast3.Div": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.operator" ] }, { "typed_ast.ast3.Ellipsis": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.expr" ] }, { "typed_ast.ast3.Eq": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.cmpop" ] }, { "typed_ast.ast3.ExceptHandler": [ "object", "typed_ast.ast3.AST" ] }, { "typed_ast.ast3.Expr": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.stmt" ] }, { "typed_ast.ast3.Expression": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.mod" ] }, { "typed_ast.ast3.ExtSlice": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.slice" ] }, { "typed_ast.ast3.FloorDiv": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.operator" ] }, { "typed_ast.ast3.For": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.stmt" ] }, { "typed_ast.ast3.FormattedValue": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.expr" ] }, { "typed_ast.ast3.FunctionDef": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.stmt" ] }, { "typed_ast.ast3.FunctionType": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.mod" ] }, { "typed_ast.ast3.GeneratorExp": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.expr" ] }, { "typed_ast.ast3.Global": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.stmt" ] }, { "typed_ast.ast3.Gt": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.cmpop" ] }, { "typed_ast.ast3.GtE": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.cmpop" ] }, { "typed_ast.ast3.If": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.stmt" ] }, { "typed_ast.ast3.IfExp": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.expr" ] }, { "typed_ast.ast3.Import": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.stmt" ] }, { "typed_ast.ast3.ImportFrom": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.stmt" ] }, { "typed_ast.ast3.In": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.cmpop" ] }, { "typed_ast.ast3.Index": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.slice" ] }, { "typed_ast.ast3.Interactive": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.mod" ] }, { "typed_ast.ast3.Invert": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.unaryop" ] }, { "typed_ast.ast3.Is": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.cmpop" ] }, { "typed_ast.ast3.IsNot": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.cmpop" ] }, { "typed_ast.ast3.JoinedStr": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.expr" ] }, { "typed_ast.ast3.LShift": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.operator" ] }, { "typed_ast.ast3.Lambda": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.expr" ] }, { "typed_ast.ast3.List": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.expr" ] }, { "typed_ast.ast3.ListComp": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.expr" ] }, { "typed_ast.ast3.Load": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.expr_context" ] }, { "typed_ast.ast3.Lt": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.cmpop" ] }, { "typed_ast.ast3.LtE": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.cmpop" ] }, { "typed_ast.ast3.MatMult": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.operator" ] }, { "typed_ast.ast3.Mod": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.operator" ] }, { "typed_ast.ast3.Module": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.mod" ] }, { "typed_ast.ast3.Mult": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.operator" ] }, { "typed_ast.ast3.Name": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.expr" ] }, { "typed_ast.ast3.NameConstant": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.expr" ] }, { "typed_ast.ast3.NodeTransformer": [ "object", "typed_ast.ast3.NodeVisitor" ] }, { "typed_ast.ast3.NodeVisitor": [ "object" ] }, { "typed_ast.ast3.Nonlocal": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.stmt" ] }, { "typed_ast.ast3.Not": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.unaryop" ] }, { "typed_ast.ast3.NotEq": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.cmpop" ] }, { "typed_ast.ast3.NotIn": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.cmpop" ] }, { "typed_ast.ast3.Num": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.expr" ] }, { "typed_ast.ast3.Or": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.boolop" ] }, { "typed_ast.ast3.Param": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.expr_context" ] }, { "typed_ast.ast3.Pass": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.stmt" ] }, { "typed_ast.ast3.Pow": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.operator" ] }, { "typed_ast.ast3.RShift": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.operator" ] }, { "typed_ast.ast3.Raise": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.stmt" ] }, { "typed_ast.ast3.Return": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.stmt" ] }, { "typed_ast.ast3.Set": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.expr" ] }, { "typed_ast.ast3.SetComp": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.expr" ] }, { "typed_ast.ast3.Slice": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.slice" ] }, { "typed_ast.ast3.Starred": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.expr" ] }, { "typed_ast.ast3.Store": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.expr_context" ] }, { "typed_ast.ast3.Str": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.expr" ] }, { "typed_ast.ast3.Sub": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.operator" ] }, { "typed_ast.ast3.Subscript": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.expr" ] }, { "typed_ast.ast3.Suite": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.mod" ] }, { "typed_ast.ast3.Try": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.stmt" ] }, { "typed_ast.ast3.Tuple": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.expr" ] }, { "typed_ast.ast3.TypeIgnore": [ "object", "typed_ast.ast3.AST" ] }, { "typed_ast.ast3.UAdd": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.unaryop" ] }, { "typed_ast.ast3.USub": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.unaryop" ] }, { "typed_ast.ast3.UnaryOp": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.expr" ] }, { "typed_ast.ast3.While": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.stmt" ] }, { "typed_ast.ast3.With": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.stmt" ] }, { "typed_ast.ast3.Yield": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.expr" ] }, { "typed_ast.ast3.YieldFrom": [ "object", "typed_ast.ast3.AST", "typed_ast.ast3.expr" ] }, { "typed_ast.ast3.alias": [ "object", "typed_ast.ast3.AST" ] }, { "typed_ast.ast3.arg": [ "object", "typed_ast.ast3.AST" ] }, { "typed_ast.ast3.arguments": [ "object", "typed_ast.ast3.AST" ] }, { "typed_ast.ast3.boolop": [ "object", "typed_ast.ast3.AST" ] }, { "typed_ast.ast3.cmpop": [ "object", "typed_ast.ast3.AST" ] }, { "typed_ast.ast3.comprehension": [ "object", "typed_ast.ast3.AST" ] }, { "typed_ast.ast3.expr": [ "object", "typed_ast.ast3.AST" ] }, { "typed_ast.ast3.expr_context": [ "object", "typed_ast.ast3.AST" ] }, { "typed_ast.ast3.keyword": [ "object", "typed_ast.ast3.AST" ] }, { "typed_ast.ast3.mod": [ "object", "typed_ast.ast3.AST" ] }, { "typed_ast.ast3.operator": [ "object", "typed_ast.ast3.AST" ] }, { "typed_ast.ast3.slice": [ "object", "typed_ast.ast3.AST" ] }, { "typed_ast.ast3.stmt": [ "object", "typed_ast.ast3.AST" ] }, { "typed_ast.ast3.unaryop": [ "object", "typed_ast.ast3.AST" ] }, { "typed_ast.ast3.withitem": [ "object", "typed_ast.ast3.AST" ] }, { "typed_ast.ast27.AST": [ "object" ] }, { "typed_ast.ast27.Add": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.operator" ] }, { "typed_ast.ast27.And": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.boolop" ] }, { "typed_ast.ast27.Assert": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.stmt" ] }, { "typed_ast.ast27.Assign": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.stmt" ] }, { "typed_ast.ast27.Attribute": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.expr" ] }, { "typed_ast.ast27.AugAssign": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.stmt" ] }, { "typed_ast.ast27.AugLoad": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.expr_context" ] }, { "typed_ast.ast27.AugStore": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.expr_context" ] }, { "typed_ast.ast27.BinOp": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.expr" ] }, { "typed_ast.ast27.BitAnd": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.operator" ] }, { "typed_ast.ast27.BitOr": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.operator" ] }, { "typed_ast.ast27.BitXor": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.operator" ] }, { "typed_ast.ast27.BoolOp": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.expr" ] }, { "typed_ast.ast27.Break": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.stmt" ] }, { "typed_ast.ast27.Call": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.expr" ] }, { "typed_ast.ast27.ClassDef": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.stmt" ] }, { "typed_ast.ast27.Compare": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.expr" ] }, { "typed_ast.ast27.Continue": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.stmt" ] }, { "typed_ast.ast27.Del": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.expr_context" ] }, { "typed_ast.ast27.Delete": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.stmt" ] }, { "typed_ast.ast27.Dict": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.expr" ] }, { "typed_ast.ast27.DictComp": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.expr" ] }, { "typed_ast.ast27.Div": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.operator" ] }, { "typed_ast.ast27.Ellipsis": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.slice" ] }, { "typed_ast.ast27.Eq": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.cmpop" ] }, { "typed_ast.ast27.ExceptHandler": [ "object", "typed_ast.ast27.AST" ] }, { "typed_ast.ast27.Exec": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.stmt" ] }, { "typed_ast.ast27.Expr": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.stmt" ] }, { "typed_ast.ast27.Expression": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.mod" ] }, { "typed_ast.ast27.ExtSlice": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.slice" ] }, { "typed_ast.ast27.FloorDiv": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.operator" ] }, { "typed_ast.ast27.For": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.stmt" ] }, { "typed_ast.ast27.FunctionDef": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.stmt" ] }, { "typed_ast.ast27.FunctionType": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.mod" ] }, { "typed_ast.ast27.GeneratorExp": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.expr" ] }, { "typed_ast.ast27.Global": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.stmt" ] }, { "typed_ast.ast27.Gt": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.cmpop" ] }, { "typed_ast.ast27.GtE": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.cmpop" ] }, { "typed_ast.ast27.If": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.stmt" ] }, { "typed_ast.ast27.IfExp": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.expr" ] }, { "typed_ast.ast27.Import": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.stmt" ] }, { "typed_ast.ast27.ImportFrom": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.stmt" ] }, { "typed_ast.ast27.In": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.cmpop" ] }, { "typed_ast.ast27.Index": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.slice" ] }, { "typed_ast.ast27.Interactive": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.mod" ] }, { "typed_ast.ast27.Invert": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.unaryop" ] }, { "typed_ast.ast27.Is": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.cmpop" ] }, { "typed_ast.ast27.IsNot": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.cmpop" ] }, { "typed_ast.ast27.LShift": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.operator" ] }, { "typed_ast.ast27.Lambda": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.expr" ] }, { "typed_ast.ast27.List": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.expr" ] }, { "typed_ast.ast27.ListComp": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.expr" ] }, { "typed_ast.ast27.Load": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.expr_context" ] }, { "typed_ast.ast27.Lt": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.cmpop" ] }, { "typed_ast.ast27.LtE": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.cmpop" ] }, { "typed_ast.ast27.Mod": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.operator" ] }, { "typed_ast.ast27.Module": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.mod" ] }, { "typed_ast.ast27.Mult": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.operator" ] }, { "typed_ast.ast27.Name": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.expr" ] }, { "typed_ast.ast27.NodeTransformer": [ "object", "typed_ast.ast27.NodeVisitor" ] }, { "typed_ast.ast27.NodeVisitor": [ "object" ] }, { "typed_ast.ast27.Not": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.unaryop" ] }, { "typed_ast.ast27.NotEq": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.cmpop" ] }, { "typed_ast.ast27.NotIn": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.cmpop" ] }, { "typed_ast.ast27.Num": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.expr" ] }, { "typed_ast.ast27.Or": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.boolop" ] }, { "typed_ast.ast27.Param": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.expr_context" ] }, { "typed_ast.ast27.Pass": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.stmt" ] }, { "typed_ast.ast27.Pow": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.operator" ] }, { "typed_ast.ast27.Print": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.stmt" ] }, { "typed_ast.ast27.RShift": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.operator" ] }, { "typed_ast.ast27.Raise": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.stmt" ] }, { "typed_ast.ast27.Repr": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.expr" ] }, { "typed_ast.ast27.Return": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.stmt" ] }, { "typed_ast.ast27.Set": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.expr" ] }, { "typed_ast.ast27.SetComp": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.expr" ] }, { "typed_ast.ast27.Slice": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.slice" ] }, { "typed_ast.ast27.Store": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.expr_context" ] }, { "typed_ast.ast27.Str": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.expr" ] }, { "typed_ast.ast27.Sub": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.operator" ] }, { "typed_ast.ast27.Subscript": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.expr" ] }, { "typed_ast.ast27.Suite": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.mod" ] }, { "typed_ast.ast27.TryExcept": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.stmt" ] }, { "typed_ast.ast27.TryFinally": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.stmt" ] }, { "typed_ast.ast27.Tuple": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.expr" ] }, { "typed_ast.ast27.TypeIgnore": [ "object", "typed_ast.ast27.AST" ] }, { "typed_ast.ast27.UAdd": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.unaryop" ] }, { "typed_ast.ast27.USub": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.unaryop" ] }, { "typed_ast.ast27.UnaryOp": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.expr" ] }, { "typed_ast.ast27.While": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.stmt" ] }, { "typed_ast.ast27.With": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.stmt" ] }, { "typed_ast.ast27.Yield": [ "object", "typed_ast.ast27.AST", "typed_ast.ast27.expr" ] }, { "typed_ast.ast27.alias": [ "object", "typed_ast.ast27.AST" ] }, { "typed_ast.ast27.arguments": [ "object", "typed_ast.ast27.AST" ] }, { "typed_ast.ast27.boolop": [ "object", "typed_ast.ast27.AST" ] }, { "typed_ast.ast27.cmpop": [ "object", "typed_ast.ast27.AST" ] }, { "typed_ast.ast27.comprehension": [ "object", "typed_ast.ast27.AST" ] }, { "typed_ast.ast27.expr": [ "object", "typed_ast.ast27.AST" ] }, { "typed_ast.ast27.expr_context": [ "object", "typed_ast.ast27.AST" ] }, { "typed_ast.ast27.keyword": [ "object", "typed_ast.ast27.AST" ] }, { "typed_ast.ast27.mod": [ "object", "typed_ast.ast27.AST" ] }, { "typed_ast.ast27.operator": [ "object", "typed_ast.ast27.AST" ] }, { "typed_ast.ast27.slice": [ "object", "typed_ast.ast27.AST" ] }, { "typed_ast.ast27.stmt": [ "object", "typed_ast.ast27.AST" ] }, { "typed_ast.ast27.unaryop": [ "object", "typed_ast.ast27.AST" ] }, { "turtle.RawTurtle": [ "object", "turtle.TNavigator", "turtle.TPen" ] }, { "turtle.Shape": [ "object" ] }, { "turtle.TNavigator": [ "object" ] }, { "turtle.TPen": [ "object" ] }, { "turtle.Terminator": [ "BaseException", "Exception", "object" ] }, { "turtle.Turtle": [ "object", "turtle.RawTurtle", "turtle.TNavigator", "turtle.TPen" ] }, { "turtle.TurtleGraphicsError": [ "BaseException", "Exception", "object" ] }, { "turtle.TurtleScreen": [ "object", "turtle.TurtleScreenBase" ] }, { "turtle.TurtleScreenBase": [ "object" ] }, { "turtle._Screen": [ "object", "turtle.TurtleScreen", "turtle.TurtleScreenBase" ] }, { "traitlets.utils.tests.test_importstring.TestImportItem": [ "object", "unittest.case.TestCase" ] }, { "traitlets.utils.tests.test_importstring.TestImportItem.test_bad_input.NotAString": [ "object" ] }, { "traitlets.utils.tests.test_decorators.TestExpandSignature": [ "object", "unittest.case.TestCase" ] }, { "traitlets.utils.tests.test_decorators.TestExpandSignature.test_duplicate_init.Foo": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.utils.tests.test_decorators.TestExpandSignature.test_full_init.Foo": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.utils.tests.test_decorators.TestExpandSignature.test_no_init.Foo": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.utils.tests.test_decorators.TestExpandSignature.test_no_kwargs.Foo": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.utils.tests.test_decorators.TestExpandSignature.test_partial_init.Foo": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.utils.sentinel.Sentinel": [ "object" ] }, { "traitlets.utils.bunch.Bunch": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "traitlets.traitlets.Any": [ "object", "traitlets.traitlets.BaseDescriptor", "traitlets.traitlets.TraitType" ] }, { "traitlets.traitlets.BaseDescriptor": [ "object" ] }, { "traitlets.traitlets.Bool": [ "object", "traitlets.traitlets.BaseDescriptor", "traitlets.traitlets.TraitType" ] }, { "traitlets.traitlets.Bytes": [ "object", "traitlets.traitlets.BaseDescriptor", "traitlets.traitlets.TraitType" ] }, { "traitlets.traitlets.CBool": [ "object", "traitlets.traitlets.BaseDescriptor", "traitlets.traitlets.Bool", "traitlets.traitlets.TraitType" ] }, { "traitlets.traitlets.CBytes": [ "object", "traitlets.traitlets.BaseDescriptor", "traitlets.traitlets.Bytes", "traitlets.traitlets.TraitType" ] }, { "traitlets.traitlets.CComplex": [ "object", "traitlets.traitlets.BaseDescriptor", "traitlets.traitlets.Complex", "traitlets.traitlets.TraitType" ] }, { "traitlets.traitlets.CFloat": [ "object", "traitlets.traitlets.BaseDescriptor", "traitlets.traitlets.Float", "traitlets.traitlets.TraitType" ] }, { "traitlets.traitlets.CInt": [ "object", "traitlets.traitlets.BaseDescriptor", "traitlets.traitlets.Int", "traitlets.traitlets.TraitType" ] }, { "traitlets.traitlets.CRegExp": [ "object", "traitlets.traitlets.BaseDescriptor", "traitlets.traitlets.TraitType" ] }, { "traitlets.traitlets.CUnicode": [ "object", "traitlets.traitlets.BaseDescriptor", "traitlets.traitlets.TraitType", "traitlets.traitlets.Unicode" ] }, { "traitlets.traitlets.Callable": [ "object", "traitlets.traitlets.BaseDescriptor", "traitlets.traitlets.TraitType" ] }, { "traitlets.traitlets.CaselessStrEnum": [ "object", "traitlets.traitlets.BaseDescriptor", "traitlets.traitlets.Enum", "traitlets.traitlets.TraitType" ] }, { "traitlets.traitlets.ClassBasedTraitType": [ "object", "traitlets.traitlets.BaseDescriptor", "traitlets.traitlets.TraitType" ] }, { "traitlets.traitlets.Complex": [ "object", "traitlets.traitlets.BaseDescriptor", "traitlets.traitlets.TraitType" ] }, { "traitlets.traitlets.Container": [ "object", "traitlets.traitlets.BaseDescriptor", "traitlets.traitlets.ClassBasedTraitType", "traitlets.traitlets.Instance", "traitlets.traitlets.TraitType" ] }, { "traitlets.traitlets.DefaultHandler": [ "object", "traitlets.traitlets.BaseDescriptor", "traitlets.traitlets.EventHandler" ] }, { "traitlets.traitlets.Dict": [ "object", "traitlets.traitlets.BaseDescriptor", "traitlets.traitlets.ClassBasedTraitType", "traitlets.traitlets.Instance", "traitlets.traitlets.TraitType" ] }, { "traitlets.traitlets.DottedObjectName": [ "object", "traitlets.traitlets.BaseDescriptor", "traitlets.traitlets.ObjectName", "traitlets.traitlets.TraitType" ] }, { "traitlets.traitlets.Enum": [ "object", "traitlets.traitlets.BaseDescriptor", "traitlets.traitlets.TraitType" ] }, { "traitlets.traitlets.EventHandler": [ "object", "traitlets.traitlets.BaseDescriptor" ] }, { "traitlets.traitlets.Float": [ "object", "traitlets.traitlets.BaseDescriptor", "traitlets.traitlets.TraitType" ] }, { "traitlets.traitlets.ForwardDeclaredInstance": [ "object", "traitlets.traitlets.BaseDescriptor", "traitlets.traitlets.ClassBasedTraitType", "traitlets.traitlets.ForwardDeclaredMixin", "traitlets.traitlets.Instance", "traitlets.traitlets.TraitType" ] }, { "traitlets.traitlets.ForwardDeclaredMixin": [ "object" ] }, { "traitlets.traitlets.ForwardDeclaredType": [ "object", "traitlets.traitlets.BaseDescriptor", "traitlets.traitlets.ClassBasedTraitType", "traitlets.traitlets.ForwardDeclaredMixin", "traitlets.traitlets.TraitType", "traitlets.traitlets.Type" ] }, { "traitlets.traitlets.FuzzyEnum": [ "object", "traitlets.traitlets.BaseDescriptor", "traitlets.traitlets.Enum", "traitlets.traitlets.TraitType" ] }, { "traitlets.traitlets.HasDescriptors": [ "object" ] }, { "traitlets.traitlets.HasTraits": [ "object", "traitlets.traitlets.HasDescriptors" ] }, { "traitlets.traitlets.Instance": [ "object", "traitlets.traitlets.BaseDescriptor", "traitlets.traitlets.ClassBasedTraitType", "traitlets.traitlets.TraitType" ] }, { "traitlets.traitlets.Int": [ "object", "traitlets.traitlets.BaseDescriptor", "traitlets.traitlets.TraitType" ] }, { "traitlets.traitlets.List": [ "object", "traitlets.traitlets.BaseDescriptor", "traitlets.traitlets.ClassBasedTraitType", "traitlets.traitlets.Container", "traitlets.traitlets.Instance", "traitlets.traitlets.TraitType" ] }, { "traitlets.traitlets.MetaHasDescriptors": [ "object", "type", "typing.Generic" ] }, { "traitlets.traitlets.MetaHasTraits": [ "object", "traitlets.traitlets.MetaHasDescriptors", "type", "typing.Generic" ] }, { "traitlets.traitlets.ObjectName": [ "object", "traitlets.traitlets.BaseDescriptor", "traitlets.traitlets.TraitType" ] }, { "traitlets.traitlets.ObserveHandler": [ "object", "traitlets.traitlets.BaseDescriptor", "traitlets.traitlets.EventHandler" ] }, { "traitlets.traitlets.Set": [ "object", "traitlets.traitlets.BaseDescriptor", "traitlets.traitlets.ClassBasedTraitType", "traitlets.traitlets.Container", "traitlets.traitlets.Instance", "traitlets.traitlets.List", "traitlets.traitlets.TraitType" ] }, { "traitlets.traitlets.TCPAddress": [ "object", "traitlets.traitlets.BaseDescriptor", "traitlets.traitlets.TraitType" ] }, { "traitlets.traitlets.This": [ "object", "traitlets.traitlets.BaseDescriptor", "traitlets.traitlets.ClassBasedTraitType", "traitlets.traitlets.TraitType" ] }, { "traitlets.traitlets.TraitError": [ "BaseException", "Exception", "object" ] }, { "traitlets.traitlets.TraitType": [ "object", "traitlets.traitlets.BaseDescriptor" ] }, { "traitlets.traitlets.Tuple": [ "object", "traitlets.traitlets.BaseDescriptor", "traitlets.traitlets.ClassBasedTraitType", "traitlets.traitlets.Container", "traitlets.traitlets.Instance", "traitlets.traitlets.TraitType" ] }, { "traitlets.traitlets.Type": [ "object", "traitlets.traitlets.BaseDescriptor", "traitlets.traitlets.ClassBasedTraitType", "traitlets.traitlets.TraitType" ] }, { "traitlets.traitlets.Unicode": [ "object", "traitlets.traitlets.BaseDescriptor", "traitlets.traitlets.TraitType" ] }, { "traitlets.traitlets.Union": [ "object", "traitlets.traitlets.BaseDescriptor", "traitlets.traitlets.TraitType" ] }, { "traitlets.traitlets.UseEnum": [ "object", "traitlets.traitlets.BaseDescriptor", "traitlets.traitlets.TraitType" ] }, { "traitlets.traitlets.ValidateHandler": [ "object", "traitlets.traitlets.BaseDescriptor", "traitlets.traitlets.EventHandler" ] }, { "traitlets.traitlets._CallbackWrapper": [ "object" ] }, { "traitlets.traitlets._SimpleTest": [ "object" ] }, { "traitlets.traitlets.directional_link": [ "object" ] }, { "traitlets.traitlets.link": [ "object" ] }, { "traitlets.tests.test_traitlets_enum.CSColor": [ "enum.Enum", "object" ] }, { "traitlets.tests.test_traitlets_enum.Color": [ "enum.Enum", "object" ] }, { "traitlets.tests.test_traitlets_enum.OtherColor": [ "enum.Enum", "object" ] }, { "traitlets.tests.test_traitlets_enum.TestFuzzyEnum": [ "object", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets_enum.TestFuzzyEnum.test_assign_other_raises.new_trait_class.Example": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets_enum.TestFuzzyEnum.test_ctor_with_default_value.new_trait_class.Example": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets_enum.TestFuzzyEnum.test_search_all_prefixes__ctor.FuzzyExample": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets_enum.TestFuzzyEnum.test_search_all_prefixes__overwrite.FuzzyExample": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets_enum.TestFuzzyEnum.test_search_substrings__ctor.FuzzyExample": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets_enum.TestFuzzyEnum.test_search_substrings__overwrite.FuzzyExample": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets_enum.TestUseEnum": [ "object", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets_enum.TestUseEnum.Example": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets_enum.TestUseEnum.test_assign_bad_value_with_to_enum_or_none.Example2": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets_enum.TestUseEnum.test_assign_none_to_enum_or_none.Example2": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets_enum.TestUseEnum.test_assign_none_without_allow_none_resets_to_default_value.Example2": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets_enum.TestUseEnum.test_ctor_with_default_value_as_enum_value.Example2": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets_enum.TestUseEnum.test_ctor_with_default_value_none_and_allow_none.Example2": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets_enum.TestUseEnum.test_ctor_with_default_value_none_and_not_allow_none.Example2": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets_enum.TestUseEnum.test_ctor_without_default_value.Example2": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets_enum.TestUseEnum.test_info.Example": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.AddsHandler": [ "object", "traitlets.tests.test_traitlets.DefinesHandler", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.AnyTrait": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.AnyTraitTest": [ "object", "traitlets.tests.test_traitlets.TraitTestBase", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.BytesTrait": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.CFloatTrait": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.CIntTrait": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.CLongTrait": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.CRegExpTrait": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.CacheModification": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.CallableTrait": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.CallableTraitTest": [ "object", "traitlets.tests.test_traitlets.TraitTestBase", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.ComplexTrait": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.DefinesHandler": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.DictTrait": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.DoesntRegisterHandler": [ "object", "traitlets.tests.test_traitlets.DefinesHandler", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.DottedObjectNameTrait": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.FloatTrait": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.Foo": [ "object" ] }, { "traitlets.tests.test_traitlets.ForwardDeclaredBar": [ "object" ] }, { "traitlets.tests.test_traitlets.ForwardDeclaredBarSub": [ "object", "traitlets.tests.test_traitlets.ForwardDeclaredBar" ] }, { "traitlets.tests.test_traitlets.ForwardDeclaredInstanceListTrait": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.ForwardDeclaredInstanceTrait": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.ForwardDeclaredTypeListTrait": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.ForwardDeclaredTypeTrait": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.FullyValidatedDictTrait": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.HasTraitsStub": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.InstanceListTrait": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.IntTrait": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.IntegerTrait": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.KeyValidatedDictTrait": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.LenListTrait": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.ListTrait": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.LongTrait": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.LooseTupleTrait": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.MaxBoundCLongTrait": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.MaxBoundIntegerTrait": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.MaxBoundLongTrait": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.MinBoundCIntTrait": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.MinBoundIntegerTrait": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.MinBoundLongTrait": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.MultiTupleTrait": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.NoneInstanceListTrait": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.NonuniformlyValueValidatedDictTrait": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.ObjectNameTrait": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.OrTrait": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.OrTraitTest": [ "object", "traitlets.tests.test_traitlets.TraitTestBase", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.OrderTraits": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.OverridesHandler": [ "object", "traitlets.tests.test_traitlets.DefinesHandler", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.Pickleable": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.RollBack": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.SubClass": [ "object", "traitlets.tests.test_traitlets.TransitionalClass", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TCPAddressTrait": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestBytes": [ "object", "traitlets.tests.test_traitlets.TraitTestBase", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestCFloat": [ "object", "traitlets.tests.test_traitlets.TraitTestBase", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestCInt": [ "object", "traitlets.tests.test_traitlets.TraitTestBase", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestCLong": [ "object", "traitlets.tests.test_traitlets.TraitTestBase", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestCRegExp": [ "object", "traitlets.tests.test_traitlets.TraitTestBase", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestComplex": [ "object", "traitlets.tests.test_traitlets.TraitTestBase", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestDirectionalLink": [ "object", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestDirectionalLink.test_connect_same.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestDirectionalLink.test_link_different.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestDirectionalLink.test_link_different.B": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestDirectionalLink.test_tranform.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestDirectionalLink.test_unlink_link.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestDottedObjectName": [ "object", "traitlets.tests.test_traitlets.TraitTestBase", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestDynamicTraits": [ "object", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestDynamicTraits.test_notify_all.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestFloat": [ "object", "traitlets.tests.test_traitlets.TraitTestBase", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestForwardDeclaredInstanceList": [ "object", "traitlets.tests.test_traitlets.TraitTestBase", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestForwardDeclaredInstanceTrait": [ "object", "traitlets.tests.test_traitlets.TraitTestBase", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestForwardDeclaredTypeList": [ "object", "traitlets.tests.test_traitlets.TraitTestBase", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestForwardDeclaredTypeTrait": [ "object", "traitlets.tests.test_traitlets.TraitTestBase", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestHasDescriptors": [ "object", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestHasDescriptors.test_setup_instance.FooDescriptor": [ "object", "traitlets.traitlets.BaseDescriptor" ] }, { "traitlets.tests.test_traitlets.TestHasDescriptors.test_setup_instance.HasFooDescriptors": [ "object", "traitlets.traitlets.HasDescriptors" ] }, { "traitlets.tests.test_traitlets.TestHasDescriptorsMeta": [ "object", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestHasDescriptorsMeta.test_metaclass.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestHasDescriptorsMeta.test_metaclass.B": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestHasDescriptorsMeta.test_metaclass.C": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestHasDescriptorsMeta.test_this_class.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestHasDescriptorsMeta.test_this_class.B": [ "object", "traitlets.tests.test_traitlets.TestHasDescriptorsMeta.test_this_class.A", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestHasTraits": [ "object", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestHasTraits.test_init.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestHasTraits.test_positional_args.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestHasTraits.test_trait_has_value.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestHasTraits.test_trait_metadata.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestHasTraits.test_trait_metadata_default.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestHasTraits.test_trait_metadata_deprecated.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestHasTraits.test_trait_names.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestHasTraits.test_traits.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestHasTraits.test_traits_metadata.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestHasTraits.test_traits_metadata_deprecated.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestHasTraitsNotify": [ "object", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestHasTraitsNotify.test_notify_all.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestHasTraitsNotify.test_notify_args.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestHasTraitsNotify.test_notify_one.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestHasTraitsNotify.test_notify_only_once.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestHasTraitsNotify.test_notify_only_once.B": [ "object", "traitlets.tests.test_traitlets.TestHasTraitsNotify.test_notify_only_once.A", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestHasTraitsNotify.test_notify_subclass.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestHasTraitsNotify.test_notify_subclass.B": [ "object", "traitlets.tests.test_traitlets.TestHasTraitsNotify.test_notify_subclass.A", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestHasTraitsNotify.test_static_notify.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestHasTraitsNotify.test_static_notify.B": [ "object", "traitlets.tests.test_traitlets.TestHasTraitsNotify.test_static_notify.A", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestHasTraitsNotify.test_subclass.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestHasTraitsNotify.test_subclass.B": [ "object", "traitlets.tests.test_traitlets.TestHasTraitsNotify.test_subclass.A", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestInstance": [ "object", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestInstance.test_args_kw.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestInstance.test_args_kw.B": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestInstance.test_args_kw.Bah": [ "object" ] }, { "traitlets.tests.test_traitlets.TestInstance.test_args_kw.Bar": [ "object" ] }, { "traitlets.tests.test_traitlets.TestInstance.test_args_kw.C": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestInstance.test_args_kw.Foo": [ "object" ] }, { "traitlets.tests.test_traitlets.TestInstance.test_bad_default.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestInstance.test_bad_default.Foo": [ "object" ] }, { "traitlets.tests.test_traitlets.TestInstance.test_basic.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestInstance.test_basic.Bah": [ "object" ] }, { "traitlets.tests.test_traitlets.TestInstance.test_basic.Bar": [ "object", "traitlets.tests.test_traitlets.TestInstance.test_basic.Foo" ] }, { "traitlets.tests.test_traitlets.TestInstance.test_basic.Foo": [ "object" ] }, { "traitlets.tests.test_traitlets.TestInstance.test_default_klass.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestInstance.test_default_klass.Bah": [ "object" ] }, { "traitlets.tests.test_traitlets.TestInstance.test_default_klass.Bar": [ "object", "traitlets.tests.test_traitlets.TestInstance.test_default_klass.Foo" ] }, { "traitlets.tests.test_traitlets.TestInstance.test_default_klass.Foo": [ "object" ] }, { "traitlets.tests.test_traitlets.TestInstance.test_default_klass.FooInstance": [ "object" ] }, { "traitlets.tests.test_traitlets.TestInstance.test_instance.Foo": [ "object" ] }, { "traitlets.tests.test_traitlets.TestInstance.test_instance.inner.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestInstance.test_unique_default_value.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestInstance.test_unique_default_value.Foo": [ "object" ] }, { "traitlets.tests.test_traitlets.TestInstanceFullyValidatedDict": [ "object", "traitlets.tests.test_traitlets.TraitTestBase", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestInstanceKeyValidatedDict": [ "object", "traitlets.tests.test_traitlets.TraitTestBase", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestInstanceList": [ "object", "traitlets.tests.test_traitlets.TraitTestBase", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestInstanceNonuniformlyValueValidatedDict": [ "object", "traitlets.tests.test_traitlets.TraitTestBase", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestInstanceUniformlyValueValidatedDict": [ "object", "traitlets.tests.test_traitlets.TraitTestBase", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestInt": [ "object", "traitlets.tests.test_traitlets.TraitTestBase", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestInteger": [ "object", "traitlets.tests.test_traitlets.TestLong", "traitlets.tests.test_traitlets.TraitTestBase", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestLenList": [ "object", "traitlets.tests.test_traitlets.TraitTestBase", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestLink": [ "object", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestLink.test_callbacks.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestLink.test_callbacks.B": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestLink.test_connect_same.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestLink.test_link_broken_at_source.MyClass": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestLink.test_link_broken_at_target.MyClass": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestLink.test_link_different.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestLink.test_link_different.B": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestLink.test_tranform.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestLink.test_unlink_link.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestList": [ "object", "traitlets.tests.test_traitlets.TraitTestBase", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestLong": [ "object", "traitlets.tests.test_traitlets.TraitTestBase", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestLooseTupleTrait": [ "object", "traitlets.tests.test_traitlets.TraitTestBase", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestMaxBoundCLong": [ "object", "traitlets.tests.test_traitlets.TestCLong", "traitlets.tests.test_traitlets.TraitTestBase", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestMaxBoundInteger": [ "object", "traitlets.tests.test_traitlets.TraitTestBase", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestMaxBoundLong": [ "object", "traitlets.tests.test_traitlets.TraitTestBase", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestMinBoundCInt": [ "object", "traitlets.tests.test_traitlets.TestCInt", "traitlets.tests.test_traitlets.TraitTestBase", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestMinBoundInteger": [ "object", "traitlets.tests.test_traitlets.TraitTestBase", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestMinBoundLong": [ "object", "traitlets.tests.test_traitlets.TraitTestBase", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestMultiTuple": [ "object", "traitlets.tests.test_traitlets.TraitTestBase", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestNoneInstanceList": [ "object", "traitlets.tests.test_traitlets.TraitTestBase", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestObjectName": [ "object", "traitlets.tests.test_traitlets.TraitTestBase", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestObserveDecorator": [ "object", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestObserveDecorator.test_notify_all.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestObserveDecorator.test_notify_args.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestObserveDecorator.test_notify_one.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestObserveDecorator.test_notify_only_once.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestObserveDecorator.test_notify_only_once.B": [ "object", "traitlets.tests.test_traitlets.TestObserveDecorator.test_notify_only_once.A", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestObserveDecorator.test_notify_subclass.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestObserveDecorator.test_notify_subclass.B": [ "object", "traitlets.tests.test_traitlets.TestObserveDecorator.test_notify_subclass.A", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestObserveDecorator.test_static_notify.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestObserveDecorator.test_static_notify.B": [ "object", "traitlets.tests.test_traitlets.TestObserveDecorator.test_static_notify.A", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestObserveDecorator.test_subclass.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestObserveDecorator.test_subclass.B": [ "object", "traitlets.tests.test_traitlets.TestObserveDecorator.test_subclass.A", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestRollback": [ "object", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestTCPAddress": [ "object", "traitlets.tests.test_traitlets.TraitTestBase", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestThis": [ "object", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestThis.test_subclass.Bar": [ "object", "traitlets.tests.test_traitlets.TestThis.test_subclass.Foo", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestThis.test_subclass.Foo": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestThis.test_subclass_override.Bar": [ "object", "traitlets.tests.test_traitlets.TestThis.test_subclass_override.Foo", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestThis.test_subclass_override.Foo": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestThis.test_this_class.Foo": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestThis.test_this_in_container.Tree": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestThis.test_this_inst.Foo": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestTraitType": [ "object", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestTraitType.test_default_validate.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestTraitType.test_default_validate.B": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestTraitType.test_default_validate.MyIntTT": [ "object", "traitlets.traitlets.BaseDescriptor", "traitlets.traitlets.TraitType" ] }, { "traitlets.tests.test_traitlets.TestTraitType.test_deprecated_dynamic_initializer.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestTraitType.test_deprecated_dynamic_initializer.B": [ "object", "traitlets.tests.test_traitlets.TestTraitType.test_deprecated_dynamic_initializer.A", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestTraitType.test_deprecated_dynamic_initializer.C": [ "object", "traitlets.tests.test_traitlets.TestTraitType.test_deprecated_dynamic_initializer.A", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestTraitType.test_deprecated_metadata_access.MyIntTT": [ "object", "traitlets.traitlets.BaseDescriptor", "traitlets.traitlets.TraitType" ] }, { "traitlets.tests.test_traitlets.TestTraitType.test_deprecated_method_warnings.ShouldWarn": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestTraitType.test_deprecated_method_warnings.ShouldntWarn": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestTraitType.test_dynamic_initializer.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestTraitType.test_dynamic_initializer.B": [ "object", "traitlets.tests.test_traitlets.TestTraitType.test_dynamic_initializer.A", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestTraitType.test_dynamic_initializer.C": [ "object", "traitlets.tests.test_traitlets.TestTraitType.test_dynamic_initializer.A", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestTraitType.test_error.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestTraitType.test_get_undefined.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestTraitType.test_info.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestTraitType.test_metadata_localized_instance.MyIntTT": [ "object", "traitlets.traitlets.BaseDescriptor", "traitlets.traitlets.TraitType" ] }, { "traitlets.tests.test_traitlets.TestTraitType.test_set.A": [ "object", "traitlets.tests.test_traitlets.HasTraitsStub", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestTraitType.test_tag_metadata.MyIntTT": [ "object", "traitlets.traitlets.BaseDescriptor", "traitlets.traitlets.TraitType" ] }, { "traitlets.tests.test_traitlets.TestTraitType.test_trait_types_deprecated.C": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestTraitType.test_trait_types_dict_deprecated.C": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestTraitType.test_trait_types_list_deprecated.C": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestTraitType.test_trait_types_tuple_deprecated.C": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestTraitType.test_union_default_value.Foo": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestTraitType.test_union_metadata.Foo": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestTraitType.test_union_trait_default_value.Foo": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestTraitType.test_union_validation_priority.Foo": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestTraitType.test_validate.A": [ "object", "traitlets.tests.test_traitlets.HasTraitsStub", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestTraitType.test_validate.MyTT": [ "object", "traitlets.traitlets.BaseDescriptor", "traitlets.traitlets.TraitType" ] }, { "traitlets.tests.test_traitlets.TestTupleTrait": [ "object", "traitlets.tests.test_traitlets.TraitTestBase", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestType": [ "object", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestType.test_allow_none.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestType.test_allow_none.B": [ "object" ] }, { "traitlets.tests.test_traitlets.TestType.test_allow_none.C": [ "object", "traitlets.tests.test_traitlets.TestType.test_allow_none.B" ] }, { "traitlets.tests.test_traitlets.TestType.test_default.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestType.test_default.B": [ "object" ] }, { "traitlets.tests.test_traitlets.TestType.test_default_options.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestType.test_default_options.B": [ "object" ] }, { "traitlets.tests.test_traitlets.TestType.test_default_options.C": [ "object", "traitlets.tests.test_traitlets.TestType.test_default_options.B" ] }, { "traitlets.tests.test_traitlets.TestType.test_set_str_klass.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestType.test_str_klass.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestType.test_validate_default.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestType.test_validate_default.B": [ "object" ] }, { "traitlets.tests.test_traitlets.TestType.test_validate_default.C": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestType.test_validate_klass.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestType.test_value.A": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestType.test_value.B": [ "object" ] }, { "traitlets.tests.test_traitlets.TestType.test_value.C": [ "object" ] }, { "traitlets.tests.test_traitlets.TestUnicode": [ "object", "traitlets.tests.test_traitlets.TraitTestBase", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestUnionListTrait": [ "object", "traitlets.tests.test_traitlets.TraitTestBase", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestValidationHook": [ "object", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TestValidationHook.test_multiple_validate.OddEven": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TestValidationHook.test_parity_trait.Parity": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TraitTestBase": [ "object", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.TransitionalClass": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.TupleTrait": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.UnicodeTrait": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.UniformlyValueValidatedDictTrait": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.UnionListTrait": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.UnionTrait": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.UnionTraitTest": [ "object", "traitlets.tests.test_traitlets.TraitTestBase", "unittest.case.TestCase" ] }, { "traitlets.tests.test_traitlets.test_allow_none_default_value.C": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.test_cls_self_argument.X": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.test_copy_HasTraits.C": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.test_default_mro.A": [ "object", "traitlets.tests.test_traitlets.test_default_mro.Base", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.test_default_mro.AB": [ "object", "traitlets.tests.test_traitlets.test_default_mro.A", "traitlets.tests.test_traitlets.test_default_mro.B", "traitlets.tests.test_traitlets.test_default_mro.Base", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.test_default_mro.B": [ "object", "traitlets.tests.test_traitlets.test_default_mro.Base", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.test_default_mro.BA": [ "object", "traitlets.tests.test_traitlets.test_default_mro.A", "traitlets.tests.test_traitlets.test_default_mro.B", "traitlets.tests.test_traitlets.test_default_mro.Base", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.test_default_mro.Base": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.test_default_value.C": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.test_default_value_repr.C": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.test_dict_default_value.Foo": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.test_enum_no_default.C": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.test_hold_trait_notifications.Test": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.test_observe_iterables.C": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.test_observe_iterables.MyContainer": [ "object" ] }, { "traitlets.tests.test_traitlets.test_override_default.C": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.test_override_default_decorator.C": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.test_override_default_instance.C": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.test_subclass_default_value.C": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.test_subclass_default_value.SubclassTrait": [ "object" ] }, { "traitlets.tests.test_traitlets.test_super_args.SuperHasTraits": [ "object", "traitlets.tests.test_traitlets.test_super_args.SuperRecorder", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.tests.test_traitlets.test_super_args.SuperRecorder": [ "object" ] }, { "traitlets.tests.test_traitlets.test_super_bad_args.SuperHasTraits": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.tests.test_loader.C": [ "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.tests.test_loader.CBase": [ "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.tests.test_loader.CSub": [ "object", "traitlets.config.configurable.Configurable", "traitlets.config.tests.test_loader.CBase", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.tests.test_loader.MyLoader1": [ "object", "traitlets.config.loader.ArgParseConfigLoader", "traitlets.config.loader.CommandLineConfigLoader", "traitlets.config.loader.ConfigLoader" ] }, { "traitlets.config.tests.test_loader.MyLoader2": [ "object", "traitlets.config.loader.ArgParseConfigLoader", "traitlets.config.loader.CommandLineConfigLoader", "traitlets.config.loader.ConfigLoader" ] }, { "traitlets.config.tests.test_loader.TestArgParseCL": [ "object", "unittest.case.TestCase" ] }, { "traitlets.config.tests.test_loader.TestArgParseKVCL": [ "object", "traitlets.config.tests.test_loader.TestKeyValueCL", "unittest.case.TestCase" ] }, { "traitlets.config.tests.test_loader.TestArgParseKVCL.test_expanduser2.A": [ "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.tests.test_loader.TestConfig": [ "object", "unittest.case.TestCase" ] }, { "traitlets.config.tests.test_loader.TestFileCL": [ "object", "unittest.case.TestCase" ] }, { "traitlets.config.tests.test_loader.TestKeyValueCL": [ "object", "unittest.case.TestCase" ] }, { "traitlets.config.tests.test_configurable.Bar": [ "object", "traitlets.config.configurable.Configurable", "traitlets.config.tests.test_configurable.Foo", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.tests.test_configurable.Containers": [ "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.tests.test_configurable.Foo": [ "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.tests.test_configurable.MyConfigurable": [ "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.tests.test_configurable.MyParent": [ "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.tests.test_configurable.MyParent2": [ "object", "traitlets.config.configurable.Configurable", "traitlets.config.tests.test_configurable.MyParent", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.tests.test_configurable.TestConfigContainers": [ "object", "unittest.case.TestCase" ] }, { "traitlets.config.tests.test_configurable.TestConfigContainers.test_config_default.DefaultConfigurable": [ "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.tests.test_configurable.TestConfigContainers.test_config_default.SomeSingleton": [ "object", "traitlets.config.configurable.Configurable", "traitlets.config.configurable.LoggingConfigurable", "traitlets.config.configurable.SingletonConfigurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.tests.test_configurable.TestConfigContainers.test_config_default_deprecated.DefaultConfigurable": [ "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.tests.test_configurable.TestConfigContainers.test_config_default_deprecated.SomeSingleton": [ "object", "traitlets.config.configurable.Configurable", "traitlets.config.configurable.LoggingConfigurable", "traitlets.config.configurable.SingletonConfigurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.tests.test_configurable.TestConfigContainers.test_kwarg_config_priority.A": [ "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.tests.test_configurable.TestConfigurable": [ "object", "unittest.case.TestCase" ] }, { "traitlets.config.tests.test_configurable.TestConfigurable.test_generated_config_enum_comments.MyConf": [ "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.tests.test_configurable.TestConfigurable.test_generated_config_enum_comments.MyConf2": [ "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.tests.test_configurable.TestConfigurable.test_generated_config_strenum_comments.MyConf3": [ "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.tests.test_configurable.TestConfigurable.test_generated_config_strenum_comments.MyConf4": [ "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.tests.test_configurable.TestLogger": [ "object", "unittest.case.TestCase" ] }, { "traitlets.config.tests.test_configurable.TestLogger.A": [ "object", "traitlets.config.configurable.Configurable", "traitlets.config.configurable.LoggingConfigurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.tests.test_configurable.TestLoggingConfigurable": [ "object", "unittest.case.TestCase" ] }, { "traitlets.config.tests.test_configurable.TestLoggingConfigurable.test_parent_logger.Child": [ "object", "traitlets.config.configurable.Configurable", "traitlets.config.configurable.LoggingConfigurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.tests.test_configurable.TestLoggingConfigurable.test_parent_logger.Parent": [ "object", "traitlets.config.configurable.Configurable", "traitlets.config.configurable.LoggingConfigurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.tests.test_configurable.TestLoggingConfigurable.test_parent_not_logging_configurable.Child": [ "object", "traitlets.config.configurable.Configurable", "traitlets.config.configurable.LoggingConfigurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.tests.test_configurable.TestLoggingConfigurable.test_parent_not_logging_configurable.Parent": [ "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.tests.test_configurable.TestParentConfigurable": [ "object", "unittest.case.TestCase" ] }, { "traitlets.config.tests.test_configurable.TestSingletonConfigurable": [ "object", "unittest.case.TestCase" ] }, { "traitlets.config.tests.test_configurable.TestSingletonConfigurable.test_inheritance.Bam": [ "object", "traitlets.config.configurable.Configurable", "traitlets.config.configurable.LoggingConfigurable", "traitlets.config.configurable.SingletonConfigurable", "traitlets.config.tests.test_configurable.TestSingletonConfigurable.test_inheritance.Bar", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.tests.test_configurable.TestSingletonConfigurable.test_inheritance.Bar": [ "object", "traitlets.config.configurable.Configurable", "traitlets.config.configurable.LoggingConfigurable", "traitlets.config.configurable.SingletonConfigurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.tests.test_configurable.TestSingletonConfigurable.test_instance.Foo": [ "object", "traitlets.config.configurable.Configurable", "traitlets.config.configurable.LoggingConfigurable", "traitlets.config.configurable.SingletonConfigurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.tests.test_application.Bar": [ "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.tests.test_application.DeprecatedApp": [ "object", "traitlets.config.application.Application", "traitlets.config.configurable.Configurable", "traitlets.config.configurable.LoggingConfigurable", "traitlets.config.configurable.SingletonConfigurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.tests.test_application.Foo": [ "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.tests.test_application.MyApp": [ "object", "traitlets.config.application.Application", "traitlets.config.configurable.Configurable", "traitlets.config.configurable.LoggingConfigurable", "traitlets.config.configurable.SingletonConfigurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.tests.test_application.Root": [ "object", "traitlets.config.application.Application", "traitlets.config.configurable.Configurable", "traitlets.config.configurable.LoggingConfigurable", "traitlets.config.configurable.SingletonConfigurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.tests.test_application.Sub1": [ "object", "traitlets.config.application.Application", "traitlets.config.configurable.Configurable", "traitlets.config.configurable.LoggingConfigurable", "traitlets.config.configurable.SingletonConfigurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.tests.test_application.Sub2": [ "object", "traitlets.config.application.Application", "traitlets.config.configurable.Configurable", "traitlets.config.configurable.LoggingConfigurable", "traitlets.config.configurable.SingletonConfigurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.tests.test_application.Sub3": [ "object", "traitlets.config.application.Application", "traitlets.config.configurable.Configurable", "traitlets.config.configurable.LoggingConfigurable", "traitlets.config.configurable.SingletonConfigurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.tests.test_application.TestApplication": [ "object", "unittest.case.TestCase" ] }, { "traitlets.config.tests.test_application.TestApplication.test_cli_allow_none.App": [ "object", "traitlets.config.application.Application", "traitlets.config.configurable.Configurable", "traitlets.config.configurable.LoggingConfigurable", "traitlets.config.configurable.SingletonConfigurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.tests.test_application.TestApplication.test_cli_priority.TestApp": [ "object", "traitlets.config.application.Application", "traitlets.config.configurable.Configurable", "traitlets.config.configurable.LoggingConfigurable", "traitlets.config.configurable.SingletonConfigurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.tests.test_application.TestApplication.test_generate_config_file_classes_to_include.NoTraits": [ "object", "traitlets.config.configurable.Configurable", "traitlets.config.tests.test_application.Bar", "traitlets.config.tests.test_application.Foo", "traitlets.config.tests.test_application.TestApplication.test_generate_config_file_classes_to_include.NotInConfig", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.tests.test_application.TestApplication.test_generate_config_file_classes_to_include.NotInConfig": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.tests.test_application.TestApplication.test_ipython_cli_priority.TestApp": [ "object", "traitlets.config.application.Application", "traitlets.config.configurable.Configurable", "traitlets.config.configurable.LoggingConfigurable", "traitlets.config.configurable.SingletonConfigurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.tests.test_application.TestApplication.test_mro_discovery.MyApp2": [ "object", "traitlets.config.application.Application", "traitlets.config.configurable.Configurable", "traitlets.config.configurable.LoggingConfigurable", "traitlets.config.configurable.SingletonConfigurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.tests.test_application.test_cli_multi_scalar.App": [ "object", "traitlets.config.application.Application", "traitlets.config.configurable.Configurable", "traitlets.config.configurable.LoggingConfigurable", "traitlets.config.configurable.SingletonConfigurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.tests.test_application.test_deep_alias.Bar": [ "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.tests.test_application.test_deep_alias.Foo": [ "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.tests.test_application.test_deep_alias.TestApp": [ "object", "traitlets.config.application.Application", "traitlets.config.configurable.Configurable", "traitlets.config.configurable.LoggingConfigurable", "traitlets.config.configurable.SingletonConfigurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.manager.BaseJSONConfigManager": [ "object", "traitlets.config.configurable.Configurable", "traitlets.config.configurable.LoggingConfigurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.loader.ArgParseConfigLoader": [ "object", "traitlets.config.loader.CommandLineConfigLoader", "traitlets.config.loader.ConfigLoader" ] }, { "traitlets.config.loader.ArgumentError": [ "BaseException", "Exception", "object", "traitlets.config.loader.ConfigError", "traitlets.config.loader.ConfigLoaderError" ] }, { "traitlets.config.loader.ArgumentParser": [ "argparse.ArgumentParser", "argparse._ActionsContainer", "argparse._AttributeHolder", "object" ] }, { "traitlets.config.loader.CommandLineConfigLoader": [ "object", "traitlets.config.loader.ConfigLoader" ] }, { "traitlets.config.loader.Config": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "traitlets.config.loader.ConfigError": [ "BaseException", "Exception", "object" ] }, { "traitlets.config.loader.ConfigFileNotFound": [ "BaseException", "Exception", "object", "traitlets.config.loader.ConfigError" ] }, { "traitlets.config.loader.ConfigLoader": [ "object" ] }, { "traitlets.config.loader.ConfigLoaderError": [ "BaseException", "Exception", "object", "traitlets.config.loader.ConfigError" ] }, { "traitlets.config.loader.DeferredConfig": [ "object" ] }, { "traitlets.config.loader.DeferredConfigList": [ "list", "object", "traitlets.config.loader.DeferredConfig", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "traitlets.config.loader.DeferredConfigString": [ "object", "str", "traitlets.config.loader.DeferredConfig", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "traitlets.config.loader.FileConfigLoader": [ "object", "traitlets.config.loader.ConfigLoader" ] }, { "traitlets.config.loader.JSONFileConfigLoader": [ "object", "traitlets.config.loader.ConfigLoader", "traitlets.config.loader.FileConfigLoader" ] }, { "traitlets.config.loader.KVArgParseConfigLoader": [ "object", "traitlets.config.loader.ArgParseConfigLoader", "traitlets.config.loader.CommandLineConfigLoader", "traitlets.config.loader.ConfigLoader" ] }, { "traitlets.config.loader.KeyValueConfigLoader": [ "object", "traitlets.config.loader.ArgParseConfigLoader", "traitlets.config.loader.CommandLineConfigLoader", "traitlets.config.loader.ConfigLoader", "traitlets.config.loader.KVArgParseConfigLoader" ] }, { "traitlets.config.loader.LazyConfigValue": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.loader.PyFileConfigLoader": [ "object", "traitlets.config.loader.ConfigLoader", "traitlets.config.loader.FileConfigLoader" ] }, { "traitlets.config.loader._DefaultOptionDict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "traitlets.config.loader._FlagAction": [ "argparse.Action", "argparse._AttributeHolder", "object" ] }, { "traitlets.config.loader._KVAction": [ "argparse.Action", "argparse._AttributeHolder", "object" ] }, { "traitlets.config.loader._KVArgParser": [ "argparse.ArgumentParser", "argparse._ActionsContainer", "argparse._AttributeHolder", "object" ] }, { "traitlets.config.loader._Sentinel": [ "object" ] }, { "traitlets.config.configurable.Configurable": [ "object", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.configurable.ConfigurableError": [ "BaseException", "Exception", "object" ] }, { "traitlets.config.configurable.LoggingConfigurable": [ "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.configurable.MultipleInstanceError": [ "BaseException", "Exception", "object", "traitlets.config.configurable.ConfigurableError" ] }, { "traitlets.config.configurable.SingletonConfigurable": [ "object", "traitlets.config.configurable.Configurable", "traitlets.config.configurable.LoggingConfigurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.application.Application": [ "object", "traitlets.config.configurable.Configurable", "traitlets.config.configurable.LoggingConfigurable", "traitlets.config.configurable.SingletonConfigurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "traitlets.config.application.ApplicationError": [ "BaseException", "Exception", "object" ] }, { "traitlets.config.application.LevelFormatter": [ "logging.Formatter", "object" ] }, { "traitlets.Sentinel": [ "object", "traitlets.utils.sentinel.Sentinel" ] }, { "tracemalloc.DomainFilter": [ "object" ] }, { "tracemalloc.Filter": [ "object" ] }, { "tracemalloc.Frame": [ "object" ] }, { "tracemalloc.Snapshot": [ "object" ] }, { "tracemalloc.Statistic": [ "object" ] }, { "tracemalloc.StatisticDiff": [ "object" ] }, { "tracemalloc.Trace": [ "object" ] }, { "tracemalloc.Traceback": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "traceback2.tests.test_traceback.BaseExceptionReportingTests": [ "object" ] }, { "traceback2.tests.test_traceback.FakeLoader": [ "object" ] }, { "traceback2.tests.test_traceback.MiscTracebackCases": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "traceback2.tests.test_traceback.PyExcReportingTests": [ "object", "testtools.testcase.TestCase", "traceback2.tests.test_traceback.BaseExceptionReportingTests", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "traceback2.tests.test_traceback.SyntaxTracebackCases": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "traceback2.tests.test_traceback.SyntaxTracebackCases.test_format_exception_only_bad__str__.X": [ "BaseException", "Exception", "object" ] }, { "traceback2.tests.test_traceback.TestFrame": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "traceback2.tests.test_traceback.TestStack": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "traceback2.tests.test_traceback.TestTracebackException": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "traceback2.tests.test_traceback.TracebackFormatTests": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "traceback2.tests.test_traceback.test_code": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "traceback2.tests.test_traceback.test_frame": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "traceback2.tests.test_traceback.test_tb": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "traceback2.FrameSummary": [ "object" ] }, { "traceback2.StackSummary": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "traceback2.TracebackException": [ "object" ] }, { "traceback.FrameSummary": [ "object", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "traceback.StackSummary": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "traceback.TracebackException": [ "object" ] }, { "trace.CoverageResults": [ "object" ] }, { "trace.Trace": [ "object" ] }, { "tornado.web.Application": [ "object", "tornado.httputil.HTTPServerConnectionDelegate" ] }, { "tornado.web.ErrorHandler": [ "object", "tornado.web.RequestHandler" ] }, { "tornado.web.FallbackHandler": [ "object", "tornado.web.RequestHandler" ] }, { "tornado.web.Finish": [ "BaseException", "Exception", "object" ] }, { "tornado.web.GZipContentEncoding": [ "object", "tornado.web.OutputTransform" ] }, { "tornado.web.HTTPError": [ "BaseException", "Exception", "object" ] }, { "tornado.web.MissingArgumentError": [ "BaseException", "Exception", "object", "tornado.web.HTTPError" ] }, { "tornado.web.OutputTransform": [ "object" ] }, { "tornado.web.RedirectHandler": [ "object", "tornado.web.RequestHandler" ] }, { "tornado.web.RequestHandler": [ "object" ] }, { "tornado.web.StaticFileHandler": [ "object", "tornado.web.RequestHandler" ] }, { "tornado.web.TemplateModule": [ "object", "tornado.web.UIModule" ] }, { "tornado.web.UIModule": [ "object" ] }, { "tornado.web.URLSpec": [ "object" ] }, { "tornado.web._RequestDispatcher": [ "object", "tornado.httputil.HTTPMessageDelegate" ] }, { "tornado.web._UIModuleNamespace": [ "object" ] }, { "tornado.web._linkify": [ "object", "tornado.web.UIModule" ] }, { "tornado.web._xsrf_form_html": [ "object", "tornado.web.UIModule" ] }, { "tornado.util.ArgReplacer": [ "object" ] }, { "tornado.util.Configurable": [ "object" ] }, { "tornado.util.GzipDecompressor": [ "object" ] }, { "tornado.util.ObjectDict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "tornado.testing.AsyncHTTPSTestCase": [ "object", "tornado.testing.AsyncHTTPTestCase", "tornado.testing.AsyncTestCase", "unittest.case.TestCase" ] }, { "tornado.testing.AsyncHTTPTestCase": [ "object", "tornado.testing.AsyncTestCase", "unittest.case.TestCase" ] }, { "tornado.testing.AsyncTestCase": [ "object", "unittest.case.TestCase" ] }, { "tornado.testing.ExpectLog": [ "logging.Filter", "object" ] }, { "tornado.testing.LogTrapTestCase": [ "object", "unittest.case.TestCase" ] }, { "tornado.tcpserver.TCPServer": [ "object" ] }, { "tornado.process.Subprocess": [ "object" ] }, { "tornado.netutil.BlockingResolver": [ "object", "tornado.netutil.ExecutorResolver", "tornado.netutil.Resolver", "tornado.util.Configurable" ] }, { "tornado.netutil.ExecutorResolver": [ "object", "tornado.netutil.Resolver", "tornado.util.Configurable" ] }, { "tornado.netutil.OverrideResolver": [ "object", "tornado.netutil.Resolver", "tornado.util.Configurable" ] }, { "tornado.netutil.Resolver": [ "object", "tornado.util.Configurable" ] }, { "tornado.netutil.ThreadedResolver": [ "object", "tornado.netutil.ExecutorResolver", "tornado.netutil.Resolver", "tornado.util.Configurable" ] }, { "tornado.locks.BoundedSemaphore": [ "object", "tornado.locks.Semaphore", "tornado.locks._TimeoutGarbageCollector" ] }, { "tornado.locks.Condition": [ "object", "tornado.locks._TimeoutGarbageCollector" ] }, { "tornado.locks.Event": [ "object" ] }, { "tornado.locks.Lock": [ "object" ] }, { "tornado.locks.Semaphore": [ "object", "tornado.locks._TimeoutGarbageCollector" ] }, { "tornado.locks._ReleasingContextManager": [ "object" ] }, { "tornado.locks._TimeoutGarbageCollector": [ "object" ] }, { "tornado.ioloop.IOLoop": [ "object", "tornado.util.Configurable" ] }, { "tornado.ioloop.PeriodicCallback": [ "object" ] }, { "tornado.ioloop.PollIOLoop": [ "object", "tornado.ioloop.IOLoop", "tornado.util.Configurable" ] }, { "tornado.ioloop.TimeoutError": [ "BaseException", "Exception", "object" ] }, { "tornado.ioloop._Timeout": [ "object" ] }, { "tornado.httputil.HTTPConnection": [ "object" ] }, { "tornado.httputil.HTTPFile": [ "dict", "object", "tornado.util.ObjectDict", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "tornado.httputil.HTTPHeaders": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "tornado.httputil.HTTPInputError": [ "BaseException", "Exception", "object" ] }, { "tornado.httputil.HTTPMessageDelegate": [ "object" ] }, { "tornado.httputil.HTTPOutputError": [ "BaseException", "Exception", "object" ] }, { "tornado.httputil.HTTPServerConnectionDelegate": [ "object" ] }, { "tornado.httputil.HTTPServerRequest": [ "object" ] }, { "tornado.httputil.RequestStartLine": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "tornado.httputil.ResponseStartLine": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "tornado.httputil.SSLError": [ "BaseException", "Exception", "object" ] }, { "tornado.httputil._NormalizedHeaderCache": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "tornado.httpserver.HTTPServer": [ "object", "tornado.httputil.HTTPServerConnectionDelegate", "tornado.tcpserver.TCPServer", "tornado.util.Configurable" ] }, { "tornado.httpserver._HTTPRequestContext": [ "object" ] }, { "tornado.httpserver._ServerRequestAdapter": [ "object", "tornado.httputil.HTTPMessageDelegate" ] }, { "tornado.httpclient.AsyncHTTPClient": [ "object", "tornado.util.Configurable" ] }, { "tornado.httpclient.HTTPClient": [ "object" ] }, { "tornado.httpclient.HTTPError": [ "BaseException", "Exception", "object" ] }, { "tornado.httpclient.HTTPRequest": [ "object" ] }, { "tornado.httpclient.HTTPResponse": [ "object" ] }, { "tornado.httpclient._RequestProxy": [ "object" ] }, { "tornado.gen.Arguments": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "tornado.gen.BadYieldError": [ "BaseException", "Exception", "object" ] }, { "tornado.gen.Callback": [ "object", "tornado.gen.YieldPoint" ] }, { "tornado.gen.KeyReuseError": [ "BaseException", "Exception", "object" ] }, { "tornado.gen.LeakedCallbackError": [ "BaseException", "Exception", "object" ] }, { "tornado.gen.Multi": [ "object", "tornado.gen.YieldPoint" ] }, { "tornado.gen.Return": [ "BaseException", "Exception", "object" ] }, { "tornado.gen.ReturnValueIgnoredError": [ "BaseException", "Exception", "object" ] }, { "tornado.gen.Runner": [ "object" ] }, { "tornado.gen.TimeoutError": [ "BaseException", "Exception", "object" ] }, { "tornado.gen.UnknownKeyError": [ "BaseException", "Exception", "object" ] }, { "tornado.gen.Wait": [ "object", "tornado.gen.YieldPoint" ] }, { "tornado.gen.WaitAll": [ "object", "tornado.gen.YieldPoint" ] }, { "tornado.gen.WaitIterator": [ "object" ] }, { "tornado.gen.YieldFuture": [ "object", "tornado.gen.YieldPoint" ] }, { "tornado.gen.YieldPoint": [ "object" ] }, { "tornado.concurrent.DummyExecutor": [ "object" ] }, { "tornado.concurrent.Future": [ "object" ] }, { "tornado.concurrent.ReturnValueIgnoredError": [ "BaseException", "Exception", "object" ] }, { "tornado.concurrent._TracebackLogger": [ "object" ] }, { "toml.TomlDecodeError": [ "BaseException", "Exception", "object" ] }, { "tokenize.StopTokenizing": [ "BaseException", "Exception", "object" ] }, { "tokenize.TokenError": [ "BaseException", "Exception", "object" ] }, { "tokenize.TokenInfo": [ "object", "tokenize._TokenInfo", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "tokenize.Untokenizer": [ "object" ] }, { "tokenize._TokenInfo": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "tkinter.ttk.Button": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.ttk.Widget" ] }, { "tkinter.ttk.Checkbutton": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.ttk.Widget" ] }, { "tkinter.ttk.Combobox": [ "object", "tkinter.BaseWidget", "tkinter.Entry", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.XView", "tkinter.ttk.Entry", "tkinter.ttk.Widget" ] }, { "tkinter.ttk.Entry": [ "object", "tkinter.BaseWidget", "tkinter.Entry", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.XView", "tkinter.ttk.Widget" ] }, { "tkinter.ttk.Frame": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.ttk.Widget" ] }, { "tkinter.ttk.Label": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.ttk.Widget" ] }, { "tkinter.ttk.LabeledScale": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.ttk.Frame", "tkinter.ttk.Widget" ] }, { "tkinter.ttk.Labelframe": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.ttk.Widget" ] }, { "tkinter.ttk.Menubutton": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.ttk.Widget" ] }, { "tkinter.ttk.Notebook": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.ttk.Widget" ] }, { "tkinter.ttk.OptionMenu": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.ttk.Menubutton", "tkinter.ttk.Widget" ] }, { "tkinter.ttk.Panedwindow": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.PanedWindow", "tkinter.Place", "tkinter.Widget", "tkinter.ttk.Widget" ] }, { "tkinter.ttk.Progressbar": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.ttk.Widget" ] }, { "tkinter.ttk.Radiobutton": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.ttk.Widget" ] }, { "tkinter.ttk.Scale": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Scale", "tkinter.Widget", "tkinter.ttk.Widget" ] }, { "tkinter.ttk.Scrollbar": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Scrollbar", "tkinter.Widget", "tkinter.ttk.Widget" ] }, { "tkinter.ttk.Separator": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.ttk.Widget" ] }, { "tkinter.ttk.Sizegrip": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.ttk.Widget" ] }, { "tkinter.ttk.Spinbox": [ "object", "tkinter.BaseWidget", "tkinter.Entry", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.XView", "tkinter.ttk.Entry", "tkinter.ttk.Widget" ] }, { "tkinter.ttk.Style": [ "object" ] }, { "tkinter.ttk.Treeview": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.XView", "tkinter.YView", "tkinter.ttk.Widget" ] }, { "tkinter.ttk.Widget": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget" ] }, { "tkinter.tix.Balloon": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.tix.TixWidget" ] }, { "tkinter.tix.ButtonBox": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.tix.TixWidget" ] }, { "tkinter.tix.CheckList": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.tix.TixWidget" ] }, { "tkinter.tix.ComboBox": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.tix.TixWidget" ] }, { "tkinter.tix.Control": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.tix.TixWidget" ] }, { "tkinter.tix.DirList": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.tix.TixWidget" ] }, { "tkinter.tix.DirSelectBox": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.tix.TixWidget" ] }, { "tkinter.tix.DirSelectDialog": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.tix.TixWidget" ] }, { "tkinter.tix.DirTree": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.tix.TixWidget" ] }, { "tkinter.tix.DisplayStyle": [ "object" ] }, { "tkinter.tix.ExFileSelectBox": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.tix.TixWidget" ] }, { "tkinter.tix.FileEntry": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.tix.TixWidget" ] }, { "tkinter.tix.FileSelectBox": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.tix.TixWidget" ] }, { "tkinter.tix.Form": [ "object" ] }, { "tkinter.tix.HList": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.XView", "tkinter.YView", "tkinter.tix.TixWidget" ] }, { "tkinter.tix.InputOnly": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.tix.TixWidget" ] }, { "tkinter.tix.LabelEntry": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.tix.TixWidget" ] }, { "tkinter.tix.LabelFrame": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.tix.TixWidget" ] }, { "tkinter.tix.ListNoteBook": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.tix.TixWidget" ] }, { "tkinter.tix.Meter": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.tix.TixWidget" ] }, { "tkinter.tix.NoteBook": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.tix.TixWidget" ] }, { "tkinter.tix.OptionMenu": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.tix.TixWidget" ] }, { "tkinter.tix.PanedWindow": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.tix.TixWidget" ] }, { "tkinter.tix.PopupMenu": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.tix.TixWidget" ] }, { "tkinter.tix.Select": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.tix.TixWidget" ] }, { "tkinter.tix.StdButtonBox": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.tix.TixWidget" ] }, { "tkinter.tix.TList": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.XView", "tkinter.YView", "tkinter.tix.TixWidget" ] }, { "tkinter.tix.TixSubWidget": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.tix.TixWidget" ] }, { "tkinter.tix.TixWidget": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget" ] }, { "tkinter.tix.Tk": [ "object", "tkinter.Misc", "tkinter.Tk", "tkinter.Wm", "tkinter.tix.tixCommand" ] }, { "tkinter.tix.Tree": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.tix.TixWidget" ] }, { "tkinter.tix.tixCommand": [ "object" ] }, { "tkinter.simpledialog.Dialog": [ "object", "tkinter.BaseWidget", "tkinter.Misc", "tkinter.Toplevel", "tkinter.Wm" ] }, { "tkinter.simpledialog.SimpleDialog": [ "object" ] }, { "tkinter.scrolledtext.ScrolledText": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Text", "tkinter.Widget", "tkinter.XView", "tkinter.YView" ] }, { "tkinter.messagebox.Message": [ "object", "tkinter.commondialog.Dialog" ] }, { "tkinter.font.Font": [ "object" ] }, { "tkinter.font._FontDict": [ "TypedDictionary", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "tkinter.font._MetricsDict": [ "TypedDictionary", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "tkinter.filedialog.Directory": [ "object", "tkinter.commondialog.Dialog" ] }, { "tkinter.filedialog.FileDialog": [ "object" ] }, { "tkinter.filedialog.LoadFileDialog": [ "object", "tkinter.filedialog.FileDialog" ] }, { "tkinter.filedialog.Open": [ "object", "tkinter.commondialog.Dialog", "tkinter.filedialog._Dialog" ] }, { "tkinter.filedialog.SaveAs": [ "object", "tkinter.commondialog.Dialog", "tkinter.filedialog._Dialog" ] }, { "tkinter.filedialog.SaveFileDialog": [ "object", "tkinter.filedialog.FileDialog" ] }, { "tkinter.filedialog._Dialog": [ "object", "tkinter.commondialog.Dialog" ] }, { "tkinter.dnd.DndHandler": [ "object" ] }, { "tkinter.dialog.Dialog": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget" ] }, { "tkinter.commondialog.Dialog": [ "object" ] }, { "tkinter.colorchooser.Chooser": [ "object", "tkinter.commondialog.Dialog" ] }, { "tkinter.BaseWidget": [ "object", "tkinter.Misc" ] }, { "tkinter.BitmapImage": [ "object", "tkinter.Image" ] }, { "tkinter.BooleanVar": [ "object", "tkinter.Variable" ] }, { "tkinter.Button": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget" ] }, { "tkinter.CallWrapper": [ "object" ] }, { "tkinter.Canvas": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.XView", "tkinter.YView" ] }, { "tkinter.Checkbutton": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget" ] }, { "tkinter.DoubleVar": [ "object", "tkinter.Variable" ] }, { "tkinter.Entry": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.XView" ] }, { "tkinter.Event": [ "object", "typing.Generic" ] }, { "tkinter.EventType": [ "enum.Enum", "object", "str", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "tkinter.Frame": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget" ] }, { "tkinter.Grid": [ "object" ] }, { "tkinter.Image": [ "object" ] }, { "tkinter.IntVar": [ "object", "tkinter.Variable" ] }, { "tkinter.Label": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget" ] }, { "tkinter.LabelFrame": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget" ] }, { "tkinter.Listbox": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.XView", "tkinter.YView" ] }, { "tkinter.Menu": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget" ] }, { "tkinter.Menubutton": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget" ] }, { "tkinter.Message": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget" ] }, { "tkinter.Misc": [ "object" ] }, { "tkinter.OptionMenu": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Menubutton", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget" ] }, { "tkinter.Pack": [ "object" ] }, { "tkinter.PanedWindow": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget" ] }, { "tkinter.PhotoImage": [ "object", "tkinter.Image" ] }, { "tkinter.Place": [ "object" ] }, { "tkinter.Radiobutton": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget" ] }, { "tkinter.Scale": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget" ] }, { "tkinter.Scrollbar": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget" ] }, { "tkinter.Spinbox": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.XView" ] }, { "tkinter.StringVar": [ "object", "tkinter.Variable" ] }, { "tkinter.Text": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.XView", "tkinter.YView" ] }, { "tkinter.Tk": [ "object", "tkinter.Misc", "tkinter.Wm" ] }, { "tkinter.Toplevel": [ "object", "tkinter.BaseWidget", "tkinter.Misc", "tkinter.Wm" ] }, { "tkinter.Variable": [ "object" ] }, { "tkinter.Widget": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place" ] }, { "tkinter.Wm": [ "object" ] }, { "tkinter.XView": [ "object" ] }, { "tkinter.YView": [ "object" ] }, { "tkinter._ExceptionReportingCallback": [ "object", "typing.Generic", "typing.Protocol" ] }, { "tkinter._GridInfo": [ "NonTotalTypedDictionary", "TypedDictionary", "object", "tkinter._InMiscNonTotal", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "tkinter._Image": [ "object", "typing.Generic", "typing.Protocol" ] }, { "tkinter._InMiscNonTotal": [ "NonTotalTypedDictionary", "TypedDictionary", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "tkinter._InMiscTotal": [ "TypedDictionary", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "tkinter._PackInfo": [ "TypedDictionary", "object", "tkinter._InMiscTotal", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "tkinter._PlaceInfo": [ "NonTotalTypedDictionary", "TypedDictionary", "object", "tkinter._InMiscNonTotal", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "tkinter._setit": [ "object" ] }, { "timeit.Timer": [ "object" ] }, { "time._struct_time": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "time.struct_time": [ "object", "time._struct_time", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "threading.Barrier": [ "object" ] }, { "threading.BoundedSemaphore": [ "object", "threading.Semaphore" ] }, { "threading.BrokenBarrierError": [ "BaseException", "Exception", "RuntimeError", "object" ] }, { "threading.Condition": [ "object" ] }, { "threading.Event": [ "object" ] }, { "threading.Lock": [ "object" ] }, { "threading.Semaphore": [ "object" ] }, { "threading.Thread": [ "object" ] }, { "threading.ThreadError": [ "BaseException", "Exception", "object" ] }, { "threading.Timer": [ "object", "threading.Thread" ] }, { "threading._DummyThread": [ "object", "threading.Thread" ] }, { "threading._RLock": [ "object" ] }, { "threading.local": [ "object" ] }, { "textwrap.TextWrapper": [ "object" ] }, { "testtools.twistedsupport._spinner.NoResultError": [ "BaseException", "Exception", "object" ] }, { "testtools.twistedsupport._spinner.ReentryError": [ "BaseException", "Exception", "object" ] }, { "testtools.twistedsupport._spinner.Spinner": [ "object" ] }, { "testtools.twistedsupport._spinner.StaleJunkError": [ "BaseException", "Exception", "object" ] }, { "testtools.twistedsupport._spinner.TimeoutError": [ "BaseException", "Exception", "object" ] }, { "testtools.twistedsupport._spinner.trap_unhandled_errors.DebugInfo": [ "object" ] }, { "testtools.twistedsupport._runtest.AsynchronousDeferredRunTest": [ "object", "testtools.runtest.RunTest", "testtools.twistedsupport._runtest._DeferredRunTest" ] }, { "testtools.twistedsupport._runtest.AsynchronousDeferredRunTest.make_factory.AsynchronousDeferredRunTestFactory": [ "object" ] }, { "testtools.twistedsupport._runtest.AsynchronousDeferredRunTestForBrokenTwisted": [ "object", "testtools.runtest.RunTest", "testtools.twistedsupport._runtest.AsynchronousDeferredRunTest", "testtools.twistedsupport._runtest._DeferredRunTest" ] }, { "testtools.twistedsupport._runtest.CaptureTwistedLogs": [ "fixtures.fixture.Fixture", "object" ] }, { "testtools.twistedsupport._runtest.SynchronousDeferredRunTest": [ "object", "testtools.runtest.RunTest", "testtools.twistedsupport._runtest._DeferredRunTest" ] }, { "testtools.twistedsupport._runtest.UncleanReactorError": [ "BaseException", "Exception", "object" ] }, { "testtools.twistedsupport._runtest._CompoundFixture": [ "fixtures.fixture.Fixture", "object" ] }, { "testtools.twistedsupport._runtest._DeferredRunTest": [ "object", "testtools.runtest.RunTest" ] }, { "testtools.twistedsupport._runtest._ErrorObserver": [ "fixtures.fixture.Fixture", "object" ] }, { "testtools.twistedsupport._runtest._NoTwistedLogObservers": [ "fixtures.fixture.Fixture", "object" ] }, { "testtools.twistedsupport._runtest._TwistedLogObservers": [ "fixtures.fixture.Fixture", "object" ] }, { "testtools.twistedsupport._matchers._Failed": [ "object" ] }, { "testtools.twistedsupport._matchers._NoResult": [ "object" ] }, { "testtools.twistedsupport._matchers._Succeeded": [ "object" ] }, { "testtools.twistedsupport._deferreddebug.DebugTwisted": [ "fixtures.fixture.Fixture", "object" ] }, { "testtools.twistedsupport._deferred.DeferredNotFired": [ "BaseException", "Exception", "object" ] }, { "testtools.twistedsupport._deferred.ImpossibleDeferredError": [ "BaseException", "Exception", "object" ] }, { "testtools.testsuite.ConcurrentStreamTestSuite": [ "object" ] }, { "testtools.testsuite.ConcurrentTestSuite": [ "object" ] }, { "testtools.testsuite.FixtureSuite": [ "object" ] }, { "testtools.tests.twistedsupport.test_spinner.TestNotReentrant": [ "object", "testtools.testcase.TestCase", "testtools.tests.twistedsupport._helpers.NeedsTwistedTestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_spinner.TestRunInReactor": [ "object", "testtools.testcase.TestCase", "testtools.tests.twistedsupport._helpers.NeedsTwistedTestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_spinner.TestTrapUnhandledErrors": [ "object", "testtools.testcase.TestCase", "testtools.tests.twistedsupport._helpers.NeedsTwistedTestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_runtest.TestAssertFailsWith": [ "object", "testtools.testcase.TestCase", "testtools.tests.twistedsupport._helpers.NeedsTwistedTestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_runtest.TestAssertFailsWith.test_custom_failure_exception.CustomException": [ "BaseException", "Exception", "object" ] }, { "testtools.tests.twistedsupport.test_runtest.TestAsynchronousDeferredRunTest": [ "object", "testtools.testcase.TestCase", "testtools.tests.twistedsupport._helpers.NeedsTwistedTestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_runtest.TestAsynchronousDeferredRunTest.test_async_cleanups.SomeCase": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_runtest.TestAsynchronousDeferredRunTest.test_calls_setUp_test_tearDown_in_sequence.SomeCase": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_runtest.TestAsynchronousDeferredRunTest.test_clean_reactor.SomeCase": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_runtest.TestAsynchronousDeferredRunTest.test_debugging_enabled_during_test_with_debug_flag.SomeCase": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_runtest.TestAsynchronousDeferredRunTest.test_debugging_unchanged_during_test_by_default.SomeCase": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_runtest.TestAsynchronousDeferredRunTest.test_deferred_error.SomeTest": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_runtest.TestAsynchronousDeferredRunTest.test_do_not_log_to_twisted.LogSomething": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_runtest.TestAsynchronousDeferredRunTest.test_exports_reactor.SomeCase": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_runtest.TestAsynchronousDeferredRunTest.test_fast_keyboard_interrupt_stops_test_run.SomeCase": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_runtest.TestAsynchronousDeferredRunTest.test_keyboard_interrupt_stops_test_run.SomeCase": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_runtest.TestAsynchronousDeferredRunTest.test_log_err_flushed_is_success.LogAnError": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_runtest.TestAsynchronousDeferredRunTest.test_log_err_is_error.LogAnError": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_runtest.TestAsynchronousDeferredRunTest.test_log_in_details.LogAnError": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_runtest.TestAsynchronousDeferredRunTest.test_log_to_twisted.LogSomething": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_runtest.TestAsynchronousDeferredRunTest.test_only_addError_once.WhenItRains": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_runtest.TestAsynchronousDeferredRunTest.test_restore_observers.LogSomething": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_runtest.TestAsynchronousDeferredRunTest.test_restore_observers_after_timeout.LogSomething": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_runtest.TestAsynchronousDeferredRunTest.test_setUp_returns_deferred_that_fires_later.SomeCase": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_runtest.TestAsynchronousDeferredRunTest.test_timeout_causes_test_error.SomeCase": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_runtest.TestAsynchronousDeferredRunTest.test_unhandled_error_from_deferred.SomeCase": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_runtest.TestAsynchronousDeferredRunTest.test_unhandled_error_from_deferred_combined_with_error.SomeCase": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_runtest.TestAsynchronousDeferredRunTest.test_use_convenient_factory.SomeCase": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_runtest.TestCaptureTwistedLogs": [ "object", "testtools.testcase.TestCase", "testtools.tests.twistedsupport._helpers.NeedsTwistedTestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_runtest.TestCaptureTwistedLogs.test_captures_logs.SomeTest": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_runtest.TestErrorObserver": [ "object", "testtools.testcase.TestCase", "testtools.tests.twistedsupport._helpers.NeedsTwistedTestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_runtest.TestErrorObserver.test_captures_errors.SomeTest": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_runtest.TestNoTwistedLogObservers": [ "object", "testtools.testcase.TestCase", "testtools.tests.twistedsupport._helpers.NeedsTwistedTestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_runtest.TestNoTwistedLogObservers.test_default.SomeTest": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_runtest.TestNoTwistedLogObservers.test_logging_restored.SomeTest": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_runtest.TestNoTwistedLogObservers.test_nothing_logged.SomeTest": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_runtest.TestRunWithLogObservers": [ "object", "testtools.testcase.TestCase", "testtools.tests.twistedsupport._helpers.NeedsTwistedTestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_runtest.TestSynchronousDeferredRunTest": [ "object", "testtools.testcase.TestCase", "testtools.tests.twistedsupport._helpers.NeedsTwistedTestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_runtest.TestSynchronousDeferredRunTest.test_failure.SomeCase": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_runtest.TestSynchronousDeferredRunTest.test_setUp_followed_by_test.SomeCase": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_runtest.TestSynchronousDeferredRunTest.test_success.SomeCase": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_runtest.TestTwistedLogObservers": [ "object", "testtools.testcase.TestCase", "testtools.tests.twistedsupport._helpers.NeedsTwistedTestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_runtest.TestTwistedLogObservers.test_logged_messages_go_to_observer.SomeTest": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_runtest.X": [ "object" ] }, { "testtools.tests.twistedsupport.test_runtest.X.Base": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_runtest.X.BaseExceptionRaised": [ "object", "testtools.testcase.TestCase", "testtools.tests.twistedsupport.test_runtest.X.Base", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_runtest.X.ErrorInCleanup": [ "object", "testtools.testcase.TestCase", "testtools.tests.twistedsupport.test_runtest.X.Base", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_runtest.X.ErrorInSetup": [ "object", "testtools.testcase.TestCase", "testtools.tests.twistedsupport.test_runtest.X.Base", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_runtest.X.ErrorInTearDown": [ "object", "testtools.testcase.TestCase", "testtools.tests.twistedsupport.test_runtest.X.Base", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_runtest.X.ErrorInTest": [ "object", "testtools.testcase.TestCase", "testtools.tests.twistedsupport.test_runtest.X.Base", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_runtest.X.ExpectThatFailure": [ "object", "testtools.testcase.TestCase", "testtools.tests.twistedsupport.test_runtest.X.Base", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_runtest.X.FailureInTest": [ "object", "testtools.testcase.TestCase", "testtools.tests.twistedsupport.test_runtest.X.Base", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_runtest.X.TestIntegration": [ "object", "testtools.testcase.TestCase", "testtools.tests.twistedsupport._helpers.NeedsTwistedTestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_matchers.FailureResultTests": [ "object", "testtools.testcase.TestCase", "testtools.tests.twistedsupport._helpers.NeedsTwistedTestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_matchers.NoResultTests": [ "object", "testtools.testcase.TestCase", "testtools.tests.twistedsupport._helpers.NeedsTwistedTestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_matchers.SuccessResultTests": [ "object", "testtools.testcase.TestCase", "testtools.tests.twistedsupport._helpers.NeedsTwistedTestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport.test_deferred.TestExtractResult": [ "object", "testtools.testcase.TestCase", "testtools.tests.twistedsupport._helpers.NeedsTwistedTestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.twistedsupport._helpers.NeedsTwistedTestCase": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_with_with.TestExpectedException": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testsuite.Sample": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testsuite.TestConcurrentStreamTestSuiteRun": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testsuite.TestConcurrentStreamTestSuiteRun.test_broken_runner.BrokenTest": [ "object" ] }, { "testtools.tests.test_testsuite.TestConcurrentStreamTestSuiteRun.test_setupclass_skip.Skips": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testsuite.TestConcurrentStreamTestSuiteRun.test_setupclass_upcall.Simples": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testsuite.TestConcurrentTestSuiteRun": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testsuite.TestConcurrentTestSuiteRun.test_broken_test.BrokenTest": [ "object" ] }, { "testtools.tests.test_testsuite.TestFixtureSuite": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testsuite.TestFixtureSuite.test_fixture_suite.Sample": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testsuite.TestFixtureSuite.test_fixture_suite_sort.Sample": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testsuite.TestSortedTests": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testsuite.TestSortedTests.test_custom_suite_without_sort_tests_works.Subclass": [ "object", "typing.Generic", "typing.Iterable", "typing.Protocol", "unittest.suite.BaseTestSuite", "unittest.suite.TestSuite" ] }, { "testtools.tests.test_testsuite.TestSortedTests.test_sorts_custom_suites.Subclass": [ "object", "typing.Generic", "typing.Iterable", "typing.Protocol", "unittest.suite.BaseTestSuite", "unittest.suite.TestSuite" ] }, { "testtools.tests.test_testresult.DetailsContract": [ "object", "testtools.tests.test_testresult.Python26Contract", "testtools.tests.test_testresult.Python27Contract", "testtools.tests.test_testresult.TagsContract", "testtools.tests.test_testresult.TestControlContract" ] }, { "testtools.tests.test_testresult.FallbackContract": [ "object", "testtools.tests.test_testresult.DetailsContract", "testtools.tests.test_testresult.Python26Contract", "testtools.tests.test_testresult.Python27Contract", "testtools.tests.test_testresult.TagsContract", "testtools.tests.test_testresult.TestControlContract" ] }, { "testtools.tests.test_testresult.Python26Contract": [ "object", "testtools.tests.test_testresult.TestControlContract" ] }, { "testtools.tests.test_testresult.Python27Contract": [ "object", "testtools.tests.test_testresult.Python26Contract", "testtools.tests.test_testresult.TestControlContract" ] }, { "testtools.tests.test_testresult.Python27Contract.test_failfast.Failing": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.StartTestRunContract": [ "object", "testtools.tests.test_testresult.DetailsContract", "testtools.tests.test_testresult.FallbackContract", "testtools.tests.test_testresult.Python26Contract", "testtools.tests.test_testresult.Python27Contract", "testtools.tests.test_testresult.TagsContract", "testtools.tests.test_testresult.TestControlContract" ] }, { "testtools.tests.test_testresult.TagsContract": [ "object", "testtools.tests.test_testresult.Python26Contract", "testtools.tests.test_testresult.Python27Contract", "testtools.tests.test_testresult.TestControlContract" ] }, { "testtools.tests.test_testresult.TestAdaptedPython26TestResultContract": [ "object", "testtools.testcase.TestCase", "testtools.tests.test_testresult.DetailsContract", "testtools.tests.test_testresult.FallbackContract", "testtools.tests.test_testresult.Python26Contract", "testtools.tests.test_testresult.Python27Contract", "testtools.tests.test_testresult.TagsContract", "testtools.tests.test_testresult.TestControlContract", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestAdaptedPython27TestResultContract": [ "object", "testtools.testcase.TestCase", "testtools.tests.test_testresult.DetailsContract", "testtools.tests.test_testresult.Python26Contract", "testtools.tests.test_testresult.Python27Contract", "testtools.tests.test_testresult.TagsContract", "testtools.tests.test_testresult.TestControlContract", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestAdaptedStreamResult": [ "object", "testtools.testcase.TestCase", "testtools.tests.test_testresult.DetailsContract", "testtools.tests.test_testresult.Python26Contract", "testtools.tests.test_testresult.Python27Contract", "testtools.tests.test_testresult.TagsContract", "testtools.tests.test_testresult.TestControlContract", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestAdaptedTwistedTestResultContract": [ "object", "testtools.testcase.TestCase", "testtools.tests.test_testresult.DetailsContract", "testtools.tests.test_testresult.Python26Contract", "testtools.tests.test_testresult.Python27Contract", "testtools.tests.test_testresult.TagsContract", "testtools.tests.test_testresult.TestControlContract", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestBaseStreamResultContract": [ "object", "testtools.testcase.TestCase", "testtools.tests.test_testresult.TestStreamResultContract", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestByTestResultTests": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestControlContract": [ "object" ] }, { "testtools.tests.test_testresult.TestCopyStreamResultContract": [ "object", "testtools.testcase.TestCase", "testtools.tests.test_testresult.TestStreamResultContract", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestCopyStreamResultCopies": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestDetailsToStr": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestDoubleStreamResultContract": [ "object", "testtools.testcase.TestCase", "testtools.tests.test_testresult.TestStreamResultContract", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestDoubleStreamResultEvents": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestExtendedTestResultContract": [ "object", "testtools.testcase.TestCase", "testtools.tests.test_testresult.DetailsContract", "testtools.tests.test_testresult.FallbackContract", "testtools.tests.test_testresult.Python26Contract", "testtools.tests.test_testresult.Python27Contract", "testtools.tests.test_testresult.StartTestRunContract", "testtools.tests.test_testresult.TagsContract", "testtools.tests.test_testresult.TestControlContract", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestExtendedToOriginalAddError": [ "object", "testtools.testcase.TestCase", "testtools.tests.test_testresult.TestExtendedToOriginalResultDecoratorBase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestExtendedToOriginalAddExpectedFailure": [ "object", "testtools.testcase.TestCase", "testtools.tests.test_testresult.TestExtendedToOriginalAddError", "testtools.tests.test_testresult.TestExtendedToOriginalResultDecoratorBase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestExtendedToOriginalAddFailure": [ "object", "testtools.testcase.TestCase", "testtools.tests.test_testresult.TestExtendedToOriginalAddError", "testtools.tests.test_testresult.TestExtendedToOriginalResultDecoratorBase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestExtendedToOriginalAddSkip": [ "object", "testtools.testcase.TestCase", "testtools.tests.test_testresult.TestExtendedToOriginalResultDecoratorBase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestExtendedToOriginalAddSuccess": [ "object", "testtools.testcase.TestCase", "testtools.tests.test_testresult.TestExtendedToOriginalResultDecoratorBase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestExtendedToOriginalAddUnexpectedSuccess": [ "object", "testtools.testcase.TestCase", "testtools.tests.test_testresult.TestExtendedToOriginalResultDecoratorBase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestExtendedToOriginalResultDecorator": [ "object", "testtools.testcase.TestCase", "testtools.tests.test_testresult.TestExtendedToOriginalResultDecoratorBase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestExtendedToOriginalResultDecoratorBase": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestExtendedToOriginalResultOtherAttributes": [ "object", "testtools.testcase.TestCase", "testtools.tests.test_testresult.TestExtendedToOriginalResultDecoratorBase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestExtendedToOriginalResultOtherAttributes.test_other_attribute.OtherExtendedResult": [ "object" ] }, { "testtools.tests.test_testresult.TestExtendedToStreamDecorator": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestExtendedToStreamDecoratorContract": [ "object", "testtools.testcase.TestCase", "testtools.tests.test_testresult.TestStreamResultContract", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestMergeTags": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestMultiTestResult": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestMultiTestResult.test_stopTestRun_returns_results.Result": [ "object", "testtools.testresult.real.TestResult", "testtools.tests.helpers.LoggingResult", "unittest.result.TestResult" ] }, { "testtools.tests.test_testresult.TestMultiTestResultContract": [ "object", "testtools.testcase.TestCase", "testtools.tests.test_testresult.DetailsContract", "testtools.tests.test_testresult.FallbackContract", "testtools.tests.test_testresult.Python26Contract", "testtools.tests.test_testresult.Python27Contract", "testtools.tests.test_testresult.StartTestRunContract", "testtools.tests.test_testresult.TagsContract", "testtools.tests.test_testresult.TestControlContract", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestNonAsciiResults": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestNonAsciiResultsWithUnittest": [ "object", "testtools.testcase.TestCase", "testtools.tests.test_testresult.TestNonAsciiResults", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestPython26TestResultContract": [ "object", "testtools.testcase.TestCase", "testtools.tests.test_testresult.Python26Contract", "testtools.tests.test_testresult.TestControlContract", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestPython27TestResultContract": [ "object", "testtools.testcase.TestCase", "testtools.tests.test_testresult.Python26Contract", "testtools.tests.test_testresult.Python27Contract", "testtools.tests.test_testresult.TestControlContract", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestResourcedToStreamDecorator": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestResourcedToStreamDecoratorContract": [ "object", "testtools.testcase.TestCase", "testtools.tests.test_testresult.TestStreamResultContract", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestStreamFailFast": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestStreamFailFastContract": [ "object", "testtools.testcase.TestCase", "testtools.tests.test_testresult.TestStreamResultContract", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestStreamResultContract": [ "object" ] }, { "testtools.tests.test_testresult.TestStreamResultRouter": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestStreamResultRouterContract": [ "object", "testtools.testcase.TestCase", "testtools.tests.test_testresult.TestStreamResultContract", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestStreamSummary": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestStreamSummaryResultContract": [ "object", "testtools.testcase.TestCase", "testtools.tests.test_testresult.TestStreamResultContract", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestStreamTagger": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestStreamTaggerContract": [ "object", "testtools.testcase.TestCase", "testtools.tests.test_testresult.TestStreamResultContract", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestStreamToDict": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestStreamToDictContract": [ "object", "testtools.testcase.TestCase", "testtools.tests.test_testresult.TestStreamResultContract", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestStreamToExtendedContract": [ "object", "testtools.testcase.TestCase", "testtools.tests.test_testresult.DetailsContract", "testtools.tests.test_testresult.Python26Contract", "testtools.tests.test_testresult.Python27Contract", "testtools.tests.test_testresult.TagsContract", "testtools.tests.test_testresult.TestControlContract", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestStreamToExtendedDecoratorContract": [ "object", "testtools.testcase.TestCase", "testtools.tests.test_testresult.TestStreamResultContract", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestStreamToQueue": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestStreamToQueueContract": [ "object", "testtools.testcase.TestCase", "testtools.tests.test_testresult.TestStreamResultContract", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestTagger": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestTestControl": [ "object", "testtools.testcase.TestCase", "testtools.tests.test_testresult.TestControlContract", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestTestResult": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestTestResult.test_now_datetime_now.Module": [ "object" ] }, { "testtools.tests.test_testresult.TestTestResultContract": [ "object", "testtools.testcase.TestCase", "testtools.tests.test_testresult.DetailsContract", "testtools.tests.test_testresult.FallbackContract", "testtools.tests.test_testresult.Python26Contract", "testtools.tests.test_testresult.Python27Contract", "testtools.tests.test_testresult.StartTestRunContract", "testtools.tests.test_testresult.TagsContract", "testtools.tests.test_testresult.TestControlContract", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestTestResultDecoratorContract": [ "object", "testtools.testcase.TestCase", "testtools.tests.test_testresult.DetailsContract", "testtools.tests.test_testresult.FallbackContract", "testtools.tests.test_testresult.Python26Contract", "testtools.tests.test_testresult.Python27Contract", "testtools.tests.test_testresult.StartTestRunContract", "testtools.tests.test_testresult.TagsContract", "testtools.tests.test_testresult.TestControlContract", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestTextTestResult": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestTextTestResultContract": [ "object", "testtools.testcase.TestCase", "testtools.tests.test_testresult.DetailsContract", "testtools.tests.test_testresult.FallbackContract", "testtools.tests.test_testresult.Python26Contract", "testtools.tests.test_testresult.Python27Contract", "testtools.tests.test_testresult.StartTestRunContract", "testtools.tests.test_testresult.TagsContract", "testtools.tests.test_testresult.TestControlContract", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestThreadSafeForwardingResult": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestThreadSafeForwardingResultContract": [ "object", "testtools.testcase.TestCase", "testtools.tests.test_testresult.DetailsContract", "testtools.tests.test_testresult.FallbackContract", "testtools.tests.test_testresult.Python26Contract", "testtools.tests.test_testresult.Python27Contract", "testtools.tests.test_testresult.StartTestRunContract", "testtools.tests.test_testresult.TagsContract", "testtools.tests.test_testresult.TestControlContract", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.TestTimestampingStreamResult": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.make_erroring_test.Test": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.make_failing_test.Test": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.make_mismatching_test.Test": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.make_test.Test": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testresult.make_unexpectedly_successful_test.Test": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.Attributes": [ "object", "testtools.testcase.TestCase", "testtools.testcase.WithAttributes", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestAddCleanup": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestAssertions": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestAssertions.test__force_failure_fails_test.Test": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestAssertions.test_assertIsInstance.Foo": [ "object" ] }, { "testtools.tests.test_testcase.TestAssertions.test_assertIsInstance_failure.Foo": [ "object" ] }, { "testtools.tests.test_testcase.TestAssertions.test_assertIsInstance_failure_multiple_classes.Bar": [ "object" ] }, { "testtools.tests.test_testcase.TestAssertions.test_assertIsInstance_failure_multiple_classes.Foo": [ "object" ] }, { "testtools.tests.test_testcase.TestAssertions.test_assertIsInstance_multiple_classes.Bar": [ "object" ] }, { "testtools.tests.test_testcase.TestAssertions.test_assertIsInstance_multiple_classes.Foo": [ "object" ] }, { "testtools.tests.test_testcase.TestAssertions.test_assertRaises_exception_w_metaclass.MyEx": [ "BaseException", "Exception", "object" ] }, { "testtools.tests.test_testcase.TestAssertions.test_assertRaises_exception_w_metaclass.MyExMeta": [ "object", "type", "typing.Generic" ] }, { "testtools.tests.test_testcase.TestAssertions.test_assertThat_matches_clean.Matcher": [ "object" ] }, { "testtools.tests.test_testcase.TestAssertions.test_assertThat_mismatch_raises_description.Matcher": [ "object" ] }, { "testtools.tests.test_testcase.TestAssertions.test_assertThat_mismatch_raises_description.Mismatch": [ "object" ] }, { "testtools.tests.test_testcase.TestAssertions.test_assertThat_mismatch_raises_description.Test": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestAssertions.test_expectThat_adds_detail.Test": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestAssertions.test_expectThat_does_not_exit_test.Test": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestAssertions.test_expectThat_matches_clean.Matcher": [ "object" ] }, { "testtools.tests.test_testcase.TestAssertions.test_expectThat_mismatch_fails_test.Test": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestAssertions.test_fail_preserves_traceback_detail.Test": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestAssertions.test_formatTypes_multiple.Bar": [ "object" ] }, { "testtools.tests.test_testcase.TestAssertions.test_formatTypes_multiple.Foo": [ "object" ] }, { "testtools.tests.test_testcase.TestAssertions.test_formatTypes_single.Foo": [ "object" ] }, { "testtools.tests.test_testcase.TestAttributes": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestCloneTestWithNewId": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestCloneTestWithNewId.test_clone_test_with_new_id.FooTestCase": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestCloneTestWithNewId.test_cloned_testcase_does_not_share_details.Test": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestDecorateTestCaseResult": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestDetailsProvided": [ "object", "testtools.testcase.TestCase", "testtools.tests.test_testcase.TestWithDetails", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestDetailsProvided.test_addDetailUniqueName_works.Case": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestDetailsProvided.test_addDetails_from_Mismatch.Case": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestDetailsProvided.test_addDetails_from_Mismatch.Matcher": [ "object" ] }, { "testtools.tests.test_testcase.TestDetailsProvided.test_addDetails_from_Mismatch.Mismatch": [ "object" ] }, { "testtools.tests.test_testcase.TestDetailsProvided.test_addDetails_with_same_name_as_key_from_get_details.Case": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestDetailsProvided.test_addDetails_with_same_name_as_key_from_get_details.Matcher": [ "object" ] }, { "testtools.tests.test_testcase.TestDetailsProvided.test_addDetails_with_same_name_as_key_from_get_details.Mismatch": [ "object" ] }, { "testtools.tests.test_testcase.TestDetailsProvided.test_addError.Case": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestDetailsProvided.test_addFailure.Case": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestDetailsProvided.test_addSkip.Case": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestDetailsProvided.test_addSkip_different_exception.Case": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestDetailsProvided.test_addSucccess.Case": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestDetailsProvided.test_addUnexpectedSuccess.Case": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestDetailsProvided.test_multiple_addDetails_from_Mismatch.Case": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestDetailsProvided.test_multiple_addDetails_from_Mismatch.Matcher": [ "object" ] }, { "testtools.tests.test_testcase.TestDetailsProvided.test_multiple_addDetails_from_Mismatch.Mismatch": [ "object" ] }, { "testtools.tests.test_testcase.TestEquality": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestErrorHolder": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestExpectedFailure": [ "object", "testtools.testcase.TestCase", "testtools.tests.test_testcase.TestWithDetails", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestExpectedFailure.make_unexpected_case.Case": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestExpectedFailure.make_xfail_case_succeeds.Case": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestExpectedFailure.make_xfail_case_xfails.Case": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestExpectedFailure.test_unittest_expectedFailure_decorator_works_with_failure.ReferenceTest": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestExpectedFailure.test_unittest_expectedFailure_decorator_works_with_success.ReferenceTest": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestNullary": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestOnException": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestOnException.test_added_handler_works.Case": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestOnException.test_default_works.Case": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestOnException.test_handler_that_raises_is_not_caught.Case": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestPatchSupport": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestPatchSupport.Case": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestPlaceHolder": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestRunTestUsage": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestRunTestUsage.test_last_resort_in_place.TestBase": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestRunTwiceDeterminstic": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestRunTwiceNondeterministic": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestSetupTearDown": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestSetupTearDown.test_setUpCalledTwice.CallsTooMuch": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestSetupTearDown.test_setUpNotCalled.DoesnotcallsetUp": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestSetupTearDown.test_tearDownCalledTwice.CallsTooMuch": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestSetupTearDown.test_tearDownNotCalled.DoesnotcalltearDown": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestSkipping": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestSkipping.check_skip_decorator_does_not_run_setup.SkippingTest": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestSkipping.test_different_skipException_in_test_method_calls_result_addSkip.SkippingTest": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestSkipping.test_skipException_in_setup_calls_result_addSkip.TestThatRaisesInSetUp": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestSkipping.test_skipException_in_test_method_calls_result_addSkip.SkippingTest": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestSkipping.test_skipIf_decorator.SkippingTest": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestSkipping.test_skipUnless_decorator.SkippingTest": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestSkipping.test_skip__in_setup_with_old_result_object_calls_addSuccess.SkippingTest": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestSkipping.test_skip_decorator.SkippingTest": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestSkipping.test_skip_with_old_result_object_calls_addError.SkippingTest": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestSkipping.test_skip_without_reason_works.Test": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestTestCaseSuper": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestTestCaseSuper.test_setup_uses_super.OtherBaseCase": [ "object", "unittest.case.TestCase" ] }, { "testtools.tests.test_testcase.TestTestCaseSuper.test_setup_uses_super.OurCase": [ "object", "testtools.testcase.TestCase", "testtools.tests.test_testcase.TestTestCaseSuper.test_setup_uses_super.OtherBaseCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestTestCaseSuper.test_teardown_uses_super.OtherBaseCase": [ "object", "unittest.case.TestCase" ] }, { "testtools.tests.test_testcase.TestTestCaseSuper.test_teardown_uses_super.OurCase": [ "object", "testtools.testcase.TestCase", "testtools.tests.test_testcase.TestTestCaseSuper.test_teardown_uses_super.OtherBaseCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestUniqueFactories": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_testcase.TestWithDetails": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_tags.TestTags": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_runtest.CustomRunTest": [ "object", "testtools.runtest.RunTest" ] }, { "testtools.tests.test_runtest.TestRunTest": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_runtest.TestRunTest.make_case.Case": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_runtest.TestRunTest.test__run_one_decorates_result.Run": [ "object", "testtools.runtest.RunTest" ] }, { "testtools.tests.test_runtest.TestRunTest.test__run_prepared_result_does_not_mask_keyboard.Case": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_runtest.TestRunTest.test__run_prepared_result_uncaught_Exception_raised.Case": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_runtest.TestRunTest.test__run_prepared_result_uncaught_Exception_triggers_error.Case": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_runtest.TestRunTest.test_run_with_result.Case": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_runtest.TestTestCaseSupportForRunTest": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_runtest.TestTestCaseSupportForRunTest.test_constructor_argument_overrides_class_variable.DifferentRunTest": [ "object", "testtools.runtest.RunTest" ] }, { "testtools.tests.test_runtest.TestTestCaseSupportForRunTest.test_constructor_argument_overrides_class_variable.SomeCase": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_runtest.TestTestCaseSupportForRunTest.test_constructor_overrides_decorator.DifferentRunTest": [ "object", "testtools.runtest.RunTest" ] }, { "testtools.tests.test_runtest.TestTestCaseSupportForRunTest.test_constructor_overrides_decorator.SomeCase": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_runtest.TestTestCaseSupportForRunTest.test_decorator_for_run_test.SomeCase": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_runtest.TestTestCaseSupportForRunTest.test_default_is_runTest_class_variable.SomeCase": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_runtest.TestTestCaseSupportForRunTest.test_extended_decorator_for_run_test.FooRunTest": [ "object", "testtools.runtest.RunTest" ] }, { "testtools.tests.test_runtest.TestTestCaseSupportForRunTest.test_extended_decorator_for_run_test.SomeCase": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_runtest.TestTestCaseSupportForRunTest.test_pass_custom_run_test.SomeCase": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_runtest.TestTestCaseSupportForRunTest.test_works_as_inner_decorator.SomeCase": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_run.SampleLoadTestsPackage": [ "object" ] }, { "testtools.tests.test_run.SampleResourcedFixture": [ "object" ] }, { "testtools.tests.test_run.SampleTestFixture": [ "object" ] }, { "testtools.tests.test_run.TestRun": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_run.TestRun.test_run_custom_list.CaptureList": [ "object", "testtools.run.TestToolsTestRunner" ] }, { "testtools.tests.test_run.TestRun.test_run_failfast.Failing": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_run.TestRun.test_run_list_with_loader.CaptureList": [ "object", "testtools.run.TestToolsTestRunner" ] }, { "testtools.tests.test_run.TestRun.test_run_locals.Failing": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_monkey.MonkeyPatcherTest": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_monkey.TestObj": [ "object" ] }, { "testtools.tests.test_monkey.TestPatchHelper": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_helpers.TestStackHiding": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_fixturesupport.TestFixtureSupport": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_fixturesupport.TestFixtureSupport.test_useFixture.SimpleTest": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_fixturesupport.TestFixtureSupport.test_useFixture_cleanups_raise_caught.SimpleTest": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_fixturesupport.TestFixtureSupport.test_useFixture_details_captured.DetailsFixture": [ "object" ] }, { "testtools.tests.test_fixturesupport.TestFixtureSupport.test_useFixture_details_captured.SimpleTest": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_fixturesupport.TestFixtureSupport.test_useFixture_details_captured_from__setUp.BrokenFixture": [ "object" ] }, { "testtools.tests.test_fixturesupport.TestFixtureSupport.test_useFixture_details_captured_from__setUp.SimpleTest": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_fixturesupport.TestFixtureSupport.test_useFixture_details_captured_from_setUp.BrokenFixture": [ "object" ] }, { "testtools.tests.test_fixturesupport.TestFixtureSupport.test_useFixture_details_captured_from_setUp.SimpleTest": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_fixturesupport.TestFixtureSupport.test_useFixture_multiple_details_captured.DetailsFixture": [ "object" ] }, { "testtools.tests.test_fixturesupport.TestFixtureSupport.test_useFixture_multiple_details_captured.SimpleTest": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_fixturesupport.TestFixtureSupport.test_useFixture_original_exception_raised_if_gather_details_fails.BrokenFixture": [ "object" ] }, { "testtools.tests.test_fixturesupport.TestFixtureSupport.test_useFixture_original_exception_raised_if_gather_details_fails.SimpleTest": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_distutilscmd.SampleTestFixture": [ "object" ] }, { "testtools.tests.test_distutilscmd.TestCommandTest": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_content_type.TestBuiltinContentTypes": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_content_type.TestContentType": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_content.TestAttachFile": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_content.TestAttachFile.test_eager_read_by_default.SomeTest": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_content.TestAttachFile.test_lazy_read.SomeTest": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_content.TestAttachFile.test_optional_name.SomeTest": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_content.TestAttachFile.test_simple.SomeTest": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_content.TestContent": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_content.TestStackLinesContent": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_content.TestStacktraceContent": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_content.TestTracebackContent": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_compat.TestReraise": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_compat.TestReraise.test_custom_exception_no_args.CustomException": [ "BaseException", "Exception", "object" ] }, { "testtools.tests.test_compat.TestTextRepr": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_compat.TestUnicodeOutputStream": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_compat._FakeOutputStream": [ "object" ] }, { "testtools.tests.test_assert_that.AssertThatTests": [ "object" ] }, { "testtools.tests.test_assert_that.AssertThatTests.test_assertThat_matches_clean.Matcher": [ "object" ] }, { "testtools.tests.test_assert_that.AssertThatTests.test_assertThat_mismatch_raises_description.Matcher": [ "object" ] }, { "testtools.tests.test_assert_that.AssertThatTests.test_assertThat_mismatch_raises_description.Mismatch": [ "object" ] }, { "testtools.tests.test_assert_that.AssertThatTests.test_assertThat_mismatch_raises_description.Test": [ "object" ] }, { "testtools.tests.test_assert_that.TestAssertThatFunction": [ "object", "testtools.testcase.TestCase", "testtools.tests.test_assert_that.AssertThatTests", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.test_assert_that.TestAssertThatMethod": [ "object", "testtools.testcase.TestCase", "testtools.tests.test_assert_that.AssertThatTests", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.samplecases._ConstructedTest": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.samplecases._SetUpFailsOnGlobalState": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_warnings.TestIsDeprecated": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_warnings.TestWarningMessage": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_warnings.TestWarningMessageCategoryTypeInterface": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.helpers.TestMatchersInterface", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_warnings.TestWarningMessageFilenameInterface": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.helpers.TestMatchersInterface", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_warnings.TestWarningMessageLineInterface": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.helpers.TestMatchersInterface", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_warnings.TestWarningMessageLineNumberInterface": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.helpers.TestMatchersInterface", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_warnings.TestWarningMessageMessageInterface": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.helpers.TestMatchersInterface", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_warnings.TestWarningsInterface": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.helpers.TestMatchersInterface", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_warnings.TestWarningsMatcherInterface": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.helpers.TestMatchersInterface", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_warnings.TestWarningsMatcherNoWarningsInterface": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.helpers.TestMatchersInterface", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_impl.TestMismatch": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_impl.TestMismatchDecorator": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_impl.TestMismatchError": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_higherorder.TestAfterPreprocessing": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.helpers.TestMatchersInterface", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_higherorder.TestAllMatch": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.helpers.TestMatchersInterface", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_higherorder.TestAnnotate": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.helpers.TestMatchersInterface", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_higherorder.TestAnnotatedMismatch": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_higherorder.TestAnyMatch": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.helpers.TestMatchersInterface", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_higherorder.TestMatchersAnyInterface": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.helpers.TestMatchersInterface", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_higherorder.TestMatchesAllInterface": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.helpers.TestMatchersInterface", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_higherorder.TestMatchesPredicate": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.helpers.TestMatchersInterface", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_higherorder.TestMatchesPredicateWithParams": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.helpers.TestMatchersInterface", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_higherorder.TestNotInterface": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.helpers.TestMatchersInterface", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_filesystem.PathHelpers": [ "object" ] }, { "testtools.tests.matchers.test_filesystem.TestDirContains": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.test_filesystem.PathHelpers", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_filesystem.TestDirExists": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.test_filesystem.PathHelpers", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_filesystem.TestFileContains": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.test_filesystem.PathHelpers", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_filesystem.TestFileExists": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.test_filesystem.PathHelpers", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_filesystem.TestHasPermissions": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.test_filesystem.PathHelpers", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_filesystem.TestPathExists": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.test_filesystem.PathHelpers", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_filesystem.TestSamePath": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.test_filesystem.PathHelpers", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_filesystem.TestTarballContains": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.test_filesystem.PathHelpers", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_exception.TestMatchesExceptionInstanceInterface": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.helpers.TestMatchersInterface", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_exception.TestMatchesExceptionTypeInterface": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.helpers.TestMatchersInterface", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_exception.TestMatchesExceptionTypeMatcherInterface": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.helpers.TestMatchersInterface", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_exception.TestMatchesExceptionTypeReInterface": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.helpers.TestMatchersInterface", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_exception.TestRaisesBaseTypes": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_exception.TestRaisesConvenience": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_exception.TestRaisesExceptionMatcherInterface": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.helpers.TestMatchersInterface", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_exception.TestRaisesInterface": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.helpers.TestMatchersInterface", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_doctest.TestDocTestMatchesInterface": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.helpers.TestMatchersInterface", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_doctest.TestDocTestMatchesInterfaceUnicode": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.helpers.TestMatchersInterface", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_doctest.TestDocTestMatchesSpecific": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_dict.TestContainedByDict": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.helpers.TestMatchersInterface", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_dict.TestContainsDict": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.helpers.TestMatchersInterface", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_dict.TestKeysEqualEmpty": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.helpers.TestMatchersInterface", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_dict.TestKeysEqualWithDict": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.helpers.TestMatchersInterface", "testtools.tests.matchers.test_dict.TestKeysEqualWithList", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_dict.TestKeysEqualWithList": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.helpers.TestMatchersInterface", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_dict.TestMatchesAllDictInterface": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.helpers.TestMatchersInterface", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_dict.TestMatchesDict": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.helpers.TestMatchersInterface", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_dict.TestSubDictOf": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.helpers.TestMatchersInterface", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_datastructures.TestContainsAllInterface": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.helpers.TestMatchersInterface", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_datastructures.TestMatchesListwise": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_datastructures.TestMatchesSetwise": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_datastructures.TestMatchesStructure": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.helpers.TestMatchersInterface", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_datastructures.TestMatchesStructure.SimpleClass": [ "object" ] }, { "testtools.tests.matchers.test_const.TestAlwaysInterface": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.helpers.TestMatchersInterface", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_const.TestNeverInterface": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.helpers.TestMatchersInterface", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_basic.DoesNotEndWithTests": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_basic.DoesNotStartWithTests": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_basic.EndsWithTests": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_basic.StartsWithTests": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_basic.TestContainsInterface": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.helpers.TestMatchersInterface", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_basic.TestEqualsInterface": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.helpers.TestMatchersInterface", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_basic.TestGreaterThanInterface": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.helpers.TestMatchersInterface", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_basic.TestHasLength": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.helpers.TestMatchersInterface", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_basic.TestIsInstanceInterface": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.helpers.TestMatchersInterface", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_basic.TestIsInstanceInterface.Foo": [ "object" ] }, { "testtools.tests.matchers.test_basic.TestIsInterface": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.helpers.TestMatchersInterface", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_basic.TestLessThanInterface": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.helpers.TestMatchersInterface", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_basic.TestMatchesRegex": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.helpers.TestMatchersInterface", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_basic.TestNotEqualsInterface": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.helpers.TestMatchersInterface", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_basic.TestSameMembers": [ "object", "testtools.testcase.TestCase", "testtools.tests.matchers.helpers.TestMatchersInterface", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_basic.Test_BinaryMismatch": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.tests.matchers.test_basic.Test_BinaryMismatch.CustomRepr": [ "object" ] }, { "testtools.tests.matchers.helpers.TestMatchersInterface": [ "object" ] }, { "testtools.tests.helpers.AsText": [ "object", "testtools.matchers._higherorder.AfterPreprocessing" ] }, { "testtools.tests.helpers.FullStackRunTest": [ "object", "testtools.runtest.RunTest" ] }, { "testtools.tests.helpers.LoggingResult": [ "object", "testtools.testresult.real.TestResult", "unittest.result.TestResult" ] }, { "testtools.tests.helpers.MatchesEvents": [ "object" ] }, { "testtools.testresult.real.CopyStreamResult": [ "object", "testtools.testresult.real.StreamResult" ] }, { "testtools.testresult.real.ExtendedToOriginalDecorator": [ "object" ] }, { "testtools.testresult.real.ExtendedToStreamDecorator": [ "object", "testtools.testresult.real.CopyStreamResult", "testtools.testresult.real.StreamResult", "testtools.testresult.real.StreamSummary", "testtools.testresult.real.TestControl" ] }, { "testtools.testresult.real.MultiTestResult": [ "object", "testtools.testresult.real.TestResult", "unittest.result.TestResult" ] }, { "testtools.testresult.real.ResourcedToStreamDecorator": [ "object", "testtools.testresult.real.CopyStreamResult", "testtools.testresult.real.ExtendedToStreamDecorator", "testtools.testresult.real.StreamResult", "testtools.testresult.real.StreamSummary", "testtools.testresult.real.TestControl" ] }, { "testtools.testresult.real.StreamFailFast": [ "object", "testtools.testresult.real.StreamResult" ] }, { "testtools.testresult.real.StreamResult": [ "object" ] }, { "testtools.testresult.real.StreamResultRouter": [ "object", "testtools.testresult.real.StreamResult" ] }, { "testtools.testresult.real.StreamSummary": [ "object", "testtools.testresult.real.StreamResult" ] }, { "testtools.testresult.real.StreamTagger": [ "object", "testtools.testresult.real.CopyStreamResult", "testtools.testresult.real.StreamResult" ] }, { "testtools.testresult.real.StreamToDict": [ "object", "testtools.testresult.real.StreamResult" ] }, { "testtools.testresult.real.StreamToExtendedDecorator": [ "object", "testtools.testresult.real.StreamResult" ] }, { "testtools.testresult.real.StreamToQueue": [ "object", "testtools.testresult.real.StreamResult" ] }, { "testtools.testresult.real.Tagger": [ "object", "testtools.testresult.real.TestResultDecorator" ] }, { "testtools.testresult.real.TestByTestResult": [ "object", "testtools.testresult.real.TestResult", "unittest.result.TestResult" ] }, { "testtools.testresult.real.TestControl": [ "object" ] }, { "testtools.testresult.real.TestResult": [ "object", "unittest.result.TestResult" ] }, { "testtools.testresult.real.TestResultDecorator": [ "object" ] }, { "testtools.testresult.real.TextTestResult": [ "object", "testtools.testresult.real.TestResult", "unittest.result.TestResult" ] }, { "testtools.testresult.real.ThreadsafeForwardingResult": [ "object", "testtools.testresult.real.TestResult", "unittest.result.TestResult" ] }, { "testtools.testresult.real.TimestampingStreamResult": [ "object", "testtools.testresult.real.CopyStreamResult", "testtools.testresult.real.StreamResult" ] }, { "testtools.testresult.real.UTC": [ "datetime.tzinfo", "object" ] }, { "testtools.testresult.real._StreamToTestRecord": [ "object", "testtools.testresult.real.StreamResult" ] }, { "testtools.testresult.real._StringException": [ "BaseException", "Exception", "object" ] }, { "testtools.testresult.real._TestRecord": [ "object" ] }, { "testtools.testresult.doubles.ExtendedTestResult": [ "object", "testtools.testresult.doubles.LoggingBase", "testtools.testresult.doubles.Python26TestResult", "testtools.testresult.doubles.Python27TestResult" ] }, { "testtools.testresult.doubles.LoggingBase": [ "object" ] }, { "testtools.testresult.doubles.Python26TestResult": [ "object", "testtools.testresult.doubles.LoggingBase" ] }, { "testtools.testresult.doubles.Python27TestResult": [ "object", "testtools.testresult.doubles.LoggingBase", "testtools.testresult.doubles.Python26TestResult" ] }, { "testtools.testresult.doubles.StreamResult": [ "object", "testtools.testresult.doubles.LoggingBase" ] }, { "testtools.testresult.doubles.TwistedTestResult": [ "object", "testtools.testresult.doubles.LoggingBase" ] }, { "testtools.testresult.doubles._StatusEvent": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "testtools.testcase.DecorateTestCaseResult": [ "object" ] }, { "testtools.testcase.ExpectedException": [ "object" ] }, { "testtools.testcase.Nullary": [ "object" ] }, { "testtools.testcase.PlaceHolder": [ "object" ] }, { "testtools.testcase.TestCase": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testtools.testcase.TestCase.assertRaises.CaptureMatchee": [ "object" ] }, { "testtools.testcase.TestCase.assertRaises.ReRaiseOtherTypes": [ "object" ] }, { "testtools.testcase.TestSkipped": [ "BaseException", "Exception", "object" ] }, { "testtools.testcase.WithAttributes": [ "object" ] }, { "testtools.testcase._ExpectedFailure": [ "BaseException", "Exception", "object" ] }, { "testtools.testcase._UnexpectedSuccess": [ "BaseException", "Exception", "object" ] }, { "testtools.tags.TagContext": [ "object" ] }, { "testtools.runtest.MultipleExceptions": [ "BaseException", "Exception", "object" ] }, { "testtools.runtest.RunTest": [ "object" ] }, { "testtools.run.TestProgram": [ "object" ] }, { "testtools.run.TestToolsTestRunner": [ "object" ] }, { "testtools.monkey.MonkeyPatcher": [ "object" ] }, { "testtools.matchers._warnings.Warnings": [ "object" ] }, { "testtools.matchers._impl.Matcher": [ "object" ] }, { "testtools.matchers._impl.Mismatch": [ "object" ] }, { "testtools.matchers._impl.MismatchDecorator": [ "object" ] }, { "testtools.matchers._impl.MismatchError": [ "AssertionError", "BaseException", "Exception", "object" ] }, { "testtools.matchers._higherorder.AfterPreprocessing": [ "object" ] }, { "testtools.matchers._higherorder.AllMatch": [ "object" ] }, { "testtools.matchers._higherorder.Annotate": [ "object" ] }, { "testtools.matchers._higherorder.AnyMatch": [ "object" ] }, { "testtools.matchers._higherorder.MatchedUnexpectedly": [ "object", "testtools.matchers._impl.Mismatch" ] }, { "testtools.matchers._higherorder.MatchesAll": [ "object" ] }, { "testtools.matchers._higherorder.MatchesAny": [ "object" ] }, { "testtools.matchers._higherorder.MatchesPredicate": [ "object", "testtools.matchers._impl.Matcher" ] }, { "testtools.matchers._higherorder.MismatchesAll": [ "object", "testtools.matchers._impl.Mismatch" ] }, { "testtools.matchers._higherorder.Not": [ "object" ] }, { "testtools.matchers._higherorder.PostfixedMismatch": [ "object", "testtools.matchers._impl.MismatchDecorator" ] }, { "testtools.matchers._higherorder.PrefixedMismatch": [ "object", "testtools.matchers._impl.MismatchDecorator" ] }, { "testtools.matchers._higherorder._MatchesPredicateWithParams": [ "object", "testtools.matchers._impl.Matcher" ] }, { "testtools.matchers._filesystem.DirContains": [ "object", "testtools.matchers._impl.Matcher" ] }, { "testtools.matchers._filesystem.FileContains": [ "object", "testtools.matchers._impl.Matcher" ] }, { "testtools.matchers._filesystem.HasPermissions": [ "object", "testtools.matchers._impl.Matcher" ] }, { "testtools.matchers._filesystem.SamePath": [ "object", "testtools.matchers._impl.Matcher" ] }, { "testtools.matchers._filesystem.TarballContains": [ "object", "testtools.matchers._impl.Matcher" ] }, { "testtools.matchers._exception.MatchesException": [ "object", "testtools.matchers._impl.Matcher" ] }, { "testtools.matchers._exception.Raises": [ "object", "testtools.matchers._impl.Matcher" ] }, { "testtools.matchers._doctest.DocTestMatches": [ "object" ] }, { "testtools.matchers._doctest.DocTestMismatch": [ "object", "testtools.matchers._impl.Mismatch" ] }, { "testtools.matchers._doctest._NonManglingOutputChecker": [ "doctest.OutputChecker", "object" ] }, { "testtools.matchers._dict.ContainedByDict": [ "object", "testtools.matchers._dict._CombinedMatcher", "testtools.matchers._impl.Matcher" ] }, { "testtools.matchers._dict.ContainsDict": [ "object", "testtools.matchers._dict._CombinedMatcher", "testtools.matchers._impl.Matcher" ] }, { "testtools.matchers._dict.DictMismatches": [ "object", "testtools.matchers._impl.Mismatch" ] }, { "testtools.matchers._dict.KeysEqual": [ "object", "testtools.matchers._impl.Matcher" ] }, { "testtools.matchers._dict.MatchesAllDict": [ "object", "testtools.matchers._impl.Matcher" ] }, { "testtools.matchers._dict.MatchesDict": [ "object", "testtools.matchers._dict._CombinedMatcher", "testtools.matchers._impl.Matcher" ] }, { "testtools.matchers._dict._CombinedMatcher": [ "object", "testtools.matchers._impl.Matcher" ] }, { "testtools.matchers._dict._MatchCommonKeys": [ "object", "testtools.matchers._impl.Matcher" ] }, { "testtools.matchers._dict._SubDictOf": [ "object", "testtools.matchers._impl.Matcher" ] }, { "testtools.matchers._dict._SuperDictOf": [ "object", "testtools.matchers._impl.Matcher" ] }, { "testtools.matchers._datastructures.MatchesListwise": [ "object" ] }, { "testtools.matchers._datastructures.MatchesSetwise": [ "object" ] }, { "testtools.matchers._datastructures.MatchesStructure": [ "object" ] }, { "testtools.matchers._const._Always": [ "object" ] }, { "testtools.matchers._const._Never": [ "object" ] }, { "testtools.matchers._basic.Contains": [ "object", "testtools.matchers._impl.Matcher" ] }, { "testtools.matchers._basic.DoesNotContain": [ "object", "testtools.matchers._impl.Mismatch" ] }, { "testtools.matchers._basic.DoesNotEndWith": [ "object", "testtools.matchers._impl.Mismatch" ] }, { "testtools.matchers._basic.DoesNotStartWith": [ "object", "testtools.matchers._impl.Mismatch" ] }, { "testtools.matchers._basic.EndsWith": [ "object", "testtools.matchers._impl.Matcher" ] }, { "testtools.matchers._basic.Equals": [ "object", "testtools.matchers._basic._BinaryComparison" ] }, { "testtools.matchers._basic.GreaterThan": [ "object", "testtools.matchers._basic._BinaryComparison" ] }, { "testtools.matchers._basic.Is": [ "object", "testtools.matchers._basic._BinaryComparison" ] }, { "testtools.matchers._basic.IsInstance": [ "object" ] }, { "testtools.matchers._basic.LessThan": [ "object", "testtools.matchers._basic._BinaryComparison" ] }, { "testtools.matchers._basic.MatchesRegex": [ "object" ] }, { "testtools.matchers._basic.NotAnInstance": [ "object", "testtools.matchers._impl.Mismatch" ] }, { "testtools.matchers._basic.NotEquals": [ "object", "testtools.matchers._basic._BinaryComparison" ] }, { "testtools.matchers._basic.SameMembers": [ "object", "testtools.matchers._impl.Matcher" ] }, { "testtools.matchers._basic.StartsWith": [ "object", "testtools.matchers._impl.Matcher" ] }, { "testtools.matchers._basic._BinaryComparison": [ "object" ] }, { "testtools.matchers._basic._BinaryMismatch": [ "object", "testtools.matchers._impl.Mismatch" ] }, { "testtools.matchers._basic._FlippedEquals": [ "object" ] }, { "testtools.distutilscmd.TestCommand": [ "distutils.cmd.Command", "object" ] }, { "testtools.content_type.ContentType": [ "object" ] }, { "testtools.content.Content": [ "object" ] }, { "testtools.content.StackLinesContent": [ "object", "testtools.content.Content" ] }, { "testtools.content.TracebackContent": [ "object", "testtools.content.Content" ] }, { "testscenarios.tests.test_testcase.TestTestWithScenarios": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testscenarios.tests.test_testcase.TestTestWithScenarios.Implementation.Implementation": [ "object", "testscenarios.testcase.WithScenarios" ] }, { "testscenarios.tests.test_testcase.TestTestWithScenarios.test_attributes_set.ReferenceTest": [ "object" ] }, { "testscenarios.tests.test_testcase.TestTestWithScenarios.test_countTestCases_1_scenarios.ReferenceTest": [ "object" ] }, { "testscenarios.tests.test_testcase.TestTestWithScenarios.test_countTestCases_2_scenarios.ReferenceTest": [ "object" ] }, { "testscenarios.tests.test_testcase.TestTestWithScenarios.test_countTestCases_empty_scenarios.ReferenceTest": [ "object" ] }, { "testscenarios.tests.test_testcase.TestTestWithScenarios.test_countTestCases_no_scenarios.ReferenceTest": [ "object" ] }, { "testscenarios.tests.test_testcase.TestTestWithScenarios.test_debug_2_scenarios.ReferenceTest": [ "object" ] }, { "testscenarios.tests.test_testcase.TestTestWithScenarios.test_no_scenarios_no_error.ReferenceTest": [ "object" ] }, { "testscenarios.tests.test_testcase.TestTestWithScenarios.test_scenarios_attribute_cleared.ReferenceTest": [ "object" ] }, { "testscenarios.tests.test_testcase.TestTestWithScenarios.test_with_one_scenario_one_run.ReferenceTest": [ "object" ] }, { "testscenarios.tests.test_testcase.TestTestWithScenarios.test_with_two_scenarios_two_run.ReferenceTest": [ "object" ] }, { "testscenarios.tests.test_scenarios.TestApplyScenario": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testscenarios.tests.test_scenarios.TestApplyScenario.setUp.ReferenceTest": [ "object", "unittest.case.TestCase" ] }, { "testscenarios.tests.test_scenarios.TestApplyScenarios": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testscenarios.tests.test_scenarios.TestApplyScenarios.test_preserves_scenarios_attribute.ReferenceTest": [ "object", "unittest.case.TestCase" ] }, { "testscenarios.tests.test_scenarios.TestGenerateScenarios": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testscenarios.tests.test_scenarios.TestGenerateScenarios.test_all_scenarios_yielded.ReferenceTest": [ "object", "unittest.case.TestCase" ] }, { "testscenarios.tests.test_scenarios.TestGenerateScenarios.test_generate_scenarios_preserves_normal_test.ReferenceTest": [ "object", "unittest.case.TestCase" ] }, { "testscenarios.tests.test_scenarios.TestGenerateScenarios.test_multiple_tests.Reference1": [ "object", "unittest.case.TestCase" ] }, { "testscenarios.tests.test_scenarios.TestGenerateScenarios.test_multiple_tests.Reference2": [ "object", "unittest.case.TestCase" ] }, { "testscenarios.tests.test_scenarios.TestGenerateScenarios.test_scenarios_attribute_cleared.ReferenceTest": [ "object", "unittest.case.TestCase" ] }, { "testscenarios.tests.test_scenarios.TestGenerateScenarios.test_tests_with_scenarios_calls_apply_scenarios.ReferenceTest": [ "object", "unittest.case.TestCase" ] }, { "testscenarios.tests.test_scenarios.TestLoadTests": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testscenarios.tests.test_scenarios.TestLoadTests.SampleTest": [ "object", "unittest.case.TestCase" ] }, { "testscenarios.tests.test_scenarios.TestMultiplyScenarios": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testscenarios.tests.test_scenarios.TestPerModuleScenarios": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testscenarios.testcase.TestWithScenarios": [ "object", "testscenarios.testcase.WithScenarios", "unittest.case.TestCase" ] }, { "testscenarios.testcase.WithScenarios": [ "object" ] }, { "testresources.tests.test_test_resource.MockResettableResource": [ "object", "testresources.TestResourceManager", "testresources.tests.test_test_resource.MockResource" ] }, { "testresources.tests.test_test_resource.MockResource": [ "object", "testresources.TestResourceManager" ] }, { "testresources.tests.test_test_resource.MockResourceInstance": [ "object" ] }, { "testresources.tests.test_test_resource.TestFixtureResource": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testresources.tests.test_test_resource.TestGenericResource": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testresources.tests.test_test_resource.TestGenericResource.test_always_dirty.Wrapped": [ "object" ] }, { "testresources.tests.test_test_resource.TestGenericResource.test_default_uses_setUp_tearDown.Wrapped": [ "object" ] }, { "testresources.tests.test_test_resource.TestGenericResource.test_dependencies_passed_to_factory.Trivial": [ "object", "testresources.TestResourceManager" ] }, { "testresources.tests.test_test_resource.TestGenericResource.test_dependencies_passed_to_factory.Wrapped": [ "object" ] }, { "testresources.tests.test_test_resource.TestGenericResource.test_setup_teardown_controllable.Wrapped": [ "object" ] }, { "testresources.tests.test_test_resource.TestTestResource": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testresources.tests.test_test_loader.TestTestLoader": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testresources.tests.test_resourced_test_case.MockResource": [ "object", "testresources.TestResourceManager" ] }, { "testresources.tests.test_resourced_test_case.MockResourceInstance": [ "object" ] }, { "testresources.tests.test_resourced_test_case.TestResourcedTestCase": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testresources.tests.test_resourced_test_case.TestResourcedTestCase.setUp.Example": [ "object", "testresources.ResourcedTestCase", "unittest.case.TestCase" ] }, { "testresources.tests.test_resourced_test_case.TestResourcedTestCase.testSetUpUsesSuper.OtherBaseCase": [ "object", "unittest.case.TestCase" ] }, { "testresources.tests.test_resourced_test_case.TestResourcedTestCase.testSetUpUsesSuper.OurCase": [ "object", "testresources.ResourcedTestCase", "testresources.tests.test_resourced_test_case.TestResourcedTestCase.testSetUpUsesSuper.OtherBaseCase", "unittest.case.TestCase" ] }, { "testresources.tests.test_resourced_test_case.TestResourcedTestCase.testTearDownUsesSuper.OtherBaseCase": [ "object", "unittest.case.TestCase" ] }, { "testresources.tests.test_resourced_test_case.TestResourcedTestCase.testTearDownUsesSuper.OurCase": [ "object", "testresources.ResourcedTestCase", "testresources.tests.test_resourced_test_case.TestResourcedTestCase.testTearDownUsesSuper.OtherBaseCase", "unittest.case.TestCase" ] }, { "testresources.tests.test_resource_graph.TestDigraphToGraph": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testresources.tests.test_resource_graph.TestKruskalsMST": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testresources.tests.test_resource_graph.TestResourceGraph": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testresources.tests.test_optimising_test_suite.CustomSuite": [ "object", "typing.Generic", "typing.Iterable", "typing.Protocol", "unittest.suite.BaseTestSuite", "unittest.suite.TestSuite" ] }, { "testresources.tests.test_optimising_test_suite.MakeCounter": [ "object", "testresources.TestResourceManager" ] }, { "testresources.tests.test_optimising_test_suite.TestCostGraph": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testresources.tests.test_optimising_test_suite.TestCostOfSwitching": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testresources.tests.test_optimising_test_suite.TestGraphStuff": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testresources.tests.test_optimising_test_suite.TestGraphStuff.setUp.MockTest": [ "object", "unittest.case.TestCase" ] }, { "testresources.tests.test_optimising_test_suite.TestOptimisingTestSuite": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testresources.tests.test_optimising_test_suite.TestOptimisingTestSuite.makeResourcedTestCase.ResourcedTestCaseForTesting": [ "object", "testresources.ResourcedTestCase", "unittest.case.TestCase" ] }, { "testresources.tests.test_optimising_test_suite.TestOptimisingTestSuite.makeTestCase.TestCaseForTesting": [ "object", "unittest.case.TestCase" ] }, { "testresources.tests.test_optimising_test_suite.TestOptimisingTestSuite.testSortTestsCalled.MockOptimisingTestSuite": [ "object", "testresources.OptimisingTestSuite", "typing.Generic", "typing.Iterable", "typing.Protocol", "unittest.suite.BaseTestSuite", "unittest.suite.TestSuite" ] }, { "testresources.tests.test_optimising_test_suite.TestSplitByResources": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "testresources.tests.TestUtil.LogCollector": [ "logging.Filterer", "logging.Handler", "object" ] }, { "testresources.tests.TestUtil.TestLoader": [ "object", "unittest.loader.TestLoader" ] }, { "testresources.tests.TestUtil.TestSuite": [ "object", "typing.Generic", "typing.Iterable", "typing.Protocol", "unittest.suite.BaseTestSuite", "unittest.suite.TestSuite" ] }, { "testresources.tests.TestUtil.TestVisitor": [ "object" ] }, { "testresources.tests.ResultWithResourceExtensions": [ "object", "unittest.result.TestResult" ] }, { "testresources.tests.ResultWithoutResourceExtensions": [ "object" ] }, { "testresources.FixtureResource": [ "object", "testresources.TestResourceManager" ] }, { "testresources.GenericResource": [ "object", "testresources.TestResourceManager" ] }, { "testresources.OptimisingTestSuite": [ "object", "typing.Generic", "typing.Iterable", "typing.Protocol", "unittest.suite.BaseTestSuite", "unittest.suite.TestSuite" ] }, { "testresources.ResourcedTestCase": [ "object", "unittest.case.TestCase" ] }, { "testresources.TestLoader": [ "object", "unittest.loader.TestLoader" ] }, { "testresources.TestResourceManager": [ "object" ] }, { "termios.error": [ "BaseException", "Exception", "object" ] }, { "tempita._looper.loop_pos": [ "object" ] }, { "tempita._looper.looper": [ "object" ] }, { "tempita._looper.looper_iter": [ "object" ] }, { "tempita.HTMLTemplate": [ "object", "tempita.Template" ] }, { "tempita.Template": [ "object" ] }, { "tempita.TemplateDef": [ "object" ] }, { "tempita.TemplateError": [ "BaseException", "Exception", "object" ] }, { "tempita.TemplateObject": [ "object" ] }, { "tempita.TemplateObjectGetter": [ "object" ] }, { "tempita._Empty": [ "object" ] }, { "tempita._TemplateBreak": [ "BaseException", "Exception", "object" ] }, { "tempita._TemplateContinue": [ "BaseException", "Exception", "object" ] }, { "tempita.bunch": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "tempita.html": [ "object" ] }, { "tempfile.SpooledTemporaryFile": [ "object", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "tempfile.TemporaryDirectory": [ "object", "typing.Generic" ] }, { "tempfile._TemporaryFileWrapper": [ "object", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "telnetlib.Telnet": [ "object" ] }, { "tarfile.CompressionError": [ "BaseException", "Exception", "object", "tarfile.TarError" ] }, { "tarfile.ExFileObject": [ "io.BufferedIOBase", "io.BufferedReader", "io.IOBase", "object", "typing.BinaryIO", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "tarfile.ExtractError": [ "BaseException", "Exception", "object", "tarfile.TarError" ] }, { "tarfile.HeaderError": [ "BaseException", "Exception", "object", "tarfile.TarError" ] }, { "tarfile.ReadError": [ "BaseException", "Exception", "object", "tarfile.TarError" ] }, { "tarfile.StreamError": [ "BaseException", "Exception", "object", "tarfile.TarError" ] }, { "tarfile.TarError": [ "BaseException", "Exception", "object" ] }, { "tarfile.TarFile": [ "object", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "tarfile.TarInfo": [ "object" ] }, { "tabulate.DataRow": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "tabulate.Line": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "tabulate.TableFormat": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "tabnanny.NannyNag": [ "BaseException", "Exception", "object" ] }, { "sys.UnraisableHookArgs": [ "object" ] }, { "sys._WinVersion": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "sys._asyncgen_hooks": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "sys._flags": [ "object" ] }, { "sys._float_info": [ "object" ] }, { "sys._hash_info": [ "object" ] }, { "sys._implementation": [ "object" ] }, { "sys._int_info": [ "object" ] }, { "sys._version_info": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "symtable.Class": [ "object", "symtable.SymbolTable" ] }, { "symtable.Function": [ "object", "symtable.SymbolTable" ] }, { "symtable.Symbol": [ "object" ] }, { "symtable.SymbolTable": [ "object" ] }, { "sunau.Au_read": [ "object" ] }, { "sunau.Au_write": [ "object" ] }, { "sunau.Error": [ "BaseException", "Exception", "object" ] }, { "sunau._sunau_params": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "subprocess.CalledProcessError": [ "BaseException", "Exception", "object", "subprocess.SubprocessError" ] }, { "subprocess.CompletedProcess": [ "object", "typing.Generic" ] }, { "subprocess.Popen": [ "object", "typing.Generic" ] }, { "subprocess.SubprocessError": [ "BaseException", "Exception", "object" ] }, { "subprocess.TimeoutExpired": [ "BaseException", "Exception", "object", "subprocess.SubprocessError" ] }, { "struct.Struct": [ "object" ] }, { "struct.error": [ "BaseException", "Exception", "object" ] }, { "string.Formatter": [ "object" ] }, { "string.Template": [ "object" ] }, { "stevedore.tests.utils.TestCase": [ "object", "unittest.case.TestCase" ] }, { "stevedore.tests.test_test_manager.TestTestManager": [ "object", "stevedore.tests.utils.TestCase", "unittest.case.TestCase" ] }, { "stevedore.tests.test_sphinxext.TestSphinxExt": [ "object", "stevedore.tests.utils.TestCase", "unittest.case.TestCase" ] }, { "stevedore.tests.test_named.TestNamed": [ "object", "stevedore.tests.utils.TestCase", "unittest.case.TestCase" ] }, { "stevedore.tests.test_hook.TestHook": [ "object", "stevedore.tests.utils.TestCase", "unittest.case.TestCase" ] }, { "stevedore.tests.test_extension.BrokenExtension": [ "object" ] }, { "stevedore.tests.test_extension.FauxExtension": [ "object" ] }, { "stevedore.tests.test_extension.TestCallback": [ "object", "stevedore.tests.utils.TestCase", "unittest.case.TestCase" ] }, { "stevedore.tests.test_extension.TestExtensionProperties": [ "object", "stevedore.tests.utils.TestCase", "unittest.case.TestCase" ] }, { "stevedore.tests.test_extension.TestLoadRequirementsNewSetuptools": [ "object", "stevedore.tests.utils.TestCase", "unittest.case.TestCase" ] }, { "stevedore.tests.test_extension.TestLoadRequirementsOldSetuptools": [ "object", "stevedore.tests.utils.TestCase", "unittest.case.TestCase" ] }, { "stevedore.tests.test_example_simple.TestExampleSimple": [ "object", "stevedore.tests.utils.TestCase", "unittest.case.TestCase" ] }, { "stevedore.tests.test_example_fields.TestExampleFields": [ "object", "stevedore.tests.utils.TestCase", "unittest.case.TestCase" ] }, { "stevedore.tests.test_enabled.TestEnabled": [ "object", "stevedore.tests.utils.TestCase", "unittest.case.TestCase" ] }, { "stevedore.tests.test_driver.TestCallback": [ "object", "stevedore.tests.utils.TestCase", "unittest.case.TestCase" ] }, { "stevedore.tests.test_dispatch.TestDispatch": [ "object", "stevedore.tests.utils.TestCase", "unittest.case.TestCase" ] }, { "stevedore.tests.test_callback.TestCallback": [ "object", "stevedore.tests.utils.TestCase", "unittest.case.TestCase" ] }, { "stevedore.tests.test_cache.TestCache": [ "object", "stevedore.tests.utils.TestCase", "unittest.case.TestCase" ] }, { "stevedore.tests.manager.TestExtensionManager": [ "object", "stevedore.extension.ExtensionManager" ] }, { "stevedore.sphinxext.ListPluginsDirective": [ "object" ] }, { "stevedore.named.NamedExtensionManager": [ "object", "stevedore.extension.ExtensionManager" ] }, { "stevedore.hook.HookManager": [ "object", "stevedore.extension.ExtensionManager", "stevedore.named.NamedExtensionManager" ] }, { "stevedore.extension.Extension": [ "object" ] }, { "stevedore.extension.ExtensionManager": [ "object" ] }, { "stevedore.exception.MultipleMatches": [ "BaseException", "Exception", "RuntimeError", "object", "stevedore.exception.NoUniqueMatch" ] }, { "stevedore.exception.NoMatches": [ "BaseException", "Exception", "RuntimeError", "object", "stevedore.exception.NoUniqueMatch" ] }, { "stevedore.exception.NoUniqueMatch": [ "BaseException", "Exception", "RuntimeError", "object" ] }, { "stevedore.example2.fields.FieldList": [ "object", "stevedore.example.base.FormatterBase" ] }, { "stevedore.example.simple.Simple": [ "object", "stevedore.example.base.FormatterBase" ] }, { "stevedore.example.base.FormatterBase": [ "object" ] }, { "stevedore.enabled.EnabledExtensionManager": [ "object", "stevedore.extension.ExtensionManager" ] }, { "stevedore.driver.DriverManager": [ "object", "stevedore.extension.ExtensionManager", "stevedore.named.NamedExtensionManager" ] }, { "stevedore.dispatch.DispatchExtensionManager": [ "object", "stevedore.enabled.EnabledExtensionManager", "stevedore.extension.ExtensionManager" ] }, { "stevedore.dispatch.NameDispatchExtensionManager": [ "object", "stevedore.dispatch.DispatchExtensionManager", "stevedore.enabled.EnabledExtensionManager", "stevedore.extension.ExtensionManager" ] }, { "stevedore._cache.Cache": [ "object" ] }, { "statsd.tests.assert_raises": [ "object" ] }, { "statsd.client.udp.Pipeline": [ "object", "statsd.client.base.PipelineBase", "statsd.client.base.StatsClientBase" ] }, { "statsd.client.udp.StatsClient": [ "object", "statsd.client.base.StatsClientBase" ] }, { "statsd.client.timer.Timer": [ "object" ] }, { "statsd.client.stream.StreamClientBase": [ "object", "statsd.client.base.StatsClientBase" ] }, { "statsd.client.stream.StreamPipeline": [ "object", "statsd.client.base.PipelineBase", "statsd.client.base.StatsClientBase" ] }, { "statsd.client.stream.TCPStatsClient": [ "object", "statsd.client.base.StatsClientBase", "statsd.client.stream.StreamClientBase" ] }, { "statsd.client.stream.UnixSocketStatsClient": [ "object", "statsd.client.base.StatsClientBase", "statsd.client.stream.StreamClientBase" ] }, { "statsd.client.base.PipelineBase": [ "object", "statsd.client.base.StatsClientBase" ] }, { "statsd.client.base.StatsClientBase": [ "object" ] }, { "statistics.NormalDist": [ "object" ] }, { "statistics.StatisticsError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "ssl.DefaultVerifyPaths": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "ssl.MemoryBIO": [ "object" ] }, { "ssl.Options": [ "complex", "enum.Enum", "enum.Flag", "enum.IntFlag", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "ssl.Purpose": [ "enum.Enum", "object", "ssl._ASN1Object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "ssl.SSLCertVerificationError": [ "BaseException", "Exception", "OSError", "ValueError", "object", "ssl.SSLError" ] }, { "ssl.SSLContext": [ "object" ] }, { "ssl.SSLEOFError": [ "BaseException", "Exception", "OSError", "object", "ssl.SSLError" ] }, { "ssl.SSLError": [ "BaseException", "Exception", "OSError", "object" ] }, { "ssl.SSLObject": [ "object" ] }, { "ssl.SSLSession": [ "object" ] }, { "ssl.SSLSocket": [ "object", "socket.socket" ] }, { "ssl.SSLSyscallError": [ "BaseException", "Exception", "OSError", "object", "ssl.SSLError" ] }, { "ssl.SSLWantReadError": [ "BaseException", "Exception", "OSError", "object", "ssl.SSLError" ] }, { "ssl.SSLWantWriteError": [ "BaseException", "Exception", "OSError", "object", "ssl.SSLError" ] }, { "ssl.SSLZeroReturnError": [ "BaseException", "Exception", "OSError", "object", "ssl.SSLError" ] }, { "ssl.TLSVersion": [ "complex", "enum.Enum", "enum.IntEnum", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "ssl.VerifyFlags": [ "complex", "enum.Enum", "enum.Flag", "enum.IntFlag", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "ssl.VerifyMode": [ "complex", "enum.Enum", "enum.IntEnum", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "ssl._ASN1Object": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "sre_parse.SubPattern": [ "object" ] }, { "sre_parse.Tokenizer": [ "object" ] }, { "sre_parse.Verbose": [ "BaseException", "Exception", "object" ] }, { "sre_parse._State": [ "object" ] }, { "sre_constants._NamedIntConstant": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "sre_constants.error": [ "BaseException", "Exception", "object" ] }, { "sqlparse.tokens._TokenType": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "sqlparse.sql.Assignment": [ "object", "sqlparse.sql.Token", "sqlparse.sql.TokenList" ] }, { "sqlparse.sql.Begin": [ "object", "sqlparse.sql.Token", "sqlparse.sql.TokenList" ] }, { "sqlparse.sql.Case": [ "object", "sqlparse.sql.Token", "sqlparse.sql.TokenList" ] }, { "sqlparse.sql.Command": [ "object", "sqlparse.sql.Token", "sqlparse.sql.TokenList" ] }, { "sqlparse.sql.Comment": [ "object", "sqlparse.sql.Token", "sqlparse.sql.TokenList" ] }, { "sqlparse.sql.Comparison": [ "object", "sqlparse.sql.Token", "sqlparse.sql.TokenList" ] }, { "sqlparse.sql.For": [ "object", "sqlparse.sql.Token", "sqlparse.sql.TokenList" ] }, { "sqlparse.sql.Function": [ "object", "sqlparse.sql.NameAliasMixin", "sqlparse.sql.Token", "sqlparse.sql.TokenList" ] }, { "sqlparse.sql.Having": [ "object", "sqlparse.sql.Token", "sqlparse.sql.TokenList" ] }, { "sqlparse.sql.Identifier": [ "object", "sqlparse.sql.NameAliasMixin", "sqlparse.sql.Token", "sqlparse.sql.TokenList" ] }, { "sqlparse.sql.IdentifierList": [ "object", "sqlparse.sql.Token", "sqlparse.sql.TokenList" ] }, { "sqlparse.sql.If": [ "object", "sqlparse.sql.Token", "sqlparse.sql.TokenList" ] }, { "sqlparse.sql.NameAliasMixin": [ "object" ] }, { "sqlparse.sql.Operation": [ "object", "sqlparse.sql.Token", "sqlparse.sql.TokenList" ] }, { "sqlparse.sql.Parenthesis": [ "object", "sqlparse.sql.Token", "sqlparse.sql.TokenList" ] }, { "sqlparse.sql.SquareBrackets": [ "object", "sqlparse.sql.Token", "sqlparse.sql.TokenList" ] }, { "sqlparse.sql.Statement": [ "object", "sqlparse.sql.Token", "sqlparse.sql.TokenList" ] }, { "sqlparse.sql.Token": [ "object" ] }, { "sqlparse.sql.TokenList": [ "object", "sqlparse.sql.Token" ] }, { "sqlparse.sql.TypedLiteral": [ "object", "sqlparse.sql.Token", "sqlparse.sql.TokenList" ] }, { "sqlparse.sql.Values": [ "object", "sqlparse.sql.Token", "sqlparse.sql.TokenList" ] }, { "sqlparse.sql.Where": [ "object", "sqlparse.sql.Token", "sqlparse.sql.TokenList" ] }, { "sqlparse.lexer.Lexer": [ "object" ] }, { "sqlparse.filters.tokens.IdentifierCaseFilter": [ "object", "sqlparse.filters.tokens._CaseFilter" ] }, { "sqlparse.filters.tokens.KeywordCaseFilter": [ "object", "sqlparse.filters.tokens._CaseFilter" ] }, { "sqlparse.filters.tokens.TruncateStringFilter": [ "object" ] }, { "sqlparse.filters.tokens._CaseFilter": [ "object" ] }, { "sqlparse.filters.right_margin.RightMarginFilter": [ "object" ] }, { "sqlparse.filters.reindent.ReindentFilter": [ "object" ] }, { "sqlparse.filters.output.OutputFilter": [ "object" ] }, { "sqlparse.filters.output.OutputPHPFilter": [ "object", "sqlparse.filters.output.OutputFilter" ] }, { "sqlparse.filters.output.OutputPythonFilter": [ "object", "sqlparse.filters.output.OutputFilter" ] }, { "sqlparse.filters.others.SerializerUnicode": [ "object" ] }, { "sqlparse.filters.others.SpacesAroundOperatorsFilter": [ "object" ] }, { "sqlparse.filters.others.StripCommentsFilter": [ "object" ] }, { "sqlparse.filters.others.StripWhitespaceFilter": [ "object" ] }, { "sqlparse.filters.aligned_indent.AlignedIndentFilter": [ "object" ] }, { "sqlparse.exceptions.SQLParseError": [ "BaseException", "Exception", "object" ] }, { "sqlparse.engine.statement_splitter.StatementSplitter": [ "object" ] }, { "sqlparse.engine.filter_stack.FilterStack": [ "object" ] }, { "sqlite3.dbapi2.Connection": [ "object" ] }, { "sqlite3.dbapi2.Cursor": [ "object", "typing.Generic", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "sqlite3.dbapi2.DataError": [ "BaseException", "Exception", "object", "sqlite3.dbapi2.DatabaseError", "sqlite3.dbapi2.Error" ] }, { "sqlite3.dbapi2.DatabaseError": [ "BaseException", "Exception", "object", "sqlite3.dbapi2.Error" ] }, { "sqlite3.dbapi2.Error": [ "BaseException", "Exception", "object" ] }, { "sqlite3.dbapi2.IntegrityError": [ "BaseException", "Exception", "object", "sqlite3.dbapi2.DatabaseError", "sqlite3.dbapi2.Error" ] }, { "sqlite3.dbapi2.InterfaceError": [ "BaseException", "Exception", "object", "sqlite3.dbapi2.Error" ] }, { "sqlite3.dbapi2.InternalError": [ "BaseException", "Exception", "object", "sqlite3.dbapi2.DatabaseError", "sqlite3.dbapi2.Error" ] }, { "sqlite3.dbapi2.NotSupportedError": [ "BaseException", "Exception", "object", "sqlite3.dbapi2.DatabaseError", "sqlite3.dbapi2.Error" ] }, { "sqlite3.dbapi2.OperationalError": [ "BaseException", "Exception", "object", "sqlite3.dbapi2.DatabaseError", "sqlite3.dbapi2.Error" ] }, { "sqlite3.dbapi2.PrepareProtocol": [ "object" ] }, { "sqlite3.dbapi2.ProgrammingError": [ "BaseException", "Exception", "object", "sqlite3.dbapi2.DatabaseError", "sqlite3.dbapi2.Error" ] }, { "sqlite3.dbapi2.Row": [ "object" ] }, { "sqlite3.dbapi2.Warning": [ "BaseException", "Exception", "object" ] }, { "sqlalchemy.util.queue.AsyncAdaptedQueue": [ "object" ] }, { "sqlalchemy.util.queue.Empty": [ "BaseException", "Exception", "object" ] }, { "sqlalchemy.util.queue.FallbackAsyncAdaptedQueue": [ "object", "sqlalchemy.util.queue.AsyncAdaptedQueue" ] }, { "sqlalchemy.util.queue.Full": [ "BaseException", "Exception", "object" ] }, { "sqlalchemy.util.queue.Queue": [ "object" ] }, { "sqlalchemy.util.langhelpers.EnsureKWArgType": [ "object", "type", "typing.Generic" ] }, { "sqlalchemy.util.langhelpers.HasMemoized": [ "object" ] }, { "sqlalchemy.util.langhelpers.HasMemoized.memoized_attribute": [ "object" ] }, { "sqlalchemy.util.langhelpers.MemoizedSlots": [ "object" ] }, { "sqlalchemy.util.langhelpers.PluginLoader": [ "object" ] }, { "sqlalchemy.util.langhelpers._hash_limit_string": [ "object", "str", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "sqlalchemy.util.langhelpers._symbol": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "sqlalchemy.util.langhelpers.as_interface.AnonymousInterface": [ "object" ] }, { "sqlalchemy.util.langhelpers.classproperty": [ "object", "property" ] }, { "sqlalchemy.util.langhelpers.hybridmethod": [ "object" ] }, { "sqlalchemy.util.langhelpers.hybridproperty": [ "object" ] }, { "sqlalchemy.util.langhelpers.memoized_property": [ "object" ] }, { "sqlalchemy.util.langhelpers.portable_instancemethod": [ "object" ] }, { "sqlalchemy.util.langhelpers.safe_reraise": [ "object" ] }, { "sqlalchemy.util.langhelpers.symbol": [ "object" ] }, { "sqlalchemy.util.compat.ABC": [ "object" ] }, { "sqlalchemy.util.compat.FullArgSpec": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "sqlalchemy.util.compat.nullcontext": [ "object" ] }, { "sqlalchemy.util.compat.timezone": [ "datetime.tzinfo", "object" ] }, { "sqlalchemy.util.compat.with_metaclass.metaclass": [ "object" ] }, { "sqlalchemy.util._preloaded._ModuleRegistry": [ "object" ] }, { "sqlalchemy.util._concurrency_py3k.AsyncAdaptedLock": [ "object" ] }, { "sqlalchemy.util._concurrency_py3k._AsyncIoGreenlet": [ "object" ] }, { "sqlalchemy.util._collections.FacadeDict": [ "dict", "object", "sqlalchemy.util._collections.ImmutableContainer", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "sqlalchemy.util._collections.IdentitySet": [ "object" ] }, { "sqlalchemy.util._collections.ImmutableContainer": [ "object" ] }, { "sqlalchemy.util._collections.ImmutableProperties": [ "object", "sqlalchemy.util._collections.ImmutableContainer", "sqlalchemy.util._collections.Properties" ] }, { "sqlalchemy.util._collections.LRUCache": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "sqlalchemy.util._collections.OrderedDict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "sqlalchemy.util._collections.OrderedIdentitySet": [ "object", "sqlalchemy.util._collections.IdentitySet" ] }, { "sqlalchemy.util._collections.OrderedProperties": [ "object", "sqlalchemy.util._collections.Properties" ] }, { "sqlalchemy.util._collections.OrderedSet": [ "object", "set", "typing.AbstractSet", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSet", "typing.Protocol" ] }, { "sqlalchemy.util._collections.PopulateDict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "sqlalchemy.util._collections.Properties": [ "object" ] }, { "sqlalchemy.util._collections.ScopedRegistry": [ "object" ] }, { "sqlalchemy.util._collections.ThreadLocalRegistry": [ "object", "sqlalchemy.util._collections.ScopedRegistry" ] }, { "sqlalchemy.util._collections.UniqueAppender": [ "object" ] }, { "sqlalchemy.util._collections.WeakPopulateDict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "sqlalchemy.util._collections.WeakSequence": [ "object" ] }, { "sqlalchemy.util._collections._immutabledict_py_fallback.immutabledict": [ "dict", "object", "sqlalchemy.util._collections.ImmutableContainer", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "sqlalchemy.testing.warnings.SATestSuiteWarning": [ "BaseException", "Exception", "RuntimeWarning", "Warning", "object", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.SAWarning" ] }, { "sqlalchemy.testing.util.RandomSet": [ "object", "set", "typing.AbstractSet", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSet", "typing.Protocol" ] }, { "sqlalchemy.testing.util.adict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "sqlalchemy.testing.suite.test_update_delete.SimpleUpdateDeleteTest": [ "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.suite.test_unicode_ddl.UnicodeSchemaTest": [ "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.suite.test_types.BooleanTest": [ "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase", "sqlalchemy.testing.suite.test_types._LiteralRoundTripFixture" ] }, { "sqlalchemy.testing.suite.test_types.CastTypeDecoratorTest": [ "object", "sqlalchemy.testing.fixtures.TestBase", "sqlalchemy.testing.suite.test_types._LiteralRoundTripFixture" ] }, { "sqlalchemy.testing.suite.test_types.CastTypeDecoratorTest.string_as_int.StringAsInt": [ "object", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.type_api.TypeDecorator", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.testing.suite.test_types.DateHistoricTest": [ "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase", "sqlalchemy.testing.suite.test_types._DateFixture", "sqlalchemy.testing.suite.test_types._LiteralRoundTripFixture" ] }, { "sqlalchemy.testing.suite.test_types.DateTest": [ "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase", "sqlalchemy.testing.suite.test_types._DateFixture", "sqlalchemy.testing.suite.test_types._LiteralRoundTripFixture" ] }, { "sqlalchemy.testing.suite.test_types.DateTimeCoercedToDateTimeTest": [ "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase", "sqlalchemy.testing.suite.test_types._DateFixture", "sqlalchemy.testing.suite.test_types._LiteralRoundTripFixture" ] }, { "sqlalchemy.testing.suite.test_types.DateTimeHistoricTest": [ "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase", "sqlalchemy.testing.suite.test_types._DateFixture", "sqlalchemy.testing.suite.test_types._LiteralRoundTripFixture" ] }, { "sqlalchemy.testing.suite.test_types.DateTimeMicrosecondsTest": [ "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase", "sqlalchemy.testing.suite.test_types._DateFixture", "sqlalchemy.testing.suite.test_types._LiteralRoundTripFixture" ] }, { "sqlalchemy.testing.suite.test_types.DateTimeTest": [ "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase", "sqlalchemy.testing.suite.test_types._DateFixture", "sqlalchemy.testing.suite.test_types._LiteralRoundTripFixture" ] }, { "sqlalchemy.testing.suite.test_types.IntegerTest": [ "object", "sqlalchemy.testing.fixtures.TestBase", "sqlalchemy.testing.suite.test_types._LiteralRoundTripFixture" ] }, { "sqlalchemy.testing.suite.test_types.JSONLegacyStringCastIndexTest": [ "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase", "sqlalchemy.testing.suite.test_types._LiteralRoundTripFixture" ] }, { "sqlalchemy.testing.suite.test_types.JSONTest": [ "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase", "sqlalchemy.testing.suite.test_types._LiteralRoundTripFixture" ] }, { "sqlalchemy.testing.suite.test_types.JSONTest._json_value_insert.DecimalEncoder": [ "json.encoder.JSONEncoder", "object" ] }, { "sqlalchemy.testing.suite.test_types.JSONTest.test_eval_none_flag_orm.Data": [ "object" ] }, { "sqlalchemy.testing.suite.test_types.NumericTest": [ "object", "sqlalchemy.testing.fixtures.TestBase", "sqlalchemy.testing.suite.test_types._LiteralRoundTripFixture" ] }, { "sqlalchemy.testing.suite.test_types.StringTest": [ "object", "sqlalchemy.testing.fixtures.TestBase", "sqlalchemy.testing.suite.test_types._LiteralRoundTripFixture" ] }, { "sqlalchemy.testing.suite.test_types.TextTest": [ "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase", "sqlalchemy.testing.suite.test_types._LiteralRoundTripFixture" ] }, { "sqlalchemy.testing.suite.test_types.TimeMicrosecondsTest": [ "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase", "sqlalchemy.testing.suite.test_types._DateFixture", "sqlalchemy.testing.suite.test_types._LiteralRoundTripFixture" ] }, { "sqlalchemy.testing.suite.test_types.TimeTest": [ "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase", "sqlalchemy.testing.suite.test_types._DateFixture", "sqlalchemy.testing.suite.test_types._LiteralRoundTripFixture" ] }, { "sqlalchemy.testing.suite.test_types.TimestampMicrosecondsTest": [ "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase", "sqlalchemy.testing.suite.test_types._DateFixture", "sqlalchemy.testing.suite.test_types._LiteralRoundTripFixture" ] }, { "sqlalchemy.testing.suite.test_types.UnicodeTextTest": [ "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase", "sqlalchemy.testing.suite.test_types._LiteralRoundTripFixture", "sqlalchemy.testing.suite.test_types._UnicodeFixture" ] }, { "sqlalchemy.testing.suite.test_types.UnicodeVarcharTest": [ "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase", "sqlalchemy.testing.suite.test_types._LiteralRoundTripFixture", "sqlalchemy.testing.suite.test_types._UnicodeFixture" ] }, { "sqlalchemy.testing.suite.test_types._DateFixture": [ "object", "sqlalchemy.testing.fixtures.TestBase", "sqlalchemy.testing.suite.test_types._LiteralRoundTripFixture" ] }, { "sqlalchemy.testing.suite.test_types._DateFixture.define_tables.Decorated": [ "object", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.type_api.TypeDecorator", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.testing.suite.test_types._LiteralRoundTripFixture": [ "object" ] }, { "sqlalchemy.testing.suite.test_types._UnicodeFixture": [ "object", "sqlalchemy.testing.fixtures.TestBase", "sqlalchemy.testing.suite.test_types._LiteralRoundTripFixture" ] }, { "sqlalchemy.testing.suite.test_sequence.HasSequenceTest": [ "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.suite.test_sequence.HasSequenceTestEmpty": [ "object", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.suite.test_sequence.SequenceCompilerTest": [ "object", "sqlalchemy.testing.assertions.AssertsCompiledSQL", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.suite.test_sequence.SequenceTest": [ "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.suite.test_select.CollateTest": [ "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.suite.test_select.CompoundSelectTest": [ "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.suite.test_select.ComputedColumnTest": [ "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.suite.test_select.DistinctOnTest": [ "object", "sqlalchemy.testing.assertions.AssertsCompiledSQL", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.suite.test_select.ExistsTest": [ "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.suite.test_select.ExpandingBoundInTest": [ "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.suite.test_select.FetchLimitOffsetTest": [ "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.suite.test_select.IdentityAutoincrementTest": [ "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.suite.test_select.IdentityColumnTest": [ "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.suite.test_select.IsOrIsNotDistinctFromTest": [ "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.suite.test_select.JoinTest": [ "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.suite.test_select.LikeFunctionsTest": [ "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.suite.test_select.OrderByLabelTest": [ "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.suite.test_select.PostCompileParamsTest": [ "object", "sqlalchemy.testing.assertions.AssertsCompiledSQL", "sqlalchemy.testing.assertions.AssertsExecutionResults", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.suite.test_select.ValuesExpressionTest": [ "object", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.suite.test_rowcount.RowCountTest": [ "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.suite.test_results.PercentSchemaNamesTest": [ "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.suite.test_results.RowFetchTest": [ "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.suite.test_results.ServerSideCursorsTest": [ "object", "sqlalchemy.testing.assertions.AssertsExecutionResults", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.suite.test_reflection.ComponentReflectionTest": [ "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.suite.test_reflection.ComponentReflectionTestExtra": [ "object", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.suite.test_reflection.CompositeKeyReflectionTest": [ "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.suite.test_reflection.ComputedReflectionTest": [ "object", "sqlalchemy.testing.fixtures.ComputedReflectionFixtureTest", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.suite.test_reflection.HasIndexTest": [ "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.suite.test_reflection.HasTableTest": [ "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.suite.test_reflection.IdentityReflectionTest": [ "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.suite.test_reflection.NormalizedNameTest": [ "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.suite.test_reflection.QuotedNameArgumentTest": [ "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.suite.test_insert.InsertBehaviorTest": [ "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.suite.test_insert.LastrowidTest": [ "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.suite.test_insert.ReturningTest": [ "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.suite.test_dialect.AutocommitIsolationTest": [ "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.suite.test_dialect.DifficultParametersTest": [ "object", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.suite.test_dialect.EscapingTest": [ "object", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.suite.test_dialect.ExceptionTest": [ "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.suite.test_dialect.FutureWeCanSetDefaultSchemaWEventsTest": [ "object", "sqlalchemy.testing.fixtures.FutureEngineMixin", "sqlalchemy.testing.fixtures.TestBase", "sqlalchemy.testing.suite.test_dialect.WeCanSetDefaultSchemaWEventsTest" ] }, { "sqlalchemy.testing.suite.test_dialect.IsolationLevelTest": [ "object", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.suite.test_dialect.WeCanSetDefaultSchemaWEventsTest": [ "object", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.suite.test_deprecations.DeprecatedCompoundSelectTest": [ "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.suite.test_ddl.FutureTableDDLTest": [ "object", "sqlalchemy.testing.fixtures.FutureEngineMixin", "sqlalchemy.testing.fixtures.TestBase", "sqlalchemy.testing.suite.test_ddl.TableDDLTest" ] }, { "sqlalchemy.testing.suite.test_ddl.LongNameBlowoutTest": [ "object", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.suite.test_ddl.TableDDLTest": [ "object", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.suite.test_cte.CTETest": [ "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.schema.eq_clause_element": [ "object" ] }, { "sqlalchemy.testing.schema.eq_type_affinity": [ "object" ] }, { "sqlalchemy.testing.requirements.Requirements": [ "object" ] }, { "sqlalchemy.testing.requirements.SuiteRequirements": [ "object", "sqlalchemy.testing.requirements.Requirements" ] }, { "sqlalchemy.testing.provision.register": [ "object" ] }, { "sqlalchemy.testing.profiling.ProfileStatsFile": [ "object" ] }, { "sqlalchemy.testing.plugin.pytestplugin.PytestFixtureFunctions": [ "object" ] }, { "sqlalchemy.testing.plugin.pytestplugin.pytest_addoption.make_option.CallableAction": [ "argparse.Action", "argparse._AttributeHolder", "object" ] }, { "sqlalchemy.testing.plugin.plugin_base.ABC": [ "object" ] }, { "sqlalchemy.testing.plugin.plugin_base.FixtureFunctions": [ "abc.ABC", "object" ] }, { "sqlalchemy.testing.pickleable.Address": [ "object", "sqlalchemy.testing.entities.BasicEntity", "sqlalchemy.testing.entities.ComparableEntity", "sqlalchemy.testing.entities.ComparableMixin" ] }, { "sqlalchemy.testing.pickleable.Bar": [ "object" ] }, { "sqlalchemy.testing.pickleable.BarWithoutCompare": [ "object" ] }, { "sqlalchemy.testing.pickleable.BrokenComparable": [ "object" ] }, { "sqlalchemy.testing.pickleable.Child1": [ "object", "sqlalchemy.testing.entities.BasicEntity", "sqlalchemy.testing.entities.ComparableEntity", "sqlalchemy.testing.entities.ComparableMixin" ] }, { "sqlalchemy.testing.pickleable.Child2": [ "object", "sqlalchemy.testing.entities.BasicEntity", "sqlalchemy.testing.entities.ComparableEntity", "sqlalchemy.testing.entities.ComparableMixin" ] }, { "sqlalchemy.testing.pickleable.Dingaling": [ "object", "sqlalchemy.testing.entities.BasicEntity", "sqlalchemy.testing.entities.ComparableEntity", "sqlalchemy.testing.entities.ComparableMixin" ] }, { "sqlalchemy.testing.pickleable.EmailUser": [ "object", "sqlalchemy.testing.entities.BasicEntity", "sqlalchemy.testing.entities.ComparableEntity", "sqlalchemy.testing.entities.ComparableMixin", "sqlalchemy.testing.pickleable.User" ] }, { "sqlalchemy.testing.pickleable.Foo": [ "object" ] }, { "sqlalchemy.testing.pickleable.NotComparable": [ "object" ] }, { "sqlalchemy.testing.pickleable.OldSchool": [ "object" ] }, { "sqlalchemy.testing.pickleable.OldSchoolWithoutCompare": [ "object" ] }, { "sqlalchemy.testing.pickleable.Order": [ "object", "sqlalchemy.testing.entities.BasicEntity", "sqlalchemy.testing.entities.ComparableEntity", "sqlalchemy.testing.entities.ComparableMixin" ] }, { "sqlalchemy.testing.pickleable.Parent": [ "object", "sqlalchemy.testing.entities.BasicEntity", "sqlalchemy.testing.entities.ComparableEntity", "sqlalchemy.testing.entities.ComparableMixin" ] }, { "sqlalchemy.testing.pickleable.Screen": [ "object" ] }, { "sqlalchemy.testing.pickleable.User": [ "object", "sqlalchemy.testing.entities.BasicEntity", "sqlalchemy.testing.entities.ComparableEntity", "sqlalchemy.testing.entities.ComparableMixin" ] }, { "sqlalchemy.testing.fixtures.ComputedReflectionFixtureTest": [ "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.fixtures.DeclarativeMappedTest": [ "object", "sqlalchemy.testing.assertions.AssertsExecutionResults", "sqlalchemy.testing.fixtures.MappedTest", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.fixtures.DeclarativeMappedTest._with_register_classes.DeclarativeBasic": [ "object" ] }, { "sqlalchemy.testing.fixtures.DeclarativeMappedTest._with_register_classes.FindFixtureDeclarative": [ "object", "sqlalchemy.orm.decl_api.DeclarativeMeta", "type", "typing.Generic" ] }, { "sqlalchemy.testing.fixtures.FutureEngineMixin": [ "object" ] }, { "sqlalchemy.testing.fixtures.MappedTest": [ "object", "sqlalchemy.testing.assertions.AssertsExecutionResults", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.fixtures.MappedTest._with_register_classes.Basic": [ "object", "sqlalchemy.testing.entities.BasicEntity", "sqlalchemy.testing.fixtures.MappedTest._with_register_classes._Base" ] }, { "sqlalchemy.testing.fixtures.MappedTest._with_register_classes.Comparable": [ "object", "sqlalchemy.testing.entities.BasicEntity", "sqlalchemy.testing.entities.ComparableEntity", "sqlalchemy.testing.entities.ComparableMixin", "sqlalchemy.testing.fixtures.MappedTest._with_register_classes._Base" ] }, { "sqlalchemy.testing.fixtures.MappedTest._with_register_classes.FindFixture": [ "object", "type", "typing.Generic" ] }, { "sqlalchemy.testing.fixtures.MappedTest._with_register_classes._Base": [ "object" ] }, { "sqlalchemy.testing.fixtures.ORMTest": [ "object", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.fixtures.RemovesEvents": [ "object" ] }, { "sqlalchemy.testing.fixtures.TablesTest": [ "object", "sqlalchemy.testing.fixtures.TestBase" ] }, { "sqlalchemy.testing.fixtures.TestBase": [ "object" ] }, { "sqlalchemy.testing.exclusions.BooleanPredicate": [ "object", "sqlalchemy.testing.exclusions.Predicate" ] }, { "sqlalchemy.testing.exclusions.LambdaPredicate": [ "object", "sqlalchemy.testing.exclusions.Predicate" ] }, { "sqlalchemy.testing.exclusions.NotPredicate": [ "object", "sqlalchemy.testing.exclusions.Predicate" ] }, { "sqlalchemy.testing.exclusions.OrPredicate": [ "object", "sqlalchemy.testing.exclusions.Predicate" ] }, { "sqlalchemy.testing.exclusions.Predicate": [ "object" ] }, { "sqlalchemy.testing.exclusions.SpecPredicate": [ "object", "sqlalchemy.testing.exclusions.Predicate" ] }, { "sqlalchemy.testing.exclusions.compound": [ "object" ] }, { "sqlalchemy.testing.entities.BasicEntity": [ "object" ] }, { "sqlalchemy.testing.entities.ComparableEntity": [ "object", "sqlalchemy.testing.entities.BasicEntity", "sqlalchemy.testing.entities.ComparableMixin" ] }, { "sqlalchemy.testing.entities.ComparableMixin": [ "object" ] }, { "sqlalchemy.testing.engines.ConnectionKiller": [ "object" ] }, { "sqlalchemy.testing.engines.DBAPIProxyConnection": [ "object" ] }, { "sqlalchemy.testing.engines.DBAPIProxyCursor": [ "object" ] }, { "sqlalchemy.testing.engines.ReconnectFixture": [ "object" ] }, { "sqlalchemy.testing.config.Config": [ "object" ] }, { "sqlalchemy.testing.assertsql.AllOf": [ "object", "sqlalchemy.testing.assertsql.AssertRule" ] }, { "sqlalchemy.testing.assertsql.AssertRule": [ "object" ] }, { "sqlalchemy.testing.assertsql.CompiledSQL": [ "object", "sqlalchemy.testing.assertsql.AssertRule", "sqlalchemy.testing.assertsql.SQLMatchRule" ] }, { "sqlalchemy.testing.assertsql.Conditional": [ "object", "sqlalchemy.testing.assertsql.AssertRule", "sqlalchemy.testing.assertsql.EachOf" ] }, { "sqlalchemy.testing.assertsql.CountStatements": [ "object", "sqlalchemy.testing.assertsql.AssertRule" ] }, { "sqlalchemy.testing.assertsql.CursorSQL": [ "object", "sqlalchemy.testing.assertsql.AssertRule", "sqlalchemy.testing.assertsql.SQLMatchRule" ] }, { "sqlalchemy.testing.assertsql.DialectSQL": [ "object", "sqlalchemy.testing.assertsql.AssertRule", "sqlalchemy.testing.assertsql.CompiledSQL", "sqlalchemy.testing.assertsql.SQLMatchRule" ] }, { "sqlalchemy.testing.assertsql.EachOf": [ "object", "sqlalchemy.testing.assertsql.AssertRule" ] }, { "sqlalchemy.testing.assertsql.Or": [ "object", "sqlalchemy.testing.assertsql.AllOf", "sqlalchemy.testing.assertsql.AssertRule" ] }, { "sqlalchemy.testing.assertsql.RegexSQL": [ "object", "sqlalchemy.testing.assertsql.AssertRule", "sqlalchemy.testing.assertsql.CompiledSQL", "sqlalchemy.testing.assertsql.SQLMatchRule" ] }, { "sqlalchemy.testing.assertsql.SQLAsserter": [ "object" ] }, { "sqlalchemy.testing.assertsql.SQLCursorExecuteObserved": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "sqlalchemy.testing.assertsql.SQLExecuteObserved": [ "object" ] }, { "sqlalchemy.testing.assertsql.SQLMatchRule": [ "object", "sqlalchemy.testing.assertsql.AssertRule" ] }, { "sqlalchemy.testing.assertions.AssertsCompiledSQL": [ "object" ] }, { "sqlalchemy.testing.assertions.AssertsCompiledSQL.assert_compile.CheckCompilerAccess": [ "object" ] }, { "sqlalchemy.testing.assertions.AssertsCompiledSQL.assert_compile.DontAccess": [ "object" ] }, { "sqlalchemy.testing.assertions.AssertsExecutionResults": [ "object" ] }, { "sqlalchemy.testing.assertions.AssertsExecutionResults.assert_unordered_result.immutabledict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "sqlalchemy.testing.assertions.ComparesTables": [ "object" ] }, { "sqlalchemy.testing.assertions._ErrorContainer": [ "object" ] }, { "sqlalchemy.sql.visitors.CloningExternalTraversal": [ "object", "sqlalchemy.sql.visitors.ExternalTraversal" ] }, { "sqlalchemy.sql.visitors.ExtendedInternalTraversal": [ "object", "sqlalchemy.sql.visitors.InternalTraversal" ] }, { "sqlalchemy.sql.visitors.ExternalTraversal": [ "object" ] }, { "sqlalchemy.sql.visitors.InternalTraversal": [ "object" ] }, { "sqlalchemy.sql.visitors.ReplacingExternalTraversal": [ "object", "sqlalchemy.sql.visitors.CloningExternalTraversal", "sqlalchemy.sql.visitors.ExternalTraversal" ] }, { "sqlalchemy.sql.visitors.Traversible": [ "object" ] }, { "sqlalchemy.sql.visitors.TraversibleType": [ "object", "type", "typing.Generic" ] }, { "sqlalchemy.sql.visitors._InternalTraversalType": [ "object", "type", "typing.Generic" ] }, { "sqlalchemy.sql.util.ClauseAdapter": [ "object", "sqlalchemy.sql.visitors.CloningExternalTraversal", "sqlalchemy.sql.visitors.ExternalTraversal", "sqlalchemy.sql.visitors.ReplacingExternalTraversal" ] }, { "sqlalchemy.sql.util.ColumnAdapter": [ "object", "sqlalchemy.sql.util.ClauseAdapter", "sqlalchemy.sql.visitors.CloningExternalTraversal", "sqlalchemy.sql.visitors.ExternalTraversal", "sqlalchemy.sql.visitors.ReplacingExternalTraversal" ] }, { "sqlalchemy.sql.util.ColumnAdapter._IncludeExcludeMapping": [ "object" ] }, { "sqlalchemy.sql.util._repr_base": [ "object" ] }, { "sqlalchemy.sql.util._repr_params": [ "object", "sqlalchemy.sql.util._repr_base" ] }, { "sqlalchemy.sql.util._repr_row": [ "object", "sqlalchemy.sql.util._repr_base" ] }, { "sqlalchemy.sql.type_api.Emulated": [ "object" ] }, { "sqlalchemy.sql.type_api.NativeForEmulated": [ "object" ] }, { "sqlalchemy.sql.type_api.TypeDecorator": [ "object", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.type_api.TypeDecorator.Comparator": [ "object", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.type_api.TypeEngine.Comparator" ] }, { "sqlalchemy.sql.type_api.TypeEngine": [ "object", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.type_api.TypeEngine.Comparator": [ "object", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators" ] }, { "sqlalchemy.sql.type_api.UserDefinedType": [ "object" ] }, { "sqlalchemy.sql.type_api.Variant": [ "object", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.type_api.TypeDecorator", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.type_api.VisitableCheckKWArg": [ "object", "sqlalchemy.sql.visitors.TraversibleType", "sqlalchemy.util.langhelpers.EnsureKWArgType", "type", "typing.Generic" ] }, { "sqlalchemy.sql.traversals.CacheKey": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "sqlalchemy.sql.traversals.ColIdentityComparatorStrategy": [ "object", "sqlalchemy.sql.traversals.TraversalComparatorStrategy", "sqlalchemy.sql.visitors.InternalTraversal", "sqlalchemy.util.langhelpers.MemoizedSlots" ] }, { "sqlalchemy.sql.traversals.HasCacheKey": [ "object" ] }, { "sqlalchemy.sql.traversals.HasCopyInternals": [ "object" ] }, { "sqlalchemy.sql.traversals.MemoizedHasCacheKey": [ "object", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.traversals.TraversalComparatorStrategy": [ "object", "sqlalchemy.sql.visitors.InternalTraversal", "sqlalchemy.util.langhelpers.MemoizedSlots" ] }, { "sqlalchemy.sql.traversals._CacheKey": [ "object", "sqlalchemy.sql.visitors.ExtendedInternalTraversal", "sqlalchemy.sql.visitors.InternalTraversal" ] }, { "sqlalchemy.sql.traversals._CopyInternals": [ "object", "sqlalchemy.sql.visitors.InternalTraversal" ] }, { "sqlalchemy.sql.traversals._GetChildren": [ "object", "sqlalchemy.sql.visitors.InternalTraversal" ] }, { "sqlalchemy.sql.traversals.anon_map": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "sqlalchemy.sql.sqltypes.ARRAY": [ "object", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.Indexable", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes.ARRAY.Comparator": [ "object", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.sqltypes.Concatenable.Comparator", "sqlalchemy.sql.sqltypes.Indexable.Comparator", "sqlalchemy.sql.type_api.TypeEngine.Comparator" ] }, { "sqlalchemy.sql.sqltypes.BIGINT": [ "object", "sqlalchemy.sql.sqltypes.BigInteger", "sqlalchemy.sql.sqltypes.Integer", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes.BINARY": [ "object", "sqlalchemy.sql.sqltypes._Binary", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes.BLOB": [ "object", "sqlalchemy.sql.sqltypes.LargeBinary", "sqlalchemy.sql.sqltypes._Binary", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes.BOOLEAN": [ "object", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.sqltypes.Boolean", "sqlalchemy.sql.sqltypes.SchemaType", "sqlalchemy.sql.type_api.Emulated", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes.BigInteger": [ "object", "sqlalchemy.sql.sqltypes.Integer", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes.Boolean": [ "object", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.sqltypes.SchemaType", "sqlalchemy.sql.type_api.Emulated", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes.CHAR": [ "object", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes.CLOB": [ "object", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.sqltypes.Text", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes.Concatenable": [ "object" ] }, { "sqlalchemy.sql.sqltypes.Concatenable.Comparator": [ "object", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.type_api.TypeEngine.Comparator" ] }, { "sqlalchemy.sql.sqltypes.DATE": [ "object", "sqlalchemy.sql.sqltypes.Date", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes.DATETIME": [ "object", "sqlalchemy.sql.sqltypes.DateTime", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes.DECIMAL": [ "object", "sqlalchemy.sql.sqltypes.Numeric", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes.Date": [ "object", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes.DateTime": [ "object", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes.Enum": [ "object", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.SchemaType", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.type_api.Emulated", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes.Enum.Comparator": [ "object" ] }, { "sqlalchemy.sql.sqltypes.FLOAT": [ "object", "sqlalchemy.sql.sqltypes.Float", "sqlalchemy.sql.sqltypes.Numeric", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes.Float": [ "object", "sqlalchemy.sql.sqltypes.Numeric", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes.INTEGER": [ "object", "sqlalchemy.sql.sqltypes.Integer", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes.Indexable": [ "object" ] }, { "sqlalchemy.sql.sqltypes.Indexable.Comparator": [ "object", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.type_api.TypeEngine.Comparator" ] }, { "sqlalchemy.sql.sqltypes.Integer": [ "object", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes.Interval": [ "object", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.sqltypes._AbstractInterval", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.Emulated", "sqlalchemy.sql.type_api.TypeDecorator", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes.JSON": [ "object", "sqlalchemy.sql.sqltypes.Indexable", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes.JSON.Comparator": [ "object", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.sqltypes.Concatenable.Comparator", "sqlalchemy.sql.sqltypes.Indexable.Comparator", "sqlalchemy.sql.type_api.TypeEngine.Comparator" ] }, { "sqlalchemy.sql.sqltypes.JSON.JSONElementType": [ "object", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes.JSON.JSONIndexType": [ "object", "sqlalchemy.sql.sqltypes.JSON.JSONElementType", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes.JSON.JSONIntIndexType": [ "object", "sqlalchemy.sql.sqltypes.JSON.JSONElementType", "sqlalchemy.sql.sqltypes.JSON.JSONIndexType", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes.JSON.JSONPathType": [ "object", "sqlalchemy.sql.sqltypes.JSON.JSONElementType", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes.JSON.JSONStrIndexType": [ "object", "sqlalchemy.sql.sqltypes.JSON.JSONElementType", "sqlalchemy.sql.sqltypes.JSON.JSONIndexType", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes.LargeBinary": [ "object", "sqlalchemy.sql.sqltypes._Binary", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes.MatchType": [ "object", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.sqltypes.Boolean", "sqlalchemy.sql.sqltypes.SchemaType", "sqlalchemy.sql.type_api.Emulated", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes.NCHAR": [ "object", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.sqltypes.Unicode", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes.NUMERIC": [ "object", "sqlalchemy.sql.sqltypes.Numeric", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes.NVARCHAR": [ "object", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.sqltypes.Unicode", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes.NullType": [ "object", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes.NullType.Comparator": [ "object", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.type_api.TypeEngine.Comparator" ] }, { "sqlalchemy.sql.sqltypes.Numeric": [ "object", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes.PickleType": [ "object", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.type_api.TypeDecorator", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes.REAL": [ "object", "sqlalchemy.sql.sqltypes.Float", "sqlalchemy.sql.sqltypes.Numeric", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes.SMALLINT": [ "object", "sqlalchemy.sql.sqltypes.Integer", "sqlalchemy.sql.sqltypes.SmallInteger", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes.SchemaType": [ "object", "sqlalchemy.sql.base.SchemaEventTarget" ] }, { "sqlalchemy.sql.sqltypes.SmallInteger": [ "object", "sqlalchemy.sql.sqltypes.Integer", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes.String": [ "object", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes.TEXT": [ "object", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.sqltypes.Text", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes.TIME": [ "object", "sqlalchemy.sql.sqltypes.Time", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes.TIMESTAMP": [ "object", "sqlalchemy.sql.sqltypes.DateTime", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes.TableValueType": [ "object", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes.Text": [ "object", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes.Time": [ "object", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes.TupleType": [ "object", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes.Unicode": [ "object", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes.UnicodeText": [ "object", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.sqltypes.Text", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes.VARBINARY": [ "object", "sqlalchemy.sql.sqltypes._Binary", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes.VARCHAR": [ "object", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes._AbstractInterval": [ "object", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes._Binary": [ "object", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.sqltypes._LookupExpressionAdapter": [ "object" ] }, { "sqlalchemy.sql.sqltypes._LookupExpressionAdapter.Comparator": [ "object", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.type_api.TypeEngine.Comparator" ] }, { "sqlalchemy.sql.selectable.Alias": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.AnonymizedFromClauseRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DMLTableRole", "sqlalchemy.sql.roles.FromClauseRole", "sqlalchemy.sql.roles.JoinTargetRole", "sqlalchemy.sql.roles.ReturnsRowsRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StrictFromClauseRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.selectable.AliasedReturnsRows", "sqlalchemy.sql.selectable.FromClause", "sqlalchemy.sql.selectable.NoInit", "sqlalchemy.sql.selectable.ReturnsRows", "sqlalchemy.sql.selectable.Selectable", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.selectable.AliasedReturnsRows": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.AnonymizedFromClauseRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.FromClauseRole", "sqlalchemy.sql.roles.JoinTargetRole", "sqlalchemy.sql.roles.ReturnsRowsRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StrictFromClauseRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.selectable.FromClause", "sqlalchemy.sql.selectable.NoInit", "sqlalchemy.sql.selectable.ReturnsRows", "sqlalchemy.sql.selectable.Selectable", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.selectable.AnnotatedFromClause": [ "object", "sqlalchemy.sql.annotation.Annotated" ] }, { "sqlalchemy.sql.selectable.CTE": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.AnonymizedFromClauseRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DMLTableRole", "sqlalchemy.sql.roles.FromClauseRole", "sqlalchemy.sql.roles.JoinTargetRole", "sqlalchemy.sql.roles.ReturnsRowsRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StrictFromClauseRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.selectable.AliasedReturnsRows", "sqlalchemy.sql.selectable.FromClause", "sqlalchemy.sql.selectable.HasPrefixes", "sqlalchemy.sql.selectable.HasSuffixes", "sqlalchemy.sql.selectable.NoInit", "sqlalchemy.sql.selectable.ReturnsRows", "sqlalchemy.sql.selectable.Selectable", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.selectable.CompoundSelect": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsCloneAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.base.HasCompileState", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.CompoundElementRole", "sqlalchemy.sql.roles.DMLSelectRole", "sqlalchemy.sql.roles.HasCTERole", "sqlalchemy.sql.roles.InElementRole", "sqlalchemy.sql.roles.ReturnsRowsRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.SelectStatementRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.selectable.DeprecatedSelectBaseGenerations", "sqlalchemy.sql.selectable.GenerativeSelect", "sqlalchemy.sql.selectable.HasCTE", "sqlalchemy.sql.selectable.ReturnsRows", "sqlalchemy.sql.selectable.SelectBase", "sqlalchemy.sql.selectable.Selectable", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.selectable.CompoundSelectState": [ "object", "sqlalchemy.sql.base.CompileState" ] }, { "sqlalchemy.sql.selectable.DeprecatedSelectBaseGenerations": [ "object" ] }, { "sqlalchemy.sql.selectable.DeprecatedSelectGenerations": [ "object" ] }, { "sqlalchemy.sql.selectable.Exists": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements.ColumnElement", "sqlalchemy.sql.elements.UnaryExpression", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.BinaryElementRole", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnArgumentOrKeyRole", "sqlalchemy.sql.roles.ColumnArgumentRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DDLConstraintColumnRole", "sqlalchemy.sql.roles.DDLExpressionRole", "sqlalchemy.sql.roles.DMLColumnRole", "sqlalchemy.sql.roles.ExpressionElementRole", "sqlalchemy.sql.roles.LimitOffsetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.OrderByRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementOptionRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.roles.WhereHavingRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.selectable.ForUpdateArg": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.selectable.FromClause": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.AnonymizedFromClauseRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.FromClauseRole", "sqlalchemy.sql.roles.JoinTargetRole", "sqlalchemy.sql.roles.ReturnsRowsRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StrictFromClauseRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.selectable.ReturnsRows", "sqlalchemy.sql.selectable.Selectable", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.selectable.FromGrouping": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements.GroupedElement", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.AnonymizedFromClauseRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.FromClauseRole", "sqlalchemy.sql.roles.JoinTargetRole", "sqlalchemy.sql.roles.ReturnsRowsRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StrictFromClauseRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.selectable.FromClause", "sqlalchemy.sql.selectable.ReturnsRows", "sqlalchemy.sql.selectable.Selectable", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.selectable.GenerativeSelect": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsCloneAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.CompoundElementRole", "sqlalchemy.sql.roles.DMLSelectRole", "sqlalchemy.sql.roles.HasCTERole", "sqlalchemy.sql.roles.InElementRole", "sqlalchemy.sql.roles.ReturnsRowsRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.SelectStatementRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.selectable.DeprecatedSelectBaseGenerations", "sqlalchemy.sql.selectable.HasCTE", "sqlalchemy.sql.selectable.ReturnsRows", "sqlalchemy.sql.selectable.SelectBase", "sqlalchemy.sql.selectable.Selectable", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.selectable.HasCTE": [ "object", "sqlalchemy.sql.roles.HasCTERole", "sqlalchemy.sql.roles.ReturnsRowsRole", "sqlalchemy.sql.roles.SQLRole" ] }, { "sqlalchemy.sql.selectable.HasHints": [ "object" ] }, { "sqlalchemy.sql.selectable.HasPrefixes": [ "object" ] }, { "sqlalchemy.sql.selectable.HasSuffixes": [ "object" ] }, { "sqlalchemy.sql.selectable.Join": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.AnonymizedFromClauseRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DMLTableRole", "sqlalchemy.sql.roles.FromClauseRole", "sqlalchemy.sql.roles.JoinTargetRole", "sqlalchemy.sql.roles.ReturnsRowsRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StrictFromClauseRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.selectable.FromClause", "sqlalchemy.sql.selectable.ReturnsRows", "sqlalchemy.sql.selectable.Selectable", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.selectable.Lateral": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.AnonymizedFromClauseRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.FromClauseRole", "sqlalchemy.sql.roles.JoinTargetRole", "sqlalchemy.sql.roles.ReturnsRowsRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StrictFromClauseRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.selectable.AliasedReturnsRows", "sqlalchemy.sql.selectable.FromClause", "sqlalchemy.sql.selectable.NoInit", "sqlalchemy.sql.selectable.ReturnsRows", "sqlalchemy.sql.selectable.Selectable", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.selectable.NoInit": [ "object" ] }, { "sqlalchemy.sql.selectable.ReturnsRows": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.ReturnsRowsRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.selectable.ScalarSelect": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements.ColumnElement", "sqlalchemy.sql.elements.GroupedElement", "sqlalchemy.sql.elements.Grouping", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.BinaryElementRole", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnArgumentOrKeyRole", "sqlalchemy.sql.roles.ColumnArgumentRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DDLConstraintColumnRole", "sqlalchemy.sql.roles.DDLExpressionRole", "sqlalchemy.sql.roles.DMLColumnRole", "sqlalchemy.sql.roles.ExpressionElementRole", "sqlalchemy.sql.roles.InElementRole", "sqlalchemy.sql.roles.LimitOffsetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.OrderByRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementOptionRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.roles.WhereHavingRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.selectable.Select": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsCloneAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.base.HasCompileState", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.CompoundElementRole", "sqlalchemy.sql.roles.DMLSelectRole", "sqlalchemy.sql.roles.HasCTERole", "sqlalchemy.sql.roles.InElementRole", "sqlalchemy.sql.roles.ReturnsRowsRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.SelectStatementRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.selectable.DeprecatedSelectBaseGenerations", "sqlalchemy.sql.selectable.DeprecatedSelectGenerations", "sqlalchemy.sql.selectable.GenerativeSelect", "sqlalchemy.sql.selectable.HasCTE", "sqlalchemy.sql.selectable.HasHints", "sqlalchemy.sql.selectable.HasPrefixes", "sqlalchemy.sql.selectable.HasSuffixes", "sqlalchemy.sql.selectable.ReturnsRows", "sqlalchemy.sql.selectable.SelectBase", "sqlalchemy.sql.selectable.Selectable", "sqlalchemy.sql.selectable._SelectFromElements", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.selectable.SelectBase": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsCloneAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.CompoundElementRole", "sqlalchemy.sql.roles.DMLSelectRole", "sqlalchemy.sql.roles.HasCTERole", "sqlalchemy.sql.roles.InElementRole", "sqlalchemy.sql.roles.ReturnsRowsRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.SelectStatementRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.selectable.HasCTE", "sqlalchemy.sql.selectable.ReturnsRows", "sqlalchemy.sql.selectable.Selectable", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.selectable.SelectState": [ "object", "sqlalchemy.sql.base.CompileState", "sqlalchemy.util.langhelpers.MemoizedSlots" ] }, { "sqlalchemy.sql.selectable.SelectState.default_select_compile_options": [ "object", "sqlalchemy.sql.base.CacheableOptions", "sqlalchemy.sql.base.Options", "sqlalchemy.sql.traversals.HasCacheKey" ] }, { "sqlalchemy.sql.selectable.SelectStatementGrouping": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsCloneAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements.GroupedElement", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.CompoundElementRole", "sqlalchemy.sql.roles.DMLSelectRole", "sqlalchemy.sql.roles.HasCTERole", "sqlalchemy.sql.roles.InElementRole", "sqlalchemy.sql.roles.ReturnsRowsRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.SelectStatementRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.selectable.HasCTE", "sqlalchemy.sql.selectable.ReturnsRows", "sqlalchemy.sql.selectable.SelectBase", "sqlalchemy.sql.selectable.Selectable", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.selectable.Selectable": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.ReturnsRowsRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.selectable.ReturnsRows", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.selectable.Subquery": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.AnonymizedFromClauseRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.FromClauseRole", "sqlalchemy.sql.roles.JoinTargetRole", "sqlalchemy.sql.roles.ReturnsRowsRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StrictFromClauseRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.selectable.AliasedReturnsRows", "sqlalchemy.sql.selectable.FromClause", "sqlalchemy.sql.selectable.NoInit", "sqlalchemy.sql.selectable.ReturnsRows", "sqlalchemy.sql.selectable.Selectable", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.selectable.TableClause": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Immutable", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.AnonymizedFromClauseRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DMLTableRole", "sqlalchemy.sql.roles.FromClauseRole", "sqlalchemy.sql.roles.JoinTargetRole", "sqlalchemy.sql.roles.ReturnsRowsRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StrictFromClauseRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.selectable.FromClause", "sqlalchemy.sql.selectable.ReturnsRows", "sqlalchemy.sql.selectable.Selectable", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.selectable.TableSample": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.AnonymizedFromClauseRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.FromClauseRole", "sqlalchemy.sql.roles.JoinTargetRole", "sqlalchemy.sql.roles.ReturnsRowsRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StrictFromClauseRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.selectable.AliasedReturnsRows", "sqlalchemy.sql.selectable.FromClause", "sqlalchemy.sql.selectable.NoInit", "sqlalchemy.sql.selectable.ReturnsRows", "sqlalchemy.sql.selectable.Selectable", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.selectable.TableValuedAlias": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.AnonymizedFromClauseRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DMLTableRole", "sqlalchemy.sql.roles.FromClauseRole", "sqlalchemy.sql.roles.JoinTargetRole", "sqlalchemy.sql.roles.ReturnsRowsRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StrictFromClauseRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.selectable.Alias", "sqlalchemy.sql.selectable.AliasedReturnsRows", "sqlalchemy.sql.selectable.FromClause", "sqlalchemy.sql.selectable.NoInit", "sqlalchemy.sql.selectable.ReturnsRows", "sqlalchemy.sql.selectable.Selectable", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.selectable.TextualSelect": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsCloneAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.CompoundElementRole", "sqlalchemy.sql.roles.DMLSelectRole", "sqlalchemy.sql.roles.HasCTERole", "sqlalchemy.sql.roles.InElementRole", "sqlalchemy.sql.roles.ReturnsRowsRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.SelectStatementRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.selectable.HasCTE", "sqlalchemy.sql.selectable.ReturnsRows", "sqlalchemy.sql.selectable.SelectBase", "sqlalchemy.sql.selectable.Selectable", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.selectable.Values": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.AnonymizedFromClauseRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.FromClauseRole", "sqlalchemy.sql.roles.JoinTargetRole", "sqlalchemy.sql.roles.ReturnsRowsRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StrictFromClauseRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.selectable.FromClause", "sqlalchemy.sql.selectable.ReturnsRows", "sqlalchemy.sql.selectable.Selectable", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.selectable._MemoizedSelectEntities": [ "object", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.selectable._OffsetLimitParam": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.BindParameter", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements.ColumnElement", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.BinaryElementRole", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnArgumentOrKeyRole", "sqlalchemy.sql.roles.ColumnArgumentRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DDLConstraintColumnRole", "sqlalchemy.sql.roles.DDLExpressionRole", "sqlalchemy.sql.roles.DMLColumnRole", "sqlalchemy.sql.roles.ExpressionElementRole", "sqlalchemy.sql.roles.InElementRole", "sqlalchemy.sql.roles.LimitOffsetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.OrderByRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementOptionRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.roles.WhereHavingRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.selectable._SelectFromElements": [ "object" ] }, { "sqlalchemy.sql.schema.CheckConstraint": [ "object", "sqlalchemy.sql.base.DialectKWArgs", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.schema.ColumnCollectionConstraint", "sqlalchemy.sql.schema.ColumnCollectionMixin", "sqlalchemy.sql.schema.Constraint", "sqlalchemy.sql.schema.SchemaItem", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.schema.Column": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.DialectKWArgs", "sqlalchemy.sql.base.Immutable", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements.ColumnClause", "sqlalchemy.sql.elements.ColumnElement", "sqlalchemy.sql.elements.NamedColumn", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.BinaryElementRole", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnArgumentOrKeyRole", "sqlalchemy.sql.roles.ColumnArgumentRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DDLConstraintColumnRole", "sqlalchemy.sql.roles.DDLExpressionRole", "sqlalchemy.sql.roles.DDLReferredColumnRole", "sqlalchemy.sql.roles.DMLColumnRole", "sqlalchemy.sql.roles.ExpressionElementRole", "sqlalchemy.sql.roles.LabeledColumnExprRole", "sqlalchemy.sql.roles.LimitOffsetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.OrderByRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementOptionRole", "sqlalchemy.sql.roles.StrAsPlainColumnRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.roles.WhereHavingRole", "sqlalchemy.sql.schema.SchemaItem", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.schema.ColumnCollectionConstraint": [ "object", "sqlalchemy.sql.base.DialectKWArgs", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.schema.ColumnCollectionMixin", "sqlalchemy.sql.schema.Constraint", "sqlalchemy.sql.schema.SchemaItem", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.schema.ColumnCollectionMixin": [ "object" ] }, { "sqlalchemy.sql.schema.ColumnDefault": [ "object", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.schema.DefaultGenerator", "sqlalchemy.sql.schema.SchemaItem", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.schema.Computed": [ "object", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.schema.FetchedValue", "sqlalchemy.sql.schema.SchemaItem", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.schema.Constraint": [ "object", "sqlalchemy.sql.base.DialectKWArgs", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.schema.SchemaItem", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.schema.DefaultClause": [ "object", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.schema.FetchedValue" ] }, { "sqlalchemy.sql.schema.DefaultGenerator": [ "object", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.schema.SchemaItem", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.schema.FetchedValue": [ "object", "sqlalchemy.sql.base.SchemaEventTarget" ] }, { "sqlalchemy.sql.schema.ForeignKey": [ "object", "sqlalchemy.sql.base.DialectKWArgs", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.schema.SchemaItem", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.schema.ForeignKeyConstraint": [ "object", "sqlalchemy.sql.base.DialectKWArgs", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.schema.ColumnCollectionConstraint", "sqlalchemy.sql.schema.ColumnCollectionMixin", "sqlalchemy.sql.schema.Constraint", "sqlalchemy.sql.schema.SchemaItem", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.schema.Identity": [ "object", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.schema.FetchedValue", "sqlalchemy.sql.schema.IdentityOptions", "sqlalchemy.sql.schema.SchemaItem", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.schema.IdentityOptions": [ "object" ] }, { "sqlalchemy.sql.schema.Index": [ "object", "sqlalchemy.sql.base.DialectKWArgs", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.schema.ColumnCollectionMixin", "sqlalchemy.sql.schema.SchemaItem", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.schema.MetaData": [ "object", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.schema.SchemaItem", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.schema.PrimaryKeyConstraint": [ "object", "sqlalchemy.sql.base.DialectKWArgs", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.schema.ColumnCollectionConstraint", "sqlalchemy.sql.schema.ColumnCollectionMixin", "sqlalchemy.sql.schema.Constraint", "sqlalchemy.sql.schema.SchemaItem", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.schema.SchemaItem": [ "object", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.schema.Sequence": [ "object", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.schema.DefaultGenerator", "sqlalchemy.sql.schema.IdentityOptions", "sqlalchemy.sql.schema.SchemaItem", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.schema.Table": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.DialectKWArgs", "sqlalchemy.sql.base.Immutable", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.AnonymizedFromClauseRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DMLTableRole", "sqlalchemy.sql.roles.FromClauseRole", "sqlalchemy.sql.roles.JoinTargetRole", "sqlalchemy.sql.roles.ReturnsRowsRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StrictFromClauseRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.schema.SchemaItem", "sqlalchemy.sql.selectable.FromClause", "sqlalchemy.sql.selectable.ReturnsRows", "sqlalchemy.sql.selectable.Selectable", "sqlalchemy.sql.selectable.TableClause", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.schema.ThreadLocalMetaData": [ "object", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.schema.MetaData", "sqlalchemy.sql.schema.SchemaItem", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.schema.UniqueConstraint": [ "object", "sqlalchemy.sql.base.DialectKWArgs", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.schema.ColumnCollectionConstraint", "sqlalchemy.sql.schema.ColumnCollectionMixin", "sqlalchemy.sql.schema.Constraint", "sqlalchemy.sql.schema.SchemaItem", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.sql.roles.AllowsLambdaRole": [ "object" ] }, { "sqlalchemy.sql.roles.AnonymizedFromClauseRole": [ "object", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.FromClauseRole", "sqlalchemy.sql.roles.JoinTargetRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StrictFromClauseRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection" ] }, { "sqlalchemy.sql.roles.BinaryElementRole": [ "object", "sqlalchemy.sql.roles.ExpressionElementRole", "sqlalchemy.sql.roles.SQLRole" ] }, { "sqlalchemy.sql.roles.ByOfRole": [ "object", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.SQLRole" ] }, { "sqlalchemy.sql.roles.ColumnArgumentOrKeyRole": [ "object", "sqlalchemy.sql.roles.ColumnArgumentRole", "sqlalchemy.sql.roles.SQLRole" ] }, { "sqlalchemy.sql.roles.ColumnArgumentRole": [ "object", "sqlalchemy.sql.roles.SQLRole" ] }, { "sqlalchemy.sql.roles.ColumnListRole": [ "object", "sqlalchemy.sql.roles.SQLRole" ] }, { "sqlalchemy.sql.roles.ColumnsClauseRole": [ "object", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.UsesInspection" ] }, { "sqlalchemy.sql.roles.CompoundElementRole": [ "object", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.SQLRole" ] }, { "sqlalchemy.sql.roles.ConstExprRole": [ "object", "sqlalchemy.sql.roles.ExpressionElementRole", "sqlalchemy.sql.roles.SQLRole" ] }, { "sqlalchemy.sql.roles.DDLConstraintColumnRole": [ "object", "sqlalchemy.sql.roles.SQLRole" ] }, { "sqlalchemy.sql.roles.DDLExpressionRole": [ "object", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StructuralRole" ] }, { "sqlalchemy.sql.roles.DDLReferredColumnRole": [ "object", "sqlalchemy.sql.roles.DDLConstraintColumnRole", "sqlalchemy.sql.roles.SQLRole" ] }, { "sqlalchemy.sql.roles.DDLRole": [ "object", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole" ] }, { "sqlalchemy.sql.roles.DMLColumnRole": [ "object", "sqlalchemy.sql.roles.SQLRole" ] }, { "sqlalchemy.sql.roles.DMLRole": [ "object", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole" ] }, { "sqlalchemy.sql.roles.DMLSelectRole": [ "object", "sqlalchemy.sql.roles.SQLRole" ] }, { "sqlalchemy.sql.roles.DMLTableRole": [ "object", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.FromClauseRole", "sqlalchemy.sql.roles.JoinTargetRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection" ] }, { "sqlalchemy.sql.roles.ExpressionElementRole": [ "object", "sqlalchemy.sql.roles.SQLRole" ] }, { "sqlalchemy.sql.roles.FromClauseRole": [ "object", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.JoinTargetRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection" ] }, { "sqlalchemy.sql.roles.GroupByRole": [ "object", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.UsesInspection" ] }, { "sqlalchemy.sql.roles.HasCTERole": [ "object", "sqlalchemy.sql.roles.ReturnsRowsRole", "sqlalchemy.sql.roles.SQLRole" ] }, { "sqlalchemy.sql.roles.HasCacheKeyRole": [ "object", "sqlalchemy.sql.roles.SQLRole" ] }, { "sqlalchemy.sql.roles.InElementRole": [ "object", "sqlalchemy.sql.roles.SQLRole" ] }, { "sqlalchemy.sql.roles.JoinTargetRole": [ "object", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection" ] }, { "sqlalchemy.sql.roles.LabeledColumnExprRole": [ "object", "sqlalchemy.sql.roles.ExpressionElementRole", "sqlalchemy.sql.roles.SQLRole" ] }, { "sqlalchemy.sql.roles.LimitOffsetRole": [ "object", "sqlalchemy.sql.roles.SQLRole" ] }, { "sqlalchemy.sql.roles.LiteralValueRole": [ "object", "sqlalchemy.sql.roles.SQLRole" ] }, { "sqlalchemy.sql.roles.OnClauseRole": [ "object", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StructuralRole" ] }, { "sqlalchemy.sql.roles.OrderByRole": [ "object", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.SQLRole" ] }, { "sqlalchemy.sql.roles.ReturnsRowsRole": [ "object", "sqlalchemy.sql.roles.SQLRole" ] }, { "sqlalchemy.sql.roles.SQLRole": [ "object" ] }, { "sqlalchemy.sql.roles.SelectStatementRole": [ "object", "sqlalchemy.sql.roles.ReturnsRowsRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole" ] }, { "sqlalchemy.sql.roles.StatementOptionRole": [ "object", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StructuralRole" ] }, { "sqlalchemy.sql.roles.StatementRole": [ "object", "sqlalchemy.sql.roles.SQLRole" ] }, { "sqlalchemy.sql.roles.StrAsPlainColumnRole": [ "object", "sqlalchemy.sql.roles.ColumnArgumentRole", "sqlalchemy.sql.roles.SQLRole" ] }, { "sqlalchemy.sql.roles.StrictFromClauseRole": [ "object", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.FromClauseRole", "sqlalchemy.sql.roles.JoinTargetRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection" ] }, { "sqlalchemy.sql.roles.StructuralRole": [ "object", "sqlalchemy.sql.roles.SQLRole" ] }, { "sqlalchemy.sql.roles.TruncatedLabelRole": [ "object", "sqlalchemy.sql.roles.SQLRole" ] }, { "sqlalchemy.sql.roles.UsesInspection": [ "object" ] }, { "sqlalchemy.sql.roles.WhereHavingRole": [ "object", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StructuralRole" ] }, { "sqlalchemy.sql.operators.ColumnOperators": [ "object", "sqlalchemy.sql.operators.Operators" ] }, { "sqlalchemy.sql.operators.Operators": [ "object" ] }, { "sqlalchemy.sql.operators.custom_op": [ "object" ] }, { "sqlalchemy.sql.naming.ConventionDict": [ "object" ] }, { "sqlalchemy.sql.lambdas.AnalyzedCode": [ "object" ] }, { "sqlalchemy.sql.lambdas.AnalyzedFunction": [ "object" ] }, { "sqlalchemy.sql.lambdas.DeferredLambdaElement": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.lambdas.LambdaElement", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.lambdas.LambdaElement": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.lambdas.LambdaOptions": [ "object", "sqlalchemy.sql.base.Options" ] }, { "sqlalchemy.sql.lambdas.LinkedLambdaElement": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.lambdas.LambdaElement", "sqlalchemy.sql.lambdas.StatementLambdaElement", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.lambdas.NullLambdaStatement": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.lambdas.PyWrapper": [ "object", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators" ] }, { "sqlalchemy.sql.lambdas.StatementLambdaElement": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.lambdas.LambdaElement", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.functions.AnsiFunction": [ "object", "sqlalchemy.sql.functions.GenericFunction" ] }, { "sqlalchemy.sql.functions.Function": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements.ColumnElement", "sqlalchemy.sql.functions.FunctionElement", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.AnonymizedFromClauseRole", "sqlalchemy.sql.roles.BinaryElementRole", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnArgumentOrKeyRole", "sqlalchemy.sql.roles.ColumnArgumentRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DDLConstraintColumnRole", "sqlalchemy.sql.roles.DDLExpressionRole", "sqlalchemy.sql.roles.DMLColumnRole", "sqlalchemy.sql.roles.ExpressionElementRole", "sqlalchemy.sql.roles.FromClauseRole", "sqlalchemy.sql.roles.JoinTargetRole", "sqlalchemy.sql.roles.LimitOffsetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.OrderByRole", "sqlalchemy.sql.roles.ReturnsRowsRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementOptionRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.roles.StrictFromClauseRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.roles.WhereHavingRole", "sqlalchemy.sql.selectable.FromClause", "sqlalchemy.sql.selectable.ReturnsRows", "sqlalchemy.sql.selectable.Selectable", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.functions.FunctionAsBinary": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.BinaryExpression", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements.ColumnElement", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.BinaryElementRole", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnArgumentOrKeyRole", "sqlalchemy.sql.roles.ColumnArgumentRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DDLConstraintColumnRole", "sqlalchemy.sql.roles.DDLExpressionRole", "sqlalchemy.sql.roles.DMLColumnRole", "sqlalchemy.sql.roles.ExpressionElementRole", "sqlalchemy.sql.roles.LimitOffsetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.OrderByRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementOptionRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.roles.WhereHavingRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.functions.FunctionElement": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements.ColumnElement", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.AnonymizedFromClauseRole", "sqlalchemy.sql.roles.BinaryElementRole", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnArgumentOrKeyRole", "sqlalchemy.sql.roles.ColumnArgumentRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DDLConstraintColumnRole", "sqlalchemy.sql.roles.DDLExpressionRole", "sqlalchemy.sql.roles.DMLColumnRole", "sqlalchemy.sql.roles.ExpressionElementRole", "sqlalchemy.sql.roles.FromClauseRole", "sqlalchemy.sql.roles.JoinTargetRole", "sqlalchemy.sql.roles.LimitOffsetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.OrderByRole", "sqlalchemy.sql.roles.ReturnsRowsRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementOptionRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.roles.StrictFromClauseRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.roles.WhereHavingRole", "sqlalchemy.sql.selectable.FromClause", "sqlalchemy.sql.selectable.ReturnsRows", "sqlalchemy.sql.selectable.Selectable", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.functions.GenericFunction": [ "object" ] }, { "sqlalchemy.sql.functions.OrderedSetAgg": [ "object", "sqlalchemy.sql.functions.GenericFunction" ] }, { "sqlalchemy.sql.functions.ReturnTypeFromArgs": [ "object", "sqlalchemy.sql.functions.GenericFunction" ] }, { "sqlalchemy.sql.functions.ScalarFunctionColumn": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements.ColumnElement", "sqlalchemy.sql.elements.NamedColumn", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.BinaryElementRole", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnArgumentOrKeyRole", "sqlalchemy.sql.roles.ColumnArgumentRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DDLConstraintColumnRole", "sqlalchemy.sql.roles.DDLExpressionRole", "sqlalchemy.sql.roles.DMLColumnRole", "sqlalchemy.sql.roles.ExpressionElementRole", "sqlalchemy.sql.roles.LimitOffsetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.OrderByRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementOptionRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.roles.WhereHavingRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.functions._FunctionGenerator": [ "object" ] }, { "sqlalchemy.sql.functions._GenericMeta": [ "object", "sqlalchemy.sql.visitors.TraversibleType", "type", "typing.Generic" ] }, { "sqlalchemy.sql.functions.array_agg": [ "object", "sqlalchemy.sql.functions.GenericFunction" ] }, { "sqlalchemy.sql.functions.char_length": [ "object", "sqlalchemy.sql.functions.GenericFunction" ] }, { "sqlalchemy.sql.functions.coalesce": [ "object", "sqlalchemy.sql.functions.GenericFunction", "sqlalchemy.sql.functions.ReturnTypeFromArgs" ] }, { "sqlalchemy.sql.functions.concat": [ "object", "sqlalchemy.sql.functions.GenericFunction" ] }, { "sqlalchemy.sql.functions.count": [ "object", "sqlalchemy.sql.functions.GenericFunction" ] }, { "sqlalchemy.sql.functions.cube": [ "object", "sqlalchemy.sql.functions.GenericFunction" ] }, { "sqlalchemy.sql.functions.cume_dist": [ "object", "sqlalchemy.sql.functions.GenericFunction" ] }, { "sqlalchemy.sql.functions.current_date": [ "object", "sqlalchemy.sql.functions.AnsiFunction", "sqlalchemy.sql.functions.GenericFunction" ] }, { "sqlalchemy.sql.functions.current_time": [ "object", "sqlalchemy.sql.functions.AnsiFunction", "sqlalchemy.sql.functions.GenericFunction" ] }, { "sqlalchemy.sql.functions.current_timestamp": [ "object", "sqlalchemy.sql.functions.AnsiFunction", "sqlalchemy.sql.functions.GenericFunction" ] }, { "sqlalchemy.sql.functions.current_user": [ "object", "sqlalchemy.sql.functions.AnsiFunction", "sqlalchemy.sql.functions.GenericFunction" ] }, { "sqlalchemy.sql.functions.dense_rank": [ "object", "sqlalchemy.sql.functions.GenericFunction" ] }, { "sqlalchemy.sql.functions.grouping_sets": [ "object", "sqlalchemy.sql.functions.GenericFunction" ] }, { "sqlalchemy.sql.functions.localtime": [ "object", "sqlalchemy.sql.functions.AnsiFunction", "sqlalchemy.sql.functions.GenericFunction" ] }, { "sqlalchemy.sql.functions.localtimestamp": [ "object", "sqlalchemy.sql.functions.AnsiFunction", "sqlalchemy.sql.functions.GenericFunction" ] }, { "sqlalchemy.sql.functions.max": [ "object", "sqlalchemy.sql.functions.GenericFunction", "sqlalchemy.sql.functions.ReturnTypeFromArgs" ] }, { "sqlalchemy.sql.functions.min": [ "object", "sqlalchemy.sql.functions.GenericFunction", "sqlalchemy.sql.functions.ReturnTypeFromArgs" ] }, { "sqlalchemy.sql.functions.mode": [ "object", "sqlalchemy.sql.functions.GenericFunction", "sqlalchemy.sql.functions.OrderedSetAgg" ] }, { "sqlalchemy.sql.functions.next_value": [ "object", "sqlalchemy.sql.functions.GenericFunction" ] }, { "sqlalchemy.sql.functions.now": [ "object", "sqlalchemy.sql.functions.GenericFunction" ] }, { "sqlalchemy.sql.functions.percent_rank": [ "object", "sqlalchemy.sql.functions.GenericFunction" ] }, { "sqlalchemy.sql.functions.percentile_cont": [ "object", "sqlalchemy.sql.functions.GenericFunction", "sqlalchemy.sql.functions.OrderedSetAgg" ] }, { "sqlalchemy.sql.functions.percentile_disc": [ "object", "sqlalchemy.sql.functions.GenericFunction", "sqlalchemy.sql.functions.OrderedSetAgg" ] }, { "sqlalchemy.sql.functions.random": [ "object", "sqlalchemy.sql.functions.GenericFunction" ] }, { "sqlalchemy.sql.functions.rank": [ "object", "sqlalchemy.sql.functions.GenericFunction" ] }, { "sqlalchemy.sql.functions.rollup": [ "object", "sqlalchemy.sql.functions.GenericFunction" ] }, { "sqlalchemy.sql.functions.session_user": [ "object", "sqlalchemy.sql.functions.AnsiFunction", "sqlalchemy.sql.functions.GenericFunction" ] }, { "sqlalchemy.sql.functions.sum": [ "object", "sqlalchemy.sql.functions.GenericFunction", "sqlalchemy.sql.functions.ReturnTypeFromArgs" ] }, { "sqlalchemy.sql.functions.sysdate": [ "object", "sqlalchemy.sql.functions.AnsiFunction", "sqlalchemy.sql.functions.GenericFunction" ] }, { "sqlalchemy.sql.functions.user": [ "object", "sqlalchemy.sql.functions.AnsiFunction", "sqlalchemy.sql.functions.GenericFunction" ] }, { "sqlalchemy.sql.events.DDLEvents": [ "object", "sqlalchemy.event.base.Events" ] }, { "sqlalchemy.sql.elements.AnnotatedColumnElement": [ "object", "sqlalchemy.sql.annotation.Annotated" ] }, { "sqlalchemy.sql.elements.AsBoolean": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements.ColumnElement", "sqlalchemy.sql.elements.UnaryExpression", "sqlalchemy.sql.elements.WrapsColumnExpression", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.BinaryElementRole", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnArgumentOrKeyRole", "sqlalchemy.sql.roles.ColumnArgumentRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DDLConstraintColumnRole", "sqlalchemy.sql.roles.DDLExpressionRole", "sqlalchemy.sql.roles.DMLColumnRole", "sqlalchemy.sql.roles.ExpressionElementRole", "sqlalchemy.sql.roles.LimitOffsetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.OrderByRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementOptionRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.roles.WhereHavingRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.elements.BinaryExpression": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements.ColumnElement", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.BinaryElementRole", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnArgumentOrKeyRole", "sqlalchemy.sql.roles.ColumnArgumentRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DDLConstraintColumnRole", "sqlalchemy.sql.roles.DDLExpressionRole", "sqlalchemy.sql.roles.DMLColumnRole", "sqlalchemy.sql.roles.ExpressionElementRole", "sqlalchemy.sql.roles.LimitOffsetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.OrderByRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementOptionRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.roles.WhereHavingRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.elements.BindParameter": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements.ColumnElement", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.BinaryElementRole", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnArgumentOrKeyRole", "sqlalchemy.sql.roles.ColumnArgumentRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DDLConstraintColumnRole", "sqlalchemy.sql.roles.DDLExpressionRole", "sqlalchemy.sql.roles.DMLColumnRole", "sqlalchemy.sql.roles.ExpressionElementRole", "sqlalchemy.sql.roles.InElementRole", "sqlalchemy.sql.roles.LimitOffsetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.OrderByRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementOptionRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.roles.WhereHavingRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.elements.BooleanClauseList": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements.ClauseList", "sqlalchemy.sql.elements.ColumnElement", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.BinaryElementRole", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnArgumentOrKeyRole", "sqlalchemy.sql.roles.ColumnArgumentRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DDLConstraintColumnRole", "sqlalchemy.sql.roles.DDLExpressionRole", "sqlalchemy.sql.roles.DMLColumnRole", "sqlalchemy.sql.roles.ExpressionElementRole", "sqlalchemy.sql.roles.InElementRole", "sqlalchemy.sql.roles.LimitOffsetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.OrderByRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementOptionRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.roles.WhereHavingRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.elements.Case": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements.ColumnElement", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.BinaryElementRole", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnArgumentOrKeyRole", "sqlalchemy.sql.roles.ColumnArgumentRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DDLConstraintColumnRole", "sqlalchemy.sql.roles.DDLExpressionRole", "sqlalchemy.sql.roles.DMLColumnRole", "sqlalchemy.sql.roles.ExpressionElementRole", "sqlalchemy.sql.roles.LimitOffsetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.OrderByRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementOptionRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.roles.WhereHavingRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.elements.Cast": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements.ColumnElement", "sqlalchemy.sql.elements.WrapsColumnExpression", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.BinaryElementRole", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnArgumentOrKeyRole", "sqlalchemy.sql.roles.ColumnArgumentRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DDLConstraintColumnRole", "sqlalchemy.sql.roles.DDLExpressionRole", "sqlalchemy.sql.roles.DMLColumnRole", "sqlalchemy.sql.roles.ExpressionElementRole", "sqlalchemy.sql.roles.LimitOffsetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.OrderByRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementOptionRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.roles.WhereHavingRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.elements.ClauseElement": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.elements.ClauseList": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DMLColumnRole", "sqlalchemy.sql.roles.InElementRole", "sqlalchemy.sql.roles.OrderByRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.elements.CollationClause": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements.ColumnElement", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.BinaryElementRole", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnArgumentOrKeyRole", "sqlalchemy.sql.roles.ColumnArgumentRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DDLConstraintColumnRole", "sqlalchemy.sql.roles.DDLExpressionRole", "sqlalchemy.sql.roles.DMLColumnRole", "sqlalchemy.sql.roles.ExpressionElementRole", "sqlalchemy.sql.roles.LimitOffsetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.OrderByRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementOptionRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.roles.WhereHavingRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.elements.CollectionAggregate": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements.ColumnElement", "sqlalchemy.sql.elements.UnaryExpression", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.BinaryElementRole", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnArgumentOrKeyRole", "sqlalchemy.sql.roles.ColumnArgumentRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DDLConstraintColumnRole", "sqlalchemy.sql.roles.DDLExpressionRole", "sqlalchemy.sql.roles.DMLColumnRole", "sqlalchemy.sql.roles.ExpressionElementRole", "sqlalchemy.sql.roles.LimitOffsetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.OrderByRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementOptionRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.roles.WhereHavingRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.elements.ColumnClause": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Immutable", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements.ColumnElement", "sqlalchemy.sql.elements.NamedColumn", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.BinaryElementRole", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnArgumentOrKeyRole", "sqlalchemy.sql.roles.ColumnArgumentRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DDLConstraintColumnRole", "sqlalchemy.sql.roles.DDLExpressionRole", "sqlalchemy.sql.roles.DDLReferredColumnRole", "sqlalchemy.sql.roles.DMLColumnRole", "sqlalchemy.sql.roles.ExpressionElementRole", "sqlalchemy.sql.roles.LabeledColumnExprRole", "sqlalchemy.sql.roles.LimitOffsetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.OrderByRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementOptionRole", "sqlalchemy.sql.roles.StrAsPlainColumnRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.roles.WhereHavingRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.elements.ColumnElement": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.BinaryElementRole", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnArgumentOrKeyRole", "sqlalchemy.sql.roles.ColumnArgumentRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DDLConstraintColumnRole", "sqlalchemy.sql.roles.DDLExpressionRole", "sqlalchemy.sql.roles.DMLColumnRole", "sqlalchemy.sql.roles.ExpressionElementRole", "sqlalchemy.sql.roles.LimitOffsetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.OrderByRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementOptionRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.roles.WhereHavingRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.elements.Extract": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements.ColumnElement", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.BinaryElementRole", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnArgumentOrKeyRole", "sqlalchemy.sql.roles.ColumnArgumentRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DDLConstraintColumnRole", "sqlalchemy.sql.roles.DDLExpressionRole", "sqlalchemy.sql.roles.DMLColumnRole", "sqlalchemy.sql.roles.ExpressionElementRole", "sqlalchemy.sql.roles.LimitOffsetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.OrderByRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementOptionRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.roles.WhereHavingRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.elements.False_": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Immutable", "sqlalchemy.sql.base.SingletonConstant", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements.ColumnElement", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.BinaryElementRole", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnArgumentOrKeyRole", "sqlalchemy.sql.roles.ColumnArgumentRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.ConstExprRole", "sqlalchemy.sql.roles.DDLConstraintColumnRole", "sqlalchemy.sql.roles.DDLExpressionRole", "sqlalchemy.sql.roles.DMLColumnRole", "sqlalchemy.sql.roles.ExpressionElementRole", "sqlalchemy.sql.roles.LimitOffsetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.OrderByRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementOptionRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.roles.WhereHavingRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.elements.FunctionFilter": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements.ColumnElement", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.BinaryElementRole", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnArgumentOrKeyRole", "sqlalchemy.sql.roles.ColumnArgumentRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DDLConstraintColumnRole", "sqlalchemy.sql.roles.DDLExpressionRole", "sqlalchemy.sql.roles.DMLColumnRole", "sqlalchemy.sql.roles.ExpressionElementRole", "sqlalchemy.sql.roles.LimitOffsetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.OrderByRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementOptionRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.roles.WhereHavingRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.elements.GroupedElement": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.elements.Grouping": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements.ColumnElement", "sqlalchemy.sql.elements.GroupedElement", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.BinaryElementRole", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnArgumentOrKeyRole", "sqlalchemy.sql.roles.ColumnArgumentRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DDLConstraintColumnRole", "sqlalchemy.sql.roles.DDLExpressionRole", "sqlalchemy.sql.roles.DMLColumnRole", "sqlalchemy.sql.roles.ExpressionElementRole", "sqlalchemy.sql.roles.LimitOffsetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.OrderByRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementOptionRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.roles.WhereHavingRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.elements.IndexExpression": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.BinaryExpression", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements.ColumnElement", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.BinaryElementRole", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnArgumentOrKeyRole", "sqlalchemy.sql.roles.ColumnArgumentRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DDLConstraintColumnRole", "sqlalchemy.sql.roles.DDLExpressionRole", "sqlalchemy.sql.roles.DMLColumnRole", "sqlalchemy.sql.roles.ExpressionElementRole", "sqlalchemy.sql.roles.LimitOffsetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.OrderByRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementOptionRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.roles.WhereHavingRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.elements.Label": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements.ColumnElement", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.BinaryElementRole", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnArgumentOrKeyRole", "sqlalchemy.sql.roles.ColumnArgumentRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DDLConstraintColumnRole", "sqlalchemy.sql.roles.DDLExpressionRole", "sqlalchemy.sql.roles.DMLColumnRole", "sqlalchemy.sql.roles.ExpressionElementRole", "sqlalchemy.sql.roles.LabeledColumnExprRole", "sqlalchemy.sql.roles.LimitOffsetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.OrderByRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementOptionRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.roles.WhereHavingRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.elements.NamedColumn": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements.ColumnElement", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.BinaryElementRole", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnArgumentOrKeyRole", "sqlalchemy.sql.roles.ColumnArgumentRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DDLConstraintColumnRole", "sqlalchemy.sql.roles.DDLExpressionRole", "sqlalchemy.sql.roles.DMLColumnRole", "sqlalchemy.sql.roles.ExpressionElementRole", "sqlalchemy.sql.roles.LimitOffsetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.OrderByRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementOptionRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.roles.WhereHavingRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.elements.Null": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Immutable", "sqlalchemy.sql.base.SingletonConstant", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements.ColumnElement", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.BinaryElementRole", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnArgumentOrKeyRole", "sqlalchemy.sql.roles.ColumnArgumentRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.ConstExprRole", "sqlalchemy.sql.roles.DDLConstraintColumnRole", "sqlalchemy.sql.roles.DDLExpressionRole", "sqlalchemy.sql.roles.DMLColumnRole", "sqlalchemy.sql.roles.ExpressionElementRole", "sqlalchemy.sql.roles.LimitOffsetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.OrderByRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementOptionRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.roles.WhereHavingRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.elements.Over": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements.ColumnElement", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.BinaryElementRole", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnArgumentOrKeyRole", "sqlalchemy.sql.roles.ColumnArgumentRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DDLConstraintColumnRole", "sqlalchemy.sql.roles.DDLExpressionRole", "sqlalchemy.sql.roles.DMLColumnRole", "sqlalchemy.sql.roles.ExpressionElementRole", "sqlalchemy.sql.roles.LimitOffsetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.OrderByRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementOptionRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.roles.WhereHavingRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.elements.ReleaseSavepointClause": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements._IdentifiedClause", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.elements.RollbackToSavepointClause": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements._IdentifiedClause", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.elements.SavepointClause": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements._IdentifiedClause", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.elements.Slice": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements.ColumnElement", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.BinaryElementRole", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnArgumentOrKeyRole", "sqlalchemy.sql.roles.ColumnArgumentRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DDLConstraintColumnRole", "sqlalchemy.sql.roles.DDLExpressionRole", "sqlalchemy.sql.roles.DMLColumnRole", "sqlalchemy.sql.roles.ExpressionElementRole", "sqlalchemy.sql.roles.LimitOffsetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.OrderByRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementOptionRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.roles.WhereHavingRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.elements.TableValuedColumn": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements.ColumnElement", "sqlalchemy.sql.elements.NamedColumn", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.BinaryElementRole", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnArgumentOrKeyRole", "sqlalchemy.sql.roles.ColumnArgumentRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DDLConstraintColumnRole", "sqlalchemy.sql.roles.DDLExpressionRole", "sqlalchemy.sql.roles.DMLColumnRole", "sqlalchemy.sql.roles.ExpressionElementRole", "sqlalchemy.sql.roles.LimitOffsetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.OrderByRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementOptionRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.roles.WhereHavingRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.elements.TextClause": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.BinaryElementRole", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DDLConstraintColumnRole", "sqlalchemy.sql.roles.DDLExpressionRole", "sqlalchemy.sql.roles.ExpressionElementRole", "sqlalchemy.sql.roles.FromClauseRole", "sqlalchemy.sql.roles.InElementRole", "sqlalchemy.sql.roles.JoinTargetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.OrderByRole", "sqlalchemy.sql.roles.ReturnsRowsRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.SelectStatementRole", "sqlalchemy.sql.roles.StatementOptionRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.roles.WhereHavingRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.elements.True_": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Immutable", "sqlalchemy.sql.base.SingletonConstant", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements.ColumnElement", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.BinaryElementRole", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnArgumentOrKeyRole", "sqlalchemy.sql.roles.ColumnArgumentRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.ConstExprRole", "sqlalchemy.sql.roles.DDLConstraintColumnRole", "sqlalchemy.sql.roles.DDLExpressionRole", "sqlalchemy.sql.roles.DMLColumnRole", "sqlalchemy.sql.roles.ExpressionElementRole", "sqlalchemy.sql.roles.LimitOffsetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.OrderByRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementOptionRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.roles.WhereHavingRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.elements.Tuple": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements.ClauseList", "sqlalchemy.sql.elements.ColumnElement", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.BinaryElementRole", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnArgumentOrKeyRole", "sqlalchemy.sql.roles.ColumnArgumentRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DDLConstraintColumnRole", "sqlalchemy.sql.roles.DDLExpressionRole", "sqlalchemy.sql.roles.DMLColumnRole", "sqlalchemy.sql.roles.ExpressionElementRole", "sqlalchemy.sql.roles.InElementRole", "sqlalchemy.sql.roles.LimitOffsetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.OrderByRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementOptionRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.roles.WhereHavingRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.elements.TypeClause": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.elements.TypeCoerce": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements.ColumnElement", "sqlalchemy.sql.elements.WrapsColumnExpression", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.BinaryElementRole", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnArgumentOrKeyRole", "sqlalchemy.sql.roles.ColumnArgumentRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DDLConstraintColumnRole", "sqlalchemy.sql.roles.DDLExpressionRole", "sqlalchemy.sql.roles.DMLColumnRole", "sqlalchemy.sql.roles.ExpressionElementRole", "sqlalchemy.sql.roles.LimitOffsetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.OrderByRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementOptionRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.roles.WhereHavingRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.elements.UnaryExpression": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements.ColumnElement", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.BinaryElementRole", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnArgumentOrKeyRole", "sqlalchemy.sql.roles.ColumnArgumentRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DDLConstraintColumnRole", "sqlalchemy.sql.roles.DDLExpressionRole", "sqlalchemy.sql.roles.DMLColumnRole", "sqlalchemy.sql.roles.ExpressionElementRole", "sqlalchemy.sql.roles.LimitOffsetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.OrderByRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementOptionRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.roles.WhereHavingRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.elements.WithinGroup": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements.ColumnElement", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.BinaryElementRole", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnArgumentOrKeyRole", "sqlalchemy.sql.roles.ColumnArgumentRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DDLConstraintColumnRole", "sqlalchemy.sql.roles.DDLExpressionRole", "sqlalchemy.sql.roles.DMLColumnRole", "sqlalchemy.sql.roles.ExpressionElementRole", "sqlalchemy.sql.roles.LimitOffsetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.OrderByRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementOptionRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.roles.WhereHavingRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.elements.WrapsColumnExpression": [ "object" ] }, { "sqlalchemy.sql.elements._IdentifiedClause": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.elements._anonymous_label": [ "object", "sqlalchemy.sql.elements._truncated_label", "sqlalchemy.sql.elements.quoted_name", "sqlalchemy.util.langhelpers.MemoizedSlots", "str", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "sqlalchemy.sql.elements._label_reference": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements.ColumnElement", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.BinaryElementRole", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnArgumentOrKeyRole", "sqlalchemy.sql.roles.ColumnArgumentRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DDLConstraintColumnRole", "sqlalchemy.sql.roles.DDLExpressionRole", "sqlalchemy.sql.roles.DMLColumnRole", "sqlalchemy.sql.roles.ExpressionElementRole", "sqlalchemy.sql.roles.LimitOffsetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.OrderByRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementOptionRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.roles.WhereHavingRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.elements._textual_label_reference": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements.ColumnElement", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.BinaryElementRole", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnArgumentOrKeyRole", "sqlalchemy.sql.roles.ColumnArgumentRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DDLConstraintColumnRole", "sqlalchemy.sql.roles.DDLExpressionRole", "sqlalchemy.sql.roles.DMLColumnRole", "sqlalchemy.sql.roles.ExpressionElementRole", "sqlalchemy.sql.roles.LimitOffsetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.OrderByRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementOptionRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.roles.WhereHavingRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.elements._truncated_label": [ "object", "sqlalchemy.sql.elements.quoted_name", "sqlalchemy.util.langhelpers.MemoizedSlots", "str", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "sqlalchemy.sql.elements.conv": [ "object", "sqlalchemy.sql.elements._truncated_label", "sqlalchemy.sql.elements.quoted_name", "sqlalchemy.util.langhelpers.MemoizedSlots", "str", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "sqlalchemy.sql.elements.quoted_name": [ "object", "sqlalchemy.util.langhelpers.MemoizedSlots", "str", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "sqlalchemy.sql.dml.DMLState": [ "object", "sqlalchemy.sql.base.CompileState" ] }, { "sqlalchemy.sql.dml.DMLWhereBase": [ "object" ] }, { "sqlalchemy.sql.dml.Delete": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.DialectKWArgs", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.base.HasCompileState", "sqlalchemy.sql.dml.DMLWhereBase", "sqlalchemy.sql.dml.UpdateBase", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.DMLRole", "sqlalchemy.sql.roles.HasCTERole", "sqlalchemy.sql.roles.ReturnsRowsRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.selectable.HasCTE", "sqlalchemy.sql.selectable.HasPrefixes", "sqlalchemy.sql.selectable.ReturnsRows", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.dml.DeleteDMLState": [ "object", "sqlalchemy.sql.base.CompileState", "sqlalchemy.sql.dml.DMLState" ] }, { "sqlalchemy.sql.dml.Insert": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.DialectKWArgs", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.base.HasCompileState", "sqlalchemy.sql.dml.UpdateBase", "sqlalchemy.sql.dml.ValuesBase", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.DMLRole", "sqlalchemy.sql.roles.HasCTERole", "sqlalchemy.sql.roles.ReturnsRowsRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.selectable.HasCTE", "sqlalchemy.sql.selectable.HasPrefixes", "sqlalchemy.sql.selectable.ReturnsRows", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.dml.InsertDMLState": [ "object", "sqlalchemy.sql.base.CompileState", "sqlalchemy.sql.dml.DMLState" ] }, { "sqlalchemy.sql.dml.Update": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.DialectKWArgs", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.base.HasCompileState", "sqlalchemy.sql.dml.DMLWhereBase", "sqlalchemy.sql.dml.UpdateBase", "sqlalchemy.sql.dml.ValuesBase", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.DMLRole", "sqlalchemy.sql.roles.HasCTERole", "sqlalchemy.sql.roles.ReturnsRowsRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.selectable.HasCTE", "sqlalchemy.sql.selectable.HasPrefixes", "sqlalchemy.sql.selectable.ReturnsRows", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.dml.UpdateBase": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.DialectKWArgs", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.base.HasCompileState", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.DMLRole", "sqlalchemy.sql.roles.HasCTERole", "sqlalchemy.sql.roles.ReturnsRowsRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.selectable.HasCTE", "sqlalchemy.sql.selectable.HasPrefixes", "sqlalchemy.sql.selectable.ReturnsRows", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.dml.UpdateDMLState": [ "object", "sqlalchemy.sql.base.CompileState", "sqlalchemy.sql.dml.DMLState" ] }, { "sqlalchemy.sql.dml.ValuesBase": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.DialectKWArgs", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.base.HasCompileState", "sqlalchemy.sql.dml.UpdateBase", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.DMLRole", "sqlalchemy.sql.roles.HasCTERole", "sqlalchemy.sql.roles.ReturnsRowsRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.selectable.HasCTE", "sqlalchemy.sql.selectable.HasPrefixes", "sqlalchemy.sql.selectable.ReturnsRows", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.ddl.AddConstraint": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.ddl.DDLElement", "sqlalchemy.sql.ddl._CreateDropBase", "sqlalchemy.sql.ddl._DDLCompiles", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.DDLRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.ddl.CreateColumn": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.ddl._DDLCompiles", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.ddl.CreateIndex": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.ddl.DDLElement", "sqlalchemy.sql.ddl._CreateDropBase", "sqlalchemy.sql.ddl._DDLCompiles", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.DDLRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.ddl.CreateSchema": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.ddl.DDLElement", "sqlalchemy.sql.ddl._CreateDropBase", "sqlalchemy.sql.ddl._DDLCompiles", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.DDLRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.ddl.CreateSequence": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.ddl.DDLElement", "sqlalchemy.sql.ddl._CreateDropBase", "sqlalchemy.sql.ddl._DDLCompiles", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.DDLRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.ddl.CreateTable": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.ddl.DDLElement", "sqlalchemy.sql.ddl._CreateDropBase", "sqlalchemy.sql.ddl._DDLCompiles", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.DDLRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.ddl.DDL": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.ddl.DDLElement", "sqlalchemy.sql.ddl._DDLCompiles", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.DDLRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.ddl.DDLBase": [ "object", "sqlalchemy.sql.base.SchemaVisitor", "sqlalchemy.sql.visitors.ExternalTraversal" ] }, { "sqlalchemy.sql.ddl.DDLElement": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.ddl._DDLCompiles", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.DDLRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.ddl.DropColumnComment": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.ddl.DDLElement", "sqlalchemy.sql.ddl._CreateDropBase", "sqlalchemy.sql.ddl._DDLCompiles", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.DDLRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.ddl.DropConstraint": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.ddl.DDLElement", "sqlalchemy.sql.ddl._CreateDropBase", "sqlalchemy.sql.ddl._DDLCompiles", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.DDLRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.ddl.DropIndex": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.ddl.DDLElement", "sqlalchemy.sql.ddl._CreateDropBase", "sqlalchemy.sql.ddl._DDLCompiles", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.DDLRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.ddl.DropSchema": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.ddl.DDLElement", "sqlalchemy.sql.ddl._CreateDropBase", "sqlalchemy.sql.ddl._DDLCompiles", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.DDLRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.ddl.DropSequence": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.ddl.DDLElement", "sqlalchemy.sql.ddl._CreateDropBase", "sqlalchemy.sql.ddl._DDLCompiles", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.DDLRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.ddl.DropTable": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.ddl.DDLElement", "sqlalchemy.sql.ddl._CreateDropBase", "sqlalchemy.sql.ddl._DDLCompiles", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.DDLRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.ddl.DropTableComment": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.ddl.DDLElement", "sqlalchemy.sql.ddl._CreateDropBase", "sqlalchemy.sql.ddl._DDLCompiles", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.DDLRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.ddl.SchemaDropper": [ "object", "sqlalchemy.sql.base.SchemaVisitor", "sqlalchemy.sql.ddl.DDLBase", "sqlalchemy.sql.visitors.ExternalTraversal" ] }, { "sqlalchemy.sql.ddl.SchemaGenerator": [ "object", "sqlalchemy.sql.base.SchemaVisitor", "sqlalchemy.sql.ddl.DDLBase", "sqlalchemy.sql.visitors.ExternalTraversal" ] }, { "sqlalchemy.sql.ddl.SetColumnComment": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.ddl.DDLElement", "sqlalchemy.sql.ddl._CreateDropBase", "sqlalchemy.sql.ddl._DDLCompiles", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.DDLRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.ddl.SetTableComment": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.ddl.DDLElement", "sqlalchemy.sql.ddl._CreateDropBase", "sqlalchemy.sql.ddl._DDLCompiles", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.DDLRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.ddl._CreateDropBase": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.ddl.DDLElement", "sqlalchemy.sql.ddl._DDLCompiles", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.DDLRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.ddl._DDLCompiles": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.ddl._DropView": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.ddl.DDLElement", "sqlalchemy.sql.ddl._CreateDropBase", "sqlalchemy.sql.ddl._DDLCompiles", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.DDLRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.crud._multiparam_column": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements.ColumnElement", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.BinaryElementRole", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnArgumentOrKeyRole", "sqlalchemy.sql.roles.ColumnArgumentRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DDLConstraintColumnRole", "sqlalchemy.sql.roles.DDLExpressionRole", "sqlalchemy.sql.roles.DMLColumnRole", "sqlalchemy.sql.roles.ExpressionElementRole", "sqlalchemy.sql.roles.LimitOffsetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.OrderByRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementOptionRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.roles.WhereHavingRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.compiler.Compiled": [ "object" ] }, { "sqlalchemy.sql.compiler.DDLCompiler": [ "object", "sqlalchemy.sql.compiler.Compiled" ] }, { "sqlalchemy.sql.compiler.ExpandedState": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "sqlalchemy.sql.compiler.FromLinter": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "sqlalchemy.sql.compiler.GenericTypeCompiler": [ "object", "sqlalchemy.sql.compiler.TypeCompiler" ] }, { "sqlalchemy.sql.compiler.IdentifierPreparer": [ "object" ] }, { "sqlalchemy.sql.compiler.SQLCompiler": [ "object", "sqlalchemy.sql.compiler.Compiled" ] }, { "sqlalchemy.sql.compiler.StrSQLCompiler": [ "object", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.SQLCompiler" ] }, { "sqlalchemy.sql.compiler.StrSQLTypeCompiler": [ "object", "sqlalchemy.sql.compiler.GenericTypeCompiler", "sqlalchemy.sql.compiler.TypeCompiler" ] }, { "sqlalchemy.sql.compiler.TypeCompiler": [ "object" ] }, { "sqlalchemy.sql.compiler._CompileLabel": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements.ColumnElement", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.BinaryElementRole", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnArgumentOrKeyRole", "sqlalchemy.sql.roles.ColumnArgumentRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DDLConstraintColumnRole", "sqlalchemy.sql.roles.DDLExpressionRole", "sqlalchemy.sql.roles.DMLColumnRole", "sqlalchemy.sql.roles.ExpressionElementRole", "sqlalchemy.sql.roles.LimitOffsetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.OrderByRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementOptionRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.roles.WhereHavingRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.coercions.AnonymizedFromClauseImpl": [ "object", "sqlalchemy.sql.coercions.FromClauseImpl", "sqlalchemy.sql.coercions.RoleImpl", "sqlalchemy.sql.coercions.StrictFromClauseImpl", "sqlalchemy.sql.coercions._NoTextCoercion", "sqlalchemy.sql.coercions._SelectIsNotFrom" ] }, { "sqlalchemy.sql.coercions.BinaryElementImpl": [ "object", "sqlalchemy.sql.coercions.ExpressionElementImpl", "sqlalchemy.sql.coercions.RoleImpl", "sqlalchemy.sql.coercions._ColumnCoercions" ] }, { "sqlalchemy.sql.coercions.ByOfImpl": [ "object", "sqlalchemy.sql.coercions.RoleImpl", "sqlalchemy.sql.coercions._CoerceLiterals", "sqlalchemy.sql.coercions._ColumnCoercions", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.SQLRole" ] }, { "sqlalchemy.sql.coercions.ColumnArgumentImpl": [ "object", "sqlalchemy.sql.coercions.RoleImpl", "sqlalchemy.sql.coercions._NoTextCoercion" ] }, { "sqlalchemy.sql.coercions.ColumnArgumentOrKeyImpl": [ "object", "sqlalchemy.sql.coercions.RoleImpl", "sqlalchemy.sql.coercions._ReturnsStringKey" ] }, { "sqlalchemy.sql.coercions.ColumnsClauseImpl": [ "object", "sqlalchemy.sql.coercions.RoleImpl", "sqlalchemy.sql.coercions._CoerceLiterals", "sqlalchemy.sql.coercions._SelectIsNotFrom" ] }, { "sqlalchemy.sql.coercions.CompoundElementImpl": [ "object", "sqlalchemy.sql.coercions.RoleImpl", "sqlalchemy.sql.coercions._NoTextCoercion" ] }, { "sqlalchemy.sql.coercions.ConstExprImpl": [ "object", "sqlalchemy.sql.coercions.RoleImpl" ] }, { "sqlalchemy.sql.coercions.DDLConstraintColumnImpl": [ "object", "sqlalchemy.sql.coercions.RoleImpl", "sqlalchemy.sql.coercions._Deannotate", "sqlalchemy.sql.coercions._ReturnsStringKey" ] }, { "sqlalchemy.sql.coercions.DDLExpressionImpl": [ "object", "sqlalchemy.sql.coercions.RoleImpl", "sqlalchemy.sql.coercions._CoerceLiterals", "sqlalchemy.sql.coercions._Deannotate" ] }, { "sqlalchemy.sql.coercions.DDLReferredColumnImpl": [ "object", "sqlalchemy.sql.coercions.DDLConstraintColumnImpl", "sqlalchemy.sql.coercions.RoleImpl", "sqlalchemy.sql.coercions._Deannotate", "sqlalchemy.sql.coercions._ReturnsStringKey" ] }, { "sqlalchemy.sql.coercions.DMLColumnImpl": [ "object", "sqlalchemy.sql.coercions.RoleImpl", "sqlalchemy.sql.coercions._ReturnsStringKey" ] }, { "sqlalchemy.sql.coercions.DMLSelectImpl": [ "object", "sqlalchemy.sql.coercions.RoleImpl", "sqlalchemy.sql.coercions._NoTextCoercion" ] }, { "sqlalchemy.sql.coercions.DMLTableImpl": [ "object", "sqlalchemy.sql.coercions.RoleImpl", "sqlalchemy.sql.coercions._NoTextCoercion", "sqlalchemy.sql.coercions._SelectIsNotFrom" ] }, { "sqlalchemy.sql.coercions.ExpressionElementImpl": [ "object", "sqlalchemy.sql.coercions.RoleImpl", "sqlalchemy.sql.coercions._ColumnCoercions" ] }, { "sqlalchemy.sql.coercions.FromClauseImpl": [ "object", "sqlalchemy.sql.coercions.RoleImpl", "sqlalchemy.sql.coercions._NoTextCoercion", "sqlalchemy.sql.coercions._SelectIsNotFrom" ] }, { "sqlalchemy.sql.coercions.GroupByImpl": [ "object", "sqlalchemy.sql.coercions.ByOfImpl", "sqlalchemy.sql.coercions.RoleImpl", "sqlalchemy.sql.coercions._CoerceLiterals", "sqlalchemy.sql.coercions._ColumnCoercions", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.SQLRole" ] }, { "sqlalchemy.sql.coercions.HasCTEImpl": [ "object", "sqlalchemy.sql.coercions.ReturnsRowsImpl", "sqlalchemy.sql.coercions.RoleImpl" ] }, { "sqlalchemy.sql.coercions.HasCacheKeyImpl": [ "object", "sqlalchemy.sql.coercions.RoleImpl" ] }, { "sqlalchemy.sql.coercions.InElementImpl": [ "object", "sqlalchemy.sql.coercions.RoleImpl" ] }, { "sqlalchemy.sql.coercions.JoinTargetImpl": [ "object", "sqlalchemy.sql.coercions.RoleImpl" ] }, { "sqlalchemy.sql.coercions.LabeledColumnExprImpl": [ "object", "sqlalchemy.sql.coercions.ExpressionElementImpl", "sqlalchemy.sql.coercions.RoleImpl", "sqlalchemy.sql.coercions._ColumnCoercions" ] }, { "sqlalchemy.sql.coercions.LimitOffsetImpl": [ "object", "sqlalchemy.sql.coercions.RoleImpl" ] }, { "sqlalchemy.sql.coercions.LiteralValueImpl": [ "object", "sqlalchemy.sql.coercions.RoleImpl" ] }, { "sqlalchemy.sql.coercions.OnClauseImpl": [ "object", "sqlalchemy.sql.coercions.RoleImpl", "sqlalchemy.sql.coercions._CoerceLiterals", "sqlalchemy.sql.coercions._ColumnCoercions" ] }, { "sqlalchemy.sql.coercions.OrderByImpl": [ "object", "sqlalchemy.sql.coercions.ByOfImpl", "sqlalchemy.sql.coercions.RoleImpl", "sqlalchemy.sql.coercions._CoerceLiterals", "sqlalchemy.sql.coercions._ColumnCoercions", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.SQLRole" ] }, { "sqlalchemy.sql.coercions.ReturnsRowsImpl": [ "object", "sqlalchemy.sql.coercions.RoleImpl" ] }, { "sqlalchemy.sql.coercions.RoleImpl": [ "object" ] }, { "sqlalchemy.sql.coercions.SelectStatementImpl": [ "object", "sqlalchemy.sql.coercions.RoleImpl", "sqlalchemy.sql.coercions._NoTextCoercion" ] }, { "sqlalchemy.sql.coercions.StatementImpl": [ "object", "sqlalchemy.sql.coercions.RoleImpl", "sqlalchemy.sql.coercions._CoerceLiterals" ] }, { "sqlalchemy.sql.coercions.StatementOptionImpl": [ "object", "sqlalchemy.sql.coercions.RoleImpl", "sqlalchemy.sql.coercions._CoerceLiterals" ] }, { "sqlalchemy.sql.coercions.StrAsPlainColumnImpl": [ "object", "sqlalchemy.sql.coercions.RoleImpl", "sqlalchemy.sql.coercions._CoerceLiterals" ] }, { "sqlalchemy.sql.coercions.StrictFromClauseImpl": [ "object", "sqlalchemy.sql.coercions.FromClauseImpl", "sqlalchemy.sql.coercions.RoleImpl", "sqlalchemy.sql.coercions._NoTextCoercion", "sqlalchemy.sql.coercions._SelectIsNotFrom" ] }, { "sqlalchemy.sql.coercions.TruncatedLabelImpl": [ "object", "sqlalchemy.sql.coercions.RoleImpl", "sqlalchemy.sql.coercions._StringOnly" ] }, { "sqlalchemy.sql.coercions.WhereHavingImpl": [ "object", "sqlalchemy.sql.coercions.RoleImpl", "sqlalchemy.sql.coercions._CoerceLiterals", "sqlalchemy.sql.coercions._ColumnCoercions" ] }, { "sqlalchemy.sql.coercions._CoerceLiterals": [ "object" ] }, { "sqlalchemy.sql.coercions._ColumnCoercions": [ "object" ] }, { "sqlalchemy.sql.coercions._Deannotate": [ "object" ] }, { "sqlalchemy.sql.coercions._NoTextCoercion": [ "object" ] }, { "sqlalchemy.sql.coercions._ReturnsStringKey": [ "object" ] }, { "sqlalchemy.sql.coercions._SelectIsNotFrom": [ "object" ] }, { "sqlalchemy.sql.coercions._StringOnly": [ "object" ] }, { "sqlalchemy.sql.base.CacheableOptions": [ "object", "sqlalchemy.sql.base.Options", "sqlalchemy.sql.traversals.HasCacheKey" ] }, { "sqlalchemy.sql.base.ColumnCollection": [ "object" ] }, { "sqlalchemy.sql.base.ColumnSet": [ "object", "set", "sqlalchemy.util._collections.OrderedSet", "typing.AbstractSet", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSet", "typing.Protocol" ] }, { "sqlalchemy.sql.base.CompileState": [ "object" ] }, { "sqlalchemy.sql.base.DedupeColumnCollection": [ "object", "sqlalchemy.sql.base.ColumnCollection" ] }, { "sqlalchemy.sql.base.DialectKWArgs": [ "object" ] }, { "sqlalchemy.sql.base.Executable": [ "object", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.base.ExecutableOption": [ "object", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals" ] }, { "sqlalchemy.sql.base.Generative": [ "object", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.base.HasCompileState": [ "object", "sqlalchemy.sql.base.Generative", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.base.Immutable": [ "object" ] }, { "sqlalchemy.sql.base.ImmutableColumnCollection": [ "object", "sqlalchemy.sql.base.ColumnCollection", "sqlalchemy.util._collections.ImmutableContainer" ] }, { "sqlalchemy.sql.base.InPlaceGenerative": [ "object", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.sql.base.Options": [ "object" ] }, { "sqlalchemy.sql.base.SchemaEventTarget": [ "object" ] }, { "sqlalchemy.sql.base.SchemaVisitor": [ "object", "sqlalchemy.sql.visitors.ExternalTraversal" ] }, { "sqlalchemy.sql.base.SingletonConstant": [ "object", "sqlalchemy.sql.base.Immutable" ] }, { "sqlalchemy.sql.base._DialectArgDict": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "sqlalchemy.sql.base._DialectArgView": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "sqlalchemy.sql.base._MetaOptions": [ "object", "type", "typing.Generic" ] }, { "sqlalchemy.sql.base.prefix_anon_map": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "sqlalchemy.sql.annotation.Annotated": [ "object" ] }, { "sqlalchemy.sql.annotation.SupportsAnnotations": [ "object" ] }, { "sqlalchemy.sql.annotation.SupportsCloneAnnotations": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations" ] }, { "sqlalchemy.sql.annotation.SupportsWrappingAnnotations": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations" ] }, { "sqlalchemy.pool.impl.AssertionPool": [ "object", "sqlalchemy.log.Identified", "sqlalchemy.pool.base.Pool" ] }, { "sqlalchemy.pool.impl.AsyncAdaptedQueuePool": [ "object", "sqlalchemy.log.Identified", "sqlalchemy.pool.base.Pool", "sqlalchemy.pool.impl.QueuePool" ] }, { "sqlalchemy.pool.impl.FallbackAsyncAdaptedQueuePool": [ "object", "sqlalchemy.log.Identified", "sqlalchemy.pool.base.Pool", "sqlalchemy.pool.impl.AsyncAdaptedQueuePool", "sqlalchemy.pool.impl.QueuePool" ] }, { "sqlalchemy.pool.impl.NullPool": [ "object", "sqlalchemy.log.Identified", "sqlalchemy.pool.base.Pool" ] }, { "sqlalchemy.pool.impl.QueuePool": [ "object", "sqlalchemy.log.Identified", "sqlalchemy.pool.base.Pool" ] }, { "sqlalchemy.pool.impl.SingletonThreadPool": [ "object", "sqlalchemy.log.Identified", "sqlalchemy.pool.base.Pool" ] }, { "sqlalchemy.pool.impl.StaticPool": [ "object", "sqlalchemy.log.Identified", "sqlalchemy.pool.base.Pool" ] }, { "sqlalchemy.pool.events.PoolEvents": [ "object", "sqlalchemy.event.base.Events" ] }, { "sqlalchemy.pool.dbapi_proxy._DBProxy": [ "object" ] }, { "sqlalchemy.pool.base.Pool": [ "object", "sqlalchemy.log.Identified" ] }, { "sqlalchemy.pool.base._AsyncConnDialect": [ "object", "sqlalchemy.pool.base._ConnDialect" ] }, { "sqlalchemy.pool.base._ConnDialect": [ "object" ] }, { "sqlalchemy.pool.base._ConnectionFairy": [ "object" ] }, { "sqlalchemy.pool.base._ConnectionRecord": [ "object" ] }, { "sqlalchemy.orm.util.AliasedClass": [ "object" ] }, { "sqlalchemy.orm.util.AliasedInsp": [ "object", "sqlalchemy.orm.base.InspectionAttr", "sqlalchemy.orm.interfaces.ORMColumnsClauseRole", "sqlalchemy.orm.interfaces.ORMEntityColumnsClauseRole", "sqlalchemy.orm.interfaces.ORMFromClauseRole", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.FromClauseRole", "sqlalchemy.sql.roles.JoinTargetRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StrictFromClauseRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.orm.util.Bundle": [ "object", "sqlalchemy.orm.base.InspectionAttr", "sqlalchemy.orm.interfaces.ORMColumnsClauseRole", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsCloneAnnotations", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.UsesInspection" ] }, { "sqlalchemy.orm.util.CascadeOptions": [ "frozenset", "object", "typing.AbstractSet", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "sqlalchemy.orm.util.LoaderCriteriaOption": [ "object", "sqlalchemy.orm.interfaces.CriteriaOption", "sqlalchemy.orm.interfaces.ORMOption", "sqlalchemy.sql.base.ExecutableOption", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals" ] }, { "sqlalchemy.orm.util.ORMAdapter": [ "object", "sqlalchemy.sql.util.ClauseAdapter", "sqlalchemy.sql.util.ColumnAdapter", "sqlalchemy.sql.visitors.CloningExternalTraversal", "sqlalchemy.sql.visitors.ExternalTraversal", "sqlalchemy.sql.visitors.ReplacingExternalTraversal" ] }, { "sqlalchemy.orm.util._ORMJoin": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.AnonymizedFromClauseRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DMLTableRole", "sqlalchemy.sql.roles.FromClauseRole", "sqlalchemy.sql.roles.JoinTargetRole", "sqlalchemy.sql.roles.ReturnsRowsRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StrictFromClauseRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.selectable.FromClause", "sqlalchemy.sql.selectable.Join", "sqlalchemy.sql.selectable.ReturnsRows", "sqlalchemy.sql.selectable.Selectable", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.orm.util._WrapUserEntity": [ "object" ] }, { "sqlalchemy.orm.unitofwork.DeleteAll": [ "object", "sqlalchemy.orm.unitofwork.PostSortRec" ] }, { "sqlalchemy.orm.unitofwork.DeleteState": [ "object", "sqlalchemy.orm.unitofwork.PostSortRec" ] }, { "sqlalchemy.orm.unitofwork.IterateMappersMixin": [ "object" ] }, { "sqlalchemy.orm.unitofwork.PostSortRec": [ "object" ] }, { "sqlalchemy.orm.unitofwork.PostUpdateAll": [ "object", "sqlalchemy.orm.unitofwork.PostSortRec" ] }, { "sqlalchemy.orm.unitofwork.Preprocess": [ "object", "sqlalchemy.orm.unitofwork.IterateMappersMixin" ] }, { "sqlalchemy.orm.unitofwork.ProcessAll": [ "object", "sqlalchemy.orm.unitofwork.IterateMappersMixin", "sqlalchemy.orm.unitofwork.PostSortRec" ] }, { "sqlalchemy.orm.unitofwork.ProcessState": [ "object", "sqlalchemy.orm.unitofwork.PostSortRec" ] }, { "sqlalchemy.orm.unitofwork.SaveUpdateAll": [ "object", "sqlalchemy.orm.unitofwork.PostSortRec" ] }, { "sqlalchemy.orm.unitofwork.SaveUpdateState": [ "object", "sqlalchemy.orm.unitofwork.PostSortRec" ] }, { "sqlalchemy.orm.unitofwork.UOWTransaction": [ "object" ] }, { "sqlalchemy.orm.strategy_options.Load": [ "object", "sqlalchemy.orm.interfaces.LoaderOption", "sqlalchemy.orm.interfaces.ORMOption", "sqlalchemy.sql.base.ExecutableOption", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.orm.strategy_options._UnboundLoad": [ "object", "sqlalchemy.orm.interfaces.LoaderOption", "sqlalchemy.orm.interfaces.ORMOption", "sqlalchemy.orm.strategy_options.Load", "sqlalchemy.sql.base.ExecutableOption", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.orm.strategy_options.loader_option": [ "object" ] }, { "sqlalchemy.orm.strategies.AbstractRelationshipLoader": [ "object", "sqlalchemy.orm.interfaces.LoaderStrategy" ] }, { "sqlalchemy.orm.strategies.ColumnLoader": [ "object", "sqlalchemy.orm.interfaces.LoaderStrategy" ] }, { "sqlalchemy.orm.strategies.DeferredColumnLoader": [ "object", "sqlalchemy.orm.interfaces.LoaderStrategy" ] }, { "sqlalchemy.orm.strategies.DoNothingLoader": [ "object", "sqlalchemy.orm.interfaces.LoaderStrategy" ] }, { "sqlalchemy.orm.strategies.ExpressionColumnLoader": [ "object", "sqlalchemy.orm.interfaces.LoaderStrategy", "sqlalchemy.orm.strategies.ColumnLoader" ] }, { "sqlalchemy.orm.strategies.ImmediateLoader": [ "object", "sqlalchemy.orm.interfaces.LoaderStrategy", "sqlalchemy.orm.strategies.AbstractRelationshipLoader", "sqlalchemy.orm.strategies.PostLoader" ] }, { "sqlalchemy.orm.strategies.JoinedLoader": [ "object", "sqlalchemy.orm.interfaces.LoaderStrategy", "sqlalchemy.orm.strategies.AbstractRelationshipLoader" ] }, { "sqlalchemy.orm.strategies.LazyLoader": [ "object", "sqlalchemy.orm.interfaces.LoaderStrategy", "sqlalchemy.orm.strategies.AbstractRelationshipLoader", "sqlalchemy.util.langhelpers.MemoizedSlots" ] }, { "sqlalchemy.orm.strategies.LoadDeferredColumns": [ "object" ] }, { "sqlalchemy.orm.strategies.LoadLazyAttribute": [ "object" ] }, { "sqlalchemy.orm.strategies.NoLoader": [ "object", "sqlalchemy.orm.interfaces.LoaderStrategy", "sqlalchemy.orm.strategies.AbstractRelationshipLoader" ] }, { "sqlalchemy.orm.strategies.PostLoader": [ "object", "sqlalchemy.orm.interfaces.LoaderStrategy", "sqlalchemy.orm.strategies.AbstractRelationshipLoader" ] }, { "sqlalchemy.orm.strategies.SelectInLoader": [ "object", "sqlalchemy.orm.interfaces.LoaderStrategy", "sqlalchemy.orm.strategies.AbstractRelationshipLoader", "sqlalchemy.orm.strategies.PostLoader", "sqlalchemy.util.langhelpers.MemoizedSlots" ] }, { "sqlalchemy.orm.strategies.SelectInLoader.query_info": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "sqlalchemy.orm.strategies.SubqueryLoader": [ "object", "sqlalchemy.orm.interfaces.LoaderStrategy", "sqlalchemy.orm.strategies.AbstractRelationshipLoader", "sqlalchemy.orm.strategies.PostLoader" ] }, { "sqlalchemy.orm.strategies.SubqueryLoader._SubqCollections": [ "object" ] }, { "sqlalchemy.orm.strategies.UninstrumentedColumnLoader": [ "object", "sqlalchemy.orm.interfaces.LoaderStrategy" ] }, { "sqlalchemy.orm.state.AttributeState": [ "object" ] }, { "sqlalchemy.orm.state.InstanceState": [ "object", "sqlalchemy.orm.base.InspectionAttr", "sqlalchemy.orm.base.InspectionAttrInfo" ] }, { "sqlalchemy.orm.state.PendingCollection": [ "object" ] }, { "sqlalchemy.orm.session.ORMExecuteState": [ "object", "sqlalchemy.util.langhelpers.MemoizedSlots" ] }, { "sqlalchemy.orm.session.Session": [ "object", "sqlalchemy.orm.session._SessionClassMethods" ] }, { "sqlalchemy.orm.session.SessionTransaction": [ "object", "sqlalchemy.engine.util.TransactionalContext" ] }, { "sqlalchemy.orm.session._SessionClassMethods": [ "object" ] }, { "sqlalchemy.orm.session.sessionmaker": [ "object", "sqlalchemy.orm.session._SessionClassMethods" ] }, { "sqlalchemy.orm.scoping.ScopedSessionMixin": [ "object" ] }, { "sqlalchemy.orm.scoping.scoped_session": [ "object", "sqlalchemy.orm.scoping.ScopedSessionMixin" ] }, { "sqlalchemy.orm.scoping.scoped_session.query_property.query": [ "object" ] }, { "sqlalchemy.orm.relationships.JoinCondition": [ "object" ] }, { "sqlalchemy.orm.relationships.RelationshipProperty": [ "object", "sqlalchemy.orm.base.InspectionAttr", "sqlalchemy.orm.base._MappedAttribute", "sqlalchemy.orm.interfaces.MapperProperty", "sqlalchemy.orm.interfaces.StrategizedProperty", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.util.langhelpers.MemoizedSlots" ] }, { "sqlalchemy.orm.relationships.RelationshipProperty.Comparator": [ "object", "sqlalchemy.orm.interfaces.PropComparator", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators" ] }, { "sqlalchemy.orm.relationships._ColInAnnotations": [ "object" ] }, { "sqlalchemy.orm.query.AliasOption": [ "object", "sqlalchemy.orm.interfaces.LoaderOption", "sqlalchemy.orm.interfaces.ORMOption", "sqlalchemy.sql.base.ExecutableOption", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals" ] }, { "sqlalchemy.orm.query.BulkDelete": [ "object", "sqlalchemy.orm.query.BulkUD" ] }, { "sqlalchemy.orm.query.BulkUD": [ "object" ] }, { "sqlalchemy.orm.query.BulkUpdate": [ "object", "sqlalchemy.orm.query.BulkUD" ] }, { "sqlalchemy.orm.query.FromStatement": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsCloneAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements.GroupedElement", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.CompoundElementRole", "sqlalchemy.sql.roles.DMLSelectRole", "sqlalchemy.sql.roles.HasCTERole", "sqlalchemy.sql.roles.InElementRole", "sqlalchemy.sql.roles.ReturnsRowsRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.SelectStatementRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.selectable.HasCTE", "sqlalchemy.sql.selectable.ReturnsRows", "sqlalchemy.sql.selectable.SelectBase", "sqlalchemy.sql.selectable.Selectable", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.orm.query.Query": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsCloneAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.selectable.HasHints", "sqlalchemy.sql.selectable.HasPrefixes", "sqlalchemy.sql.selectable.HasSuffixes", "sqlalchemy.sql.selectable._SelectFromElements", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.orm.properties.ColumnProperty": [ "object", "sqlalchemy.orm.base.InspectionAttr", "sqlalchemy.orm.base._MappedAttribute", "sqlalchemy.orm.interfaces.MapperProperty", "sqlalchemy.orm.interfaces.StrategizedProperty", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.util.langhelpers.MemoizedSlots" ] }, { "sqlalchemy.orm.properties.ColumnProperty.Comparator": [ "object", "sqlalchemy.orm.interfaces.PropComparator", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.util.langhelpers.MemoizedSlots" ] }, { "sqlalchemy.orm.persistence.BulkORMDelete": [ "object", "sqlalchemy.orm.persistence.BulkUDCompileState", "sqlalchemy.sql.base.CompileState", "sqlalchemy.sql.dml.DMLState", "sqlalchemy.sql.dml.DeleteDMLState" ] }, { "sqlalchemy.orm.persistence.BulkORMUpdate": [ "object", "sqlalchemy.orm.persistence.BulkUDCompileState", "sqlalchemy.sql.base.CompileState", "sqlalchemy.sql.dml.DMLState", "sqlalchemy.sql.dml.UpdateDMLState" ] }, { "sqlalchemy.orm.persistence.BulkUDCompileState": [ "object", "sqlalchemy.sql.base.CompileState" ] }, { "sqlalchemy.orm.persistence.BulkUDCompileState.default_update_options": [ "object", "sqlalchemy.sql.base.Options" ] }, { "sqlalchemy.orm.path_registry.AbstractEntityRegistry": [ "object", "sqlalchemy.orm.path_registry.PathRegistry", "sqlalchemy.sql.traversals.HasCacheKey" ] }, { "sqlalchemy.orm.path_registry.CachingEntityRegistry": [ "dict", "object", "sqlalchemy.orm.path_registry.AbstractEntityRegistry", "sqlalchemy.orm.path_registry.PathRegistry", "sqlalchemy.sql.traversals.HasCacheKey", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "sqlalchemy.orm.path_registry.PathRegistry": [ "object", "sqlalchemy.sql.traversals.HasCacheKey" ] }, { "sqlalchemy.orm.path_registry.PathToken": [ "object", "sqlalchemy.sql.traversals.HasCacheKey", "str", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "sqlalchemy.orm.path_registry.PropRegistry": [ "object", "sqlalchemy.orm.path_registry.PathRegistry", "sqlalchemy.sql.traversals.HasCacheKey" ] }, { "sqlalchemy.orm.path_registry.RootRegistry": [ "object", "sqlalchemy.orm.path_registry.PathRegistry", "sqlalchemy.sql.traversals.HasCacheKey" ] }, { "sqlalchemy.orm.path_registry.SlotsEntityRegistry": [ "object", "sqlalchemy.orm.path_registry.AbstractEntityRegistry", "sqlalchemy.orm.path_registry.PathRegistry", "sqlalchemy.sql.traversals.HasCacheKey" ] }, { "sqlalchemy.orm.path_registry.TokenRegistry": [ "object", "sqlalchemy.orm.path_registry.PathRegistry", "sqlalchemy.sql.traversals.HasCacheKey" ] }, { "sqlalchemy.orm.mapper.Mapper": [ "object", "sqlalchemy.orm.base.InspectionAttr", "sqlalchemy.orm.interfaces.ORMColumnsClauseRole", "sqlalchemy.orm.interfaces.ORMEntityColumnsClauseRole", "sqlalchemy.orm.interfaces.ORMFromClauseRole", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.FromClauseRole", "sqlalchemy.sql.roles.JoinTargetRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StrictFromClauseRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.orm.mapper._ColumnMapping": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "sqlalchemy.orm.mapper._OptGetColumnsNotAvailable": [ "BaseException", "Exception", "object" ] }, { "sqlalchemy.orm.loading.PostLoad": [ "object" ] }, { "sqlalchemy.orm.interfaces.CriteriaOption": [ "object", "sqlalchemy.orm.interfaces.ORMOption", "sqlalchemy.sql.base.ExecutableOption", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals" ] }, { "sqlalchemy.orm.interfaces.LoaderOption": [ "object", "sqlalchemy.orm.interfaces.ORMOption", "sqlalchemy.sql.base.ExecutableOption", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals" ] }, { "sqlalchemy.orm.interfaces.LoaderStrategy": [ "object" ] }, { "sqlalchemy.orm.interfaces.MapperOption": [ "object", "sqlalchemy.orm.interfaces.ORMOption", "sqlalchemy.sql.base.ExecutableOption", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals" ] }, { "sqlalchemy.orm.interfaces.MapperProperty": [ "object", "sqlalchemy.orm.base.InspectionAttr", "sqlalchemy.orm.base._MappedAttribute", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.util.langhelpers.MemoizedSlots" ] }, { "sqlalchemy.orm.interfaces.ORMColumnsClauseRole": [ "object", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.UsesInspection" ] }, { "sqlalchemy.orm.interfaces.ORMEntityColumnsClauseRole": [ "object", "sqlalchemy.orm.interfaces.ORMColumnsClauseRole", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.UsesInspection" ] }, { "sqlalchemy.orm.interfaces.ORMFromClauseRole": [ "object", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.FromClauseRole", "sqlalchemy.sql.roles.JoinTargetRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StrictFromClauseRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection" ] }, { "sqlalchemy.orm.interfaces.ORMOption": [ "object", "sqlalchemy.sql.base.ExecutableOption", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals" ] }, { "sqlalchemy.orm.interfaces.ORMStatementRole": [ "object", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole" ] }, { "sqlalchemy.orm.interfaces.PropComparator": [ "object", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators" ] }, { "sqlalchemy.orm.interfaces.StrategizedProperty": [ "object", "sqlalchemy.orm.base.InspectionAttr", "sqlalchemy.orm.base._MappedAttribute", "sqlalchemy.orm.interfaces.MapperProperty", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.util.langhelpers.MemoizedSlots" ] }, { "sqlalchemy.orm.interfaces.UserDefinedOption": [ "object", "sqlalchemy.orm.interfaces.ORMOption", "sqlalchemy.sql.base.ExecutableOption", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals" ] }, { "sqlalchemy.orm.instrumentation.ClassManager": [ "dict", "object", "sqlalchemy.util.langhelpers.HasMemoized", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "sqlalchemy.orm.instrumentation.InstrumentationFactory": [ "object" ] }, { "sqlalchemy.orm.instrumentation._SerializeManager": [ "object" ] }, { "sqlalchemy.orm.identity.IdentityMap": [ "object" ] }, { "sqlalchemy.orm.identity.WeakInstanceDict": [ "object", "sqlalchemy.orm.identity.IdentityMap" ] }, { "sqlalchemy.orm.exc.DetachedInstanceError": [ "BaseException", "Exception", "object", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.SQLAlchemyError" ] }, { "sqlalchemy.orm.exc.FlushError": [ "BaseException", "Exception", "object", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.SQLAlchemyError" ] }, { "sqlalchemy.orm.exc.LoaderStrategyException": [ "BaseException", "Exception", "object", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.InvalidRequestError", "sqlalchemy.exc.SQLAlchemyError" ] }, { "sqlalchemy.orm.exc.ObjectDeletedError": [ "BaseException", "Exception", "object", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.InvalidRequestError", "sqlalchemy.exc.SQLAlchemyError" ] }, { "sqlalchemy.orm.exc.ObjectDereferencedError": [ "BaseException", "Exception", "object", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.SQLAlchemyError" ] }, { "sqlalchemy.orm.exc.StaleDataError": [ "BaseException", "Exception", "object", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.SQLAlchemyError" ] }, { "sqlalchemy.orm.exc.UnmappedClassError": [ "BaseException", "Exception", "object", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.InvalidRequestError", "sqlalchemy.exc.SQLAlchemyError", "sqlalchemy.orm.exc.UnmappedError" ] }, { "sqlalchemy.orm.exc.UnmappedColumnError": [ "BaseException", "Exception", "object", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.InvalidRequestError", "sqlalchemy.exc.SQLAlchemyError" ] }, { "sqlalchemy.orm.exc.UnmappedError": [ "BaseException", "Exception", "object", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.InvalidRequestError", "sqlalchemy.exc.SQLAlchemyError" ] }, { "sqlalchemy.orm.exc.UnmappedInstanceError": [ "BaseException", "Exception", "object", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.InvalidRequestError", "sqlalchemy.exc.SQLAlchemyError", "sqlalchemy.orm.exc.UnmappedError" ] }, { "sqlalchemy.orm.events.AttributeEvents": [ "object", "sqlalchemy.event.base.Events" ] }, { "sqlalchemy.orm.events.InstanceEvents": [ "object", "sqlalchemy.event.base.Events" ] }, { "sqlalchemy.orm.events.InstrumentationEvents": [ "object", "sqlalchemy.event.base.Events" ] }, { "sqlalchemy.orm.events.MapperEvents": [ "object", "sqlalchemy.event.base.Events" ] }, { "sqlalchemy.orm.events.QueryEvents": [ "object", "sqlalchemy.event.base.Events" ] }, { "sqlalchemy.orm.events.SessionEvents": [ "object", "sqlalchemy.event.base.Events" ] }, { "sqlalchemy.orm.events._EventsHold": [ "object", "sqlalchemy.event.attr.RefCollection", "sqlalchemy.util.langhelpers.MemoizedSlots" ] }, { "sqlalchemy.orm.events._EventsHold.HoldEvents": [ "object" ] }, { "sqlalchemy.orm.events._InstanceEventsHold": [ "object", "sqlalchemy.event.attr.RefCollection", "sqlalchemy.orm.events._EventsHold", "sqlalchemy.util.langhelpers.MemoizedSlots" ] }, { "sqlalchemy.orm.events._InstanceEventsHold.HoldInstanceEvents": [ "object", "sqlalchemy.event.base.Events", "sqlalchemy.orm.events.InstanceEvents", "sqlalchemy.orm.events._EventsHold.HoldEvents" ] }, { "sqlalchemy.orm.events._InstrumentationEventsHold": [ "object" ] }, { "sqlalchemy.orm.events._MapperEventsHold": [ "object", "sqlalchemy.event.attr.RefCollection", "sqlalchemy.orm.events._EventsHold", "sqlalchemy.util.langhelpers.MemoizedSlots" ] }, { "sqlalchemy.orm.events._MapperEventsHold.HoldMapperEvents": [ "object", "sqlalchemy.event.base.Events", "sqlalchemy.orm.events.MapperEvents", "sqlalchemy.orm.events._EventsHold.HoldEvents" ] }, { "sqlalchemy.orm.evaluator.EvaluatorCompiler": [ "object" ] }, { "sqlalchemy.orm.evaluator.UnevaluatableError": [ "BaseException", "Exception", "object" ] }, { "sqlalchemy.orm.evaluator._NoObject": [ "object", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators" ] }, { "sqlalchemy.orm.dynamic.AppenderMixin": [ "object" ] }, { "sqlalchemy.orm.dynamic.AppenderQuery": [ "object", "sqlalchemy.orm.dynamic.AppenderMixin", "sqlalchemy.orm.query.Query", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsCloneAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.selectable.HasHints", "sqlalchemy.sql.selectable.HasPrefixes", "sqlalchemy.sql.selectable.HasSuffixes", "sqlalchemy.sql.selectable._SelectFromElements", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.orm.dynamic.CollectionHistory": [ "object" ] }, { "sqlalchemy.orm.dynamic.DynaLoader": [ "object", "sqlalchemy.orm.interfaces.LoaderStrategy", "sqlalchemy.orm.strategies.AbstractRelationshipLoader" ] }, { "sqlalchemy.orm.dynamic.DynamicAttributeImpl": [ "object", "sqlalchemy.orm.attributes.AttributeImpl" ] }, { "sqlalchemy.orm.dynamic.DynamicCollectionAdapter": [ "object" ] }, { "sqlalchemy.orm.descriptor_props.CompositeProperty": [ "object", "sqlalchemy.orm.base.InspectionAttr", "sqlalchemy.orm.base._MappedAttribute", "sqlalchemy.orm.descriptor_props.DescriptorProperty", "sqlalchemy.orm.interfaces.MapperProperty", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.util.langhelpers.MemoizedSlots" ] }, { "sqlalchemy.orm.descriptor_props.CompositeProperty.Comparator": [ "object", "sqlalchemy.orm.interfaces.PropComparator", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators" ] }, { "sqlalchemy.orm.descriptor_props.CompositeProperty.CompositeBundle": [ "object", "sqlalchemy.orm.base.InspectionAttr", "sqlalchemy.orm.interfaces.ORMColumnsClauseRole", "sqlalchemy.orm.util.Bundle", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsCloneAnnotations", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.UsesInspection" ] }, { "sqlalchemy.orm.descriptor_props.ConcreteInheritedProperty": [ "object", "sqlalchemy.orm.base.InspectionAttr", "sqlalchemy.orm.base._MappedAttribute", "sqlalchemy.orm.descriptor_props.DescriptorProperty", "sqlalchemy.orm.interfaces.MapperProperty", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.util.langhelpers.MemoizedSlots" ] }, { "sqlalchemy.orm.descriptor_props.ConcreteInheritedProperty.__init__.NoninheritedConcreteProp": [ "object" ] }, { "sqlalchemy.orm.descriptor_props.DescriptorProperty": [ "object", "sqlalchemy.orm.base.InspectionAttr", "sqlalchemy.orm.base._MappedAttribute", "sqlalchemy.orm.interfaces.MapperProperty", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.util.langhelpers.MemoizedSlots" ] }, { "sqlalchemy.orm.descriptor_props.DescriptorProperty.instrument_class._ProxyImpl": [ "object" ] }, { "sqlalchemy.orm.descriptor_props.SynonymProperty": [ "object", "sqlalchemy.orm.base.InspectionAttr", "sqlalchemy.orm.base._MappedAttribute", "sqlalchemy.orm.descriptor_props.DescriptorProperty", "sqlalchemy.orm.interfaces.MapperProperty", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.util.langhelpers.MemoizedSlots" ] }, { "sqlalchemy.orm.dependency.DependencyProcessor": [ "object" ] }, { "sqlalchemy.orm.dependency.DetectKeySwitch": [ "object", "sqlalchemy.orm.dependency.DependencyProcessor" ] }, { "sqlalchemy.orm.dependency.ManyToManyDP": [ "object", "sqlalchemy.orm.dependency.DependencyProcessor" ] }, { "sqlalchemy.orm.dependency.ManyToOneDP": [ "object", "sqlalchemy.orm.dependency.DependencyProcessor" ] }, { "sqlalchemy.orm.dependency.OneToManyDP": [ "object", "sqlalchemy.orm.dependency.DependencyProcessor" ] }, { "sqlalchemy.orm.decl_base._ClassScanMapperConfig": [ "object", "sqlalchemy.orm.decl_base._MapperConfig" ] }, { "sqlalchemy.orm.decl_base._DeferredMapperConfig": [ "object", "sqlalchemy.orm.decl_base._ClassScanMapperConfig", "sqlalchemy.orm.decl_base._MapperConfig" ] }, { "sqlalchemy.orm.decl_base._ImperativeMapperConfig": [ "object", "sqlalchemy.orm.decl_base._MapperConfig" ] }, { "sqlalchemy.orm.decl_base._MapperConfig": [ "object" ] }, { "sqlalchemy.orm.decl_api.DeclarativeMeta": [ "object", "type", "typing.Generic" ] }, { "sqlalchemy.orm.decl_api._stateful_declared_attr": [ "object", "property", "sqlalchemy.orm.base._MappedAttribute", "sqlalchemy.orm.decl_api.declared_attr" ] }, { "sqlalchemy.orm.decl_api.declared_attr": [ "object", "property", "sqlalchemy.orm.base._MappedAttribute" ] }, { "sqlalchemy.orm.decl_api.registry": [ "object" ] }, { "sqlalchemy.orm.context.ORMCompileState": [ "object", "sqlalchemy.sql.base.CompileState" ] }, { "sqlalchemy.orm.context.ORMCompileState.default_compile_options": [ "object", "sqlalchemy.sql.base.CacheableOptions", "sqlalchemy.sql.base.Options", "sqlalchemy.sql.traversals.HasCacheKey" ] }, { "sqlalchemy.orm.context.ORMFromStatementCompileState": [ "object", "sqlalchemy.orm.context.ORMCompileState", "sqlalchemy.sql.base.CompileState" ] }, { "sqlalchemy.orm.context.ORMSelectCompileState": [ "object", "sqlalchemy.orm.context.ORMCompileState", "sqlalchemy.sql.base.CompileState", "sqlalchemy.sql.selectable.SelectState", "sqlalchemy.util.langhelpers.MemoizedSlots" ] }, { "sqlalchemy.orm.context.QueryContext": [ "object" ] }, { "sqlalchemy.orm.context.QueryContext.default_load_options": [ "object", "sqlalchemy.sql.base.Options" ] }, { "sqlalchemy.orm.context._BundleEntity": [ "object", "sqlalchemy.orm.context._QueryEntity" ] }, { "sqlalchemy.orm.context._ColumnEntity": [ "object", "sqlalchemy.orm.context._QueryEntity" ] }, { "sqlalchemy.orm.context._IdentityTokenEntity": [ "object", "sqlalchemy.orm.context._ColumnEntity", "sqlalchemy.orm.context._ORMColumnEntity", "sqlalchemy.orm.context._QueryEntity" ] }, { "sqlalchemy.orm.context._MapperEntity": [ "object", "sqlalchemy.orm.context._QueryEntity" ] }, { "sqlalchemy.orm.context._ORMColumnEntity": [ "object", "sqlalchemy.orm.context._ColumnEntity", "sqlalchemy.orm.context._QueryEntity" ] }, { "sqlalchemy.orm.context._QueryEntity": [ "object" ] }, { "sqlalchemy.orm.context._RawColumnEntity": [ "object", "sqlalchemy.orm.context._ColumnEntity", "sqlalchemy.orm.context._QueryEntity" ] }, { "sqlalchemy.orm.collections.CollectionAdapter": [ "object" ] }, { "sqlalchemy.orm.collections.InstrumentedDict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "sqlalchemy.orm.collections.InstrumentedList": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "sqlalchemy.orm.collections.InstrumentedSet": [ "object", "set", "typing.AbstractSet", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSet", "typing.Protocol" ] }, { "sqlalchemy.orm.collections.MappedCollection": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "sqlalchemy.orm.collections._PlainColumnGetter": [ "object" ] }, { "sqlalchemy.orm.collections._SerializableAttrGetter": [ "object" ] }, { "sqlalchemy.orm.collections._SerializableColumnGetter": [ "object" ] }, { "sqlalchemy.orm.collections._SerializableColumnGetterV2": [ "object", "sqlalchemy.orm.collections._PlainColumnGetter" ] }, { "sqlalchemy.orm.collections.collection": [ "object" ] }, { "sqlalchemy.orm.clsregistry._GetColumns": [ "object" ] }, { "sqlalchemy.orm.clsregistry._GetTable": [ "object" ] }, { "sqlalchemy.orm.clsregistry._ModNS": [ "object" ] }, { "sqlalchemy.orm.clsregistry._ModuleMarker": [ "object" ] }, { "sqlalchemy.orm.clsregistry._MultipleClassMarker": [ "object" ] }, { "sqlalchemy.orm.clsregistry._class_resolver": [ "object" ] }, { "sqlalchemy.orm.base.InspectionAttr": [ "object" ] }, { "sqlalchemy.orm.base.InspectionAttrInfo": [ "object", "sqlalchemy.orm.base.InspectionAttr" ] }, { "sqlalchemy.orm.base._MappedAttribute": [ "object" ] }, { "sqlalchemy.orm.attributes.AttributeEvent": [ "object" ] }, { "sqlalchemy.orm.attributes.AttributeImpl": [ "object" ] }, { "sqlalchemy.orm.attributes.CollectionAttributeImpl": [ "object", "sqlalchemy.orm.attributes.AttributeImpl" ] }, { "sqlalchemy.orm.attributes.History": [ "object" ] }, { "sqlalchemy.orm.attributes.InstrumentedAttribute": [ "object", "sqlalchemy.orm.attributes.Mapped", "sqlalchemy.orm.attributes.QueryableAttribute", "sqlalchemy.orm.base.InspectionAttr", "sqlalchemy.orm.base._MappedAttribute", "sqlalchemy.orm.interfaces.PropComparator", "sqlalchemy.sql.base.Immutable", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.JoinTargetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.util.langhelpers.HasMemoized", "typing.Generic" ] }, { "sqlalchemy.orm.attributes.Mapped": [ "object", "sqlalchemy.orm.attributes.QueryableAttribute", "sqlalchemy.orm.base.InspectionAttr", "sqlalchemy.orm.base._MappedAttribute", "sqlalchemy.orm.interfaces.PropComparator", "sqlalchemy.sql.base.Immutable", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.JoinTargetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.util.langhelpers.HasMemoized", "typing.Generic" ] }, { "sqlalchemy.orm.attributes.NoKey": [ "object", "str", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "sqlalchemy.orm.attributes.QueryableAttribute": [ "object", "sqlalchemy.orm.base.InspectionAttr", "sqlalchemy.orm.base._MappedAttribute", "sqlalchemy.orm.interfaces.PropComparator", "sqlalchemy.sql.base.Immutable", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.JoinTargetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.orm.attributes.ScalarAttributeImpl": [ "object", "sqlalchemy.orm.attributes.AttributeImpl" ] }, { "sqlalchemy.orm.attributes.ScalarObjectAttributeImpl": [ "object", "sqlalchemy.orm.attributes.AttributeImpl", "sqlalchemy.orm.attributes.ScalarAttributeImpl" ] }, { "sqlalchemy.orm.attributes.create_proxied_attribute.Proxy": [ "object", "sqlalchemy.orm.attributes.QueryableAttribute", "sqlalchemy.orm.base.InspectionAttr", "sqlalchemy.orm.base._MappedAttribute", "sqlalchemy.orm.interfaces.PropComparator", "sqlalchemy.sql.base.Immutable", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.JoinTargetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.log.Identified": [ "object" ] }, { "sqlalchemy.log.InstanceLogger": [ "object" ] }, { "sqlalchemy.log.echo_property": [ "object" ] }, { "sqlalchemy.future.engine.Connection": [ "object", "sqlalchemy.engine.base.Connection", "sqlalchemy.engine.interfaces.Connectable" ] }, { "sqlalchemy.future.engine.Engine": [ "object", "sqlalchemy.engine.base.Engine", "sqlalchemy.engine.interfaces.Connectable", "sqlalchemy.log.Identified" ] }, { "sqlalchemy.future.engine.Engine._trans_ctx": [ "object" ] }, { "sqlalchemy.future.engine.OptionEngine": [ "object", "sqlalchemy.engine.base.Engine", "sqlalchemy.engine.base.OptionEngineMixin", "sqlalchemy.engine.interfaces.Connectable", "sqlalchemy.future.engine.Engine", "sqlalchemy.log.Identified" ] }, { "sqlalchemy.ext.orderinglist.OrderingList": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "sqlalchemy.ext.mypy.util.DeclClassApplied": [ "object" ] }, { "sqlalchemy.ext.mypy.plugin.SQLAlchemyPlugin": [ "object" ] }, { "sqlalchemy.ext.mutable.Mutable": [ "object", "sqlalchemy.ext.mutable.MutableBase" ] }, { "sqlalchemy.ext.mutable.MutableBase": [ "object" ] }, { "sqlalchemy.ext.mutable.MutableComposite": [ "object", "sqlalchemy.ext.mutable.MutableBase" ] }, { "sqlalchemy.ext.mutable.MutableDict": [ "dict", "object", "sqlalchemy.ext.mutable.Mutable", "sqlalchemy.ext.mutable.MutableBase", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "sqlalchemy.ext.mutable.MutableList": [ "list", "object", "sqlalchemy.ext.mutable.Mutable", "sqlalchemy.ext.mutable.MutableBase", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "sqlalchemy.ext.mutable.MutableSet": [ "object", "set", "sqlalchemy.ext.mutable.Mutable", "sqlalchemy.ext.mutable.MutableBase", "typing.AbstractSet", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSet", "typing.Protocol" ] }, { "sqlalchemy.ext.instrumentation.ExtendedInstrumentationRegistry": [ "object", "sqlalchemy.orm.instrumentation.InstrumentationFactory" ] }, { "sqlalchemy.ext.instrumentation.InstrumentationManager": [ "object" ] }, { "sqlalchemy.ext.instrumentation._ClassInstrumentationAdapter": [ "dict", "object", "sqlalchemy.orm.instrumentation.ClassManager", "sqlalchemy.util.langhelpers.HasMemoized", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "sqlalchemy.ext.indexable.index_property": [ "object", "sqlalchemy.ext.hybrid.hybrid_property", "sqlalchemy.orm.base.InspectionAttr", "sqlalchemy.orm.base.InspectionAttrInfo" ] }, { "sqlalchemy.ext.hybrid.Comparator": [ "object", "sqlalchemy.orm.interfaces.PropComparator", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators" ] }, { "sqlalchemy.ext.hybrid.ExprComparator": [ "object", "sqlalchemy.ext.hybrid.Comparator", "sqlalchemy.orm.interfaces.PropComparator", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators" ] }, { "sqlalchemy.ext.hybrid.hybrid_method": [ "object", "sqlalchemy.orm.base.InspectionAttr", "sqlalchemy.orm.base.InspectionAttrInfo" ] }, { "sqlalchemy.ext.hybrid.hybrid_property": [ "object", "sqlalchemy.orm.base.InspectionAttr", "sqlalchemy.orm.base.InspectionAttrInfo" ] }, { "sqlalchemy.ext.horizontal_shard.ShardedQuery": [ "object", "sqlalchemy.orm.query.Query", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsCloneAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.selectable.HasHints", "sqlalchemy.sql.selectable.HasPrefixes", "sqlalchemy.sql.selectable.HasSuffixes", "sqlalchemy.sql.selectable._SelectFromElements", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.ext.horizontal_shard.ShardedSession": [ "object", "sqlalchemy.orm.session.Session", "sqlalchemy.orm.session._SessionClassMethods" ] }, { "sqlalchemy.ext.declarative.extensions.AbstractConcreteBase": [ "object", "sqlalchemy.ext.declarative.extensions.ConcreteBase" ] }, { "sqlalchemy.ext.declarative.extensions.ConcreteBase": [ "object" ] }, { "sqlalchemy.ext.declarative.extensions.DeferredReflection": [ "object" ] }, { "sqlalchemy.ext.compiler._dispatcher": [ "object" ] }, { "sqlalchemy.ext.baked.BakedQuery": [ "object" ] }, { "sqlalchemy.ext.baked.Bakery": [ "object" ] }, { "sqlalchemy.ext.baked.Result": [ "object" ] }, { "sqlalchemy.ext.automap.AutomapBase": [ "object" ] }, { "sqlalchemy.ext.asyncio.session.AsyncSession": [ "object", "sqlalchemy.ext.asyncio.base.ReversibleProxy" ] }, { "sqlalchemy.ext.asyncio.session.AsyncSessionTransaction": [ "abc.ABC", "object", "sqlalchemy.ext.asyncio.base.ReversibleProxy", "sqlalchemy.ext.asyncio.base.StartableContext" ] }, { "sqlalchemy.ext.asyncio.session._AsyncSessionContextManager": [ "object" ] }, { "sqlalchemy.ext.asyncio.scoping.async_scoped_session": [ "object", "sqlalchemy.orm.scoping.ScopedSessionMixin" ] }, { "sqlalchemy.ext.asyncio.result.AsyncCommon": [ "object", "sqlalchemy.engine.result.FilterResult", "sqlalchemy.engine.result.ResultInternal", "sqlalchemy.sql.base.InPlaceGenerative", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.ext.asyncio.result.AsyncMappingResult": [ "object", "sqlalchemy.engine.result.FilterResult", "sqlalchemy.engine.result.ResultInternal", "sqlalchemy.ext.asyncio.result.AsyncCommon", "sqlalchemy.sql.base.InPlaceGenerative", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.ext.asyncio.result.AsyncResult": [ "object", "sqlalchemy.engine.result.FilterResult", "sqlalchemy.engine.result.ResultInternal", "sqlalchemy.ext.asyncio.result.AsyncCommon", "sqlalchemy.sql.base.InPlaceGenerative", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.ext.asyncio.result.AsyncScalarResult": [ "object", "sqlalchemy.engine.result.FilterResult", "sqlalchemy.engine.result.ResultInternal", "sqlalchemy.ext.asyncio.result.AsyncCommon", "sqlalchemy.sql.base.InPlaceGenerative", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.ext.asyncio.exc.AsyncContextAlreadyStarted": [ "BaseException", "Exception", "object", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.InvalidRequestError", "sqlalchemy.exc.SQLAlchemyError" ] }, { "sqlalchemy.ext.asyncio.exc.AsyncContextNotStarted": [ "BaseException", "Exception", "object", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.InvalidRequestError", "sqlalchemy.exc.SQLAlchemyError" ] }, { "sqlalchemy.ext.asyncio.exc.AsyncMethodRequired": [ "BaseException", "Exception", "object", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.InvalidRequestError", "sqlalchemy.exc.SQLAlchemyError" ] }, { "sqlalchemy.ext.asyncio.events.AsyncConnectionEvents": [ "object", "sqlalchemy.engine.events.ConnectionEvents", "sqlalchemy.event.base.Events" ] }, { "sqlalchemy.ext.asyncio.events.AsyncSessionEvents": [ "object", "sqlalchemy.event.base.Events", "sqlalchemy.orm.events.SessionEvents" ] }, { "sqlalchemy.ext.asyncio.engine.AsyncConnectable": [ "object" ] }, { "sqlalchemy.ext.asyncio.engine.AsyncConnection": [ "abc.ABC", "object", "sqlalchemy.ext.asyncio.base.ProxyComparable", "sqlalchemy.ext.asyncio.base.ReversibleProxy", "sqlalchemy.ext.asyncio.base.StartableContext", "sqlalchemy.ext.asyncio.engine.AsyncConnectable" ] }, { "sqlalchemy.ext.asyncio.engine.AsyncEngine": [ "object", "sqlalchemy.ext.asyncio.base.ProxyComparable", "sqlalchemy.ext.asyncio.base.ReversibleProxy", "sqlalchemy.ext.asyncio.engine.AsyncConnectable" ] }, { "sqlalchemy.ext.asyncio.engine.AsyncEngine._trans_ctx": [ "abc.ABC", "object", "sqlalchemy.ext.asyncio.base.StartableContext" ] }, { "sqlalchemy.ext.asyncio.engine.AsyncTransaction": [ "abc.ABC", "object", "sqlalchemy.ext.asyncio.base.ProxyComparable", "sqlalchemy.ext.asyncio.base.ReversibleProxy", "sqlalchemy.ext.asyncio.base.StartableContext" ] }, { "sqlalchemy.ext.asyncio.base.ProxyComparable": [ "object", "sqlalchemy.ext.asyncio.base.ReversibleProxy" ] }, { "sqlalchemy.ext.asyncio.base.ReversibleProxy": [ "object" ] }, { "sqlalchemy.ext.asyncio.base.StartableContext": [ "abc.ABC", "object" ] }, { "sqlalchemy.ext.associationproxy.AmbiguousAssociationProxyInstance": [ "object", "sqlalchemy.ext.associationproxy.AssociationProxyInstance" ] }, { "sqlalchemy.ext.associationproxy.AssociationProxy": [ "object", "sqlalchemy.orm.base.InspectionAttr", "sqlalchemy.orm.base.InspectionAttrInfo" ] }, { "sqlalchemy.ext.associationproxy.AssociationProxyInstance": [ "object" ] }, { "sqlalchemy.ext.associationproxy.ColumnAssociationProxyInstance": [ "object", "sqlalchemy.ext.associationproxy.AssociationProxyInstance", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators" ] }, { "sqlalchemy.ext.associationproxy.ObjectAssociationProxyInstance": [ "object", "sqlalchemy.ext.associationproxy.AssociationProxyInstance" ] }, { "sqlalchemy.ext.associationproxy._AssociationCollection": [ "object" ] }, { "sqlalchemy.ext.associationproxy._AssociationDict": [ "object", "sqlalchemy.ext.associationproxy._AssociationCollection" ] }, { "sqlalchemy.ext.associationproxy._AssociationList": [ "object", "sqlalchemy.ext.associationproxy._AssociationCollection" ] }, { "sqlalchemy.ext.associationproxy._AssociationSet": [ "object", "sqlalchemy.ext.associationproxy._AssociationCollection" ] }, { "sqlalchemy.ext.associationproxy._lazy_collection": [ "object" ] }, { "sqlalchemy.exc.AmbiguousForeignKeysError": [ "BaseException", "Exception", "object", "sqlalchemy.exc.ArgumentError", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.SQLAlchemyError" ] }, { "sqlalchemy.exc.ArgumentError": [ "BaseException", "Exception", "object", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.SQLAlchemyError" ] }, { "sqlalchemy.exc.AwaitRequired": [ "BaseException", "Exception", "object", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.InvalidRequestError", "sqlalchemy.exc.SQLAlchemyError" ] }, { "sqlalchemy.exc.CircularDependencyError": [ "BaseException", "Exception", "object", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.SQLAlchemyError" ] }, { "sqlalchemy.exc.CompileError": [ "BaseException", "Exception", "object", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.SQLAlchemyError" ] }, { "sqlalchemy.exc.DBAPIError": [ "BaseException", "Exception", "object", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.SQLAlchemyError", "sqlalchemy.exc.StatementError" ] }, { "sqlalchemy.exc.DataError": [ "BaseException", "Exception", "object", "sqlalchemy.exc.DBAPIError", "sqlalchemy.exc.DatabaseError", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.SQLAlchemyError", "sqlalchemy.exc.StatementError" ] }, { "sqlalchemy.exc.DatabaseError": [ "BaseException", "Exception", "object", "sqlalchemy.exc.DBAPIError", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.SQLAlchemyError", "sqlalchemy.exc.StatementError" ] }, { "sqlalchemy.exc.DisconnectionError": [ "BaseException", "Exception", "object", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.SQLAlchemyError" ] }, { "sqlalchemy.exc.DontWrapMixin": [ "object" ] }, { "sqlalchemy.exc.HasDescriptionCode": [ "object" ] }, { "sqlalchemy.exc.IdentifierError": [ "BaseException", "Exception", "object", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.SQLAlchemyError" ] }, { "sqlalchemy.exc.IntegrityError": [ "BaseException", "Exception", "object", "sqlalchemy.exc.DBAPIError", "sqlalchemy.exc.DatabaseError", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.SQLAlchemyError", "sqlalchemy.exc.StatementError" ] }, { "sqlalchemy.exc.InterfaceError": [ "BaseException", "Exception", "object", "sqlalchemy.exc.DBAPIError", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.SQLAlchemyError", "sqlalchemy.exc.StatementError" ] }, { "sqlalchemy.exc.InternalError": [ "BaseException", "Exception", "object", "sqlalchemy.exc.DBAPIError", "sqlalchemy.exc.DatabaseError", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.SQLAlchemyError", "sqlalchemy.exc.StatementError" ] }, { "sqlalchemy.exc.InvalidRequestError": [ "BaseException", "Exception", "object", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.SQLAlchemyError" ] }, { "sqlalchemy.exc.InvalidatePoolError": [ "BaseException", "Exception", "object", "sqlalchemy.exc.DisconnectionError", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.SQLAlchemyError" ] }, { "sqlalchemy.exc.MissingGreenlet": [ "BaseException", "Exception", "object", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.InvalidRequestError", "sqlalchemy.exc.SQLAlchemyError" ] }, { "sqlalchemy.exc.MovedIn20Warning": [ "BaseException", "DeprecationWarning", "Exception", "Warning", "object", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.RemovedIn20Warning", "sqlalchemy.exc.SADeprecationWarning" ] }, { "sqlalchemy.exc.MultipleResultsFound": [ "BaseException", "Exception", "object", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.InvalidRequestError", "sqlalchemy.exc.SQLAlchemyError" ] }, { "sqlalchemy.exc.NoForeignKeysError": [ "BaseException", "Exception", "object", "sqlalchemy.exc.ArgumentError", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.SQLAlchemyError" ] }, { "sqlalchemy.exc.NoInspectionAvailable": [ "BaseException", "Exception", "object", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.InvalidRequestError", "sqlalchemy.exc.SQLAlchemyError" ] }, { "sqlalchemy.exc.NoReferenceError": [ "BaseException", "Exception", "object", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.InvalidRequestError", "sqlalchemy.exc.SQLAlchemyError" ] }, { "sqlalchemy.exc.NoReferencedColumnError": [ "BaseException", "Exception", "object", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.InvalidRequestError", "sqlalchemy.exc.NoReferenceError", "sqlalchemy.exc.SQLAlchemyError" ] }, { "sqlalchemy.exc.NoReferencedTableError": [ "BaseException", "Exception", "object", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.InvalidRequestError", "sqlalchemy.exc.NoReferenceError", "sqlalchemy.exc.SQLAlchemyError" ] }, { "sqlalchemy.exc.NoResultFound": [ "BaseException", "Exception", "object", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.InvalidRequestError", "sqlalchemy.exc.SQLAlchemyError" ] }, { "sqlalchemy.exc.NoSuchColumnError": [ "BaseException", "Exception", "KeyError", "LookupError", "object", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.InvalidRequestError", "sqlalchemy.exc.SQLAlchemyError" ] }, { "sqlalchemy.exc.NoSuchModuleError": [ "BaseException", "Exception", "object", "sqlalchemy.exc.ArgumentError", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.SQLAlchemyError" ] }, { "sqlalchemy.exc.NoSuchTableError": [ "BaseException", "Exception", "object", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.InvalidRequestError", "sqlalchemy.exc.SQLAlchemyError" ] }, { "sqlalchemy.exc.NotSupportedError": [ "BaseException", "Exception", "object", "sqlalchemy.exc.DBAPIError", "sqlalchemy.exc.DatabaseError", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.SQLAlchemyError", "sqlalchemy.exc.StatementError" ] }, { "sqlalchemy.exc.ObjectNotExecutableError": [ "BaseException", "Exception", "object", "sqlalchemy.exc.ArgumentError", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.SQLAlchemyError" ] }, { "sqlalchemy.exc.OperationalError": [ "BaseException", "Exception", "object", "sqlalchemy.exc.DBAPIError", "sqlalchemy.exc.DatabaseError", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.SQLAlchemyError", "sqlalchemy.exc.StatementError" ] }, { "sqlalchemy.exc.PendingRollbackError": [ "BaseException", "Exception", "object", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.InvalidRequestError", "sqlalchemy.exc.SQLAlchemyError" ] }, { "sqlalchemy.exc.ProgrammingError": [ "BaseException", "Exception", "object", "sqlalchemy.exc.DBAPIError", "sqlalchemy.exc.DatabaseError", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.SQLAlchemyError", "sqlalchemy.exc.StatementError" ] }, { "sqlalchemy.exc.RemovedIn20Warning": [ "BaseException", "DeprecationWarning", "Exception", "Warning", "object", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.SADeprecationWarning" ] }, { "sqlalchemy.exc.ResourceClosedError": [ "BaseException", "Exception", "object", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.InvalidRequestError", "sqlalchemy.exc.SQLAlchemyError" ] }, { "sqlalchemy.exc.SADeprecationWarning": [ "BaseException", "DeprecationWarning", "Exception", "Warning", "object", "sqlalchemy.exc.HasDescriptionCode" ] }, { "sqlalchemy.exc.SAPendingDeprecationWarning": [ "BaseException", "Exception", "PendingDeprecationWarning", "Warning", "object" ] }, { "sqlalchemy.exc.SAWarning": [ "BaseException", "Exception", "RuntimeWarning", "Warning", "object", "sqlalchemy.exc.HasDescriptionCode" ] }, { "sqlalchemy.exc.SQLAlchemyError": [ "BaseException", "Exception", "object", "sqlalchemy.exc.HasDescriptionCode" ] }, { "sqlalchemy.exc.StatementError": [ "BaseException", "Exception", "object", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.SQLAlchemyError" ] }, { "sqlalchemy.exc.TimeoutError": [ "BaseException", "Exception", "object", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.SQLAlchemyError" ] }, { "sqlalchemy.exc.UnboundExecutionError": [ "BaseException", "Exception", "object", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.InvalidRequestError", "sqlalchemy.exc.SQLAlchemyError" ] }, { "sqlalchemy.exc.UnreflectableTableError": [ "BaseException", "Exception", "object", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.InvalidRequestError", "sqlalchemy.exc.SQLAlchemyError" ] }, { "sqlalchemy.exc.UnsupportedCompilationError": [ "BaseException", "Exception", "object", "sqlalchemy.exc.CompileError", "sqlalchemy.exc.HasDescriptionCode", "sqlalchemy.exc.SQLAlchemyError" ] }, { "sqlalchemy.event.registry._EventKey": [ "object" ] }, { "sqlalchemy.event.base.Events": [ "object" ] }, { "sqlalchemy.event.base._Dispatch": [ "object" ] }, { "sqlalchemy.event.base._EventMeta": [ "object", "type", "typing.Generic" ] }, { "sqlalchemy.event.base._JoinedDispatcher": [ "object" ] }, { "sqlalchemy.event.base._UnpickleDispatch": [ "object" ] }, { "sqlalchemy.event.base.dispatcher": [ "object" ] }, { "sqlalchemy.event.base.slots_dispatcher": [ "object", "sqlalchemy.event.base.dispatcher" ] }, { "sqlalchemy.event.attr.RefCollection": [ "object", "sqlalchemy.util.langhelpers.MemoizedSlots" ] }, { "sqlalchemy.event.attr._ClsLevelDispatch": [ "object", "sqlalchemy.event.attr.RefCollection", "sqlalchemy.util.langhelpers.MemoizedSlots" ] }, { "sqlalchemy.event.attr._CompoundListener": [ "object", "sqlalchemy.event.attr.RefCollection", "sqlalchemy.event.attr._InstanceLevelDispatch", "sqlalchemy.util.langhelpers.MemoizedSlots" ] }, { "sqlalchemy.event.attr._EmptyListener": [ "object", "sqlalchemy.event.attr.RefCollection", "sqlalchemy.event.attr._InstanceLevelDispatch", "sqlalchemy.util.langhelpers.MemoizedSlots" ] }, { "sqlalchemy.event.attr._InstanceLevelDispatch": [ "object", "sqlalchemy.event.attr.RefCollection", "sqlalchemy.util.langhelpers.MemoizedSlots" ] }, { "sqlalchemy.event.attr._JoinedListener": [ "object", "sqlalchemy.event.attr.RefCollection", "sqlalchemy.event.attr._CompoundListener", "sqlalchemy.event.attr._InstanceLevelDispatch", "sqlalchemy.util.langhelpers.MemoizedSlots" ] }, { "sqlalchemy.event.attr._ListenerCollection": [ "object", "sqlalchemy.event.attr.RefCollection", "sqlalchemy.event.attr._CompoundListener", "sqlalchemy.event.attr._InstanceLevelDispatch", "sqlalchemy.util.langhelpers.MemoizedSlots" ] }, { "sqlalchemy.event.attr._empty_collection": [ "object" ] }, { "sqlalchemy.engine.util.TransactionalContext": [ "object" ] }, { "sqlalchemy.engine.url.URL": [ "object" ] }, { "sqlalchemy.engine.strategies.MockEngineStrategy": [ "object" ] }, { "sqlalchemy.engine.row.BaseRow": [ "object" ] }, { "sqlalchemy.engine.row.LegacyRow": [ "object", "sqlalchemy.engine.row.BaseRow", "sqlalchemy.engine.row.Row", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "sqlalchemy.engine.row.ROMappingView": [ "object", "typing.AbstractSet", "typing.Collection", "typing.Container", "typing.Generic", "typing.ItemsView", "typing.Iterable", "typing.KeysView", "typing.MappingView", "typing.Protocol", "typing.Sized", "typing.ValuesView" ] }, { "sqlalchemy.engine.row.Row": [ "object", "sqlalchemy.engine.row.BaseRow", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "sqlalchemy.engine.row.RowMapping": [ "object", "sqlalchemy.engine.row.BaseRow", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "sqlalchemy.engine.result.ChunkedIteratorResult": [ "object", "sqlalchemy.engine.result.IteratorResult", "sqlalchemy.engine.result.Result", "sqlalchemy.engine.result.ResultInternal", "sqlalchemy.engine.result._WithKeys", "sqlalchemy.sql.base.InPlaceGenerative", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.engine.result.FilterResult": [ "object", "sqlalchemy.engine.result.ResultInternal", "sqlalchemy.sql.base.InPlaceGenerative", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.engine.result.FrozenResult": [ "object" ] }, { "sqlalchemy.engine.result.IteratorResult": [ "object", "sqlalchemy.engine.result.Result", "sqlalchemy.engine.result.ResultInternal", "sqlalchemy.engine.result._WithKeys", "sqlalchemy.sql.base.InPlaceGenerative", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.engine.result.MappingResult": [ "object", "sqlalchemy.engine.result.FilterResult", "sqlalchemy.engine.result.ResultInternal", "sqlalchemy.engine.result._WithKeys", "sqlalchemy.sql.base.InPlaceGenerative", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.engine.result.MergedResult": [ "object", "sqlalchemy.engine.result.IteratorResult", "sqlalchemy.engine.result.Result", "sqlalchemy.engine.result.ResultInternal", "sqlalchemy.engine.result._WithKeys", "sqlalchemy.sql.base.InPlaceGenerative", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.engine.result.RMKeyView": [ "object", "typing.AbstractSet", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.KeysView", "typing.MappingView", "typing.Protocol", "typing.Sized" ] }, { "sqlalchemy.engine.result.Result": [ "object", "sqlalchemy.engine.result.ResultInternal", "sqlalchemy.engine.result._WithKeys", "sqlalchemy.sql.base.InPlaceGenerative", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.engine.result.ResultInternal": [ "object", "sqlalchemy.sql.base.InPlaceGenerative", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.engine.result.ResultMetaData": [ "object" ] }, { "sqlalchemy.engine.result.ScalarResult": [ "object", "sqlalchemy.engine.result.FilterResult", "sqlalchemy.engine.result.ResultInternal", "sqlalchemy.sql.base.InPlaceGenerative", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.engine.result.SimpleResultMetaData": [ "object", "sqlalchemy.engine.result.ResultMetaData" ] }, { "sqlalchemy.engine.result._WithKeys": [ "object" ] }, { "sqlalchemy.engine.reflection.Inspector": [ "object" ] }, { "sqlalchemy.engine.mock.MockConnection": [ "object", "sqlalchemy.engine.interfaces.Connectable" ] }, { "sqlalchemy.engine.interfaces.Connectable": [ "object" ] }, { "sqlalchemy.engine.interfaces.CreateEnginePlugin": [ "object" ] }, { "sqlalchemy.engine.interfaces.Dialect": [ "object" ] }, { "sqlalchemy.engine.interfaces.ExceptionContext": [ "object" ] }, { "sqlalchemy.engine.interfaces.ExecutionContext": [ "object" ] }, { "sqlalchemy.engine.events.ConnectionEvents": [ "object", "sqlalchemy.event.base.Events" ] }, { "sqlalchemy.engine.events.DialectEvents": [ "object", "sqlalchemy.event.base.Events" ] }, { "sqlalchemy.engine.default.DefaultDialect": [ "object", "sqlalchemy.engine.interfaces.Dialect" ] }, { "sqlalchemy.engine.default.DefaultExecutionContext": [ "object", "sqlalchemy.engine.interfaces.ExecutionContext" ] }, { "sqlalchemy.engine.default.StrCompileDialect": [ "object", "sqlalchemy.engine.default.DefaultDialect", "sqlalchemy.engine.interfaces.Dialect" ] }, { "sqlalchemy.engine.default._RendersLiteral": [ "object" ] }, { "sqlalchemy.engine.default._StrDate": [ "object", "sqlalchemy.engine.default._RendersLiteral", "sqlalchemy.sql.sqltypes.Date", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.engine.default._StrDateTime": [ "object", "sqlalchemy.engine.default._RendersLiteral", "sqlalchemy.sql.sqltypes.DateTime", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.engine.default._StrTime": [ "object", "sqlalchemy.engine.default._RendersLiteral", "sqlalchemy.sql.sqltypes.Time", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.engine.cursor.BaseCursorResult": [ "object" ] }, { "sqlalchemy.engine.cursor.BufferedColumnResultProxy": [ "object", "sqlalchemy.engine.cursor.BaseCursorResult", "sqlalchemy.engine.cursor.CursorResult", "sqlalchemy.engine.cursor.LegacyCursorResult", "sqlalchemy.engine.result.Result", "sqlalchemy.engine.result.ResultInternal", "sqlalchemy.engine.result._WithKeys", "sqlalchemy.sql.base.InPlaceGenerative", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.engine.cursor.BufferedColumnRow": [ "object", "sqlalchemy.engine.row.BaseRow", "sqlalchemy.engine.row.LegacyRow", "sqlalchemy.engine.row.Row", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "sqlalchemy.engine.cursor.BufferedRowCursorFetchStrategy": [ "object", "sqlalchemy.engine.cursor.CursorFetchStrategy", "sqlalchemy.engine.cursor.ResultFetchStrategy" ] }, { "sqlalchemy.engine.cursor.BufferedRowResultProxy": [ "object", "sqlalchemy.engine.cursor.BaseCursorResult", "sqlalchemy.engine.cursor.CursorResult", "sqlalchemy.engine.cursor.LegacyCursorResult", "sqlalchemy.engine.result.Result", "sqlalchemy.engine.result.ResultInternal", "sqlalchemy.engine.result._WithKeys", "sqlalchemy.sql.base.InPlaceGenerative", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.engine.cursor.CursorFetchStrategy": [ "object", "sqlalchemy.engine.cursor.ResultFetchStrategy" ] }, { "sqlalchemy.engine.cursor.CursorResult": [ "object", "sqlalchemy.engine.cursor.BaseCursorResult", "sqlalchemy.engine.result.Result", "sqlalchemy.engine.result.ResultInternal", "sqlalchemy.engine.result._WithKeys", "sqlalchemy.sql.base.InPlaceGenerative", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.engine.cursor.CursorResultMetaData": [ "object", "sqlalchemy.engine.result.ResultMetaData" ] }, { "sqlalchemy.engine.cursor.FullyBufferedCursorFetchStrategy": [ "object", "sqlalchemy.engine.cursor.CursorFetchStrategy", "sqlalchemy.engine.cursor.ResultFetchStrategy" ] }, { "sqlalchemy.engine.cursor.FullyBufferedResultProxy": [ "object", "sqlalchemy.engine.cursor.BaseCursorResult", "sqlalchemy.engine.cursor.CursorResult", "sqlalchemy.engine.cursor.LegacyCursorResult", "sqlalchemy.engine.result.Result", "sqlalchemy.engine.result.ResultInternal", "sqlalchemy.engine.result._WithKeys", "sqlalchemy.sql.base.InPlaceGenerative", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.engine.cursor.LegacyCursorResult": [ "object", "sqlalchemy.engine.cursor.BaseCursorResult", "sqlalchemy.engine.cursor.CursorResult", "sqlalchemy.engine.result.Result", "sqlalchemy.engine.result.ResultInternal", "sqlalchemy.engine.result._WithKeys", "sqlalchemy.sql.base.InPlaceGenerative", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.engine.cursor.LegacyCursorResultMetaData": [ "object", "sqlalchemy.engine.cursor.CursorResultMetaData", "sqlalchemy.engine.result.ResultMetaData" ] }, { "sqlalchemy.engine.cursor.NoCursorDMLFetchStrategy": [ "object", "sqlalchemy.engine.cursor.NoCursorFetchStrategy", "sqlalchemy.engine.cursor.ResultFetchStrategy" ] }, { "sqlalchemy.engine.cursor.NoCursorDQLFetchStrategy": [ "object", "sqlalchemy.engine.cursor.NoCursorFetchStrategy", "sqlalchemy.engine.cursor.ResultFetchStrategy" ] }, { "sqlalchemy.engine.cursor.NoCursorFetchStrategy": [ "object", "sqlalchemy.engine.cursor.ResultFetchStrategy" ] }, { "sqlalchemy.engine.cursor.ResultFetchStrategy": [ "object" ] }, { "sqlalchemy.engine.cursor._LegacyNoResultMetaData": [ "object", "sqlalchemy.engine.cursor._NoResultMetaData", "sqlalchemy.engine.result.ResultMetaData" ] }, { "sqlalchemy.engine.cursor._NoResultMetaData": [ "object", "sqlalchemy.engine.result.ResultMetaData" ] }, { "sqlalchemy.engine.characteristics.ConnectionCharacteristic": [ "object", "sqlalchemy.util.compat.ABC" ] }, { "sqlalchemy.engine.characteristics.IsolationLevelCharacteristic": [ "object", "sqlalchemy.engine.characteristics.ConnectionCharacteristic", "sqlalchemy.util.compat.ABC" ] }, { "sqlalchemy.engine.base.Connection": [ "object", "sqlalchemy.engine.interfaces.Connectable" ] }, { "sqlalchemy.engine.base.Engine": [ "object", "sqlalchemy.engine.interfaces.Connectable", "sqlalchemy.log.Identified" ] }, { "sqlalchemy.engine.base.Engine._trans_ctx": [ "object" ] }, { "sqlalchemy.engine.base.ExceptionContextImpl": [ "object", "sqlalchemy.engine.interfaces.ExceptionContext" ] }, { "sqlalchemy.engine.base.MarkerTransaction": [ "object", "sqlalchemy.engine.base.Transaction", "sqlalchemy.engine.util.TransactionalContext" ] }, { "sqlalchemy.engine.base.NestedTransaction": [ "object", "sqlalchemy.engine.base.Transaction", "sqlalchemy.engine.util.TransactionalContext" ] }, { "sqlalchemy.engine.base.OptionEngine": [ "object", "sqlalchemy.engine.base.Engine", "sqlalchemy.engine.base.OptionEngineMixin", "sqlalchemy.engine.interfaces.Connectable", "sqlalchemy.log.Identified" ] }, { "sqlalchemy.engine.base.OptionEngineMixin": [ "object" ] }, { "sqlalchemy.engine.base.RootTransaction": [ "object", "sqlalchemy.engine.base.Transaction", "sqlalchemy.engine.util.TransactionalContext" ] }, { "sqlalchemy.engine.base.Transaction": [ "object", "sqlalchemy.engine.util.TransactionalContext" ] }, { "sqlalchemy.engine.base.TwoPhaseTransaction": [ "object", "sqlalchemy.engine.base.RootTransaction", "sqlalchemy.engine.base.Transaction", "sqlalchemy.engine.util.TransactionalContext" ] }, { "sqlalchemy.dialects.sybase.pysybase.SybaseDialect_pysybase": [ "object", "sqlalchemy.dialects.sybase.base.SybaseDialect", "sqlalchemy.engine.default.DefaultDialect", "sqlalchemy.engine.interfaces.Dialect" ] }, { "sqlalchemy.dialects.sybase.pysybase.SybaseExecutionContext_pysybase": [ "object", "sqlalchemy.dialects.sybase.base.SybaseExecutionContext", "sqlalchemy.engine.default.DefaultExecutionContext", "sqlalchemy.engine.interfaces.ExecutionContext" ] }, { "sqlalchemy.dialects.sybase.pysybase.SybaseSQLCompiler_pysybase": [ "object", "sqlalchemy.dialects.sybase.base.SybaseSQLCompiler", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.SQLCompiler" ] }, { "sqlalchemy.dialects.sybase.pysybase._SybNumeric": [ "object", "sqlalchemy.sql.sqltypes.Numeric", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.sybase.pyodbc.SybaseDialect_pyodbc": [ "object", "sqlalchemy.connectors.Connector", "sqlalchemy.connectors.pyodbc.PyODBCConnector", "sqlalchemy.dialects.sybase.base.SybaseDialect", "sqlalchemy.engine.default.DefaultDialect", "sqlalchemy.engine.interfaces.Dialect" ] }, { "sqlalchemy.dialects.sybase.pyodbc.SybaseExecutionContext_pyodbc": [ "object", "sqlalchemy.dialects.sybase.base.SybaseExecutionContext", "sqlalchemy.engine.default.DefaultExecutionContext", "sqlalchemy.engine.interfaces.ExecutionContext" ] }, { "sqlalchemy.dialects.sybase.pyodbc._SybNumeric_pyodbc": [ "object", "sqlalchemy.sql.sqltypes.Numeric", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.sybase.mxodbc.SybaseDialect_mxodbc": [ "object", "sqlalchemy.connectors.Connector", "sqlalchemy.connectors.mxodbc.MxODBCConnector", "sqlalchemy.dialects.sybase.base.SybaseDialect", "sqlalchemy.engine.default.DefaultDialect", "sqlalchemy.engine.interfaces.Dialect" ] }, { "sqlalchemy.dialects.sybase.mxodbc.SybaseExecutionContext_mxodbc": [ "object", "sqlalchemy.dialects.sybase.base.SybaseExecutionContext", "sqlalchemy.engine.default.DefaultExecutionContext", "sqlalchemy.engine.interfaces.ExecutionContext" ] }, { "sqlalchemy.dialects.sybase.base.BIT": [ "object", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.sybase.base.IMAGE": [ "object", "sqlalchemy.sql.sqltypes.LargeBinary", "sqlalchemy.sql.sqltypes._Binary", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.sybase.base.MONEY": [ "object", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.sybase.base.SMALLMONEY": [ "object", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.sybase.base.SybaseDDLCompiler": [ "object", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.DDLCompiler" ] }, { "sqlalchemy.dialects.sybase.base.SybaseDialect": [ "object", "sqlalchemy.engine.default.DefaultDialect", "sqlalchemy.engine.interfaces.Dialect" ] }, { "sqlalchemy.dialects.sybase.base.SybaseExecutionContext": [ "object", "sqlalchemy.engine.default.DefaultExecutionContext", "sqlalchemy.engine.interfaces.ExecutionContext" ] }, { "sqlalchemy.dialects.sybase.base.SybaseIdentifierPreparer": [ "object", "sqlalchemy.sql.compiler.IdentifierPreparer" ] }, { "sqlalchemy.dialects.sybase.base.SybaseInspector": [ "object", "sqlalchemy.engine.reflection.Inspector" ] }, { "sqlalchemy.dialects.sybase.base.SybaseSQLCompiler": [ "object", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.SQLCompiler" ] }, { "sqlalchemy.dialects.sybase.base.SybaseTypeCompiler": [ "object", "sqlalchemy.sql.compiler.GenericTypeCompiler", "sqlalchemy.sql.compiler.TypeCompiler" ] }, { "sqlalchemy.dialects.sybase.base.TINYINT": [ "object", "sqlalchemy.sql.sqltypes.Integer", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.sybase.base.UNICHAR": [ "object", "sqlalchemy.dialects.sybase.base._SybaseUnitypeMixin", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.sqltypes.Unicode", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.sybase.base.UNIQUEIDENTIFIER": [ "object", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.sybase.base.UNITEXT": [ "object", "sqlalchemy.dialects.sybase.base._SybaseUnitypeMixin", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.sqltypes.Text", "sqlalchemy.sql.sqltypes.UnicodeText", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.sybase.base.UNIVARCHAR": [ "object", "sqlalchemy.dialects.sybase.base._SybaseUnitypeMixin", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.sqltypes.Unicode", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.sybase.base._SybaseUnitypeMixin": [ "object" ] }, { "sqlalchemy.dialects.sqlite.pysqlite.SQLiteDialect_pysqlite": [ "object", "sqlalchemy.dialects.sqlite.base.SQLiteDialect", "sqlalchemy.engine.default.DefaultDialect", "sqlalchemy.engine.interfaces.Dialect" ] }, { "sqlalchemy.dialects.sqlite.pysqlite._SQLite_pysqliteDate": [ "object", "sqlalchemy.dialects.sqlite.base.DATE", "sqlalchemy.dialects.sqlite.base._DateTimeMixin", "sqlalchemy.sql.sqltypes.Date", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.sqlite.pysqlite._SQLite_pysqliteTimeStamp": [ "object", "sqlalchemy.dialects.sqlite.base.DATETIME", "sqlalchemy.dialects.sqlite.base._DateTimeMixin", "sqlalchemy.sql.sqltypes.DateTime", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.sqlite.pysqlcipher.SQLiteDialect_pysqlcipher": [ "object", "sqlalchemy.dialects.sqlite.base.SQLiteDialect", "sqlalchemy.dialects.sqlite.pysqlite.SQLiteDialect_pysqlite", "sqlalchemy.engine.default.DefaultDialect", "sqlalchemy.engine.interfaces.Dialect" ] }, { "sqlalchemy.dialects.sqlite.json.JSON": [ "object", "sqlalchemy.sql.sqltypes.Indexable", "sqlalchemy.sql.sqltypes.JSON", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.sqlite.json.JSONIndexType": [ "object", "sqlalchemy.dialects.sqlite.json._FormatTypeMixin", "sqlalchemy.sql.sqltypes.JSON.JSONElementType", "sqlalchemy.sql.sqltypes.JSON.JSONIndexType", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.sqlite.json.JSONPathType": [ "object", "sqlalchemy.dialects.sqlite.json._FormatTypeMixin", "sqlalchemy.sql.sqltypes.JSON.JSONElementType", "sqlalchemy.sql.sqltypes.JSON.JSONPathType", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.sqlite.json._FormatTypeMixin": [ "object" ] }, { "sqlalchemy.dialects.sqlite.dml.Insert": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.DialectKWArgs", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.base.HasCompileState", "sqlalchemy.sql.dml.Insert", "sqlalchemy.sql.dml.UpdateBase", "sqlalchemy.sql.dml.ValuesBase", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.DMLRole", "sqlalchemy.sql.roles.HasCTERole", "sqlalchemy.sql.roles.ReturnsRowsRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.selectable.HasCTE", "sqlalchemy.sql.selectable.HasPrefixes", "sqlalchemy.sql.selectable.ReturnsRows", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.dialects.sqlite.dml.OnConflictClause": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.dialects.sqlite.dml.OnConflictDoNothing": [ "object", "sqlalchemy.dialects.sqlite.dml.OnConflictClause", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.dialects.sqlite.dml.OnConflictDoUpdate": [ "object", "sqlalchemy.dialects.sqlite.dml.OnConflictClause", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.dialects.sqlite.base.DATE": [ "object", "sqlalchemy.dialects.sqlite.base._DateTimeMixin", "sqlalchemy.sql.sqltypes.Date", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.sqlite.base.DATETIME": [ "object", "sqlalchemy.dialects.sqlite.base._DateTimeMixin", "sqlalchemy.sql.sqltypes.DateTime", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.sqlite.base.SQLiteCompiler": [ "object", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.SQLCompiler" ] }, { "sqlalchemy.dialects.sqlite.base.SQLiteDDLCompiler": [ "object", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.DDLCompiler" ] }, { "sqlalchemy.dialects.sqlite.base.SQLiteDialect": [ "object", "sqlalchemy.engine.default.DefaultDialect", "sqlalchemy.engine.interfaces.Dialect" ] }, { "sqlalchemy.dialects.sqlite.base.SQLiteExecutionContext": [ "object", "sqlalchemy.engine.default.DefaultExecutionContext", "sqlalchemy.engine.interfaces.ExecutionContext" ] }, { "sqlalchemy.dialects.sqlite.base.SQLiteIdentifierPreparer": [ "object", "sqlalchemy.sql.compiler.IdentifierPreparer" ] }, { "sqlalchemy.dialects.sqlite.base.SQLiteTypeCompiler": [ "object", "sqlalchemy.sql.compiler.GenericTypeCompiler", "sqlalchemy.sql.compiler.TypeCompiler" ] }, { "sqlalchemy.dialects.sqlite.base.TIME": [ "object", "sqlalchemy.dialects.sqlite.base._DateTimeMixin", "sqlalchemy.sql.sqltypes.Time", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.sqlite.base._DateTimeMixin": [ "object" ] }, { "sqlalchemy.dialects.sqlite.base._SQliteJson": [ "object", "sqlalchemy.dialects.sqlite.json.JSON", "sqlalchemy.sql.sqltypes.Indexable", "sqlalchemy.sql.sqltypes.JSON", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.sqlite.aiosqlite.AsyncAdaptFallback_aiosqlite_connection": [ "object", "sqlalchemy.dialects.sqlite.aiosqlite.AsyncAdapt_aiosqlite_connection" ] }, { "sqlalchemy.dialects.sqlite.aiosqlite.AsyncAdapt_aiosqlite_connection": [ "object" ] }, { "sqlalchemy.dialects.sqlite.aiosqlite.AsyncAdapt_aiosqlite_cursor": [ "object" ] }, { "sqlalchemy.dialects.sqlite.aiosqlite.AsyncAdapt_aiosqlite_dbapi": [ "object" ] }, { "sqlalchemy.dialects.sqlite.aiosqlite.AsyncAdapt_aiosqlite_ss_cursor": [ "object", "sqlalchemy.dialects.sqlite.aiosqlite.AsyncAdapt_aiosqlite_cursor" ] }, { "sqlalchemy.dialects.sqlite.aiosqlite.SQLiteDialect_aiosqlite": [ "object", "sqlalchemy.dialects.sqlite.base.SQLiteDialect", "sqlalchemy.dialects.sqlite.pysqlite.SQLiteDialect_pysqlite", "sqlalchemy.engine.default.DefaultDialect", "sqlalchemy.engine.interfaces.Dialect" ] }, { "sqlalchemy.dialects.sqlite.aiosqlite.SQLiteExecutionContext_aiosqlite": [ "object", "sqlalchemy.dialects.sqlite.base.SQLiteExecutionContext", "sqlalchemy.engine.default.DefaultExecutionContext", "sqlalchemy.engine.interfaces.ExecutionContext" ] }, { "sqlalchemy.dialects.postgresql.ranges.DATERANGE": [ "object", "sqlalchemy.dialects.postgresql.ranges.RangeOperators", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.ranges.INT4RANGE": [ "object", "sqlalchemy.dialects.postgresql.ranges.RangeOperators", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.ranges.INT8RANGE": [ "object", "sqlalchemy.dialects.postgresql.ranges.RangeOperators", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.ranges.NUMRANGE": [ "object", "sqlalchemy.dialects.postgresql.ranges.RangeOperators", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.ranges.RangeOperators": [ "object" ] }, { "sqlalchemy.dialects.postgresql.ranges.RangeOperators.comparator_factory": [ "object", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.sqltypes.Concatenable.Comparator", "sqlalchemy.sql.type_api.TypeEngine.Comparator" ] }, { "sqlalchemy.dialects.postgresql.ranges.TSRANGE": [ "object", "sqlalchemy.dialects.postgresql.ranges.RangeOperators", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.ranges.TSTZRANGE": [ "object", "sqlalchemy.dialects.postgresql.ranges.RangeOperators", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.pypostgresql.PGDialect_pypostgresql": [ "object", "sqlalchemy.dialects.postgresql.base.PGDialect", "sqlalchemy.engine.default.DefaultDialect", "sqlalchemy.engine.interfaces.Dialect" ] }, { "sqlalchemy.dialects.postgresql.pypostgresql.PGExecutionContext_pypostgresql": [ "object", "sqlalchemy.dialects.postgresql.base.PGExecutionContext", "sqlalchemy.engine.default.DefaultExecutionContext", "sqlalchemy.engine.interfaces.ExecutionContext" ] }, { "sqlalchemy.dialects.postgresql.pypostgresql.PGNumeric": [ "object", "sqlalchemy.sql.sqltypes.Numeric", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.pygresql.PGDialect_pygresql": [ "object", "sqlalchemy.dialects.postgresql.base.PGDialect", "sqlalchemy.engine.default.DefaultDialect", "sqlalchemy.engine.interfaces.Dialect" ] }, { "sqlalchemy.dialects.postgresql.pygresql._PGCompiler": [ "object", "sqlalchemy.dialects.postgresql.base.PGCompiler", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.SQLCompiler" ] }, { "sqlalchemy.dialects.postgresql.pygresql._PGHStore": [ "object" ] }, { "sqlalchemy.dialects.postgresql.pygresql._PGIdentifierPreparer": [ "object", "sqlalchemy.dialects.postgresql.base.PGIdentifierPreparer", "sqlalchemy.sql.compiler.IdentifierPreparer" ] }, { "sqlalchemy.dialects.postgresql.pygresql._PGJSON": [ "object", "sqlalchemy.dialects.postgresql.json.JSON", "sqlalchemy.sql.sqltypes.Indexable", "sqlalchemy.sql.sqltypes.JSON", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.pygresql._PGJSONB": [ "object", "sqlalchemy.dialects.postgresql.json.JSON", "sqlalchemy.dialects.postgresql.json.JSONB", "sqlalchemy.sql.sqltypes.Indexable", "sqlalchemy.sql.sqltypes.JSON", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.pygresql._PGNumeric": [ "object", "sqlalchemy.sql.sqltypes.Numeric", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.pygresql._PGUUID": [ "object", "sqlalchemy.dialects.postgresql.base.UUID", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.psycopg2cffi.PGDialect_psycopg2cffi": [ "object", "sqlalchemy.dialects.postgresql.base.PGDialect", "sqlalchemy.dialects.postgresql.psycopg2.PGDialect_psycopg2", "sqlalchemy.engine.default.DefaultDialect", "sqlalchemy.engine.interfaces.Dialect" ] }, { "sqlalchemy.dialects.postgresql.psycopg2.PGCompiler_psycopg2": [ "object", "sqlalchemy.dialects.postgresql.base.PGCompiler", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.SQLCompiler" ] }, { "sqlalchemy.dialects.postgresql.psycopg2.PGDialect_psycopg2": [ "object", "sqlalchemy.dialects.postgresql.base.PGDialect", "sqlalchemy.engine.default.DefaultDialect", "sqlalchemy.engine.interfaces.Dialect" ] }, { "sqlalchemy.dialects.postgresql.psycopg2.PGExecutionContext_psycopg2": [ "object", "sqlalchemy.dialects.postgresql.base.PGExecutionContext", "sqlalchemy.engine.default.DefaultExecutionContext", "sqlalchemy.engine.interfaces.ExecutionContext" ] }, { "sqlalchemy.dialects.postgresql.psycopg2.PGIdentifierPreparer_psycopg2": [ "object", "sqlalchemy.dialects.postgresql.base.PGIdentifierPreparer", "sqlalchemy.sql.compiler.IdentifierPreparer" ] }, { "sqlalchemy.dialects.postgresql.psycopg2._PGEnum": [ "object", "sqlalchemy.dialects.postgresql.base.ENUM", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.Enum", "sqlalchemy.sql.sqltypes.SchemaType", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.type_api.Emulated", "sqlalchemy.sql.type_api.NativeForEmulated", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.psycopg2._PGHStore": [ "object" ] }, { "sqlalchemy.dialects.postgresql.psycopg2._PGJSON": [ "object", "sqlalchemy.dialects.postgresql.json.JSON", "sqlalchemy.sql.sqltypes.Indexable", "sqlalchemy.sql.sqltypes.JSON", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.psycopg2._PGJSONB": [ "object", "sqlalchemy.dialects.postgresql.json.JSON", "sqlalchemy.dialects.postgresql.json.JSONB", "sqlalchemy.sql.sqltypes.Indexable", "sqlalchemy.sql.sqltypes.JSON", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.psycopg2._PGNumeric": [ "object", "sqlalchemy.sql.sqltypes.Numeric", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.psycopg2._PGUUID": [ "object", "sqlalchemy.dialects.postgresql.base.UUID", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.pg8000.PGCompiler_pg8000": [ "object", "sqlalchemy.dialects.postgresql.base.PGCompiler", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.SQLCompiler" ] }, { "sqlalchemy.dialects.postgresql.pg8000.PGDialect_pg8000": [ "object", "sqlalchemy.dialects.postgresql.base.PGDialect", "sqlalchemy.engine.default.DefaultDialect", "sqlalchemy.engine.interfaces.Dialect" ] }, { "sqlalchemy.dialects.postgresql.pg8000.PGExecutionContext_pg8000": [ "object", "sqlalchemy.dialects.postgresql.base.PGExecutionContext", "sqlalchemy.engine.default.DefaultExecutionContext", "sqlalchemy.engine.interfaces.ExecutionContext" ] }, { "sqlalchemy.dialects.postgresql.pg8000.PGIdentifierPreparer_pg8000": [ "object", "sqlalchemy.dialects.postgresql.base.PGIdentifierPreparer", "sqlalchemy.sql.compiler.IdentifierPreparer" ] }, { "sqlalchemy.dialects.postgresql.pg8000.ServerSideCursor": [ "object" ] }, { "sqlalchemy.dialects.postgresql.pg8000._PGBigInteger": [ "object", "sqlalchemy.sql.sqltypes.BigInteger", "sqlalchemy.sql.sqltypes.Integer", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.pg8000._PGBoolean": [ "object", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.sqltypes.Boolean", "sqlalchemy.sql.sqltypes.SchemaType", "sqlalchemy.sql.type_api.Emulated", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.pg8000._PGEnum": [ "object", "sqlalchemy.dialects.postgresql.base.ENUM", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.Enum", "sqlalchemy.sql.sqltypes.SchemaType", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.type_api.Emulated", "sqlalchemy.sql.type_api.NativeForEmulated", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.pg8000._PGInteger": [ "object", "sqlalchemy.sql.sqltypes.Integer", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.pg8000._PGInterval": [ "object", "sqlalchemy.dialects.postgresql.base.INTERVAL", "sqlalchemy.sql.sqltypes._AbstractInterval", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.NativeForEmulated", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.pg8000._PGJSON": [ "object", "sqlalchemy.dialects.postgresql.json.JSON", "sqlalchemy.sql.sqltypes.Indexable", "sqlalchemy.sql.sqltypes.JSON", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.pg8000._PGJSONB": [ "object", "sqlalchemy.dialects.postgresql.json.JSON", "sqlalchemy.dialects.postgresql.json.JSONB", "sqlalchemy.sql.sqltypes.Indexable", "sqlalchemy.sql.sqltypes.JSON", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.pg8000._PGJSONIndexType": [ "object", "sqlalchemy.sql.sqltypes.JSON.JSONElementType", "sqlalchemy.sql.sqltypes.JSON.JSONIndexType", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.pg8000._PGJSONIntIndexType": [ "object", "sqlalchemy.sql.sqltypes.JSON.JSONElementType", "sqlalchemy.sql.sqltypes.JSON.JSONIndexType", "sqlalchemy.sql.sqltypes.JSON.JSONIntIndexType", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.pg8000._PGJSONPathType": [ "object", "sqlalchemy.dialects.postgresql.json.JSONPathType", "sqlalchemy.sql.sqltypes.JSON.JSONElementType", "sqlalchemy.sql.sqltypes.JSON.JSONPathType", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.pg8000._PGJSONStrIndexType": [ "object", "sqlalchemy.sql.sqltypes.JSON.JSONElementType", "sqlalchemy.sql.sqltypes.JSON.JSONIndexType", "sqlalchemy.sql.sqltypes.JSON.JSONStrIndexType", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.pg8000._PGNullType": [ "object", "sqlalchemy.sql.sqltypes.NullType", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.pg8000._PGNumeric": [ "object", "sqlalchemy.sql.sqltypes.Numeric", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.pg8000._PGNumericNoBind": [ "object", "sqlalchemy.dialects.postgresql.pg8000._PGNumeric", "sqlalchemy.sql.sqltypes.Numeric", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.pg8000._PGSmallInteger": [ "object", "sqlalchemy.sql.sqltypes.Integer", "sqlalchemy.sql.sqltypes.SmallInteger", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.pg8000._PGTime": [ "object", "sqlalchemy.sql.sqltypes.Time", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.pg8000._PGTimeStamp": [ "object", "sqlalchemy.sql.sqltypes.DateTime", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.pg8000._PGUUID": [ "object", "sqlalchemy.dialects.postgresql.base.UUID", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.json.JSON": [ "object", "sqlalchemy.sql.sqltypes.Indexable", "sqlalchemy.sql.sqltypes.JSON", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.json.JSON.Comparator": [ "object", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.sqltypes.Concatenable.Comparator", "sqlalchemy.sql.sqltypes.Indexable.Comparator", "sqlalchemy.sql.sqltypes.JSON.Comparator", "sqlalchemy.sql.type_api.TypeEngine.Comparator" ] }, { "sqlalchemy.dialects.postgresql.json.JSONB": [ "object", "sqlalchemy.dialects.postgresql.json.JSON", "sqlalchemy.sql.sqltypes.Indexable", "sqlalchemy.sql.sqltypes.JSON", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.json.JSONB.Comparator": [ "object", "sqlalchemy.dialects.postgresql.json.JSON.Comparator", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.sqltypes.Concatenable.Comparator", "sqlalchemy.sql.sqltypes.Indexable.Comparator", "sqlalchemy.sql.sqltypes.JSON.Comparator", "sqlalchemy.sql.type_api.TypeEngine.Comparator" ] }, { "sqlalchemy.dialects.postgresql.json.JSONPathType": [ "object", "sqlalchemy.sql.sqltypes.JSON.JSONElementType", "sqlalchemy.sql.sqltypes.JSON.JSONPathType", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.hstore.HSTORE": [ "object", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.Indexable", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.hstore.HSTORE.Comparator": [ "object", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.sqltypes.Concatenable.Comparator", "sqlalchemy.sql.sqltypes.Indexable.Comparator", "sqlalchemy.sql.type_api.TypeEngine.Comparator" ] }, { "sqlalchemy.dialects.postgresql.hstore._HStoreArrayFunction": [ "object", "sqlalchemy.sql.functions.GenericFunction" ] }, { "sqlalchemy.dialects.postgresql.hstore._HStoreDefinedFunction": [ "object", "sqlalchemy.sql.functions.GenericFunction" ] }, { "sqlalchemy.dialects.postgresql.hstore._HStoreDeleteFunction": [ "object", "sqlalchemy.sql.functions.GenericFunction" ] }, { "sqlalchemy.dialects.postgresql.hstore._HStoreKeysFunction": [ "object", "sqlalchemy.sql.functions.GenericFunction" ] }, { "sqlalchemy.dialects.postgresql.hstore._HStoreMatrixFunction": [ "object", "sqlalchemy.sql.functions.GenericFunction" ] }, { "sqlalchemy.dialects.postgresql.hstore._HStoreSliceFunction": [ "object", "sqlalchemy.sql.functions.GenericFunction" ] }, { "sqlalchemy.dialects.postgresql.hstore._HStoreValsFunction": [ "object", "sqlalchemy.sql.functions.GenericFunction" ] }, { "sqlalchemy.dialects.postgresql.hstore.hstore": [ "object", "sqlalchemy.sql.functions.GenericFunction" ] }, { "sqlalchemy.dialects.postgresql.ext.ExcludeConstraint": [ "object", "sqlalchemy.sql.base.DialectKWArgs", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.schema.ColumnCollectionConstraint", "sqlalchemy.sql.schema.ColumnCollectionMixin", "sqlalchemy.sql.schema.Constraint", "sqlalchemy.sql.schema.SchemaItem", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.ext.aggregate_order_by": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements.ColumnElement", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.BinaryElementRole", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnArgumentOrKeyRole", "sqlalchemy.sql.roles.ColumnArgumentRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DDLConstraintColumnRole", "sqlalchemy.sql.roles.DDLExpressionRole", "sqlalchemy.sql.roles.DMLColumnRole", "sqlalchemy.sql.roles.ExpressionElementRole", "sqlalchemy.sql.roles.LimitOffsetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.OrderByRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementOptionRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.roles.WhereHavingRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.dialects.postgresql.dml.Insert": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.DialectKWArgs", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.base.HasCompileState", "sqlalchemy.sql.dml.Insert", "sqlalchemy.sql.dml.UpdateBase", "sqlalchemy.sql.dml.ValuesBase", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.DMLRole", "sqlalchemy.sql.roles.HasCTERole", "sqlalchemy.sql.roles.ReturnsRowsRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.selectable.HasCTE", "sqlalchemy.sql.selectable.HasPrefixes", "sqlalchemy.sql.selectable.ReturnsRows", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.dialects.postgresql.dml.OnConflictClause": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.dialects.postgresql.dml.OnConflictDoNothing": [ "object", "sqlalchemy.dialects.postgresql.dml.OnConflictClause", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.dialects.postgresql.dml.OnConflictDoUpdate": [ "object", "sqlalchemy.dialects.postgresql.dml.OnConflictClause", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.dialects.postgresql.base.BIT": [ "object", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.base.BYTEA": [ "object", "sqlalchemy.sql.sqltypes.LargeBinary", "sqlalchemy.sql.sqltypes._Binary", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.base.CIDR": [ "object", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.base.CreateEnumType": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.ddl.DDLElement", "sqlalchemy.sql.ddl._CreateDropBase", "sqlalchemy.sql.ddl._DDLCompiles", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.DDLRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.dialects.postgresql.base.DOUBLE_PRECISION": [ "object", "sqlalchemy.sql.sqltypes.Float", "sqlalchemy.sql.sqltypes.Numeric", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.base.DropEnumType": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.ddl.DDLElement", "sqlalchemy.sql.ddl._CreateDropBase", "sqlalchemy.sql.ddl._DDLCompiles", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.DDLRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.dialects.postgresql.base.ENUM": [ "object", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.Enum", "sqlalchemy.sql.sqltypes.SchemaType", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.type_api.Emulated", "sqlalchemy.sql.type_api.NativeForEmulated", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.base.ENUM.EnumDropper": [ "object", "sqlalchemy.sql.base.SchemaVisitor", "sqlalchemy.sql.ddl.DDLBase", "sqlalchemy.sql.visitors.ExternalTraversal" ] }, { "sqlalchemy.dialects.postgresql.base.ENUM.EnumGenerator": [ "object", "sqlalchemy.sql.base.SchemaVisitor", "sqlalchemy.sql.ddl.DDLBase", "sqlalchemy.sql.visitors.ExternalTraversal" ] }, { "sqlalchemy.dialects.postgresql.base.INET": [ "object", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.base.INTERVAL": [ "object", "sqlalchemy.sql.sqltypes._AbstractInterval", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.NativeForEmulated", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.base.MACADDR": [ "object", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.base.MONEY": [ "object", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.base.OID": [ "object", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.base.PGCompiler": [ "object", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.SQLCompiler" ] }, { "sqlalchemy.dialects.postgresql.base.PGDDLCompiler": [ "object", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.DDLCompiler" ] }, { "sqlalchemy.dialects.postgresql.base.PGDeferrableConnectionCharacteristic": [ "object", "sqlalchemy.engine.characteristics.ConnectionCharacteristic", "sqlalchemy.util.compat.ABC" ] }, { "sqlalchemy.dialects.postgresql.base.PGDialect": [ "object", "sqlalchemy.engine.default.DefaultDialect", "sqlalchemy.engine.interfaces.Dialect" ] }, { "sqlalchemy.dialects.postgresql.base.PGExecutionContext": [ "object", "sqlalchemy.engine.default.DefaultExecutionContext", "sqlalchemy.engine.interfaces.ExecutionContext" ] }, { "sqlalchemy.dialects.postgresql.base.PGIdentifierPreparer": [ "object", "sqlalchemy.sql.compiler.IdentifierPreparer" ] }, { "sqlalchemy.dialects.postgresql.base.PGInspector": [ "object", "sqlalchemy.engine.reflection.Inspector" ] }, { "sqlalchemy.dialects.postgresql.base.PGReadOnlyConnectionCharacteristic": [ "object", "sqlalchemy.engine.characteristics.ConnectionCharacteristic", "sqlalchemy.util.compat.ABC" ] }, { "sqlalchemy.dialects.postgresql.base.PGTypeCompiler": [ "object", "sqlalchemy.sql.compiler.GenericTypeCompiler", "sqlalchemy.sql.compiler.TypeCompiler" ] }, { "sqlalchemy.dialects.postgresql.base.REGCLASS": [ "object", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.base.TIME": [ "object", "sqlalchemy.sql.sqltypes.TIME", "sqlalchemy.sql.sqltypes.Time", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.base.TIMESTAMP": [ "object", "sqlalchemy.sql.sqltypes.DateTime", "sqlalchemy.sql.sqltypes.TIMESTAMP", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.base.TSVECTOR": [ "object", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.base.UUID": [ "object", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.asyncpg.AsyncAdaptFallback_asyncpg_connection": [ "object", "sqlalchemy.dialects.postgresql.asyncpg.AsyncAdapt_asyncpg_connection" ] }, { "sqlalchemy.dialects.postgresql.asyncpg.AsyncAdapt_asyncpg_connection": [ "object" ] }, { "sqlalchemy.dialects.postgresql.asyncpg.AsyncAdapt_asyncpg_cursor": [ "object" ] }, { "sqlalchemy.dialects.postgresql.asyncpg.AsyncAdapt_asyncpg_dbapi": [ "object" ] }, { "sqlalchemy.dialects.postgresql.asyncpg.AsyncAdapt_asyncpg_dbapi.DataError": [ "BaseException", "Exception", "object", "sqlalchemy.dialects.postgresql.asyncpg.AsyncAdapt_asyncpg_dbapi.DatabaseError", "sqlalchemy.dialects.postgresql.asyncpg.AsyncAdapt_asyncpg_dbapi.Error" ] }, { "sqlalchemy.dialects.postgresql.asyncpg.AsyncAdapt_asyncpg_dbapi.DatabaseError": [ "BaseException", "Exception", "object", "sqlalchemy.dialects.postgresql.asyncpg.AsyncAdapt_asyncpg_dbapi.Error" ] }, { "sqlalchemy.dialects.postgresql.asyncpg.AsyncAdapt_asyncpg_dbapi.Error": [ "BaseException", "Exception", "object" ] }, { "sqlalchemy.dialects.postgresql.asyncpg.AsyncAdapt_asyncpg_dbapi.IntegrityError": [ "BaseException", "Exception", "object", "sqlalchemy.dialects.postgresql.asyncpg.AsyncAdapt_asyncpg_dbapi.DatabaseError", "sqlalchemy.dialects.postgresql.asyncpg.AsyncAdapt_asyncpg_dbapi.Error" ] }, { "sqlalchemy.dialects.postgresql.asyncpg.AsyncAdapt_asyncpg_dbapi.InterfaceError": [ "BaseException", "Exception", "object", "sqlalchemy.dialects.postgresql.asyncpg.AsyncAdapt_asyncpg_dbapi.Error" ] }, { "sqlalchemy.dialects.postgresql.asyncpg.AsyncAdapt_asyncpg_dbapi.InternalError": [ "BaseException", "Exception", "object", "sqlalchemy.dialects.postgresql.asyncpg.AsyncAdapt_asyncpg_dbapi.DatabaseError", "sqlalchemy.dialects.postgresql.asyncpg.AsyncAdapt_asyncpg_dbapi.Error" ] }, { "sqlalchemy.dialects.postgresql.asyncpg.AsyncAdapt_asyncpg_dbapi.InternalServerError": [ "BaseException", "Exception", "object", "sqlalchemy.dialects.postgresql.asyncpg.AsyncAdapt_asyncpg_dbapi.DatabaseError", "sqlalchemy.dialects.postgresql.asyncpg.AsyncAdapt_asyncpg_dbapi.Error", "sqlalchemy.dialects.postgresql.asyncpg.AsyncAdapt_asyncpg_dbapi.InternalError" ] }, { "sqlalchemy.dialects.postgresql.asyncpg.AsyncAdapt_asyncpg_dbapi.InvalidCachedStatementError": [ "BaseException", "Exception", "object", "sqlalchemy.dialects.postgresql.asyncpg.AsyncAdapt_asyncpg_dbapi.DatabaseError", "sqlalchemy.dialects.postgresql.asyncpg.AsyncAdapt_asyncpg_dbapi.Error", "sqlalchemy.dialects.postgresql.asyncpg.AsyncAdapt_asyncpg_dbapi.NotSupportedError" ] }, { "sqlalchemy.dialects.postgresql.asyncpg.AsyncAdapt_asyncpg_dbapi.NotSupportedError": [ "BaseException", "Exception", "object", "sqlalchemy.dialects.postgresql.asyncpg.AsyncAdapt_asyncpg_dbapi.DatabaseError", "sqlalchemy.dialects.postgresql.asyncpg.AsyncAdapt_asyncpg_dbapi.Error" ] }, { "sqlalchemy.dialects.postgresql.asyncpg.AsyncAdapt_asyncpg_dbapi.OperationalError": [ "BaseException", "Exception", "object", "sqlalchemy.dialects.postgresql.asyncpg.AsyncAdapt_asyncpg_dbapi.DatabaseError", "sqlalchemy.dialects.postgresql.asyncpg.AsyncAdapt_asyncpg_dbapi.Error" ] }, { "sqlalchemy.dialects.postgresql.asyncpg.AsyncAdapt_asyncpg_dbapi.ProgrammingError": [ "BaseException", "Exception", "object", "sqlalchemy.dialects.postgresql.asyncpg.AsyncAdapt_asyncpg_dbapi.DatabaseError", "sqlalchemy.dialects.postgresql.asyncpg.AsyncAdapt_asyncpg_dbapi.Error" ] }, { "sqlalchemy.dialects.postgresql.asyncpg.AsyncAdapt_asyncpg_dbapi.Warning": [ "BaseException", "Exception", "object" ] }, { "sqlalchemy.dialects.postgresql.asyncpg.AsyncAdapt_asyncpg_ss_cursor": [ "object", "sqlalchemy.dialects.postgresql.asyncpg.AsyncAdapt_asyncpg_cursor" ] }, { "sqlalchemy.dialects.postgresql.asyncpg.AsyncPgEnum": [ "object", "sqlalchemy.dialects.postgresql.base.ENUM", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.Enum", "sqlalchemy.sql.sqltypes.SchemaType", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.type_api.Emulated", "sqlalchemy.sql.type_api.NativeForEmulated", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.asyncpg.AsyncPgInterval": [ "object", "sqlalchemy.dialects.postgresql.base.INTERVAL", "sqlalchemy.sql.sqltypes._AbstractInterval", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.NativeForEmulated", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.asyncpg.AsyncpgBigInteger": [ "object", "sqlalchemy.sql.sqltypes.BigInteger", "sqlalchemy.sql.sqltypes.Integer", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.asyncpg.AsyncpgBoolean": [ "object", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.sqltypes.Boolean", "sqlalchemy.sql.sqltypes.SchemaType", "sqlalchemy.sql.type_api.Emulated", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.asyncpg.AsyncpgDate": [ "object", "sqlalchemy.sql.sqltypes.Date", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.asyncpg.AsyncpgDateTime": [ "object", "sqlalchemy.sql.sqltypes.DateTime", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.asyncpg.AsyncpgInteger": [ "object", "sqlalchemy.sql.sqltypes.Integer", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.asyncpg.AsyncpgJSON": [ "object", "sqlalchemy.dialects.postgresql.json.JSON", "sqlalchemy.sql.sqltypes.Indexable", "sqlalchemy.sql.sqltypes.JSON", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.asyncpg.AsyncpgJSONB": [ "object", "sqlalchemy.dialects.postgresql.json.JSON", "sqlalchemy.dialects.postgresql.json.JSONB", "sqlalchemy.sql.sqltypes.Indexable", "sqlalchemy.sql.sqltypes.JSON", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.asyncpg.AsyncpgJSONIndexType": [ "object", "sqlalchemy.sql.sqltypes.JSON.JSONElementType", "sqlalchemy.sql.sqltypes.JSON.JSONIndexType", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.asyncpg.AsyncpgJSONIntIndexType": [ "object", "sqlalchemy.sql.sqltypes.JSON.JSONElementType", "sqlalchemy.sql.sqltypes.JSON.JSONIndexType", "sqlalchemy.sql.sqltypes.JSON.JSONIntIndexType", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.asyncpg.AsyncpgJSONPathType": [ "object", "sqlalchemy.dialects.postgresql.json.JSONPathType", "sqlalchemy.sql.sqltypes.JSON.JSONElementType", "sqlalchemy.sql.sqltypes.JSON.JSONPathType", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.asyncpg.AsyncpgJSONStrIndexType": [ "object", "sqlalchemy.sql.sqltypes.JSON.JSONElementType", "sqlalchemy.sql.sqltypes.JSON.JSONIndexType", "sqlalchemy.sql.sqltypes.JSON.JSONStrIndexType", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.asyncpg.AsyncpgNumeric": [ "object", "sqlalchemy.sql.sqltypes.Numeric", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.asyncpg.AsyncpgOID": [ "object", "sqlalchemy.dialects.postgresql.base.OID", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.asyncpg.AsyncpgREGCLASS": [ "object", "sqlalchemy.dialects.postgresql.base.REGCLASS", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.asyncpg.AsyncpgTime": [ "object", "sqlalchemy.sql.sqltypes.Time", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.asyncpg.AsyncpgUUID": [ "object", "sqlalchemy.dialects.postgresql.base.UUID", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.asyncpg.PGCompiler_asyncpg": [ "object", "sqlalchemy.dialects.postgresql.base.PGCompiler", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.SQLCompiler" ] }, { "sqlalchemy.dialects.postgresql.asyncpg.PGDialect_asyncpg": [ "object", "sqlalchemy.dialects.postgresql.base.PGDialect", "sqlalchemy.engine.default.DefaultDialect", "sqlalchemy.engine.interfaces.Dialect" ] }, { "sqlalchemy.dialects.postgresql.asyncpg.PGExecutionContext_asyncpg": [ "object", "sqlalchemy.dialects.postgresql.base.PGExecutionContext", "sqlalchemy.engine.default.DefaultExecutionContext", "sqlalchemy.engine.interfaces.ExecutionContext" ] }, { "sqlalchemy.dialects.postgresql.asyncpg.PGIdentifierPreparer_asyncpg": [ "object", "sqlalchemy.dialects.postgresql.base.PGIdentifierPreparer", "sqlalchemy.sql.compiler.IdentifierPreparer" ] }, { "sqlalchemy.dialects.postgresql.array.ARRAY": [ "object", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.sqltypes.ARRAY", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.Indexable", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.postgresql.array.ARRAY.Comparator": [ "object", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.sqltypes.ARRAY.Comparator", "sqlalchemy.sql.sqltypes.Concatenable.Comparator", "sqlalchemy.sql.sqltypes.Indexable.Comparator", "sqlalchemy.sql.type_api.TypeEngine.Comparator" ] }, { "sqlalchemy.dialects.postgresql.array.array": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements.ClauseList", "sqlalchemy.sql.elements.ColumnElement", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.BinaryElementRole", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnArgumentOrKeyRole", "sqlalchemy.sql.roles.ColumnArgumentRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DDLConstraintColumnRole", "sqlalchemy.sql.roles.DDLExpressionRole", "sqlalchemy.sql.roles.DMLColumnRole", "sqlalchemy.sql.roles.ExpressionElementRole", "sqlalchemy.sql.roles.InElementRole", "sqlalchemy.sql.roles.LimitOffsetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.OrderByRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementOptionRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.roles.WhereHavingRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.dialects.oracle.cx_oracle.OracleCompiler_cx_oracle": [ "object", "sqlalchemy.dialects.oracle.base.OracleCompiler", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.SQLCompiler" ] }, { "sqlalchemy.dialects.oracle.cx_oracle.OracleDialect_cx_oracle": [ "object", "sqlalchemy.dialects.oracle.base.OracleDialect", "sqlalchemy.engine.default.DefaultDialect", "sqlalchemy.engine.interfaces.Dialect" ] }, { "sqlalchemy.dialects.oracle.cx_oracle.OracleExecutionContext_cx_oracle": [ "object", "sqlalchemy.dialects.oracle.base.OracleExecutionContext", "sqlalchemy.engine.default.DefaultExecutionContext", "sqlalchemy.engine.interfaces.ExecutionContext" ] }, { "sqlalchemy.dialects.oracle.cx_oracle._OracleBINARY_DOUBLE": [ "object", "sqlalchemy.dialects.oracle.base.BINARY_DOUBLE", "sqlalchemy.dialects.oracle.cx_oracle._OracleBinaryFloat", "sqlalchemy.dialects.oracle.cx_oracle._OracleNumeric", "sqlalchemy.sql.sqltypes.Float", "sqlalchemy.sql.sqltypes.Numeric", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.oracle.cx_oracle._OracleBINARY_FLOAT": [ "object", "sqlalchemy.dialects.oracle.base.BINARY_FLOAT", "sqlalchemy.dialects.oracle.cx_oracle._OracleBinaryFloat", "sqlalchemy.dialects.oracle.cx_oracle._OracleNumeric", "sqlalchemy.sql.sqltypes.Float", "sqlalchemy.sql.sqltypes.Numeric", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.oracle.cx_oracle._OracleBinary": [ "object", "sqlalchemy.sql.sqltypes.LargeBinary", "sqlalchemy.sql.sqltypes._Binary", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.oracle.cx_oracle._OracleBinaryFloat": [ "object", "sqlalchemy.dialects.oracle.cx_oracle._OracleNumeric", "sqlalchemy.sql.sqltypes.Numeric", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.oracle.cx_oracle._OracleChar": [ "object", "sqlalchemy.sql.sqltypes.CHAR", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.oracle.cx_oracle._OracleDate": [ "object", "sqlalchemy.sql.sqltypes.Date", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.oracle.cx_oracle._OracleEnum": [ "object", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.Enum", "sqlalchemy.sql.sqltypes.SchemaType", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.type_api.Emulated", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.oracle.cx_oracle._OracleInteger": [ "object", "sqlalchemy.sql.sqltypes.Integer", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.oracle.cx_oracle._OracleInterval": [ "object", "sqlalchemy.dialects.oracle.base.INTERVAL", "sqlalchemy.sql.sqltypes._AbstractInterval", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.NativeForEmulated", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.oracle.cx_oracle._OracleLong": [ "object", "sqlalchemy.dialects.oracle.base.LONG", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.sqltypes.Text", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.oracle.cx_oracle._OracleNChar": [ "object", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.NCHAR", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.sqltypes.Unicode", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.oracle.cx_oracle._OracleNUMBER": [ "object", "sqlalchemy.dialects.oracle.cx_oracle._OracleNumeric", "sqlalchemy.sql.sqltypes.Numeric", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.oracle.cx_oracle._OracleNumeric": [ "object", "sqlalchemy.sql.sqltypes.Numeric", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.oracle.cx_oracle._OracleRaw": [ "object", "sqlalchemy.dialects.oracle.base.RAW", "sqlalchemy.sql.sqltypes._Binary", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.oracle.cx_oracle._OracleRowid": [ "object", "sqlalchemy.dialects.oracle.base.ROWID", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.oracle.cx_oracle._OracleString": [ "object", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.oracle.cx_oracle._OracleText": [ "object", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.sqltypes.Text", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.oracle.cx_oracle._OracleUnicodeStringCHAR": [ "object", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.sqltypes.Unicode", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.oracle.cx_oracle._OracleUnicodeStringNCHAR": [ "object", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.NVARCHAR", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.sqltypes.Unicode", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.oracle.cx_oracle._OracleUnicodeTextCLOB": [ "object", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.sqltypes.Text", "sqlalchemy.sql.sqltypes.UnicodeText", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.oracle.cx_oracle._OracleUnicodeTextNCLOB": [ "object", "sqlalchemy.dialects.oracle.base.NCLOB", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.sqltypes.Text", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.oracle.base.BFILE": [ "object", "sqlalchemy.sql.sqltypes.LargeBinary", "sqlalchemy.sql.sqltypes._Binary", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.oracle.base.BINARY_DOUBLE": [ "object", "sqlalchemy.sql.sqltypes.Float", "sqlalchemy.sql.sqltypes.Numeric", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.oracle.base.BINARY_FLOAT": [ "object", "sqlalchemy.sql.sqltypes.Float", "sqlalchemy.sql.sqltypes.Numeric", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.oracle.base.DATE": [ "object", "sqlalchemy.sql.sqltypes.DateTime", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.oracle.base.DOUBLE_PRECISION": [ "object", "sqlalchemy.sql.sqltypes.Float", "sqlalchemy.sql.sqltypes.Numeric", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.oracle.base.INTERVAL": [ "object", "sqlalchemy.sql.sqltypes._AbstractInterval", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.NativeForEmulated", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.oracle.base.LONG": [ "object", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.sqltypes.Text", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.oracle.base.NCLOB": [ "object", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.sqltypes.Text", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.oracle.base.NUMBER": [ "object", "sqlalchemy.sql.sqltypes.Integer", "sqlalchemy.sql.sqltypes.Numeric", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.oracle.base.OracleCompiler": [ "object", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.SQLCompiler" ] }, { "sqlalchemy.dialects.oracle.base.OracleDDLCompiler": [ "object", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.DDLCompiler" ] }, { "sqlalchemy.dialects.oracle.base.OracleDialect": [ "object", "sqlalchemy.engine.default.DefaultDialect", "sqlalchemy.engine.interfaces.Dialect" ] }, { "sqlalchemy.dialects.oracle.base.OracleExecutionContext": [ "object", "sqlalchemy.engine.default.DefaultExecutionContext", "sqlalchemy.engine.interfaces.ExecutionContext" ] }, { "sqlalchemy.dialects.oracle.base.OracleIdentifierPreparer": [ "object", "sqlalchemy.sql.compiler.IdentifierPreparer" ] }, { "sqlalchemy.dialects.oracle.base.OracleTypeCompiler": [ "object", "sqlalchemy.sql.compiler.GenericTypeCompiler", "sqlalchemy.sql.compiler.TypeCompiler" ] }, { "sqlalchemy.dialects.oracle.base.RAW": [ "object", "sqlalchemy.sql.sqltypes._Binary", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.oracle.base.ROWID": [ "object", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.oracle.base.VARCHAR2": [ "object", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.sqltypes.VARCHAR", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.oracle.base._OracleBoolean": [ "object", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.sqltypes.Boolean", "sqlalchemy.sql.sqltypes.SchemaType", "sqlalchemy.sql.type_api.Emulated", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.oracle.base._OuterJoinColumn": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.dialects.mysql.types.BIGINT": [ "object", "sqlalchemy.dialects.mysql.types._IntegerType", "sqlalchemy.dialects.mysql.types._NumericType", "sqlalchemy.sql.sqltypes.BIGINT", "sqlalchemy.sql.sqltypes.BigInteger", "sqlalchemy.sql.sqltypes.Integer", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mysql.types.BIT": [ "object", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mysql.types.CHAR": [ "object", "sqlalchemy.dialects.mysql.types._StringType", "sqlalchemy.sql.sqltypes.CHAR", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mysql.types.DATETIME": [ "object", "sqlalchemy.sql.sqltypes.DATETIME", "sqlalchemy.sql.sqltypes.DateTime", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mysql.types.DECIMAL": [ "object", "sqlalchemy.dialects.mysql.types._NumericType", "sqlalchemy.sql.sqltypes.DECIMAL", "sqlalchemy.sql.sqltypes.Numeric", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mysql.types.DOUBLE": [ "object", "sqlalchemy.dialects.mysql.types._FloatType", "sqlalchemy.dialects.mysql.types._NumericType", "sqlalchemy.sql.sqltypes.Float", "sqlalchemy.sql.sqltypes.Numeric", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mysql.types.FLOAT": [ "object", "sqlalchemy.dialects.mysql.types._FloatType", "sqlalchemy.dialects.mysql.types._NumericType", "sqlalchemy.sql.sqltypes.FLOAT", "sqlalchemy.sql.sqltypes.Float", "sqlalchemy.sql.sqltypes.Numeric", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mysql.types.INTEGER": [ "object", "sqlalchemy.dialects.mysql.types._IntegerType", "sqlalchemy.dialects.mysql.types._NumericType", "sqlalchemy.sql.sqltypes.INTEGER", "sqlalchemy.sql.sqltypes.Integer", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mysql.types.LONGBLOB": [ "object", "sqlalchemy.sql.sqltypes._Binary", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mysql.types.LONGTEXT": [ "object", "sqlalchemy.dialects.mysql.types._StringType", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mysql.types.MEDIUMBLOB": [ "object", "sqlalchemy.sql.sqltypes._Binary", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mysql.types.MEDIUMINT": [ "object", "sqlalchemy.dialects.mysql.types._IntegerType", "sqlalchemy.dialects.mysql.types._NumericType", "sqlalchemy.sql.sqltypes.Integer", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mysql.types.MEDIUMTEXT": [ "object", "sqlalchemy.dialects.mysql.types._StringType", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mysql.types.NCHAR": [ "object", "sqlalchemy.dialects.mysql.types._StringType", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.NCHAR", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.sqltypes.Unicode", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mysql.types.NUMERIC": [ "object", "sqlalchemy.dialects.mysql.types._NumericType", "sqlalchemy.sql.sqltypes.NUMERIC", "sqlalchemy.sql.sqltypes.Numeric", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mysql.types.NVARCHAR": [ "object", "sqlalchemy.dialects.mysql.types._StringType", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.NVARCHAR", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.sqltypes.Unicode", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mysql.types.REAL": [ "object", "sqlalchemy.dialects.mysql.types._FloatType", "sqlalchemy.dialects.mysql.types._NumericType", "sqlalchemy.sql.sqltypes.Float", "sqlalchemy.sql.sqltypes.Numeric", "sqlalchemy.sql.sqltypes.REAL", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mysql.types.SMALLINT": [ "object", "sqlalchemy.dialects.mysql.types._IntegerType", "sqlalchemy.dialects.mysql.types._NumericType", "sqlalchemy.sql.sqltypes.Integer", "sqlalchemy.sql.sqltypes.SMALLINT", "sqlalchemy.sql.sqltypes.SmallInteger", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mysql.types.TEXT": [ "object", "sqlalchemy.dialects.mysql.types._StringType", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.sqltypes.TEXT", "sqlalchemy.sql.sqltypes.Text", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mysql.types.TIME": [ "object", "sqlalchemy.sql.sqltypes.TIME", "sqlalchemy.sql.sqltypes.Time", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mysql.types.TIMESTAMP": [ "object", "sqlalchemy.sql.sqltypes.DateTime", "sqlalchemy.sql.sqltypes.TIMESTAMP", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mysql.types.TINYBLOB": [ "object", "sqlalchemy.sql.sqltypes._Binary", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mysql.types.TINYINT": [ "object", "sqlalchemy.dialects.mysql.types._IntegerType", "sqlalchemy.dialects.mysql.types._NumericType", "sqlalchemy.sql.sqltypes.Integer", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mysql.types.TINYTEXT": [ "object", "sqlalchemy.dialects.mysql.types._StringType", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mysql.types.VARCHAR": [ "object", "sqlalchemy.dialects.mysql.types._StringType", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.sqltypes.VARCHAR", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mysql.types.YEAR": [ "object", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mysql.types._FloatType": [ "object", "sqlalchemy.dialects.mysql.types._NumericType", "sqlalchemy.sql.sqltypes.Float", "sqlalchemy.sql.sqltypes.Numeric", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mysql.types._IntegerType": [ "object", "sqlalchemy.dialects.mysql.types._NumericType", "sqlalchemy.sql.sqltypes.Integer", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mysql.types._MatchType": [ "object", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.sqltypes.Boolean", "sqlalchemy.sql.sqltypes.Float", "sqlalchemy.sql.sqltypes.MatchType", "sqlalchemy.sql.sqltypes.Numeric", "sqlalchemy.sql.sqltypes.SchemaType", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.Emulated", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mysql.types._NumericType": [ "object" ] }, { "sqlalchemy.dialects.mysql.types._StringType": [ "object", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mysql.reflection.MySQLTableDefinitionParser": [ "object" ] }, { "sqlalchemy.dialects.mysql.reflection.ReflectedState": [ "object" ] }, { "sqlalchemy.dialects.mysql.pyodbc.MySQLDialect_pyodbc": [ "object", "sqlalchemy.connectors.Connector", "sqlalchemy.connectors.pyodbc.PyODBCConnector", "sqlalchemy.dialects.mysql.base.MySQLDialect", "sqlalchemy.engine.default.DefaultDialect", "sqlalchemy.engine.interfaces.Dialect" ] }, { "sqlalchemy.dialects.mysql.pyodbc.MySQLExecutionContext_pyodbc": [ "object", "sqlalchemy.dialects.mysql.base.MySQLExecutionContext", "sqlalchemy.engine.default.DefaultExecutionContext", "sqlalchemy.engine.interfaces.ExecutionContext" ] }, { "sqlalchemy.dialects.mysql.pyodbc._pyodbcTIME": [ "object", "sqlalchemy.dialects.mysql.types.TIME", "sqlalchemy.sql.sqltypes.TIME", "sqlalchemy.sql.sqltypes.Time", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mysql.pymysql.MySQLDialect_pymysql": [ "object", "sqlalchemy.dialects.mysql.base.MySQLDialect", "sqlalchemy.dialects.mysql.mysqldb.MySQLDialect_mysqldb", "sqlalchemy.engine.default.DefaultDialect", "sqlalchemy.engine.interfaces.Dialect" ] }, { "sqlalchemy.dialects.mysql.oursql.MySQLDialect_oursql": [ "object", "sqlalchemy.dialects.mysql.base.MySQLDialect", "sqlalchemy.engine.default.DefaultDialect", "sqlalchemy.engine.interfaces.Dialect" ] }, { "sqlalchemy.dialects.mysql.oursql.MySQLExecutionContext_oursql": [ "object", "sqlalchemy.dialects.mysql.base.MySQLExecutionContext", "sqlalchemy.engine.default.DefaultExecutionContext", "sqlalchemy.engine.interfaces.ExecutionContext" ] }, { "sqlalchemy.dialects.mysql.oursql._oursqlBIT": [ "object", "sqlalchemy.dialects.mysql.types.BIT", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mysql.mysqldb.MySQLCompiler_mysqldb": [ "object", "sqlalchemy.dialects.mysql.base.MySQLCompiler", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.SQLCompiler" ] }, { "sqlalchemy.dialects.mysql.mysqldb.MySQLDialect_mysqldb": [ "object", "sqlalchemy.dialects.mysql.base.MySQLDialect", "sqlalchemy.engine.default.DefaultDialect", "sqlalchemy.engine.interfaces.Dialect" ] }, { "sqlalchemy.dialects.mysql.mysqldb.MySQLExecutionContext_mysqldb": [ "object", "sqlalchemy.dialects.mysql.base.MySQLExecutionContext", "sqlalchemy.engine.default.DefaultExecutionContext", "sqlalchemy.engine.interfaces.ExecutionContext" ] }, { "sqlalchemy.dialects.mysql.mysqldb.MySQLIdentifierPreparer_mysqldb": [ "object", "sqlalchemy.dialects.mysql.base.MySQLIdentifierPreparer", "sqlalchemy.sql.compiler.IdentifierPreparer" ] }, { "sqlalchemy.dialects.mysql.mysqlconnector.MySQLCompiler_mysqlconnector": [ "object", "sqlalchemy.dialects.mysql.base.MySQLCompiler", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.SQLCompiler" ] }, { "sqlalchemy.dialects.mysql.mysqlconnector.MySQLDialect_mysqlconnector": [ "object", "sqlalchemy.dialects.mysql.base.MySQLDialect", "sqlalchemy.engine.default.DefaultDialect", "sqlalchemy.engine.interfaces.Dialect" ] }, { "sqlalchemy.dialects.mysql.mysqlconnector.MySQLIdentifierPreparer_mysqlconnector": [ "object", "sqlalchemy.dialects.mysql.base.MySQLIdentifierPreparer", "sqlalchemy.sql.compiler.IdentifierPreparer" ] }, { "sqlalchemy.dialects.mysql.mysqlconnector._myconnpyBIT": [ "object", "sqlalchemy.dialects.mysql.types.BIT", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mysql.mariadbconnector.MySQLCompiler_mariadbconnector": [ "object", "sqlalchemy.dialects.mysql.base.MySQLCompiler", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.SQLCompiler" ] }, { "sqlalchemy.dialects.mysql.mariadbconnector.MySQLDialect_mariadbconnector": [ "object", "sqlalchemy.dialects.mysql.base.MySQLDialect", "sqlalchemy.engine.default.DefaultDialect", "sqlalchemy.engine.interfaces.Dialect" ] }, { "sqlalchemy.dialects.mysql.mariadbconnector.MySQLExecutionContext_mariadbconnector": [ "object", "sqlalchemy.dialects.mysql.base.MySQLExecutionContext", "sqlalchemy.engine.default.DefaultExecutionContext", "sqlalchemy.engine.interfaces.ExecutionContext" ] }, { "sqlalchemy.dialects.mysql.mariadbconnector.MySQLIdentifierPreparer_mariadbconnector": [ "object", "sqlalchemy.dialects.mysql.base.MySQLIdentifierPreparer", "sqlalchemy.sql.compiler.IdentifierPreparer" ] }, { "sqlalchemy.dialects.mysql.mariadb.MariaDBDialect": [ "object", "sqlalchemy.dialects.mysql.base.MySQLDialect", "sqlalchemy.engine.default.DefaultDialect", "sqlalchemy.engine.interfaces.Dialect" ] }, { "sqlalchemy.dialects.mysql.json.JSON": [ "object", "sqlalchemy.sql.sqltypes.Indexable", "sqlalchemy.sql.sqltypes.JSON", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mysql.json.JSONIndexType": [ "object", "sqlalchemy.dialects.mysql.json._FormatTypeMixin", "sqlalchemy.sql.sqltypes.JSON.JSONElementType", "sqlalchemy.sql.sqltypes.JSON.JSONIndexType", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mysql.json.JSONPathType": [ "object", "sqlalchemy.dialects.mysql.json._FormatTypeMixin", "sqlalchemy.sql.sqltypes.JSON.JSONElementType", "sqlalchemy.sql.sqltypes.JSON.JSONPathType", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mysql.json._FormatTypeMixin": [ "object" ] }, { "sqlalchemy.dialects.mysql.expression.match": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.elements.BinaryExpression", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements.ColumnElement", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.BinaryElementRole", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnArgumentOrKeyRole", "sqlalchemy.sql.roles.ColumnArgumentRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DDLConstraintColumnRole", "sqlalchemy.sql.roles.DDLExpressionRole", "sqlalchemy.sql.roles.DMLColumnRole", "sqlalchemy.sql.roles.ExpressionElementRole", "sqlalchemy.sql.roles.LimitOffsetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.OrderByRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementOptionRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.roles.WhereHavingRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.dialects.mysql.enumerated.ENUM": [ "object", "sqlalchemy.dialects.mysql.types._StringType", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.Enum", "sqlalchemy.sql.sqltypes.SchemaType", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.type_api.Emulated", "sqlalchemy.sql.type_api.NativeForEmulated", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mysql.enumerated.SET": [ "object", "sqlalchemy.dialects.mysql.types._StringType", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mysql.dml.Insert": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.DialectKWArgs", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.base.HasCompileState", "sqlalchemy.sql.dml.Insert", "sqlalchemy.sql.dml.UpdateBase", "sqlalchemy.sql.dml.ValuesBase", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.DMLRole", "sqlalchemy.sql.roles.HasCTERole", "sqlalchemy.sql.roles.ReturnsRowsRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.selectable.HasCTE", "sqlalchemy.sql.selectable.HasPrefixes", "sqlalchemy.sql.selectable.ReturnsRows", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.dialects.mysql.dml.OnDuplicateClause": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.dialects.mysql.cymysql.MySQLDialect_cymysql": [ "object", "sqlalchemy.dialects.mysql.base.MySQLDialect", "sqlalchemy.dialects.mysql.mysqldb.MySQLDialect_mysqldb", "sqlalchemy.engine.default.DefaultDialect", "sqlalchemy.engine.interfaces.Dialect" ] }, { "sqlalchemy.dialects.mysql.cymysql._cymysqlBIT": [ "object", "sqlalchemy.dialects.mysql.types.BIT", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mysql.base.MySQLCompiler": [ "object", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.SQLCompiler" ] }, { "sqlalchemy.dialects.mysql.base.MySQLDDLCompiler": [ "object", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.DDLCompiler" ] }, { "sqlalchemy.dialects.mysql.base.MySQLDialect": [ "object", "sqlalchemy.engine.default.DefaultDialect", "sqlalchemy.engine.interfaces.Dialect" ] }, { "sqlalchemy.dialects.mysql.base.MySQLExecutionContext": [ "object", "sqlalchemy.engine.default.DefaultExecutionContext", "sqlalchemy.engine.interfaces.ExecutionContext" ] }, { "sqlalchemy.dialects.mysql.base.MySQLIdentifierPreparer": [ "object", "sqlalchemy.sql.compiler.IdentifierPreparer" ] }, { "sqlalchemy.dialects.mysql.base.MySQLTypeCompiler": [ "object", "sqlalchemy.sql.compiler.GenericTypeCompiler", "sqlalchemy.sql.compiler.TypeCompiler" ] }, { "sqlalchemy.dialects.mysql.base._DecodingRow": [ "object" ] }, { "sqlalchemy.dialects.mysql.aiomysql.AsyncAdaptFallback_aiomysql_connection": [ "object", "sqlalchemy.dialects.mysql.aiomysql.AsyncAdapt_aiomysql_connection" ] }, { "sqlalchemy.dialects.mysql.aiomysql.AsyncAdapt_aiomysql_connection": [ "object" ] }, { "sqlalchemy.dialects.mysql.aiomysql.AsyncAdapt_aiomysql_cursor": [ "object" ] }, { "sqlalchemy.dialects.mysql.aiomysql.AsyncAdapt_aiomysql_dbapi": [ "object" ] }, { "sqlalchemy.dialects.mysql.aiomysql.AsyncAdapt_aiomysql_ss_cursor": [ "object", "sqlalchemy.dialects.mysql.aiomysql.AsyncAdapt_aiomysql_cursor" ] }, { "sqlalchemy.dialects.mysql.aiomysql.MySQLDialect_aiomysql": [ "object", "sqlalchemy.dialects.mysql.base.MySQLDialect", "sqlalchemy.dialects.mysql.mysqldb.MySQLDialect_mysqldb", "sqlalchemy.dialects.mysql.pymysql.MySQLDialect_pymysql", "sqlalchemy.engine.default.DefaultDialect", "sqlalchemy.engine.interfaces.Dialect" ] }, { "sqlalchemy.dialects.mssql.pyodbc.MSDialect_pyodbc": [ "object", "sqlalchemy.connectors.Connector", "sqlalchemy.connectors.pyodbc.PyODBCConnector", "sqlalchemy.dialects.mssql.base.MSDialect", "sqlalchemy.engine.default.DefaultDialect", "sqlalchemy.engine.interfaces.Dialect" ] }, { "sqlalchemy.dialects.mssql.pyodbc.MSExecutionContext_pyodbc": [ "object", "sqlalchemy.dialects.mssql.base.MSExecutionContext", "sqlalchemy.engine.default.DefaultExecutionContext", "sqlalchemy.engine.interfaces.ExecutionContext" ] }, { "sqlalchemy.dialects.mssql.pyodbc._BINARY_pyodbc": [ "object", "sqlalchemy.dialects.mssql.pyodbc._ms_binary_pyodbc", "sqlalchemy.sql.sqltypes.BINARY", "sqlalchemy.sql.sqltypes._Binary", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mssql.pyodbc._MSFloat_pyodbc": [ "object", "sqlalchemy.dialects.mssql.pyodbc._ms_numeric_pyodbc", "sqlalchemy.sql.sqltypes.Float", "sqlalchemy.sql.sqltypes.Numeric", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mssql.pyodbc._MSNumeric_pyodbc": [ "object", "sqlalchemy.dialects.mssql.pyodbc._ms_numeric_pyodbc", "sqlalchemy.sql.sqltypes.Numeric", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mssql.pyodbc._ODBCDATETIMEOFFSET": [ "object", "sqlalchemy.dialects.mssql.pyodbc._ODBCDateTime", "sqlalchemy.sql.sqltypes.DateTime", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mssql.pyodbc._ODBCDateTime": [ "object", "sqlalchemy.sql.sqltypes.DateTime", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mssql.pyodbc._VARBINARY_pyodbc": [ "object", "sqlalchemy.dialects.mssql.base.VARBINARY", "sqlalchemy.dialects.mssql.pyodbc._ms_binary_pyodbc", "sqlalchemy.sql.sqltypes.LargeBinary", "sqlalchemy.sql.sqltypes.VARBINARY", "sqlalchemy.sql.sqltypes._Binary", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mssql.pyodbc._ms_binary_pyodbc": [ "object" ] }, { "sqlalchemy.dialects.mssql.pyodbc._ms_numeric_pyodbc": [ "object" ] }, { "sqlalchemy.dialects.mssql.pymssql.MSDialect_pymssql": [ "object", "sqlalchemy.dialects.mssql.base.MSDialect", "sqlalchemy.engine.default.DefaultDialect", "sqlalchemy.engine.interfaces.Dialect" ] }, { "sqlalchemy.dialects.mssql.pymssql.MSIdentifierPreparer_pymssql": [ "object", "sqlalchemy.dialects.mssql.base.MSIdentifierPreparer", "sqlalchemy.sql.compiler.IdentifierPreparer" ] }, { "sqlalchemy.dialects.mssql.pymssql._MSNumeric_pymssql": [ "object", "sqlalchemy.sql.sqltypes.Numeric", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mssql.mxodbc.MSDialect_mxodbc": [ "object", "sqlalchemy.connectors.Connector", "sqlalchemy.connectors.mxodbc.MxODBCConnector", "sqlalchemy.dialects.mssql.base.MSDialect", "sqlalchemy.engine.default.DefaultDialect", "sqlalchemy.engine.interfaces.Dialect" ] }, { "sqlalchemy.dialects.mssql.mxodbc.MSExecutionContext_mxodbc": [ "object", "sqlalchemy.dialects.mssql.base.MSExecutionContext", "sqlalchemy.dialects.mssql.pyodbc.MSExecutionContext_pyodbc", "sqlalchemy.engine.default.DefaultExecutionContext", "sqlalchemy.engine.interfaces.ExecutionContext" ] }, { "sqlalchemy.dialects.mssql.mxodbc._MSDate_mxodbc": [ "object", "sqlalchemy.dialects.mssql.base._MSDate", "sqlalchemy.sql.sqltypes.Date", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mssql.mxodbc._MSNumeric_mxodbc": [ "object", "sqlalchemy.dialects.mssql.pyodbc._MSNumeric_pyodbc", "sqlalchemy.dialects.mssql.pyodbc._ms_numeric_pyodbc", "sqlalchemy.sql.sqltypes.Numeric", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mssql.mxodbc._MSTime_mxodbc": [ "object", "sqlalchemy.dialects.mssql.base.TIME", "sqlalchemy.sql.sqltypes.TIME", "sqlalchemy.sql.sqltypes.Time", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mssql.mxodbc._VARBINARY_mxodbc": [ "object", "sqlalchemy.dialects.mssql.base.VARBINARY", "sqlalchemy.sql.sqltypes.LargeBinary", "sqlalchemy.sql.sqltypes.VARBINARY", "sqlalchemy.sql.sqltypes._Binary", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mssql.json.JSON": [ "object", "sqlalchemy.sql.sqltypes.Indexable", "sqlalchemy.sql.sqltypes.JSON", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mssql.json.JSONIndexType": [ "object", "sqlalchemy.dialects.mssql.json._FormatTypeMixin", "sqlalchemy.sql.sqltypes.JSON.JSONElementType", "sqlalchemy.sql.sqltypes.JSON.JSONIndexType", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mssql.json.JSONPathType": [ "object", "sqlalchemy.dialects.mssql.json._FormatTypeMixin", "sqlalchemy.sql.sqltypes.JSON.JSONElementType", "sqlalchemy.sql.sqltypes.JSON.JSONPathType", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mssql.json._FormatTypeMixin": [ "object" ] }, { "sqlalchemy.dialects.mssql.information_schema.CoerceUnicode": [ "object", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.type_api.TypeDecorator", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mssql.information_schema.IdentitySqlVariant": [ "object", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.type_api.TypeDecorator", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mssql.information_schema._cast_on_2005": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements.ColumnElement", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.BinaryElementRole", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnArgumentOrKeyRole", "sqlalchemy.sql.roles.ColumnArgumentRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DDLConstraintColumnRole", "sqlalchemy.sql.roles.DDLExpressionRole", "sqlalchemy.sql.roles.DMLColumnRole", "sqlalchemy.sql.roles.ExpressionElementRole", "sqlalchemy.sql.roles.LimitOffsetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.OrderByRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementOptionRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.roles.WhereHavingRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.dialects.mssql.base.BIT": [ "object", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.sqltypes.Boolean", "sqlalchemy.sql.sqltypes.SchemaType", "sqlalchemy.sql.type_api.Emulated", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mssql.base.DATETIME2": [ "object", "sqlalchemy.dialects.mssql.base._DateTimeBase", "sqlalchemy.sql.sqltypes.DateTime", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mssql.base.DATETIMEOFFSET": [ "object", "sqlalchemy.dialects.mssql.base._DateTimeBase", "sqlalchemy.sql.sqltypes.DateTime", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mssql.base.IMAGE": [ "object", "sqlalchemy.sql.sqltypes.LargeBinary", "sqlalchemy.sql.sqltypes._Binary", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mssql.base.MONEY": [ "object", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mssql.base.MSDDLCompiler": [ "object", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.DDLCompiler" ] }, { "sqlalchemy.dialects.mssql.base.MSDialect": [ "object", "sqlalchemy.engine.default.DefaultDialect", "sqlalchemy.engine.interfaces.Dialect" ] }, { "sqlalchemy.dialects.mssql.base.MSExecutionContext": [ "object", "sqlalchemy.engine.default.DefaultExecutionContext", "sqlalchemy.engine.interfaces.ExecutionContext" ] }, { "sqlalchemy.dialects.mssql.base.MSIdentifierPreparer": [ "object", "sqlalchemy.sql.compiler.IdentifierPreparer" ] }, { "sqlalchemy.dialects.mssql.base.MSSQLCompiler": [ "object", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.SQLCompiler" ] }, { "sqlalchemy.dialects.mssql.base.MSSQLStrictCompiler": [ "object", "sqlalchemy.dialects.mssql.base.MSSQLCompiler", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.SQLCompiler" ] }, { "sqlalchemy.dialects.mssql.base.MSTypeCompiler": [ "object", "sqlalchemy.sql.compiler.GenericTypeCompiler", "sqlalchemy.sql.compiler.TypeCompiler" ] }, { "sqlalchemy.dialects.mssql.base.NTEXT": [ "object", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.sqltypes.Text", "sqlalchemy.sql.sqltypes.UnicodeText", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mssql.base.REAL": [ "object", "sqlalchemy.sql.sqltypes.Float", "sqlalchemy.sql.sqltypes.Numeric", "sqlalchemy.sql.sqltypes.REAL", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mssql.base.ROWVERSION": [ "object", "sqlalchemy.dialects.mssql.base.TIMESTAMP", "sqlalchemy.sql.sqltypes._Binary", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mssql.base.SMALLDATETIME": [ "object", "sqlalchemy.dialects.mssql.base._DateTimeBase", "sqlalchemy.sql.sqltypes.DateTime", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mssql.base.SMALLMONEY": [ "object", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mssql.base.SQL_VARIANT": [ "object", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mssql.base.TIME": [ "object", "sqlalchemy.sql.sqltypes.TIME", "sqlalchemy.sql.sqltypes.Time", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mssql.base.TIMESTAMP": [ "object", "sqlalchemy.sql.sqltypes._Binary", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mssql.base.TINYINT": [ "object", "sqlalchemy.sql.sqltypes.Integer", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mssql.base.TryCast": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.Cast", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements.ColumnElement", "sqlalchemy.sql.elements.WrapsColumnExpression", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.BinaryElementRole", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnArgumentOrKeyRole", "sqlalchemy.sql.roles.ColumnArgumentRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DDLConstraintColumnRole", "sqlalchemy.sql.roles.DDLExpressionRole", "sqlalchemy.sql.roles.DMLColumnRole", "sqlalchemy.sql.roles.ExpressionElementRole", "sqlalchemy.sql.roles.LimitOffsetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.OrderByRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementOptionRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.roles.WhereHavingRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "sqlalchemy.dialects.mssql.base.UNIQUEIDENTIFIER": [ "object", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mssql.base.VARBINARY": [ "object", "sqlalchemy.sql.sqltypes.LargeBinary", "sqlalchemy.sql.sqltypes.VARBINARY", "sqlalchemy.sql.sqltypes._Binary", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mssql.base.XML": [ "object", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.sqltypes.Text", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mssql.base._DateTimeBase": [ "object" ] }, { "sqlalchemy.dialects.mssql.base._MSDate": [ "object", "sqlalchemy.sql.sqltypes.Date", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mssql.base._MSDateTime": [ "object", "sqlalchemy.dialects.mssql.base._DateTimeBase", "sqlalchemy.sql.sqltypes.DateTime", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mssql.base._MSUnicode": [ "object", "sqlalchemy.dialects.mssql.base._UnicodeLiteral", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.sqltypes.Unicode", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mssql.base._MSUnicodeText": [ "object", "sqlalchemy.dialects.mssql.base._UnicodeLiteral", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.sqltypes.Text", "sqlalchemy.sql.sqltypes.UnicodeText", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.mssql.base._UnicodeLiteral": [ "object" ] }, { "sqlalchemy.dialects.firebird.kinterbasdb.FBDialect_kinterbasdb": [ "object", "sqlalchemy.dialects.firebird.base.FBDialect", "sqlalchemy.engine.default.DefaultDialect", "sqlalchemy.engine.interfaces.Dialect" ] }, { "sqlalchemy.dialects.firebird.kinterbasdb.FBExecutionContext_kinterbasdb": [ "object", "sqlalchemy.dialects.firebird.base.FBExecutionContext", "sqlalchemy.engine.default.DefaultExecutionContext", "sqlalchemy.engine.interfaces.ExecutionContext" ] }, { "sqlalchemy.dialects.firebird.kinterbasdb._FBFloat_kinterbasdb": [ "object", "sqlalchemy.dialects.firebird.kinterbasdb._kinterbasdb_numeric", "sqlalchemy.sql.sqltypes.Float", "sqlalchemy.sql.sqltypes.Numeric", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.firebird.kinterbasdb._FBNumeric_kinterbasdb": [ "object", "sqlalchemy.dialects.firebird.kinterbasdb._kinterbasdb_numeric", "sqlalchemy.sql.sqltypes.Numeric", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.firebird.kinterbasdb._kinterbasdb_numeric": [ "object" ] }, { "sqlalchemy.dialects.firebird.fdb.FBDialect_fdb": [ "object", "sqlalchemy.dialects.firebird.base.FBDialect", "sqlalchemy.dialects.firebird.kinterbasdb.FBDialect_kinterbasdb", "sqlalchemy.engine.default.DefaultDialect", "sqlalchemy.engine.interfaces.Dialect" ] }, { "sqlalchemy.dialects.firebird.base.CHAR": [ "object", "sqlalchemy.dialects.firebird.base._StringType", "sqlalchemy.sql.sqltypes.CHAR", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.firebird.base.FBCompiler": [ "object", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.SQLCompiler" ] }, { "sqlalchemy.dialects.firebird.base.FBDDLCompiler": [ "object", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.DDLCompiler" ] }, { "sqlalchemy.dialects.firebird.base.FBDialect": [ "object", "sqlalchemy.engine.default.DefaultDialect", "sqlalchemy.engine.interfaces.Dialect" ] }, { "sqlalchemy.dialects.firebird.base.FBExecutionContext": [ "object", "sqlalchemy.engine.default.DefaultExecutionContext", "sqlalchemy.engine.interfaces.ExecutionContext" ] }, { "sqlalchemy.dialects.firebird.base.FBIdentifierPreparer": [ "object", "sqlalchemy.sql.compiler.IdentifierPreparer" ] }, { "sqlalchemy.dialects.firebird.base.FBTypeCompiler": [ "object", "sqlalchemy.sql.compiler.GenericTypeCompiler", "sqlalchemy.sql.compiler.TypeCompiler" ] }, { "sqlalchemy.dialects.firebird.base.VARCHAR": [ "object", "sqlalchemy.dialects.firebird.base._StringType", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.sqltypes.VARCHAR", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.firebird.base._FBDateTime": [ "object", "sqlalchemy.sql.sqltypes.DateTime", "sqlalchemy.sql.sqltypes._LookupExpressionAdapter", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.dialects.firebird.base._StringType": [ "object", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sqlalchemy.connectors.pyodbc.PyODBCConnector": [ "object", "sqlalchemy.connectors.Connector" ] }, { "sqlalchemy.connectors.mxodbc.MxODBCConnector": [ "object", "sqlalchemy.connectors.Connector" ] }, { "sqlalchemy.connectors.Connector": [ "object" ] }, { "spwd.struct_spwd": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "socketserver.BaseRequestHandler": [ "object" ] }, { "socketserver.BaseServer": [ "object" ] }, { "socketserver.DatagramRequestHandler": [ "object", "socketserver.BaseRequestHandler" ] }, { "socketserver.ForkingMixIn": [ "object" ] }, { "socketserver.ForkingTCPServer": [ "object", "socketserver.BaseServer", "socketserver.ForkingMixIn", "socketserver.TCPServer" ] }, { "socketserver.ForkingUDPServer": [ "object", "socketserver.BaseServer", "socketserver.ForkingMixIn", "socketserver.UDPServer" ] }, { "socketserver.StreamRequestHandler": [ "object", "socketserver.BaseRequestHandler" ] }, { "socketserver.TCPServer": [ "object", "socketserver.BaseServer" ] }, { "socketserver.ThreadingMixIn": [ "object" ] }, { "socketserver.ThreadingTCPServer": [ "object", "socketserver.BaseServer", "socketserver.TCPServer", "socketserver.ThreadingMixIn" ] }, { "socketserver.ThreadingUDPServer": [ "object", "socketserver.BaseServer", "socketserver.ThreadingMixIn", "socketserver.UDPServer" ] }, { "socketserver.ThreadingUnixDatagramServer": [ "object", "socketserver.BaseServer", "socketserver.ThreadingMixIn", "socketserver.UnixDatagramServer" ] }, { "socketserver.ThreadingUnixStreamServer": [ "object", "socketserver.BaseServer", "socketserver.ThreadingMixIn", "socketserver.UnixStreamServer" ] }, { "socketserver.UDPServer": [ "object", "socketserver.BaseServer" ] }, { "socketserver.UnixDatagramServer": [ "object", "socketserver.BaseServer" ] }, { "socketserver.UnixStreamServer": [ "object", "socketserver.BaseServer" ] }, { "socket.AddressFamily": [ "complex", "enum.Enum", "enum.IntEnum", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "socket.AddressInfo": [ "complex", "enum.Enum", "enum.Flag", "enum.IntFlag", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "socket.MsgFlag": [ "complex", "enum.Enum", "enum.Flag", "enum.IntFlag", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "socket.SocketKind": [ "complex", "enum.Enum", "enum.IntEnum", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "socket.gaierror": [ "BaseException", "Exception", "OSError", "object" ] }, { "socket.herror": [ "BaseException", "Exception", "OSError", "object" ] }, { "socket.socket": [ "object" ] }, { "socket.timeout": [ "BaseException", "Exception", "OSError", "object" ] }, { "sndhdr.SndHeaders": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "smtplib.LMTP": [ "object", "smtplib.SMTP" ] }, { "smtplib.SMTP": [ "object" ] }, { "smtplib.SMTPAuthenticationError": [ "BaseException", "Exception", "OSError", "object", "smtplib.SMTPException", "smtplib.SMTPResponseException" ] }, { "smtplib.SMTPConnectError": [ "BaseException", "Exception", "OSError", "object", "smtplib.SMTPException", "smtplib.SMTPResponseException" ] }, { "smtplib.SMTPDataError": [ "BaseException", "Exception", "OSError", "object", "smtplib.SMTPException", "smtplib.SMTPResponseException" ] }, { "smtplib.SMTPException": [ "BaseException", "Exception", "OSError", "object" ] }, { "smtplib.SMTPHeloError": [ "BaseException", "Exception", "OSError", "object", "smtplib.SMTPException", "smtplib.SMTPResponseException" ] }, { "smtplib.SMTPNotSupportedError": [ "BaseException", "Exception", "OSError", "object", "smtplib.SMTPException" ] }, { "smtplib.SMTPRecipientsRefused": [ "BaseException", "Exception", "OSError", "object", "smtplib.SMTPException" ] }, { "smtplib.SMTPResponseException": [ "BaseException", "Exception", "OSError", "object", "smtplib.SMTPException" ] }, { "smtplib.SMTPSenderRefused": [ "BaseException", "Exception", "OSError", "object", "smtplib.SMTPException", "smtplib.SMTPResponseException" ] }, { "smtplib.SMTPServerDisconnected": [ "BaseException", "Exception", "OSError", "object", "smtplib.SMTPException" ] }, { "smtplib.SMTP_SSL": [ "object", "smtplib.SMTP" ] }, { "smtplib._AuthObject": [ "object", "typing.Generic", "typing.Protocol" ] }, { "smtpd.DebuggingServer": [ "asyncore.dispatcher", "object", "smtpd.SMTPServer" ] }, { "smtpd.MailmanProxy": [ "asyncore.dispatcher", "object", "smtpd.PureProxy", "smtpd.SMTPServer" ] }, { "smtpd.PureProxy": [ "asyncore.dispatcher", "object", "smtpd.SMTPServer" ] }, { "smtpd.SMTPChannel": [ "asynchat.async_chat", "asyncore.dispatcher", "object" ] }, { "smtpd.SMTPServer": [ "asyncore.dispatcher", "object" ] }, { "six.MovedAttribute": [ "object", "six._LazyDescriptor" ] }, { "six.MovedModule": [ "object", "six._LazyDescriptor" ] }, { "six._LazyDescriptor": [ "object" ] }, { "singledispatch.helpers.ChainMap": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "singledispatch.helpers.MappingProxyType": [ "collections.UserDict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "singledispatch.helpers.Support": [ "object" ] }, { "singledispatch._SingleDispatchCallable": [ "object", "typing.Generic" ] }, { "simplejson.scanner.JSONDecodeError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "simplejson.encoder.JSONEncoder": [ "object" ] }, { "simplejson.encoder.JSONEncoderForHTML": [ "object", "simplejson.encoder.JSONEncoder" ] }, { "simplejson.decoder.JSONDecoder": [ "object" ] }, { "signal.Handlers": [ "complex", "enum.Enum", "enum.IntEnum", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "signal.ItimerError": [ "BaseException", "Exception", "OSError", "object" ] }, { "signal.Sigmasks": [ "complex", "enum.Enum", "enum.IntEnum", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "signal.Signals": [ "complex", "enum.Enum", "enum.IntEnum", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "signal.struct_siginfo": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "shutil.Error": [ "BaseException", "Exception", "OSError", "object" ] }, { "shutil.ExecError": [ "BaseException", "Exception", "OSError", "object" ] }, { "shutil.ReadError": [ "BaseException", "Exception", "OSError", "object" ] }, { "shutil.RegistryError": [ "BaseException", "Exception", "object" ] }, { "shutil.SameFileError": [ "BaseException", "Exception", "OSError", "object", "shutil.Error" ] }, { "shutil.SpecialFileError": [ "BaseException", "Exception", "OSError", "object" ] }, { "shutil._ntuple_diskusage": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "shlex.shlex": [ "object", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "shelve.BsdDbShelf": [ "object", "shelve.Shelf", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "shelve.DbfilenameShelf": [ "object", "shelve.Shelf", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "shelve.Shelf": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "setuptools.wheel.Wheel": [ "object" ] }, { "setuptools.ssl_support.CertificateError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "setuptools.ssl_support.VerifyingHTTPSConn": [ "object" ] }, { "setuptools.ssl_support.VerifyingHTTPSHandler": [ "object" ] }, { "setuptools.ssl_support.get_win_certfile.CertFile": [ "object" ] }, { "setuptools.sandbox.AbstractSandbox": [ "object" ] }, { "setuptools.sandbox.DirectorySandbox": [ "object", "setuptools.sandbox.AbstractSandbox" ] }, { "setuptools.sandbox.ExceptionSaver": [ "object" ] }, { "setuptools.sandbox.SandboxViolation": [ "BaseException", "Exception", "distutils.errors.DistutilsError", "object" ] }, { "setuptools.sandbox.UnpickleableException": [ "BaseException", "Exception", "object" ] }, { "setuptools.py33compat.Bytecode_compat": [ "object" ] }, { "setuptools.py33compat.OpArg": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "setuptools.py31compat.TemporaryDirectory": [ "object" ] }, { "setuptools.package_index.ContentChecker": [ "object" ] }, { "setuptools.package_index.Credential": [ "object" ] }, { "setuptools.package_index.HashChecker": [ "object", "setuptools.package_index.ContentChecker" ] }, { "setuptools.package_index.PackageIndex": [ "object", "pkg_resources.Environment" ] }, { "setuptools.package_index.PyPIConfig": [ "object" ] }, { "setuptools.namespaces.DevelopInstaller": [ "object", "setuptools.namespaces.Installer" ] }, { "setuptools.namespaces.Installer": [ "object" ] }, { "setuptools.msvc.EnvironmentInfo": [ "object" ] }, { "setuptools.msvc.PlatformInfo": [ "object" ] }, { "setuptools.msvc.RegistryInfo": [ "object" ] }, { "setuptools.msvc.SystemInfo": [ "object" ] }, { "setuptools.msvc.winreg": [ "object" ] }, { "setuptools.lib2to3_ex.DistutilsRefactoringTool": [ "object" ] }, { "setuptools.lib2to3_ex.Mixin2to3": [ "object" ] }, { "setuptools.extern.VendorImporter": [ "object" ] }, { "setuptools.extension.Extension": [ "object" ] }, { "setuptools.extension.Library": [ "object", "setuptools.extension.Extension" ] }, { "setuptools.errors.RemovedCommandError": [ "BaseException", "Exception", "RuntimeError", "distutils.errors.DistutilsError", "object" ] }, { "setuptools.dist.DistDeprecationWarning": [ "BaseException", "Exception", "Warning", "object", "setuptools._deprecation_warning.SetuptoolsDeprecationWarning" ] }, { "setuptools.dist.Distribution": [ "object" ] }, { "setuptools.dist.Feature": [ "object" ] }, { "setuptools.depends.Require": [ "object" ] }, { "setuptools.config.ConfigHandler": [ "object" ] }, { "setuptools.config.ConfigMetadataHandler": [ "object", "setuptools.config.ConfigHandler" ] }, { "setuptools.config.ConfigOptionsHandler": [ "object", "setuptools.config.ConfigHandler" ] }, { "setuptools.command.upload_docs.upload_docs": [ "distutils.cmd.Command", "distutils.command.upload.upload", "distutils.config.PyPIRCCommand", "object", "setuptools.command.upload.upload" ] }, { "setuptools.command.upload.upload": [ "distutils.cmd.Command", "distutils.command.upload.upload", "distutils.config.PyPIRCCommand", "object" ] }, { "setuptools.command.test.NonDataProperty": [ "object" ] }, { "setuptools.command.test.ScanningLoader": [ "object", "unittest.loader.TestLoader" ] }, { "setuptools.command.test.test": [ "object", "setuptools.Command" ] }, { "setuptools.command.setopt.option_base": [ "object", "setuptools.Command" ] }, { "setuptools.command.setopt.setopt": [ "object", "setuptools.Command", "setuptools.command.setopt.option_base" ] }, { "setuptools.command.sdist.sdist": [ "object", "setuptools.command.py36compat.sdist_add_defaults" ] }, { "setuptools.command.sdist.sdist._remove_os_link.NoValue": [ "object" ] }, { "setuptools.command.saveopts.saveopts": [ "object", "setuptools.Command", "setuptools.command.setopt.option_base" ] }, { "setuptools.command.rotate.rotate": [ "object", "setuptools.Command" ] }, { "setuptools.command.register.register": [ "object" ] }, { "setuptools.command.py36compat.sdist_add_defaults": [ "object" ] }, { "setuptools.command.install_scripts.install_scripts": [ "object" ] }, { "setuptools.command.install_lib.install_lib": [ "object" ] }, { "setuptools.command.install_egg_info.install_egg_info": [ "object", "setuptools.Command", "setuptools.namespaces.Installer" ] }, { "setuptools.command.install.install": [ "distutils.cmd.Command", "distutils.command.install.install", "object" ] }, { "setuptools.command.egg_info.EggInfoDeprecationWarning": [ "BaseException", "Exception", "Warning", "object", "setuptools._deprecation_warning.SetuptoolsDeprecationWarning" ] }, { "setuptools.command.egg_info.FileList": [ "distutils.filelist.FileList", "object" ] }, { "setuptools.command.egg_info.InfoCommon": [ "object" ] }, { "setuptools.command.egg_info.egg_info": [ "object", "setuptools.Command", "setuptools.command.egg_info.InfoCommon" ] }, { "setuptools.command.egg_info.manifest_maker": [ "object", "setuptools.command.py36compat.sdist_add_defaults", "setuptools.command.sdist.sdist" ] }, { "setuptools.command.easy_install.CommandSpec": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "setuptools.command.easy_install.EasyInstallDeprecationWarning": [ "BaseException", "Exception", "Warning", "object", "setuptools._deprecation_warning.SetuptoolsDeprecationWarning" ] }, { "setuptools.command.easy_install.PthDistributions": [ "object", "pkg_resources.Environment" ] }, { "setuptools.command.easy_install.RewritePthDistributions": [] }, { "setuptools.command.easy_install.ScriptWriter": [ "object" ] }, { "setuptools.command.easy_install.WindowsCommandSpec": [ "list", "object", "setuptools.command.easy_install.CommandSpec", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "setuptools.command.easy_install.WindowsExecutableLauncherWriter": [ "object", "setuptools.command.easy_install.ScriptWriter", "setuptools.command.easy_install.WindowsScriptWriter" ] }, { "setuptools.command.easy_install.WindowsScriptWriter": [ "object", "setuptools.command.easy_install.ScriptWriter" ] }, { "setuptools.command.easy_install.easy_install": [ "object", "setuptools.Command" ] }, { "setuptools.command.easy_install.main.DistributionWithoutHelpCommands": [ "object", "setuptools.dist.Distribution" ] }, { "setuptools.command.dist_info.dist_info": [ "distutils.cmd.Command", "object" ] }, { "setuptools.command.develop.VersionlessRequirement": [ "object" ] }, { "setuptools.command.develop.develop": [ "object", "setuptools.Command", "setuptools.command.easy_install.easy_install", "setuptools.namespaces.DevelopInstaller", "setuptools.namespaces.Installer" ] }, { "setuptools.command.build_py.Mixin2to3": [ "object" ] }, { "setuptools.command.build_py.build_py": [ "distutils.cmd.Command", "distutils.command.build_py.build_py", "object", "setuptools.command.build_py.Mixin2to3" ] }, { "setuptools.command.build_ext.build_ext": [ "object" ] }, { "setuptools.command.build_clib.build_clib": [ "object" ] }, { "setuptools.command.bdist_wininst.bdist_wininst": [ "object" ] }, { "setuptools.command.bdist_rpm.bdist_rpm": [ "object" ] }, { "setuptools.command.bdist_egg.bdist_egg": [ "object", "setuptools.Command" ] }, { "setuptools.command.alias.alias": [ "object", "setuptools.Command", "setuptools.command.setopt.option_base" ] }, { "setuptools.build_meta.Distribution": [ "object", "setuptools.dist.Distribution" ] }, { "setuptools.build_meta.SetupRequirementsError": [ "BaseException", "object" ] }, { "setuptools.build_meta._BuildMetaBackend": [ "object" ] }, { "setuptools.build_meta._BuildMetaLegacyBackend": [ "object", "setuptools.build_meta._BuildMetaBackend" ] }, { "setuptools.archive_util.UnrecognizedFormat": [ "BaseException", "Exception", "distutils.errors.DistutilsError", "object" ] }, { "setuptools._vendor.six.Iterator": [ "object" ] }, { "setuptools._vendor.six.Module_six_moves_urllib": [ "_importlib_modulespec.ModuleType", "object" ] }, { "setuptools._vendor.six.Module_six_moves_urllib_error": [ "_importlib_modulespec.ModuleType", "object", "setuptools._vendor.six._LazyModule" ] }, { "setuptools._vendor.six.Module_six_moves_urllib_parse": [ "_importlib_modulespec.ModuleType", "object", "setuptools._vendor.six._LazyModule" ] }, { "setuptools._vendor.six.Module_six_moves_urllib_request": [ "_importlib_modulespec.ModuleType", "object", "setuptools._vendor.six._LazyModule" ] }, { "setuptools._vendor.six.Module_six_moves_urllib_response": [ "_importlib_modulespec.ModuleType", "object", "setuptools._vendor.six._LazyModule" ] }, { "setuptools._vendor.six.Module_six_moves_urllib_robotparser": [ "_importlib_modulespec.ModuleType", "object", "setuptools._vendor.six._LazyModule" ] }, { "setuptools._vendor.six.MovedAttribute": [ "object", "setuptools._vendor.six._LazyDescr" ] }, { "setuptools._vendor.six.MovedModule": [ "object", "setuptools._vendor.six._LazyDescr" ] }, { "setuptools._vendor.six.X": [ "object" ] }, { "setuptools._vendor.six._LazyDescr": [ "object" ] }, { "setuptools._vendor.six._LazyModule": [ "_importlib_modulespec.ModuleType", "object" ] }, { "setuptools._vendor.six._MovedItems": [ "_importlib_modulespec.ModuleType", "object", "setuptools._vendor.six._LazyModule" ] }, { "setuptools._vendor.six._SixMetaPathImporter": [ "object" ] }, { "setuptools._vendor.six.with_metaclass.metaclass": [ "object" ] }, { "setuptools._vendor.pyparsing.And": [ "object", "setuptools._vendor.pyparsing.ParseExpression", "setuptools._vendor.pyparsing.ParserElement" ] }, { "setuptools._vendor.pyparsing.And._ErrorStop": [ "object", "setuptools._vendor.pyparsing.Empty", "setuptools._vendor.pyparsing.ParserElement", "setuptools._vendor.pyparsing.Token" ] }, { "setuptools._vendor.pyparsing.CaselessKeyword": [ "object", "setuptools._vendor.pyparsing.Keyword", "setuptools._vendor.pyparsing.ParserElement", "setuptools._vendor.pyparsing.Token" ] }, { "setuptools._vendor.pyparsing.CaselessLiteral": [ "object", "setuptools._vendor.pyparsing.Literal", "setuptools._vendor.pyparsing.ParserElement", "setuptools._vendor.pyparsing.Token" ] }, { "setuptools._vendor.pyparsing.CharsNotIn": [ "object", "setuptools._vendor.pyparsing.ParserElement", "setuptools._vendor.pyparsing.Token" ] }, { "setuptools._vendor.pyparsing.CloseMatch": [ "object", "setuptools._vendor.pyparsing.ParserElement", "setuptools._vendor.pyparsing.Token" ] }, { "setuptools._vendor.pyparsing.Combine": [ "object", "setuptools._vendor.pyparsing.ParseElementEnhance", "setuptools._vendor.pyparsing.ParserElement", "setuptools._vendor.pyparsing.TokenConverter" ] }, { "setuptools._vendor.pyparsing.Dict": [ "object", "setuptools._vendor.pyparsing.ParseElementEnhance", "setuptools._vendor.pyparsing.ParserElement", "setuptools._vendor.pyparsing.TokenConverter" ] }, { "setuptools._vendor.pyparsing.Each": [ "object", "setuptools._vendor.pyparsing.ParseExpression", "setuptools._vendor.pyparsing.ParserElement" ] }, { "setuptools._vendor.pyparsing.Empty": [ "object", "setuptools._vendor.pyparsing.ParserElement", "setuptools._vendor.pyparsing.Token" ] }, { "setuptools._vendor.pyparsing.FollowedBy": [ "object", "setuptools._vendor.pyparsing.ParseElementEnhance", "setuptools._vendor.pyparsing.ParserElement" ] }, { "setuptools._vendor.pyparsing.Forward": [ "object", "setuptools._vendor.pyparsing.ParseElementEnhance", "setuptools._vendor.pyparsing.ParserElement" ] }, { "setuptools._vendor.pyparsing.GoToColumn": [ "object", "setuptools._vendor.pyparsing.ParserElement", "setuptools._vendor.pyparsing.Token", "setuptools._vendor.pyparsing._PositionToken" ] }, { "setuptools._vendor.pyparsing.Group": [ "object", "setuptools._vendor.pyparsing.ParseElementEnhance", "setuptools._vendor.pyparsing.ParserElement", "setuptools._vendor.pyparsing.TokenConverter" ] }, { "setuptools._vendor.pyparsing.Keyword": [ "object", "setuptools._vendor.pyparsing.ParserElement", "setuptools._vendor.pyparsing.Token" ] }, { "setuptools._vendor.pyparsing.LineEnd": [ "object", "setuptools._vendor.pyparsing.ParserElement", "setuptools._vendor.pyparsing.Token", "setuptools._vendor.pyparsing._PositionToken" ] }, { "setuptools._vendor.pyparsing.LineStart": [ "object", "setuptools._vendor.pyparsing.ParserElement", "setuptools._vendor.pyparsing.Token", "setuptools._vendor.pyparsing._PositionToken" ] }, { "setuptools._vendor.pyparsing.Literal": [ "object", "setuptools._vendor.pyparsing.ParserElement", "setuptools._vendor.pyparsing.Token" ] }, { "setuptools._vendor.pyparsing.MatchFirst": [ "object", "setuptools._vendor.pyparsing.ParseExpression", "setuptools._vendor.pyparsing.ParserElement" ] }, { "setuptools._vendor.pyparsing.NoMatch": [ "object", "setuptools._vendor.pyparsing.ParserElement", "setuptools._vendor.pyparsing.Token" ] }, { "setuptools._vendor.pyparsing.NotAny": [ "object", "setuptools._vendor.pyparsing.ParseElementEnhance", "setuptools._vendor.pyparsing.ParserElement" ] }, { "setuptools._vendor.pyparsing.OneOrMore": [ "object", "setuptools._vendor.pyparsing.ParseElementEnhance", "setuptools._vendor.pyparsing.ParserElement", "setuptools._vendor.pyparsing._MultipleMatch" ] }, { "setuptools._vendor.pyparsing.OnlyOnce": [ "object" ] }, { "setuptools._vendor.pyparsing.Optional": [ "object", "setuptools._vendor.pyparsing.ParseElementEnhance", "setuptools._vendor.pyparsing.ParserElement" ] }, { "setuptools._vendor.pyparsing.Or": [ "object", "setuptools._vendor.pyparsing.ParseExpression", "setuptools._vendor.pyparsing.ParserElement" ] }, { "setuptools._vendor.pyparsing.ParseBaseException": [ "BaseException", "Exception", "object" ] }, { "setuptools._vendor.pyparsing.ParseElementEnhance": [ "object", "setuptools._vendor.pyparsing.ParserElement" ] }, { "setuptools._vendor.pyparsing.ParseException": [ "BaseException", "Exception", "object", "setuptools._vendor.pyparsing.ParseBaseException" ] }, { "setuptools._vendor.pyparsing.ParseExpression": [ "object", "setuptools._vendor.pyparsing.ParserElement" ] }, { "setuptools._vendor.pyparsing.ParseFatalException": [ "BaseException", "Exception", "object", "setuptools._vendor.pyparsing.ParseBaseException" ] }, { "setuptools._vendor.pyparsing.ParseResults": [ "object" ] }, { "setuptools._vendor.pyparsing.ParseSyntaxException": [ "BaseException", "Exception", "object", "setuptools._vendor.pyparsing.ParseBaseException", "setuptools._vendor.pyparsing.ParseFatalException" ] }, { "setuptools._vendor.pyparsing.ParserElement": [ "object" ] }, { "setuptools._vendor.pyparsing.ParserElement._FifoCache": [ "object" ] }, { "setuptools._vendor.pyparsing.ParserElement._UnboundedCache": [ "object" ] }, { "setuptools._vendor.pyparsing.QuotedString": [ "object", "setuptools._vendor.pyparsing.ParserElement", "setuptools._vendor.pyparsing.Token" ] }, { "setuptools._vendor.pyparsing.RecursiveGrammarException": [ "BaseException", "Exception", "object" ] }, { "setuptools._vendor.pyparsing.Regex": [ "object", "setuptools._vendor.pyparsing.ParserElement", "setuptools._vendor.pyparsing.Token" ] }, { "setuptools._vendor.pyparsing.SkipTo": [ "object", "setuptools._vendor.pyparsing.ParseElementEnhance", "setuptools._vendor.pyparsing.ParserElement" ] }, { "setuptools._vendor.pyparsing.StringEnd": [ "object", "setuptools._vendor.pyparsing.ParserElement", "setuptools._vendor.pyparsing.Token", "setuptools._vendor.pyparsing._PositionToken" ] }, { "setuptools._vendor.pyparsing.StringStart": [ "object", "setuptools._vendor.pyparsing.ParserElement", "setuptools._vendor.pyparsing.Token", "setuptools._vendor.pyparsing._PositionToken" ] }, { "setuptools._vendor.pyparsing.Suppress": [ "object", "setuptools._vendor.pyparsing.ParseElementEnhance", "setuptools._vendor.pyparsing.ParserElement", "setuptools._vendor.pyparsing.TokenConverter" ] }, { "setuptools._vendor.pyparsing.Token": [ "object", "setuptools._vendor.pyparsing.ParserElement" ] }, { "setuptools._vendor.pyparsing.TokenConverter": [ "object", "setuptools._vendor.pyparsing.ParseElementEnhance", "setuptools._vendor.pyparsing.ParserElement" ] }, { "setuptools._vendor.pyparsing.White": [ "object", "setuptools._vendor.pyparsing.ParserElement", "setuptools._vendor.pyparsing.Token" ] }, { "setuptools._vendor.pyparsing.Word": [ "object", "setuptools._vendor.pyparsing.ParserElement", "setuptools._vendor.pyparsing.Token" ] }, { "setuptools._vendor.pyparsing.WordEnd": [ "object", "setuptools._vendor.pyparsing.ParserElement", "setuptools._vendor.pyparsing.Token", "setuptools._vendor.pyparsing._PositionToken" ] }, { "setuptools._vendor.pyparsing.WordStart": [ "object", "setuptools._vendor.pyparsing.ParserElement", "setuptools._vendor.pyparsing.Token", "setuptools._vendor.pyparsing._PositionToken" ] }, { "setuptools._vendor.pyparsing.ZeroOrMore": [ "object", "setuptools._vendor.pyparsing.ParseElementEnhance", "setuptools._vendor.pyparsing.ParserElement", "setuptools._vendor.pyparsing._MultipleMatch" ] }, { "setuptools._vendor.pyparsing._Constants": [ "object" ] }, { "setuptools._vendor.pyparsing._ForwardNoRecurse": [ "object", "setuptools._vendor.pyparsing.Forward", "setuptools._vendor.pyparsing.ParseElementEnhance", "setuptools._vendor.pyparsing.ParserElement" ] }, { "setuptools._vendor.pyparsing._MultipleMatch": [ "object", "setuptools._vendor.pyparsing.ParseElementEnhance", "setuptools._vendor.pyparsing.ParserElement" ] }, { "setuptools._vendor.pyparsing._NullToken": [ "object" ] }, { "setuptools._vendor.pyparsing._ParseResultsWithOffset": [ "object" ] }, { "setuptools._vendor.pyparsing._PositionToken": [ "object", "setuptools._vendor.pyparsing.ParserElement", "setuptools._vendor.pyparsing.Token" ] }, { "setuptools._vendor.pyparsing.pyparsing_common": [ "object" ] }, { "setuptools._vendor.packaging.version.InvalidVersion": [ "BaseException", "Exception", "ValueError", "object" ] }, { "setuptools._vendor.packaging.version.LegacyVersion": [ "object", "setuptools._vendor.packaging.version._BaseVersion" ] }, { "setuptools._vendor.packaging.version.Version": [ "object", "setuptools._vendor.packaging.version._BaseVersion" ] }, { "setuptools._vendor.packaging.version._BaseVersion": [ "object" ] }, { "setuptools._vendor.packaging.version._Version": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "setuptools._vendor.packaging.tags.Tag": [ "object" ] }, { "setuptools._vendor.packaging.specifiers.BaseSpecifier": [ "object" ] }, { "setuptools._vendor.packaging.specifiers.InvalidSpecifier": [ "BaseException", "Exception", "ValueError", "object" ] }, { "setuptools._vendor.packaging.specifiers.LegacySpecifier": [ "object", "setuptools._vendor.packaging.specifiers.BaseSpecifier", "setuptools._vendor.packaging.specifiers._IndividualSpecifier" ] }, { "setuptools._vendor.packaging.specifiers.Specifier": [ "object", "setuptools._vendor.packaging.specifiers.BaseSpecifier", "setuptools._vendor.packaging.specifiers._IndividualSpecifier" ] }, { "setuptools._vendor.packaging.specifiers.SpecifierSet": [ "object", "setuptools._vendor.packaging.specifiers.BaseSpecifier" ] }, { "setuptools._vendor.packaging.specifiers._IndividualSpecifier": [ "object", "setuptools._vendor.packaging.specifiers.BaseSpecifier" ] }, { "setuptools._vendor.packaging.requirements.InvalidRequirement": [ "BaseException", "Exception", "ValueError", "object" ] }, { "setuptools._vendor.packaging.requirements.Requirement": [ "object" ] }, { "setuptools._vendor.packaging.markers.InvalidMarker": [ "BaseException", "Exception", "ValueError", "object" ] }, { "setuptools._vendor.packaging.markers.Marker": [ "object" ] }, { "setuptools._vendor.packaging.markers.Node": [ "object" ] }, { "setuptools._vendor.packaging.markers.Op": [ "object", "setuptools._vendor.packaging.markers.Node" ] }, { "setuptools._vendor.packaging.markers.UndefinedComparison": [ "BaseException", "Exception", "ValueError", "object" ] }, { "setuptools._vendor.packaging.markers.UndefinedEnvironmentName": [ "BaseException", "Exception", "ValueError", "object" ] }, { "setuptools._vendor.packaging.markers.Value": [ "object", "setuptools._vendor.packaging.markers.Node" ] }, { "setuptools._vendor.packaging.markers.Variable": [ "object", "setuptools._vendor.packaging.markers.Node" ] }, { "setuptools._vendor.packaging._structures.Infinity": [ "object" ] }, { "setuptools._vendor.packaging._structures.NegativeInfinity": [ "object" ] }, { "setuptools._vendor.packaging._compat.with_metaclass.metaclass": [ "object" ] }, { "setuptools._vendor.ordered_set.OrderedSet": [ "object", "typing.AbstractSet", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSet", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "setuptools._vendor.more_itertools.more.AbortThread": [ "BaseException", "object" ] }, { "setuptools._vendor.more_itertools.more.SequenceView": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "setuptools._vendor.more_itertools.more.UnequalIterablesError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "setuptools._vendor.more_itertools.more.bucket": [ "object" ] }, { "setuptools._vendor.more_itertools.more.callback_iter": [ "object" ] }, { "setuptools._vendor.more_itertools.more.countable": [ "object" ] }, { "setuptools._vendor.more_itertools.more.islice_extended": [ "object" ] }, { "setuptools._vendor.more_itertools.more.numeric_range": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Hashable", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "setuptools._vendor.more_itertools.more.peekable": [ "object" ] }, { "setuptools._vendor.more_itertools.more.run_length": [ "object" ] }, { "setuptools._vendor.more_itertools.more.seekable": [ "object" ] }, { "setuptools._vendor.more_itertools.more.time_limited": [ "object" ] }, { "setuptools._distutils.versionpredicate.VersionPredicate": [ "object" ] }, { "setuptools._distutils.version.LooseVersion": [ "object", "setuptools._distutils.version.Version" ] }, { "setuptools._distutils.version.StrictVersion": [ "object", "setuptools._distutils.version.Version" ] }, { "setuptools._distutils.version.Version": [ "object" ] }, { "setuptools._distutils.util.Mixin2to3": [ "object" ] }, { "setuptools._distutils.util.run_2to3.DistutilsRefactoringTool": [ "object" ] }, { "setuptools._distutils.unixccompiler.UnixCCompiler": [ "distutils.ccompiler.CCompiler", "object" ] }, { "setuptools._distutils.text_file.TextFile": [ "object" ] }, { "setuptools._distutils.msvccompiler.MSVCCompiler": [ "distutils.ccompiler.CCompiler", "object" ] }, { "setuptools._distutils.msvccompiler.MacroExpander": [ "object" ] }, { "setuptools._distutils.msvc9compiler.MSVCCompiler": [ "distutils.ccompiler.CCompiler", "object" ] }, { "setuptools._distutils.msvc9compiler.MacroExpander": [ "object" ] }, { "setuptools._distutils.msvc9compiler.Reg": [ "object" ] }, { "setuptools._distutils.log.Log": [ "object" ] }, { "setuptools._distutils.filelist.FileList": [ "object" ] }, { "setuptools._distutils.filelist._UniqueDirs": [ "object", "set", "typing.AbstractSet", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSet", "typing.Protocol" ] }, { "setuptools._distutils.fancy_getopt.FancyGetopt": [ "object" ] }, { "setuptools._distutils.fancy_getopt.OptionDummy": [ "object" ] }, { "setuptools._distutils.extension.Extension": [ "object" ] }, { "setuptools._distutils.errors.CCompilerError": [ "BaseException", "Exception", "object" ] }, { "setuptools._distutils.errors.CompileError": [ "BaseException", "Exception", "object", "setuptools._distutils.errors.CCompilerError" ] }, { "setuptools._distutils.errors.DistutilsArgError": [ "BaseException", "Exception", "object", "setuptools._distutils.errors.DistutilsError" ] }, { "setuptools._distutils.errors.DistutilsByteCompileError": [ "BaseException", "Exception", "object", "setuptools._distutils.errors.DistutilsError" ] }, { "setuptools._distutils.errors.DistutilsClassError": [ "BaseException", "Exception", "object", "setuptools._distutils.errors.DistutilsError" ] }, { "setuptools._distutils.errors.DistutilsError": [ "BaseException", "Exception", "object" ] }, { "setuptools._distutils.errors.DistutilsExecError": [ "BaseException", "Exception", "object", "setuptools._distutils.errors.DistutilsError" ] }, { "setuptools._distutils.errors.DistutilsFileError": [ "BaseException", "Exception", "object", "setuptools._distutils.errors.DistutilsError" ] }, { "setuptools._distutils.errors.DistutilsGetoptError": [ "BaseException", "Exception", "object", "setuptools._distutils.errors.DistutilsError" ] }, { "setuptools._distutils.errors.DistutilsInternalError": [ "BaseException", "Exception", "object", "setuptools._distutils.errors.DistutilsError" ] }, { "setuptools._distutils.errors.DistutilsModuleError": [ "BaseException", "Exception", "object", "setuptools._distutils.errors.DistutilsError" ] }, { "setuptools._distutils.errors.DistutilsOptionError": [ "BaseException", "Exception", "object", "setuptools._distutils.errors.DistutilsError" ] }, { "setuptools._distutils.errors.DistutilsPlatformError": [ "BaseException", "Exception", "object", "setuptools._distutils.errors.DistutilsError" ] }, { "setuptools._distutils.errors.DistutilsSetupError": [ "BaseException", "Exception", "object", "setuptools._distutils.errors.DistutilsError" ] }, { "setuptools._distutils.errors.DistutilsTemplateError": [ "BaseException", "Exception", "object", "setuptools._distutils.errors.DistutilsError" ] }, { "setuptools._distutils.errors.LibError": [ "BaseException", "Exception", "object", "setuptools._distutils.errors.CCompilerError" ] }, { "setuptools._distutils.errors.LinkError": [ "BaseException", "Exception", "object", "setuptools._distutils.errors.CCompilerError" ] }, { "setuptools._distutils.errors.PreprocessError": [ "BaseException", "Exception", "object", "setuptools._distutils.errors.CCompilerError" ] }, { "setuptools._distutils.errors.UnknownFileError": [ "BaseException", "Exception", "object", "setuptools._distutils.errors.CCompilerError" ] }, { "setuptools._distutils.dist.Distribution": [ "object" ] }, { "setuptools._distutils.dist.DistributionMetadata": [ "object" ] }, { "setuptools._distutils.cygwinccompiler.CygwinCCompiler": [ "distutils.ccompiler.CCompiler", "distutils.unixccompiler.UnixCCompiler", "object" ] }, { "setuptools._distutils.cygwinccompiler.Mingw32CCompiler": [ "distutils.ccompiler.CCompiler", "distutils.unixccompiler.UnixCCompiler", "object", "setuptools._distutils.cygwinccompiler.CygwinCCompiler" ] }, { "setuptools._distutils.config.PyPIRCCommand": [ "distutils.cmd.Command", "object" ] }, { "setuptools._distutils.command.upload.upload": [ "object" ] }, { "setuptools._distutils.command.sdist.sdist": [ "distutils.cmd.Command", "object" ] }, { "setuptools._distutils.command.register.register": [ "object" ] }, { "setuptools._distutils.command.install_scripts.install_scripts": [ "distutils.cmd.Command", "object" ] }, { "setuptools._distutils.command.install_lib.install_lib": [ "distutils.cmd.Command", "object" ] }, { "setuptools._distutils.command.install_headers.install_headers": [ "distutils.cmd.Command", "object" ] }, { "setuptools._distutils.command.install_egg_info.install_egg_info": [ "distutils.cmd.Command", "object" ] }, { "setuptools._distutils.command.install_data.install_data": [ "distutils.cmd.Command", "object" ] }, { "setuptools._distutils.command.install.install": [ "distutils.cmd.Command", "object" ] }, { "setuptools._distutils.command.config.config": [ "distutils.cmd.Command", "object" ] }, { "setuptools._distutils.command.clean.clean": [ "distutils.cmd.Command", "object" ] }, { "setuptools._distutils.command.check.SilentReporter": [ "object" ] }, { "setuptools._distutils.command.check.check": [ "distutils.cmd.Command", "object" ] }, { "setuptools._distutils.command.build_scripts.build_scripts": [ "distutils.cmd.Command", "object" ] }, { "setuptools._distutils.command.build_scripts.build_scripts_2to3": [ "distutils.cmd.Command", "object", "setuptools._distutils.command.build_scripts.build_scripts" ] }, { "setuptools._distutils.command.build_py.build_py": [ "distutils.cmd.Command", "object" ] }, { "setuptools._distutils.command.build_py.build_py_2to3": [ "distutils.cmd.Command", "object", "setuptools._distutils.command.build_py.build_py" ] }, { "setuptools._distutils.command.build_ext.build_ext": [ "distutils.cmd.Command", "object" ] }, { "setuptools._distutils.command.build_clib.build_clib": [ "distutils.cmd.Command", "object" ] }, { "setuptools._distutils.command.build.build": [ "distutils.cmd.Command", "object" ] }, { "setuptools._distutils.command.bdist_wininst.bdist_wininst": [ "distutils.cmd.Command", "object" ] }, { "setuptools._distutils.command.bdist_rpm.bdist_rpm": [ "distutils.cmd.Command", "object" ] }, { "setuptools._distutils.command.bdist_msi.PyDialog": [ "object" ] }, { "setuptools._distutils.command.bdist_msi.bdist_msi": [ "distutils.cmd.Command", "object" ] }, { "setuptools._distutils.command.bdist_dumb.bdist_dumb": [ "distutils.cmd.Command", "object" ] }, { "setuptools._distutils.command.bdist.bdist": [ "distutils.cmd.Command", "object" ] }, { "setuptools._distutils.cmd.Command": [ "object" ] }, { "setuptools._distutils.ccompiler.CCompiler": [ "object" ] }, { "setuptools._distutils.bcppcompiler.BCPPCompiler": [ "distutils.ccompiler.CCompiler", "object" ] }, { "setuptools._distutils._msvccompiler.MSVCCompiler": [ "distutils.ccompiler.CCompiler", "object" ] }, { "setuptools._deprecation_warning.SetuptoolsDeprecationWarning": [ "BaseException", "Exception", "Warning", "object" ] }, { "setuptools.Command": [ "object" ] }, { "setuptools.PEP420PackageFinder": [ "object", "setuptools.PackageFinder" ] }, { "setuptools.PackageFinder": [ "object" ] }, { "selectors.BaseSelector": [ "object" ] }, { "selectors.DefaultSelector": [ "object", "selectors.BaseSelector" ] }, { "selectors.DevpollSelector": [ "object", "selectors.BaseSelector" ] }, { "selectors.EpollSelector": [ "object", "selectors.BaseSelector" ] }, { "selectors.KqueueSelector": [ "object", "selectors.BaseSelector" ] }, { "selectors.PollSelector": [ "object", "selectors.BaseSelector" ] }, { "selectors.SelectSelector": [ "object", "selectors.BaseSelector" ] }, { "selectors.SelectorKey": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "select.devpoll": [ "object" ] }, { "select.epoll": [ "object" ] }, { "select.kevent": [ "object" ] }, { "select.kqueue": [ "object" ] }, { "select.poll": [ "object" ] }, { "scrypt.tests.test_scrypt_py3x.TestScryptForPy3": [ "object", "unittest.case.TestCase" ] }, { "scrypt.tests.test_scrypt_py2x.TestScryptForPython2": [ "object", "unittest.case.TestCase" ] }, { "scrypt.tests.test_scrypt_c_module.TestScryptCModule": [ "object", "unittest.case.TestCase" ] }, { "scrypt.tests.test_scrypt.TestScrypt": [ "object", "unittest.case.TestCase" ] }, { "scrypt.tests.test_scrypt.TestScryptHash": [ "object", "unittest.case.TestCase" ] }, { "scrypt.scrypt.error": [ "BaseException", "Exception", "object" ] }, { "scribe.ttypes.LogEntry": [ "object" ] }, { "scribe.ttypes.ResultCode": [ "object" ] }, { "scribe.scribe.Client": [ "fb303.FacebookService.Client", "fb303.FacebookService.Iface", "object", "scribe.scribe.Iface" ] }, { "scribe.scribe.Iface": [ "fb303.FacebookService.Iface", "object" ] }, { "scribe.scribe.Log_args": [ "object" ] }, { "scribe.scribe.Log_result": [ "object" ] }, { "scribe.scribe.Processor": [ "fb303.FacebookService.Iface", "fb303.FacebookService.Processor", "object", "scribe.scribe.Iface" ] }, { "sched.Event": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "sched.scheduler": [ "object" ] }, { "sapp.ui.typeahead.Callable": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "sapp.ui.typeahead.Code": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "sapp.ui.typeahead.Feature": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "sapp.ui.typeahead.Path": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "sapp.ui.trace.LeafLookup": [ "object" ] }, { "sapp.ui.trace.TraceFrameQueryResult": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "sapp.ui.trace.TraceFrameQueryResultType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "sapp.ui.trace.TraceFrameQueryResultType.Meta": [ "object" ] }, { "sapp.ui.trace.TraceTuple": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "sapp.ui.schema.CallableConnection": [ "graphene.relay.connection.Connection", "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "sapp.ui.schema.CallableConnection.Meta": [ "object" ] }, { "sapp.ui.schema.CodeConnection": [ "graphene.relay.connection.Connection", "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "sapp.ui.schema.CodeConnection.Meta": [ "object" ] }, { "sapp.ui.schema.DeleteFilterMutation": [ "graphene.relay.mutation.ClientIDMutation", "graphene.types.base.BaseType", "graphene.types.mutation.Mutation", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "sapp.ui.schema.DeleteFilterMutation.Input": [ "object" ] }, { "sapp.ui.schema.FeatureCondition": [ "graphene.types.base.BaseType", "graphene.types.inputobjecttype.InputObjectType", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "sapp.ui.schema.FeatureConnection": [ "graphene.relay.connection.Connection", "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "sapp.ui.schema.FeatureConnection.Meta": [ "object" ] }, { "sapp.ui.schema.File": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "sapp.ui.schema.File.Meta": [ "object" ] }, { "sapp.ui.schema.FileConnection": [ "graphene.relay.connection.Connection", "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "sapp.ui.schema.FileConnection.Meta": [ "object" ] }, { "sapp.ui.schema.FilterConnection": [ "graphene.relay.connection.Connection", "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "sapp.ui.schema.FilterConnection.Meta": [ "object" ] }, { "sapp.ui.schema.IssueConnection": [ "graphene.relay.connection.Connection", "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "sapp.ui.schema.IssueConnection.Meta": [ "object" ] }, { "sapp.ui.schema.Mutation": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "sapp.ui.schema.PathConnection": [ "graphene.relay.connection.Connection", "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "sapp.ui.schema.PathConnection.Meta": [ "object" ] }, { "sapp.ui.schema.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "sapp.ui.schema.RunConnection": [ "graphene.relay.connection.Connection", "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "sapp.ui.schema.RunConnection.Meta": [ "object" ] }, { "sapp.ui.schema.SaveFilterMutation": [ "graphene.relay.mutation.ClientIDMutation", "graphene.types.base.BaseType", "graphene.types.mutation.Mutation", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "sapp.ui.schema.SaveFilterMutation.Input": [ "object" ] }, { "sapp.ui.schema.TraceFrameConnection": [ "graphene.relay.connection.Connection", "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "sapp.ui.schema.TraceFrameConnection.Meta": [ "object" ] }, { "sapp.ui.run.Run": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "sapp.ui.issues.Instance": [ "object" ] }, { "sapp.ui.issues.IssueQueryResult": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "sapp.ui.issues.IssueQueryResultType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "sapp.ui.issues.IssueQueryResultType.Meta": [ "object" ] }, { "sapp.ui.interactive.Interactive": [ "object" ] }, { "sapp.ui.interactive.LeafOrderBy": [ "enum.Enum", "object", "str", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "sapp.ui.interactive.ListFilterException": [ "BaseException", "Exception", "object" ] }, { "sapp.ui.filters.EmptyDeletionError": [ "BaseException", "Exception", "object" ] }, { "sapp.ui.filters.Filter": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "sapp.ui.filters.FilterRecord": [ "object", "sapp.models.Base" ] }, { "sapp.ui.filters.InvalidRunException": [ "BaseException", "Exception", "object" ] }, { "sapp.ui.filter_predicates.Equals": [ "abc.ABC", "object", "sapp.ui.filter_predicates.Predicate", "sapp.ui.filter_predicates.QueryPredicate", "typing.Generic" ] }, { "sapp.ui.filter_predicates.HasAll": [ "abc.ABC", "object", "sapp.ui.filter_predicates.IssuePredicate", "sapp.ui.filter_predicates.Predicate" ] }, { "sapp.ui.filter_predicates.HasAny": [ "abc.ABC", "object", "sapp.ui.filter_predicates.IssuePredicate", "sapp.ui.filter_predicates.Predicate" ] }, { "sapp.ui.filter_predicates.HasNone": [ "abc.ABC", "object", "sapp.ui.filter_predicates.IssuePredicate", "sapp.ui.filter_predicates.Predicate" ] }, { "sapp.ui.filter_predicates.InRange": [ "abc.ABC", "object", "sapp.ui.filter_predicates.Predicate", "sapp.ui.filter_predicates.QueryPredicate", "typing.Generic" ] }, { "sapp.ui.filter_predicates.IsNull": [ "abc.ABC", "object", "sapp.ui.filter_predicates.Predicate", "sapp.ui.filter_predicates.QueryPredicate", "typing.Generic" ] }, { "sapp.ui.filter_predicates.IssuePredicate": [ "abc.ABC", "object", "sapp.ui.filter_predicates.Predicate" ] }, { "sapp.ui.filter_predicates.Like": [ "abc.ABC", "object", "sapp.ui.filter_predicates.Predicate", "sapp.ui.filter_predicates.QueryPredicate", "typing.Generic" ] }, { "sapp.ui.filter_predicates.Predicate": [ "abc.ABC", "object" ] }, { "sapp.ui.filter_predicates.QueryPredicate": [ "abc.ABC", "object", "sapp.ui.filter_predicates.Predicate" ] }, { "sapp.trimmed_trace_graph.TrimmedTraceGraph": [ "object", "sapp.trace_graph.TraceGraph" ] }, { "sapp.trace_graph.LeafMapping": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "sapp.trace_graph.TraceGraph": [ "object" ] }, { "sapp.tests.iterutil_test.UtilsTest": [ "object", "unittest.case.TestCase" ] }, { "sapp.tests.filter_test.StoredFilterTests": [ "object", "unittest.case.TestCase" ] }, { "sapp.tests.fake_object_generator.FakeObjectGenerator": [ "object" ] }, { "sapp.tests.decorators_test.CatchKeyboardInterruptTest": [ "object", "unittest.case.TestCase" ] }, { "sapp.tests.decorators_test.CatchUserErrorTest": [ "object", "unittest.case.TestCase" ] }, { "sapp.tests.decorators_test.LogTimeTest": [ "object", "unittest.case.TestCase" ] }, { "sapp.tests.decorators_test.RetryableTest": [ "object", "unittest.case.TestCase" ] }, { "sapp.tests.cli_test.TestSappCli": [ "object", "unittest.case.TestCase" ] }, { "sapp.sharded_files.ShardedFile": [ "object" ] }, { "sapp.sharded_files.ShardedFileComponents": [ "object" ] }, { "sapp.pipeline.warning_code_filter.WarningCodeFilter": [ "object", "sapp.pipeline.PipelineStep", "typing.Generic" ] }, { "sapp.pipeline.trim_trace_graph.TrimTraceGraph": [ "object", "sapp.pipeline.PipelineStep", "typing.Generic" ] }, { "sapp.pipeline.pysa_taint_parser.Parser": [ "object", "sapp.pipeline.PipelineStep", "sapp.pipeline.base_parser.BaseParser", "typing.Generic" ] }, { "sapp.pipeline.pysa_taint_parser.TraceFragment": [ "TypedDictionary", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "sapp.pipeline.propagate_shared_texts.PerSinkState": [ "object" ] }, { "sapp.pipeline.propagate_shared_texts.PropagateSharedTexts": [ "object", "sapp.pipeline.PipelineStep", "typing.Generic" ] }, { "sapp.pipeline.parallel_parser.ParallelParser": [ "object", "sapp.pipeline.PipelineStep", "sapp.pipeline.base_parser.BaseParser", "typing.Generic" ] }, { "sapp.pipeline.model_generator.ModelGenerator": [ "object", "sapp.pipeline.PipelineStep", "typing.Generic" ] }, { "sapp.pipeline.mariana_trench_parser.Call": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "sapp.pipeline.mariana_trench_parser.CanonicalNames": [ "object" ] }, { "sapp.pipeline.mariana_trench_parser.CanonicalNames.JavaMethod": [ "object" ] }, { "sapp.pipeline.mariana_trench_parser.Condition": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "sapp.pipeline.mariana_trench_parser.Features": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "sapp.pipeline.mariana_trench_parser.Issue": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "sapp.pipeline.mariana_trench_parser.IssueCondition": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "sapp.pipeline.mariana_trench_parser.Leaf": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "sapp.pipeline.mariana_trench_parser.LocalPositions": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "sapp.pipeline.mariana_trench_parser.Method": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "sapp.pipeline.mariana_trench_parser.Parser": [ "object", "sapp.pipeline.PipelineStep", "sapp.pipeline.base_parser.BaseParser", "typing.Generic" ] }, { "sapp.pipeline.mariana_trench_parser.Port": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "sapp.pipeline.mariana_trench_parser.Position": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "sapp.pipeline.mariana_trench_parser.Postcondition": [ "object", "sapp.pipeline.mariana_trench_parser.Condition", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "sapp.pipeline.mariana_trench_parser.Precondition": [ "object", "sapp.pipeline.mariana_trench_parser.Condition", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "sapp.pipeline.database_saver.DatabaseSaver": [ "object", "sapp.pipeline.PipelineStep", "typing.Generic" ] }, { "sapp.pipeline.create_database.CreateDatabase": [ "object", "sapp.pipeline.PipelineStep", "typing.Generic" ] }, { "sapp.pipeline.base_parser.BaseParser": [ "object", "sapp.pipeline.PipelineStep", "typing.Generic" ] }, { "sapp.pipeline.base_parser.EntryPosition": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "sapp.pipeline.add_issue_instance_leaves.AddIssueInstanceLeaves": [ "object", "sapp.pipeline.PipelineStep", "typing.Generic" ] }, { "sapp.pipeline.DictEntries": [ "TypedDictionary", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "sapp.pipeline.ParseCondition": [ "NonTotalTypedDictionary", "TypedDictionary", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "sapp.pipeline.ParseConditionTuple": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "sapp.pipeline.ParseIssue": [ "NonTotalTypedDictionary", "TypedDictionary", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "sapp.pipeline.ParseIssueCondition": [ "TypedDictionary", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "sapp.pipeline.ParseIssueConditionTuple": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "sapp.pipeline.ParseIssueTuple": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "sapp.pipeline.ParsePosition": [ "NonTotalTypedDictionary", "TypedDictionary", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "sapp.pipeline.ParseTraceAnnotation": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "sapp.pipeline.ParseType": [ "enum.Enum", "object" ] }, { "sapp.pipeline.ParseTypeInterval": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "sapp.pipeline.Pipeline": [ "object" ] }, { "sapp.pipeline.PipelineStep": [ "object", "typing.Generic" ] }, { "sapp.pipeline.SourceLocation": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "sapp.models.Base": [ "object" ] }, { "sapp.models.CaseSensitiveStringType": [ "object", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.type_api.TypeDecorator", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sapp.models.Issue": [ "object", "sapp.db_support.MutableRecordMixin", "sapp.db_support.PrepareMixin", "sapp.models.Base" ] }, { "sapp.models.IssueBIGDBIDType": [ "object", "sapp.db_support.BIGDBIDType", "sapp.db_support.DBIDType", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.type_api.TypeDecorator", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sapp.models.IssueDBID": [ "object", "sapp.db_support.DBID" ] }, { "sapp.models.IssueDBIDType": [ "object", "sapp.db_support.DBIDType", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.type_api.TypeDecorator", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sapp.models.IssueInstance": [ "object", "sapp.db_support.MutableRecordMixin", "sapp.db_support.PrepareMixin", "sapp.models.Base" ] }, { "sapp.models.IssueInstanceFixInfo": [ "object", "sapp.db_support.PrepareMixin", "sapp.db_support.RecordMixin", "sapp.models.Base" ] }, { "sapp.models.IssueInstanceSharedTextAssoc": [ "object", "sapp.db_support.PrepareMixin", "sapp.db_support.RecordMixin", "sapp.models.Base" ] }, { "sapp.models.IssueInstanceTraceFrameAssoc": [ "object", "sapp.db_support.PrepareMixin", "sapp.db_support.RecordMixin", "sapp.models.Base" ] }, { "sapp.models.IssueStatus": [ "enum.Enum", "object" ] }, { "sapp.models.MetaRun": [ "object", "sapp.models.Base" ] }, { "sapp.models.MetaRunToRunAssoc": [ "object", "sapp.db_support.PrepareMixin", "sapp.db_support.RecordMixin", "sapp.models.Base" ] }, { "sapp.models.PrimaryKey": [ "object", "sapp.db_support.PrepareMixin", "sapp.db_support.PrimaryKeyBase", "sapp.db_support.RecordMixin", "sapp.models.Base" ] }, { "sapp.models.PrimaryKeyGenerator": [ "object", "sapp.db_support.PrimaryKeyGeneratorBase" ] }, { "sapp.models.Run": [ "object", "sapp.models.Base" ] }, { "sapp.models.RunOrigin": [ "object", "sapp.db_support.PrepareMixin", "sapp.db_support.RecordMixin", "sapp.models.Base" ] }, { "sapp.models.RunStatus": [ "enum.Enum", "object" ] }, { "sapp.models.RunSummary": [ "object" ] }, { "sapp.models.SharedText": [ "object", "sapp.db_support.PrepareMixin", "sapp.db_support.RecordMixin", "sapp.models.Base" ] }, { "sapp.models.SharedTextKind": [ "enum.Enum", "object" ] }, { "sapp.models.SourceLocationType": [ "object", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.type_api.TypeDecorator", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sapp.models.SourceLocationsType": [ "object", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.type_api.TypeDecorator", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sapp.models.TraceFrame": [ "object", "sapp.db_support.PrepareMixin", "sapp.db_support.RecordMixin", "sapp.models.Base" ] }, { "sapp.models.TraceFrameAnnotation": [ "object", "sapp.db_support.PrepareMixin", "sapp.db_support.RecordMixin", "sapp.models.Base" ] }, { "sapp.models.TraceFrameAnnotationTraceFrameAssoc": [ "object", "sapp.db_support.PrepareMixin", "sapp.db_support.RecordMixin", "sapp.models.Base" ] }, { "sapp.models.TraceFrameLeafAssoc": [ "object", "sapp.db_support.PrepareMixin", "sapp.db_support.RecordMixin", "sapp.models.Base" ] }, { "sapp.models.TraceKind": [ "enum.Enum", "object" ] }, { "sapp.models.WarningCodeCategory": [ "enum.Enum", "object" ] }, { "sapp.models.WarningCodeProperties": [ "object", "sapp.models.Base" ] }, { "sapp.models.WarningMessage": [ "object", "sapp.models.Base" ] }, { "sapp.filter.Filter": [ "object" ] }, { "sapp.filter.FilterEncoder": [ "json.encoder.JSONEncoder", "object" ] }, { "sapp.filter.FilterValidationException": [ "BaseException", "Exception", "object" ] }, { "sapp.filter.StoredFilter": [ "object", "sapp.filter.Filter" ] }, { "sapp.extensions.prompt_extension.CustomPrompt": [ "IPython.core.magic.Magics", "IPython.terminal.prompts.Prompts", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "sapp.errors.AIException": [ "BaseException", "Exception", "object" ] }, { "sapp.errors.AIProcessException": [ "BaseException", "Exception", "object", "sapp.errors.AIException", "sapp.errors.AIRecoverableException" ] }, { "sapp.errors.AIRecoverableException": [ "BaseException", "Exception", "object", "sapp.errors.AIException" ] }, { "sapp.errors.ParseTypeException": [ "BaseException", "Exception", "object" ] }, { "sapp.decorators.UserError": [ "BaseException", "Exception", "object" ] }, { "sapp.decorators.classproperty": [ "object", "property" ] }, { "sapp.decorators.retryable": [ "object" ] }, { "sapp.db_support.BIGDBIDType": [ "object", "sapp.db_support.DBIDType", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.type_api.TypeDecorator", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sapp.db_support.DBID": [ "object" ] }, { "sapp.db_support.DBIDType": [ "object", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.type_api.TypeDecorator", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sapp.db_support.MutableRecordMixin": [ "object" ] }, { "sapp.db_support.PrepareMixin": [ "object" ] }, { "sapp.db_support.PrimaryKeyBase": [ "object", "sapp.db_support.PrepareMixin", "sapp.db_support.RecordMixin" ] }, { "sapp.db_support.PrimaryKeyGeneratorBase": [ "object" ] }, { "sapp.db_support.RecordMixin": [ "object" ] }, { "sapp.db.DB": [ "object" ] }, { "sapp.db.DBType": [ "object", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.Enum", "sqlalchemy.sql.sqltypes.SchemaType", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.type_api.Emulated", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "sapp.context.Context": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "sapp.bulk_saver.BulkSaver": [ "object" ] }, { "sapp.analysis_output.AnalysisOutput": [ "object" ] }, { "sapp.analysis_output.AnalysisOutputError": [ "BaseException", "Exception", "object" ] }, { "sapp.analysis_output.Metadata": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "saml2.xmlenc.AgreementMethod": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmlenc.AgreementMethodType_" ] }, { "saml2.xmlenc.AgreementMethodType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmlenc.CarriedKeyName": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmlenc.CipherData": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmlenc.CipherDataType_" ] }, { "saml2.xmlenc.CipherDataType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmlenc.CipherReference": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmlenc.CipherReferenceType_" ] }, { "saml2.xmlenc.CipherReferenceType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmlenc.CipherValue": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmlenc.DataReference": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmlenc.ReferenceType_" ] }, { "saml2.xmlenc.EncryptedData": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmlenc.EncryptedDataType_", "saml2.xmlenc.EncryptedType_" ] }, { "saml2.xmlenc.EncryptedDataType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmlenc.EncryptedType_" ] }, { "saml2.xmlenc.EncryptedKey": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmlenc.EncryptedKeyType_", "saml2.xmlenc.EncryptedType_" ] }, { "saml2.xmlenc.EncryptedKeyType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmlenc.EncryptedType_" ] }, { "saml2.xmlenc.EncryptedType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmlenc.EncryptionMethod": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmlenc.EncryptionMethodType_" ] }, { "saml2.xmlenc.EncryptionMethodType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmlenc.EncryptionProperties": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmlenc.EncryptionPropertiesType_" ] }, { "saml2.xmlenc.EncryptionPropertiesType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmlenc.EncryptionProperty": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmlenc.EncryptionPropertyType_" ] }, { "saml2.xmlenc.EncryptionPropertyType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmlenc.KA_Nonce": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmlenc.KeyReference": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmlenc.ReferenceType_" ] }, { "saml2.xmlenc.KeySize": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmlenc.KeySizeType_" ] }, { "saml2.xmlenc.KeySizeType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmlenc.OAEPparams": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmlenc.OriginatorKeyInfo": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmldsig.KeyInfo", "saml2.xmldsig.KeyInfoType_" ] }, { "saml2.xmlenc.RecipientKeyInfo": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmldsig.KeyInfo", "saml2.xmldsig.KeyInfoType_" ] }, { "saml2.xmlenc.ReferenceList": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmlenc.ReferenceType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmlenc.Transforms": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmlenc.TransformsType_" ] }, { "saml2.xmlenc.TransformsType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmldsig.CanonicalizationMethod": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmldsig.CanonicalizationMethodType_" ] }, { "saml2.xmldsig.CanonicalizationMethodType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmldsig.CryptoBinary_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmldsig.DSAKeyValue": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmldsig.DSAKeyValueType_" ] }, { "saml2.xmldsig.DSAKeyValueType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmldsig.DefaultSignature": [ "object" ] }, { "saml2.xmldsig.DefaultSignature._DefaultSignature": [ "object" ] }, { "saml2.xmldsig.DigestMethod": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmldsig.DigestMethodType_" ] }, { "saml2.xmldsig.DigestMethodType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmldsig.DigestValue": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmldsig.DigestValueType_" ] }, { "saml2.xmldsig.DigestValueType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmldsig.Exponent": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmldsig.CryptoBinary_" ] }, { "saml2.xmldsig.G": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmldsig.CryptoBinary_" ] }, { "saml2.xmldsig.HMACOutputLength": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmldsig.HMACOutputLengthType_" ] }, { "saml2.xmldsig.HMACOutputLengthType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmldsig.J": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmldsig.CryptoBinary_" ] }, { "saml2.xmldsig.KeyInfo": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmldsig.KeyInfoType_" ] }, { "saml2.xmldsig.KeyInfoType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmldsig.KeyName": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmldsig.KeyValue": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmldsig.KeyValueType_" ] }, { "saml2.xmldsig.KeyValueType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmldsig.Manifest": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmldsig.ManifestType_" ] }, { "saml2.xmldsig.ManifestType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmldsig.MgmtData": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmldsig.Modulus": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmldsig.CryptoBinary_" ] }, { "saml2.xmldsig.Object": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmldsig.ObjectType_" ] }, { "saml2.xmldsig.ObjectType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmldsig.P": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmldsig.CryptoBinary_" ] }, { "saml2.xmldsig.PGPData": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmldsig.PGPDataType_" ] }, { "saml2.xmldsig.PGPDataType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmldsig.PGPKeyID": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmldsig.PGPKeyPacket": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmldsig.PgenCounter": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmldsig.CryptoBinary_" ] }, { "saml2.xmldsig.Q": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmldsig.CryptoBinary_" ] }, { "saml2.xmldsig.RSAKeyValue": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmldsig.RSAKeyValueType_" ] }, { "saml2.xmldsig.RSAKeyValueType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmldsig.Reference": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmldsig.ReferenceType_" ] }, { "saml2.xmldsig.ReferenceType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmldsig.RetrievalMethod": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmldsig.RetrievalMethodType_" ] }, { "saml2.xmldsig.RetrievalMethodType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmldsig.SPKIData": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmldsig.SPKIDataType_" ] }, { "saml2.xmldsig.SPKIDataType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmldsig.SPKISexp": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmldsig.Seed": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmldsig.CryptoBinary_" ] }, { "saml2.xmldsig.Signature": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmldsig.SignatureType_" ] }, { "saml2.xmldsig.SignatureMethod": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmldsig.SignatureMethodType_" ] }, { "saml2.xmldsig.SignatureMethodType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmldsig.SignatureProperties": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmldsig.SignaturePropertiesType_" ] }, { "saml2.xmldsig.SignaturePropertiesType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmldsig.SignatureProperty": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmldsig.SignaturePropertyType_" ] }, { "saml2.xmldsig.SignaturePropertyType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmldsig.SignatureType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmldsig.SignatureValue": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmldsig.SignatureValueType_" ] }, { "saml2.xmldsig.SignatureValueType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmldsig.SignedInfo": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmldsig.SignedInfoType_" ] }, { "saml2.xmldsig.SignedInfoType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmldsig.Transform": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmldsig.TransformType_" ] }, { "saml2.xmldsig.TransformType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmldsig.TransformType_XPath": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmldsig.Transforms": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmldsig.TransformsType_" ] }, { "saml2.xmldsig.TransformsType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmldsig.X509CRL": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmldsig.X509Certificate": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmldsig.X509Data": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmldsig.X509DataType_" ] }, { "saml2.xmldsig.X509DataType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmldsig.X509IssuerName": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmldsig.X509IssuerSerial": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmldsig.X509IssuerSerialType_" ] }, { "saml2.xmldsig.X509IssuerSerialType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmldsig.X509SKI": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmldsig.X509SerialNumber": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmldsig.X509SubjectName": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.xmldsig.Y": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmldsig.CryptoBinary_" ] }, { "saml2.ws.wsutil.AttributedDateTime_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wsutil.AttributedURI_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wsutil.Created": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wsutil.AttributedDateTime_" ] }, { "saml2.ws.wsutil.Expires": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wsutil.AttributedDateTime_" ] }, { "saml2.ws.wsutil.TTimestampFault_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wsutil.Timestamp": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wsutil.TimestampType_" ] }, { "saml2.ws.wsutil.TimestampType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.AllowPostdating": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wstrust.AllowPostdatingType_" ] }, { "saml2.ws.wstrust.AllowPostdatingType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.AuthenticationType": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.Authenticator": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wstrust.AuthenticatorType_" ] }, { "saml2.ws.wstrust.AuthenticatorType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.BinaryExchange": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wstrust.BinaryExchangeType_" ] }, { "saml2.ws.wstrust.BinaryExchangeType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.BinarySecret": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wstrust.BinarySecretType_" ] }, { "saml2.ws.wstrust.BinarySecretTypeEnum_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.BinarySecretTypeOpenEnum_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.BinarySecretType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.CancelTarget": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wstrust.CancelTargetType_" ] }, { "saml2.ws.wstrust.CancelTargetType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.CanonicalizationAlgorithm": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.Challenge": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.Claims": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wstrust.ClaimsType_" ] }, { "saml2.ws.wstrust.ClaimsType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.CombinedHash": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.ComputedKey": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wstrust.ComputedKeyOpenEnum_" ] }, { "saml2.ws.wstrust.ComputedKeyAlgorithm": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.ComputedKeyEnum_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.ComputedKeyOpenEnum_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.Delegatable": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.DelegateTo": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wstrust.DelegateToType_" ] }, { "saml2.ws.wstrust.DelegateToType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.EncryptWith": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.Encryption": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wstrust.EncryptionType_" ] }, { "saml2.ws.wstrust.EncryptionAlgorithm": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.EncryptionType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.Entropy": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wstrust.EntropyType_" ] }, { "saml2.ws.wstrust.EntropyType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.Forwardable": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.IssuedTokens": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wstrust.RequestSecurityTokenResponseCollectionType_" ] }, { "saml2.ws.wstrust.Issuer": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wsaddr.EndpointReferenceType_" ] }, { "saml2.ws.wstrust.KeyExchangeToken": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wstrust.KeyExchangeTokenType_" ] }, { "saml2.ws.wstrust.KeyExchangeTokenType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.KeySize": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.KeyType": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wstrust.KeyTypeOpenEnum_" ] }, { "saml2.ws.wstrust.KeyTypeEnum_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.KeyTypeOpenEnum_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.KeyWrapAlgorithm": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.Lifetime": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wstrust.LifetimeType_" ] }, { "saml2.ws.wstrust.LifetimeType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.OnBehalfOf": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wstrust.OnBehalfOfType_" ] }, { "saml2.ws.wstrust.OnBehalfOfType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.ParticipantType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.Participants": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wstrust.ParticipantsType_" ] }, { "saml2.ws.wstrust.ParticipantsType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.ParticipantsType_Participant": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wstrust.ParticipantType_" ] }, { "saml2.ws.wstrust.ParticipantsType_Primary": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wstrust.ParticipantType_" ] }, { "saml2.ws.wstrust.ProofEncryption": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wstrust.ProofEncryptionType_" ] }, { "saml2.ws.wstrust.ProofEncryptionType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.RenewTarget": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wstrust.RenewTargetType_" ] }, { "saml2.ws.wstrust.RenewTargetType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.Renewing": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wstrust.RenewingType_" ] }, { "saml2.ws.wstrust.RenewingType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.RequestKET": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wstrust.RequestKETType_" ] }, { "saml2.ws.wstrust.RequestKETType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.RequestSecurityToken": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wstrust.RequestSecurityTokenType_" ] }, { "saml2.ws.wstrust.RequestSecurityTokenCollection": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wstrust.RequestSecurityTokenCollectionType_" ] }, { "saml2.ws.wstrust.RequestSecurityTokenCollectionType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.RequestSecurityTokenCollectionType_RequestSecurityToken": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wstrust.RequestSecurityTokenType_" ] }, { "saml2.ws.wstrust.RequestSecurityTokenResponse": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wstrust.RequestSecurityTokenResponseType_" ] }, { "saml2.ws.wstrust.RequestSecurityTokenResponseCollection": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wstrust.RequestSecurityTokenResponseCollectionType_" ] }, { "saml2.ws.wstrust.RequestSecurityTokenResponseCollectionType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.RequestSecurityTokenResponseType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.RequestSecurityTokenType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.RequestType": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wstrust.RequestTypeOpenEnum_" ] }, { "saml2.ws.wstrust.RequestTypeEnum_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.RequestTypeOpenEnum_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.RequestedAttachedReference": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wstrust.RequestedReferenceType_" ] }, { "saml2.ws.wstrust.RequestedProofToken": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wstrust.RequestedProofTokenType_" ] }, { "saml2.ws.wstrust.RequestedProofTokenType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.RequestedReferenceType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.RequestedSecurityToken": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wstrust.RequestedSecurityTokenType_" ] }, { "saml2.ws.wstrust.RequestedSecurityTokenType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.RequestedTokenCancelled": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wstrust.RequestedTokenCancelledType_" ] }, { "saml2.ws.wstrust.RequestedTokenCancelledType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.RequestedUnattachedReference": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wstrust.RequestedReferenceType_" ] }, { "saml2.ws.wstrust.SignChallenge": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wstrust.SignChallengeType_" ] }, { "saml2.ws.wstrust.SignChallengeResponse": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wstrust.SignChallengeType_" ] }, { "saml2.ws.wstrust.SignChallengeType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.SignWith": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.SignatureAlgorithm": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.Status": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wstrust.StatusType_" ] }, { "saml2.ws.wstrust.StatusCodeEnum_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.StatusCodeOpenEnum_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.StatusType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.StatusType_Code": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wstrust.StatusCodeOpenEnum_" ] }, { "saml2.ws.wstrust.StatusType_Reason": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.TokenType": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.UseKey": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wstrust.UseKeyType_" ] }, { "saml2.ws.wstrust.UseKeyType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wstrust.ValidateTarget": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wstrust.ValidateTargetType_" ] }, { "saml2.ws.wstrust.ValidateTargetType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wssec.AttributedString_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wssec.BinarySecurityToken": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wssec.AttributedString_", "saml2.ws.wssec.BinarySecurityTokenType_", "saml2.ws.wssec.EncodedString_" ] }, { "saml2.ws.wssec.BinarySecurityTokenType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wssec.AttributedString_", "saml2.ws.wssec.EncodedString_" ] }, { "saml2.ws.wssec.Embedded": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wssec.EmbeddedType_" ] }, { "saml2.ws.wssec.EmbeddedType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wssec.EncodedString_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wssec.AttributedString_" ] }, { "saml2.ws.wssec.FaultcodeEnum_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wssec.KeyIdentifier": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wssec.AttributedString_", "saml2.ws.wssec.EncodedString_", "saml2.ws.wssec.KeyIdentifierType_" ] }, { "saml2.ws.wssec.KeyIdentifierType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wssec.AttributedString_", "saml2.ws.wssec.EncodedString_" ] }, { "saml2.ws.wssec.Nonce": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wssec.AttributedString_", "saml2.ws.wssec.EncodedString_" ] }, { "saml2.ws.wssec.Password": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wssec.AttributedString_", "saml2.ws.wssec.PasswordString_" ] }, { "saml2.ws.wssec.PasswordString_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wssec.AttributedString_" ] }, { "saml2.ws.wssec.Reference": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wssec.ReferenceType_" ] }, { "saml2.ws.wssec.ReferenceType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wssec.Security": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wssec.SecurityHeaderType_" ] }, { "saml2.ws.wssec.SecurityHeaderType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wssec.SecurityTokenReference": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wssec.SecurityTokenReferenceType_" ] }, { "saml2.ws.wssec.SecurityTokenReferenceType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wssec.TUsage_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wssec.TransformationParameters": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wssec.TransformationParametersType_" ] }, { "saml2.ws.wssec.TransformationParametersType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wssec.UsernameToken": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wssec.UsernameTokenType_" ] }, { "saml2.ws.wssec.UsernameTokenType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wssec.UsernameTokenType_Username": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wssec.AttributedString_" ] }, { "saml2.ws.wspol.All": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wspol.OperatorContentType_" ] }, { "saml2.ws.wspol.AppliesTo": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wspol.ExactlyOne": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wspol.OperatorContentType_" ] }, { "saml2.ws.wspol.OperatorContentType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wspol.Policy": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wspol.OperatorContentType_" ] }, { "saml2.ws.wspol.PolicyAttachment": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wspol.PolicyReference": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wsaddr.Action": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wsaddr.AttributedURIType_" ] }, { "saml2.ws.wsaddr.AttributedQNameType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wsaddr.AttributedURIType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wsaddr.AttributedUnsignedLongType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wsaddr.EndpointReference": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wsaddr.EndpointReferenceType_" ] }, { "saml2.ws.wsaddr.EndpointReferenceType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wsaddr.EndpointReferenceType_Address": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wsaddr.AttributedURIType_" ] }, { "saml2.ws.wsaddr.FaultCodesOpenEnumType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wsaddr.FaultCodesType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wsaddr.FaultTo": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wsaddr.EndpointReferenceType_" ] }, { "saml2.ws.wsaddr.From": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wsaddr.EndpointReferenceType_" ] }, { "saml2.ws.wsaddr.MessageID": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wsaddr.AttributedURIType_" ] }, { "saml2.ws.wsaddr.Metadata": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wsaddr.MetadataType_" ] }, { "saml2.ws.wsaddr.MetadataType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wsaddr.ProblemAction": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wsaddr.ProblemActionType_" ] }, { "saml2.ws.wsaddr.ProblemActionType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wsaddr.ProblemActionType_SoapAction": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wsaddr.ProblemHeaderQName": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wsaddr.AttributedQNameType_" ] }, { "saml2.ws.wsaddr.ProblemIRI": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wsaddr.AttributedURIType_" ] }, { "saml2.ws.wsaddr.ReferenceParameters": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wsaddr.ReferenceParametersType_" ] }, { "saml2.ws.wsaddr.ReferenceParametersType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wsaddr.RelatesTo": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wsaddr.RelatesToType_" ] }, { "saml2.ws.wsaddr.RelatesToType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wsaddr.RelationshipTypeOpenEnum_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wsaddr.RelationshipType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.ws.wsaddr.ReplyTo": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wsaddr.EndpointReferenceType_" ] }, { "saml2.ws.wsaddr.RetryAfter": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wsaddr.AttributedUnsignedLongType_" ] }, { "saml2.ws.wsaddr.To": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.ws.wsaddr.AttributedURIType_" ] }, { "saml2.virtual_org.VirtualOrg": [ "object" ] }, { "saml2.validate.MustValueError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "saml2.validate.NotValid": [ "BaseException", "Exception", "object" ] }, { "saml2.validate.OutsideCardinality": [ "BaseException", "Exception", "object" ] }, { "saml2.validate.ResponseLifetimeExceed": [ "BaseException", "Exception", "object" ] }, { "saml2.validate.ShouldValueError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "saml2.validate.ToEarly": [ "BaseException", "Exception", "object" ] }, { "saml2.userinfo.ldapinfo.UserInfoLDAP": [ "object", "saml2.userinfo.UserInfo" ] }, { "saml2.userinfo.UserInfo": [ "object" ] }, { "saml2.userinfo.UserInfoDB": [ "object", "saml2.userinfo.UserInfo" ] }, { "saml2.soap.WrongMessageType": [ "BaseException", "Exception", "object" ] }, { "saml2.soap.XmlParseError": [ "BaseException", "Exception", "object" ] }, { "saml2.sigver.BadSignature": [ "BaseException", "Exception", "object", "saml2.SAMLError", "saml2.sigver.SigverError" ] }, { "saml2.sigver.CertHandler": [ "object" ] }, { "saml2.sigver.CertHandlerExtra": [ "object" ] }, { "saml2.sigver.CertificateError": [ "BaseException", "Exception", "object", "saml2.SAMLError", "saml2.sigver.SigverError" ] }, { "saml2.sigver.CertificateTooOld": [ "BaseException", "Exception", "object", "saml2.SAMLError", "saml2.sigver.SigverError" ] }, { "saml2.sigver.CryptoBackend": [ "object" ] }, { "saml2.sigver.CryptoBackendXMLSecurity": [ "object", "saml2.sigver.CryptoBackend" ] }, { "saml2.sigver.CryptoBackendXmlSec1": [ "object", "saml2.sigver.CryptoBackend" ] }, { "saml2.sigver.DecryptError": [ "BaseException", "Exception", "object", "saml2.SAMLError", "saml2.sigver.SigverError", "saml2.sigver.XmlsecError" ] }, { "saml2.sigver.EncryptError": [ "BaseException", "Exception", "object", "saml2.SAMLError", "saml2.sigver.SigverError", "saml2.sigver.XmlsecError" ] }, { "saml2.sigver.MissingKey": [ "BaseException", "Exception", "object", "saml2.SAMLError", "saml2.sigver.SigverError" ] }, { "saml2.sigver.RSACrypto": [ "object" ] }, { "saml2.sigver.RSASigner": [ "object", "saml2.sigver.Signer" ] }, { "saml2.sigver.SecurityContext": [ "object" ] }, { "saml2.sigver.SignatureError": [ "BaseException", "Exception", "object", "saml2.SAMLError", "saml2.sigver.SigverError", "saml2.sigver.XmlsecError" ] }, { "saml2.sigver.Signer": [ "object" ] }, { "saml2.sigver.SigverError": [ "BaseException", "Exception", "object", "saml2.SAMLError" ] }, { "saml2.sigver.XmlsecError": [ "BaseException", "Exception", "object", "saml2.SAMLError", "saml2.sigver.SigverError" ] }, { "saml2.server.Server": [ "object", "saml2.entity.Entity", "saml2.httpbase.HTTPBase" ] }, { "saml2.sdb.SessionStorage": [ "object" ] }, { "saml2.schema.wsdl.Binding": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.wsdl.TBinding_", "saml2.schema.wsdl.TDocumented_", "saml2.schema.wsdl.TExtensibleDocumented_" ] }, { "saml2.schema.wsdl.Definitions": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.wsdl.TDefinitions_", "saml2.schema.wsdl.TDocumented_", "saml2.schema.wsdl.TExtensibleDocumented_" ] }, { "saml2.schema.wsdl.Import": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.wsdl.TDocumented_", "saml2.schema.wsdl.TExtensibleAttributesDocumented_", "saml2.schema.wsdl.TImport_" ] }, { "saml2.schema.wsdl.Message": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.wsdl.TDocumented_", "saml2.schema.wsdl.TExtensibleDocumented_", "saml2.schema.wsdl.TMessage_" ] }, { "saml2.schema.wsdl.PortType": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.wsdl.TDocumented_", "saml2.schema.wsdl.TExtensibleAttributesDocumented_", "saml2.schema.wsdl.TPortType_" ] }, { "saml2.schema.wsdl.Service": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.wsdl.TDocumented_", "saml2.schema.wsdl.TExtensibleDocumented_", "saml2.schema.wsdl.TService_" ] }, { "saml2.schema.wsdl.TBindingOperationFault_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.wsdl.TDocumented_", "saml2.schema.wsdl.TExtensibleDocumented_" ] }, { "saml2.schema.wsdl.TBindingOperationMessage_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.wsdl.TDocumented_", "saml2.schema.wsdl.TExtensibleDocumented_" ] }, { "saml2.schema.wsdl.TBindingOperation_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.wsdl.TDocumented_", "saml2.schema.wsdl.TExtensibleDocumented_" ] }, { "saml2.schema.wsdl.TBindingOperation_fault": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.wsdl.TBindingOperationFault_", "saml2.schema.wsdl.TDocumented_", "saml2.schema.wsdl.TExtensibleDocumented_" ] }, { "saml2.schema.wsdl.TBindingOperation_input": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.wsdl.TBindingOperationMessage_", "saml2.schema.wsdl.TDocumented_", "saml2.schema.wsdl.TExtensibleDocumented_" ] }, { "saml2.schema.wsdl.TBindingOperation_output": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.wsdl.TBindingOperationMessage_", "saml2.schema.wsdl.TDocumented_", "saml2.schema.wsdl.TExtensibleDocumented_" ] }, { "saml2.schema.wsdl.TBinding_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.wsdl.TDocumented_", "saml2.schema.wsdl.TExtensibleDocumented_" ] }, { "saml2.schema.wsdl.TBinding_operation": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.wsdl.TBindingOperation_", "saml2.schema.wsdl.TDocumented_", "saml2.schema.wsdl.TExtensibleDocumented_" ] }, { "saml2.schema.wsdl.TDefinitions_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.wsdl.TDocumented_", "saml2.schema.wsdl.TExtensibleDocumented_" ] }, { "saml2.schema.wsdl.TDocumentation_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.schema.wsdl.TDocumented_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.schema.wsdl.TDocumented_documentation": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.wsdl.TDocumentation_" ] }, { "saml2.schema.wsdl.TExtensibilityElement_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.schema.wsdl.TExtensibleAttributesDocumented_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.wsdl.TDocumented_" ] }, { "saml2.schema.wsdl.TExtensibleDocumented_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.wsdl.TDocumented_" ] }, { "saml2.schema.wsdl.TFault_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.wsdl.TDocumented_", "saml2.schema.wsdl.TExtensibleAttributesDocumented_" ] }, { "saml2.schema.wsdl.TImport_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.wsdl.TDocumented_", "saml2.schema.wsdl.TExtensibleAttributesDocumented_" ] }, { "saml2.schema.wsdl.TMessage_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.wsdl.TDocumented_", "saml2.schema.wsdl.TExtensibleDocumented_" ] }, { "saml2.schema.wsdl.TMessage_part": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.wsdl.TDocumented_", "saml2.schema.wsdl.TExtensibleAttributesDocumented_", "saml2.schema.wsdl.TPart_" ] }, { "saml2.schema.wsdl.TOperation_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.wsdl.TDocumented_", "saml2.schema.wsdl.TExtensibleDocumented_" ] }, { "saml2.schema.wsdl.TParam_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.wsdl.TDocumented_", "saml2.schema.wsdl.TExtensibleAttributesDocumented_" ] }, { "saml2.schema.wsdl.TPart_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.wsdl.TDocumented_", "saml2.schema.wsdl.TExtensibleAttributesDocumented_" ] }, { "saml2.schema.wsdl.TPortType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.wsdl.TDocumented_", "saml2.schema.wsdl.TExtensibleAttributesDocumented_" ] }, { "saml2.schema.wsdl.TPortType_operation": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.wsdl.TDocumented_", "saml2.schema.wsdl.TExtensibleDocumented_", "saml2.schema.wsdl.TOperation_" ] }, { "saml2.schema.wsdl.TPort_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.wsdl.TDocumented_", "saml2.schema.wsdl.TExtensibleDocumented_" ] }, { "saml2.schema.wsdl.TService_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.wsdl.TDocumented_", "saml2.schema.wsdl.TExtensibleDocumented_" ] }, { "saml2.schema.wsdl.TService_port": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.wsdl.TDocumented_", "saml2.schema.wsdl.TExtensibleDocumented_", "saml2.schema.wsdl.TPort_" ] }, { "saml2.schema.wsdl.TTypes_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.wsdl.TDocumented_", "saml2.schema.wsdl.TExtensibleDocumented_" ] }, { "saml2.schema.wsdl.Types": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.wsdl.TDocumented_", "saml2.schema.wsdl.TExtensibleDocumented_", "saml2.schema.wsdl.TTypes_" ] }, { "saml2.schema.soapenv.Body": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.soapenv.Body_" ] }, { "saml2.schema.soapenv.Body_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.schema.soapenv.Detail_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.schema.soapenv.EncodingStyle_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.schema.soapenv.Envelope": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.soapenv.Envelope_" ] }, { "saml2.schema.soapenv.Envelope_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.schema.soapenv.Fault": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.soapenv.Fault_" ] }, { "saml2.schema.soapenv.Fault_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.schema.soapenv.Fault_detail": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.soapenv.Detail_" ] }, { "saml2.schema.soapenv.Fault_faultactor": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.schema.soapenv.Fault_faultcode": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.schema.soapenv.Fault_faultstring": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.schema.soapenv.Header": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.soapenv.Header_" ] }, { "saml2.schema.soapenv.Header_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.schema.soap.Address": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.soap.TAddress_", "saml2.schema.wsdl.TExtensibilityElement_" ] }, { "saml2.schema.soap.Binding": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.soap.TBinding_", "saml2.schema.wsdl.TExtensibilityElement_" ] }, { "saml2.schema.soap.Body": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.soap.TBody_", "saml2.schema.wsdl.TExtensibilityElement_" ] }, { "saml2.schema.soap.EncodingStyle_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.schema.soap.Fault": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.soap.TFaultRes_", "saml2.schema.soap.TFault_" ] }, { "saml2.schema.soap.Header": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.soap.THeader_", "saml2.schema.wsdl.TExtensibilityElement_" ] }, { "saml2.schema.soap.Headerfault": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.soap.THeaderFault_" ] }, { "saml2.schema.soap.Operation": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.soap.TOperation_", "saml2.schema.wsdl.TExtensibilityElement_" ] }, { "saml2.schema.soap.TAddress_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.wsdl.TExtensibilityElement_" ] }, { "saml2.schema.soap.TBinding_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.wsdl.TExtensibilityElement_" ] }, { "saml2.schema.soap.TBody_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.wsdl.TExtensibilityElement_" ] }, { "saml2.schema.soap.TFaultRes_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.schema.soap.TFault_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.soap.TFaultRes_" ] }, { "saml2.schema.soap.THeaderFault_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.schema.soap.THeader_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.wsdl.TExtensibilityElement_" ] }, { "saml2.schema.soap.TOperation_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.schema.wsdl.TExtensibilityElement_" ] }, { "saml2.schema.soap.TStyleChoice_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.schema.soap.UseChoice_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.samlp.Artifact": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.samlp.ArtifactResolve": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.samlp.ArtifactResolveType_", "saml2.samlp.RequestAbstractType_" ] }, { "saml2.samlp.ArtifactResolveType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.samlp.RequestAbstractType_" ] }, { "saml2.samlp.ArtifactResponse": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.samlp.ArtifactResponseType_", "saml2.samlp.StatusResponseType_" ] }, { "saml2.samlp.ArtifactResponseType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.samlp.StatusResponseType_" ] }, { "saml2.samlp.AssertionIDRequest": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.samlp.AssertionIDRequestType_", "saml2.samlp.RequestAbstractType_" ] }, { "saml2.samlp.AssertionIDRequestType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.samlp.RequestAbstractType_" ] }, { "saml2.samlp.AttributeQuery": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.samlp.AttributeQueryType_", "saml2.samlp.RequestAbstractType_", "saml2.samlp.SubjectQueryAbstractType_" ] }, { "saml2.samlp.AttributeQueryType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.samlp.RequestAbstractType_", "saml2.samlp.SubjectQueryAbstractType_" ] }, { "saml2.samlp.AuthnContextComparisonType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.samlp.AuthnQuery": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.samlp.AuthnQueryType_", "saml2.samlp.RequestAbstractType_", "saml2.samlp.SubjectQueryAbstractType_" ] }, { "saml2.samlp.AuthnQueryType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.samlp.RequestAbstractType_", "saml2.samlp.SubjectQueryAbstractType_" ] }, { "saml2.samlp.AuthnRequest": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.samlp.AuthnRequestType_", "saml2.samlp.RequestAbstractType_" ] }, { "saml2.samlp.AuthnRequestType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.samlp.RequestAbstractType_" ] }, { "saml2.samlp.AuthzDecisionQuery": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.samlp.AuthzDecisionQueryType_", "saml2.samlp.RequestAbstractType_", "saml2.samlp.SubjectQueryAbstractType_" ] }, { "saml2.samlp.AuthzDecisionQueryType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.samlp.RequestAbstractType_", "saml2.samlp.SubjectQueryAbstractType_" ] }, { "saml2.samlp.Extensions": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.samlp.ExtensionsType_" ] }, { "saml2.samlp.ExtensionsType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.samlp.GetComplete": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.samlp.IDPEntry": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.samlp.IDPEntryType_" ] }, { "saml2.samlp.IDPEntryType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.samlp.IDPList": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.samlp.IDPListType_" ] }, { "saml2.samlp.IDPListType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.samlp.LogoutRequest": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.samlp.LogoutRequestType_", "saml2.samlp.RequestAbstractType_" ] }, { "saml2.samlp.LogoutRequestType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.samlp.RequestAbstractType_" ] }, { "saml2.samlp.LogoutResponse": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.samlp.StatusResponseType_" ] }, { "saml2.samlp.ManageNameIDRequest": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.samlp.ManageNameIDRequestType_", "saml2.samlp.RequestAbstractType_" ] }, { "saml2.samlp.ManageNameIDRequestType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.samlp.RequestAbstractType_" ] }, { "saml2.samlp.ManageNameIDResponse": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.samlp.StatusResponseType_" ] }, { "saml2.samlp.NameIDMappingRequest": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.samlp.NameIDMappingRequestType_", "saml2.samlp.RequestAbstractType_" ] }, { "saml2.samlp.NameIDMappingRequestType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.samlp.RequestAbstractType_" ] }, { "saml2.samlp.NameIDMappingResponse": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.samlp.NameIDMappingResponseType_", "saml2.samlp.StatusResponseType_" ] }, { "saml2.samlp.NameIDMappingResponseType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.samlp.StatusResponseType_" ] }, { "saml2.samlp.NameIDPolicy": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.samlp.NameIDPolicyType_" ] }, { "saml2.samlp.NameIDPolicyType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.samlp.NewEncryptedID": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.saml.EncryptedElementType_" ] }, { "saml2.samlp.NewID": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.samlp.RequestAbstractType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.samlp.RequestedAuthnContext": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.samlp.RequestedAuthnContextType_" ] }, { "saml2.samlp.RequestedAuthnContextType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.samlp.RequesterID": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.samlp.Response": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.samlp.ResponseType_", "saml2.samlp.StatusResponseType_" ] }, { "saml2.samlp.ResponseType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.samlp.StatusResponseType_" ] }, { "saml2.samlp.Scoping": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.samlp.ScopingType_" ] }, { "saml2.samlp.ScopingType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.samlp.SessionIndex": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.samlp.Status": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.samlp.StatusType_" ] }, { "saml2.samlp.StatusCode": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.samlp.StatusCodeType_" ] }, { "saml2.samlp.StatusCodeType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.samlp.StatusDetail": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.samlp.StatusDetailType_" ] }, { "saml2.samlp.StatusDetailType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.samlp.StatusMessage": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.samlp.StatusResponseType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.samlp.StatusType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.samlp.SubjectQuery": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.samlp.RequestAbstractType_", "saml2.samlp.SubjectQueryAbstractType_" ] }, { "saml2.samlp.SubjectQueryAbstractType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.samlp.RequestAbstractType_" ] }, { "saml2.samlp.Terminate": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.samlp.TerminateType_" ] }, { "saml2.samlp.TerminateType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.saml.Action": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.saml.ActionType_" ] }, { "saml2.saml.ActionType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.saml.Advice": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.saml.AdviceType_" ] }, { "saml2.saml.AdviceType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.saml.Assertion": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.saml.AssertionType_" ] }, { "saml2.saml.AssertionIDRef": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.saml.AssertionType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.saml.AssertionURIRef": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.saml.Attribute": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.saml.AttributeType_" ] }, { "saml2.saml.AttributeStatement": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.saml.AttributeStatementType_", "saml2.saml.StatementAbstractType_" ] }, { "saml2.saml.AttributeStatementType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.saml.StatementAbstractType_" ] }, { "saml2.saml.AttributeType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.saml.AttributeValue": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.saml.AttributeValueBase" ] }, { "saml2.saml.AttributeValueBase": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.saml.Audience": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.saml.AudienceRestriction": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.saml.AudienceRestrictionType_", "saml2.saml.ConditionAbstractType_" ] }, { "saml2.saml.AudienceRestrictionType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.saml.ConditionAbstractType_" ] }, { "saml2.saml.AuthenticatingAuthority": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.saml.AuthnContext": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.saml.AuthnContextType_" ] }, { "saml2.saml.AuthnContextClassRef": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.saml.AuthnContextDecl": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.saml.AuthnContextDeclRef": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.saml.AuthnContextType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.saml.AuthnStatement": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.saml.AuthnStatementType_", "saml2.saml.StatementAbstractType_" ] }, { "saml2.saml.AuthnStatementType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.saml.StatementAbstractType_" ] }, { "saml2.saml.AuthzDecisionStatement": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.saml.AuthzDecisionStatementType_", "saml2.saml.StatementAbstractType_" ] }, { "saml2.saml.AuthzDecisionStatementType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.saml.StatementAbstractType_" ] }, { "saml2.saml.BaseID": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.saml.BaseIDAbstractType_" ] }, { "saml2.saml.BaseIDAbstractType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.saml.Condition": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.saml.ConditionAbstractType_" ] }, { "saml2.saml.ConditionAbstractType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.saml.Conditions": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.saml.ConditionsType_" ] }, { "saml2.saml.ConditionsType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.saml.DecisionType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.saml.EncryptedAssertion": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.saml.EncryptedElementType_" ] }, { "saml2.saml.EncryptedAttribute": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.saml.EncryptedElementType_" ] }, { "saml2.saml.EncryptedElementType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.saml.EncryptedID": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.saml.EncryptedElementType_" ] }, { "saml2.saml.Evidence": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.saml.EvidenceType_" ] }, { "saml2.saml.EvidenceType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.saml.Issuer": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.saml.NameIDType_" ] }, { "saml2.saml.KeyInfoConfirmationDataType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.saml.NameID": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.saml.NameIDType_" ] }, { "saml2.saml.NameIDType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.saml.OneTimeUse": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.saml.ConditionAbstractType_", "saml2.saml.OneTimeUseType_" ] }, { "saml2.saml.OneTimeUseType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.saml.ConditionAbstractType_" ] }, { "saml2.saml.ProxyRestriction": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.saml.ConditionAbstractType_", "saml2.saml.ProxyRestrictionType_" ] }, { "saml2.saml.ProxyRestrictionType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.saml.ConditionAbstractType_" ] }, { "saml2.saml.Statement": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.saml.StatementAbstractType_" ] }, { "saml2.saml.StatementAbstractType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.saml.Subject": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.saml.SubjectType_" ] }, { "saml2.saml.SubjectConfirmation": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.saml.SubjectConfirmationType_" ] }, { "saml2.saml.SubjectConfirmationData": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.saml.SubjectConfirmationDataType_" ] }, { "saml2.saml.SubjectConfirmationDataType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.saml.SubjectConfirmationType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.saml.SubjectLocality": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.saml.SubjectLocalityType_" ] }, { "saml2.saml.SubjectLocalityType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.saml.SubjectType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.s_utils.BadRequest": [ "BaseException", "Exception", "object" ] }, { "saml2.s_utils.MissingValue": [ "BaseException", "Exception", "object" ] }, { "saml2.s_utils.OtherError": [ "BaseException", "Exception", "object" ] }, { "saml2.s_utils.PolicyError": [ "BaseException", "Exception", "object" ] }, { "saml2.s_utils.RequestVersionTooHigh": [ "BaseException", "Exception", "object", "saml2.s_utils.SamlException" ] }, { "saml2.s_utils.RequestVersionTooLow": [ "BaseException", "Exception", "object", "saml2.s_utils.SamlException" ] }, { "saml2.s_utils.SamlException": [ "BaseException", "Exception", "object" ] }, { "saml2.s_utils.Unknown": [ "BaseException", "Exception", "object" ] }, { "saml2.s_utils.UnknownPrincipal": [ "BaseException", "Exception", "object", "saml2.s_utils.SamlException" ] }, { "saml2.s_utils.UnknownSystemEntity": [ "BaseException", "Exception", "object", "saml2.s_utils.SamlException" ] }, { "saml2.s_utils.UnravelError": [ "BaseException", "Exception", "object" ] }, { "saml2.s_utils.Unsupported": [ "BaseException", "Exception", "object", "saml2.s_utils.SamlException" ] }, { "saml2.s_utils.UnsupportedBinding": [ "BaseException", "Exception", "object", "saml2.s_utils.SamlException", "saml2.s_utils.Unsupported" ] }, { "saml2.s_utils.VersionMismatch": [ "BaseException", "Exception", "object" ] }, { "saml2.s2repoze.plugins.sp.ECP_response": [ "object" ] }, { "saml2.s2repoze.plugins.sp.SAML2Plugin": [ "object" ] }, { "saml2.s2repoze.plugins.ini.INIMetadataProvider": [ "object" ] }, { "saml2.s2repoze.plugins.formswithhidden.FormHiddenPlugin": [ "object" ] }, { "saml2.s2repoze.plugins.entitlement.EntitlementMetadataProvider": [ "object" ] }, { "saml2.s2repoze.plugins.challenge_decider.MyChallengeDecider": [ "object" ] }, { "saml2.response.ArtifactResponse": [ "object", "saml2.response.AuthnResponse", "saml2.response.StatusResponse" ] }, { "saml2.response.AssertionIDResponse": [ "object" ] }, { "saml2.response.AttributeResponse": [ "object", "saml2.response.AuthnResponse", "saml2.response.StatusResponse" ] }, { "saml2.response.AuthnQueryResponse": [ "object", "saml2.response.AuthnResponse", "saml2.response.StatusResponse" ] }, { "saml2.response.AuthnResponse": [ "object", "saml2.response.StatusResponse" ] }, { "saml2.response.AuthzResponse": [ "object", "saml2.response.AuthnResponse", "saml2.response.StatusResponse" ] }, { "saml2.response.DecryptionFailed": [ "BaseException", "Exception", "object", "saml2.SAMLError" ] }, { "saml2.response.IncorrectlySigned": [ "BaseException", "Exception", "object", "saml2.SAMLError" ] }, { "saml2.response.InvalidAssertion": [ "BaseException", "Exception", "object", "saml2.SAMLError" ] }, { "saml2.response.LogoutResponse": [ "object", "saml2.response.StatusResponse" ] }, { "saml2.response.ManageNameIDResponse": [ "object", "saml2.response.StatusResponse" ] }, { "saml2.response.NameIDMappingResponse": [ "object", "saml2.response.StatusResponse" ] }, { "saml2.response.StatusAuthnFailed": [ "BaseException", "Exception", "object", "saml2.SAMLError", "saml2.response.StatusError" ] }, { "saml2.response.StatusError": [ "BaseException", "Exception", "object", "saml2.SAMLError" ] }, { "saml2.response.StatusInvalidAttrNameOrValue": [ "BaseException", "Exception", "object", "saml2.SAMLError", "saml2.response.StatusError" ] }, { "saml2.response.StatusInvalidAuthnResponseStatement": [ "BaseException", "Exception", "object", "saml2.SAMLError", "saml2.response.StatusError" ] }, { "saml2.response.StatusInvalidNameidPolicy": [ "BaseException", "Exception", "object", "saml2.SAMLError", "saml2.response.StatusError" ] }, { "saml2.response.StatusNoAuthnContext": [ "BaseException", "Exception", "object", "saml2.SAMLError", "saml2.response.StatusError" ] }, { "saml2.response.StatusNoAvailableIdp": [ "BaseException", "Exception", "object", "saml2.SAMLError", "saml2.response.StatusError" ] }, { "saml2.response.StatusNoPassive": [ "BaseException", "Exception", "object", "saml2.SAMLError", "saml2.response.StatusError" ] }, { "saml2.response.StatusNoSupportedIdp": [ "BaseException", "Exception", "object", "saml2.SAMLError", "saml2.response.StatusError" ] }, { "saml2.response.StatusPartialLogout": [ "BaseException", "Exception", "object", "saml2.SAMLError", "saml2.response.StatusError" ] }, { "saml2.response.StatusProxyCountExceeded": [ "BaseException", "Exception", "object", "saml2.SAMLError", "saml2.response.StatusError" ] }, { "saml2.response.StatusRequestDenied": [ "BaseException", "Exception", "object", "saml2.SAMLError", "saml2.response.StatusError" ] }, { "saml2.response.StatusRequestUnsupported": [ "BaseException", "Exception", "object", "saml2.SAMLError", "saml2.response.StatusError" ] }, { "saml2.response.StatusRequestVersionDeprecated": [ "BaseException", "Exception", "object", "saml2.SAMLError", "saml2.response.StatusError" ] }, { "saml2.response.StatusRequestVersionTooHigh": [ "BaseException", "Exception", "object", "saml2.SAMLError", "saml2.response.StatusError" ] }, { "saml2.response.StatusRequestVersionTooLow": [ "BaseException", "Exception", "object", "saml2.SAMLError", "saml2.response.StatusError" ] }, { "saml2.response.StatusResourceNotRecognized": [ "BaseException", "Exception", "object", "saml2.SAMLError", "saml2.response.StatusError" ] }, { "saml2.response.StatusResponder": [ "BaseException", "Exception", "object", "saml2.SAMLError", "saml2.response.StatusError" ] }, { "saml2.response.StatusResponse": [ "object" ] }, { "saml2.response.StatusTooManyResponses": [ "BaseException", "Exception", "object", "saml2.SAMLError", "saml2.response.StatusError" ] }, { "saml2.response.StatusUnknownAttrProfile": [ "BaseException", "Exception", "object", "saml2.SAMLError", "saml2.response.StatusError" ] }, { "saml2.response.StatusUnknownPrincipal": [ "BaseException", "Exception", "object", "saml2.SAMLError", "saml2.response.StatusError" ] }, { "saml2.response.StatusUnsupportedBinding": [ "BaseException", "Exception", "object", "saml2.SAMLError", "saml2.response.StatusError" ] }, { "saml2.response.StatusVersionMismatch": [ "BaseException", "Exception", "object", "saml2.SAMLError", "saml2.response.StatusError" ] }, { "saml2.response.UnsolicitedResponse": [ "BaseException", "Exception", "object", "saml2.SAMLError" ] }, { "saml2.response.VerificationError": [ "BaseException", "Exception", "object", "saml2.SAMLError" ] }, { "saml2.request.AssertionIDRequest": [ "object", "saml2.request.Request" ] }, { "saml2.request.AttributeQuery": [ "object", "saml2.request.Request" ] }, { "saml2.request.AuthnQuery": [ "object", "saml2.request.Request" ] }, { "saml2.request.AuthnRequest": [ "object", "saml2.request.Request" ] }, { "saml2.request.AuthzDecisionQuery": [ "object", "saml2.request.Request" ] }, { "saml2.request.LogoutRequest": [ "object", "saml2.request.Request" ] }, { "saml2.request.ManageNameIDRequest": [ "object", "saml2.request.Request" ] }, { "saml2.request.NameIDMappingRequest": [ "object", "saml2.request.Request" ] }, { "saml2.request.Request": [ "object" ] }, { "saml2.profile.samlec.GeneratedKey": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.profile.paos.Request": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.profile.paos.RequestType_" ] }, { "saml2.profile.paos.RequestType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.profile.paos.Response": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.profile.paos.ResponseType_" ] }, { "saml2.profile.paos.ResponseType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.profile.ecp.RelayState": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.profile.ecp.RelayStateType_" ] }, { "saml2.profile.ecp.RelayStateType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.profile.ecp.Request": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.profile.ecp.RequestType_" ] }, { "saml2.profile.ecp.RequestType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.profile.ecp.Response": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.profile.ecp.ResponseType_" ] }, { "saml2.profile.ecp.ResponseType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.population.Population": [ "object" ] }, { "saml2.mongo_store.CorruptDatabase": [ "BaseException", "Exception", "object" ] }, { "saml2.mongo_store.EptidMDB": [ "object", "saml2.eptid.Eptid" ] }, { "saml2.mongo_store.IdentMDB": [ "object", "saml2.ident.IdentDB" ] }, { "saml2.mongo_store.MDB": [ "object" ] }, { "saml2.mongo_store.MetadataMDB": [ "object", "saml2.mdstore.InMemoryMetaData", "saml2.mdstore.MetaData" ] }, { "saml2.mongo_store.SessionStorageMDB": [ "object" ] }, { "saml2.mdstore.InMemoryMetaData": [ "object", "saml2.mdstore.MetaData" ] }, { "saml2.mdstore.MetaData": [ "object" ] }, { "saml2.mdstore.MetaDataExtern": [ "object", "saml2.mdstore.InMemoryMetaData", "saml2.mdstore.MetaData" ] }, { "saml2.mdstore.MetaDataFile": [ "object", "saml2.mdstore.InMemoryMetaData", "saml2.mdstore.MetaData" ] }, { "saml2.mdstore.MetaDataLoader": [ "object", "saml2.mdstore.InMemoryMetaData", "saml2.mdstore.MetaData", "saml2.mdstore.MetaDataFile" ] }, { "saml2.mdstore.MetaDataMD": [ "object", "saml2.mdstore.InMemoryMetaData", "saml2.mdstore.MetaData" ] }, { "saml2.mdstore.MetaDataMDX": [ "object", "saml2.mdstore.InMemoryMetaData", "saml2.mdstore.MetaData" ] }, { "saml2.mdstore.MetadataStore": [ "object", "saml2.mdstore.MetaData" ] }, { "saml2.mdstore.SourceNotFound": [ "BaseException", "Exception", "object" ] }, { "saml2.mdstore.ToOld": [ "BaseException", "Exception", "object" ] }, { "saml2.mdstore.TooOld": [ "BaseException", "Exception", "object", "saml2.mdstore.ToOld" ] }, { "saml2.mdbcache.Cache": [ "object" ] }, { "saml2.md.AdditionalMetadataLocation": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.md.AdditionalMetadataLocationType_" ] }, { "saml2.md.AdditionalMetadataLocationType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.md.AffiliateMember": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.md.EntityIDType_" ] }, { "saml2.md.AffiliationDescriptor": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.md.AffiliationDescriptorType_" ] }, { "saml2.md.AffiliationDescriptorType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.md.AnyURIListType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.md.ArtifactResolutionService": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.md.EndpointType_", "saml2.md.IndexedEndpointType_" ] }, { "saml2.md.AssertionConsumerService": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.md.EndpointType_", "saml2.md.IndexedEndpointType_" ] }, { "saml2.md.AssertionIDRequestService": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.md.EndpointType_" ] }, { "saml2.md.AttributeAuthorityDescriptor": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.md.AttributeAuthorityDescriptorType_", "saml2.md.RoleDescriptorType_" ] }, { "saml2.md.AttributeAuthorityDescriptorType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.md.RoleDescriptorType_" ] }, { "saml2.md.AttributeConsumingService": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.md.AttributeConsumingServiceType_" ] }, { "saml2.md.AttributeConsumingServiceType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.md.AttributeProfile": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.md.AttributeService": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.md.EndpointType_" ] }, { "saml2.md.AuthnAuthorityDescriptor": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.md.AuthnAuthorityDescriptorType_", "saml2.md.RoleDescriptorType_" ] }, { "saml2.md.AuthnAuthorityDescriptorType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.md.RoleDescriptorType_" ] }, { "saml2.md.AuthnQueryService": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.md.EndpointType_" ] }, { "saml2.md.AuthzService": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.md.EndpointType_" ] }, { "saml2.md.Company": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.md.ContactPerson": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.md.ContactType_" ] }, { "saml2.md.ContactTypeType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.md.ContactType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.md.EmailAddress": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.md.EncryptionMethod": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.xmlenc.EncryptionMethodType_" ] }, { "saml2.md.EndpointType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.md.EntitiesDescriptor": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.md.EntitiesDescriptorType_" ] }, { "saml2.md.EntitiesDescriptorType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.md.EntityDescriptor": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.md.EntityDescriptorType_" ] }, { "saml2.md.EntityDescriptorType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.md.EntityIDType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.md.Extensions": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.md.ExtensionsType_" ] }, { "saml2.md.ExtensionsType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.md.GivenName": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.md.IDPSSODescriptor": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.md.IDPSSODescriptorType_", "saml2.md.RoleDescriptorType_", "saml2.md.SSODescriptorType_" ] }, { "saml2.md.IDPSSODescriptorType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.md.RoleDescriptorType_", "saml2.md.SSODescriptorType_" ] }, { "saml2.md.IndexedEndpointType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.md.EndpointType_" ] }, { "saml2.md.KeyDescriptor": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.md.KeyDescriptorType_" ] }, { "saml2.md.KeyDescriptorType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.md.KeyTypes_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.md.LocalizedNameType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.md.LocalizedURIType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.md.ManageNameIDService": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.md.EndpointType_" ] }, { "saml2.md.NameIDFormat": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.md.NameIDMappingService": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.md.EndpointType_" ] }, { "saml2.md.Organization": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.md.OrganizationType_" ] }, { "saml2.md.OrganizationDisplayName": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.md.LocalizedNameType_" ] }, { "saml2.md.OrganizationName": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.md.LocalizedNameType_" ] }, { "saml2.md.OrganizationType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.md.OrganizationURL": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.md.LocalizedURIType_" ] }, { "saml2.md.PDPDescriptor": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.md.PDPDescriptorType_", "saml2.md.RoleDescriptorType_" ] }, { "saml2.md.PDPDescriptorType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.md.RoleDescriptorType_" ] }, { "saml2.md.RequestedAttribute": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.md.RequestedAttributeType_", "saml2.saml.AttributeType_" ] }, { "saml2.md.RequestedAttributeType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.saml.AttributeType_" ] }, { "saml2.md.RoleDescriptor": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.md.RoleDescriptorType_" ] }, { "saml2.md.RoleDescriptorType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.md.SPSSODescriptor": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.md.RoleDescriptorType_", "saml2.md.SPSSODescriptorType_", "saml2.md.SSODescriptorType_" ] }, { "saml2.md.SPSSODescriptorType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.md.RoleDescriptorType_", "saml2.md.SSODescriptorType_" ] }, { "saml2.md.SSODescriptorType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.md.RoleDescriptorType_" ] }, { "saml2.md.ServiceDescription": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.md.LocalizedNameType_" ] }, { "saml2.md.ServiceName": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.md.LocalizedNameType_" ] }, { "saml2.md.SingleLogoutService": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.md.EndpointType_" ] }, { "saml2.md.SingleSignOnService": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.md.EndpointType_" ] }, { "saml2.md.SurName": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.md.TelephoneNumber": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.mcache.Cache": [ "object" ] }, { "saml2.ident.IdentDB": [ "object" ] }, { "saml2.ident.Unknown": [ "BaseException", "Exception", "object", "saml2.SAMLError" ] }, { "saml2.httputil.BadGateway": [ "object", "saml2.httputil.Response" ] }, { "saml2.httputil.BadRequest": [ "object", "saml2.httputil.Response" ] }, { "saml2.httputil.Created": [ "object", "saml2.httputil.Response" ] }, { "saml2.httputil.Forbidden": [ "object", "saml2.httputil.Response" ] }, { "saml2.httputil.HttpParameters": [ "object" ] }, { "saml2.httputil.NotAcceptable": [ "object", "saml2.httputil.Response" ] }, { "saml2.httputil.NotFound": [ "object", "saml2.httputil.Response" ] }, { "saml2.httputil.NotImplemented": [ "object", "saml2.httputil.Response" ] }, { "saml2.httputil.Redirect": [ "object", "saml2.httputil.Response" ] }, { "saml2.httputil.Response": [ "object" ] }, { "saml2.httputil.SeeOther": [ "object", "saml2.httputil.Response" ] }, { "saml2.httputil.ServiceError": [ "object", "saml2.httputil.Response" ] }, { "saml2.httputil.Unauthorized": [ "object", "saml2.httputil.Response" ] }, { "saml2.httpbase.ConnectionError": [ "BaseException", "Exception", "object", "saml2.SAMLError" ] }, { "saml2.httpbase.HTTPBase": [ "object" ] }, { "saml2.httpbase.HTTPError": [ "BaseException", "Exception", "object", "saml2.SAMLError" ] }, { "saml2.filter.AllowDescriptor": [ "object", "saml2.filter.Filter" ] }, { "saml2.filter.Filter": [ "object" ] }, { "saml2.extension.sp_type.SPType": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.extension.sp_type.SPTypeType_" ] }, { "saml2.extension.sp_type.SPTypeType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.extension.shibmd.KeyAuthority": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.extension.shibmd.Scope": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.extension.requested_attributes.RequestedAttribute": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.extension.requested_attributes.RequestedAttributeType_" ] }, { "saml2.extension.requested_attributes.RequestedAttributeType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.extension.requested_attributes.RequestedAttributes": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.extension.requested_attributes.RequestedAttributesType_" ] }, { "saml2.extension.requested_attributes.RequestedAttributesType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.extension.reqinit.RequestInitiator": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.md.EndpointType_" ] }, { "saml2.extension.pefim.SPCertEnc": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.extension.pefim.SPCertEncType_" ] }, { "saml2.extension.pefim.SPCertEncType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.extension.mdui.Description": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.md.LocalizedNameType_" ] }, { "saml2.extension.mdui.DiscoHints": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.extension.mdui.DiscoHintsType_" ] }, { "saml2.extension.mdui.DiscoHintsType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.extension.mdui.DisplayName": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.md.LocalizedNameType_" ] }, { "saml2.extension.mdui.DomainHint": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.extension.mdui.GeolocationHint": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.extension.mdui.IPHint": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.extension.mdui.InformationURL": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.md.LocalizedURIType_" ] }, { "saml2.extension.mdui.Keywords": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.extension.mdui.KeywordsType_", "saml2.extension.mdui.ListOfStrings_" ] }, { "saml2.extension.mdui.KeywordsType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.extension.mdui.ListOfStrings_" ] }, { "saml2.extension.mdui.ListOfStrings_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.extension.mdui.Logo": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.extension.mdui.LogoType_" ] }, { "saml2.extension.mdui.LogoType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.extension.mdui.PrivacyStatementURL": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.md.LocalizedURIType_" ] }, { "saml2.extension.mdui.UIInfo": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.extension.mdui.UIInfoType_" ] }, { "saml2.extension.mdui.UIInfoType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.extension.mdrpi.Publication": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.extension.mdrpi.PublicationType_" ] }, { "saml2.extension.mdrpi.PublicationInfo": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.extension.mdrpi.PublicationInfoType_" ] }, { "saml2.extension.mdrpi.PublicationInfoType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.extension.mdrpi.PublicationPath": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.extension.mdrpi.PublicationPathType_" ] }, { "saml2.extension.mdrpi.PublicationPathType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.extension.mdrpi.PublicationType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.extension.mdrpi.RegistrationInfo": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.extension.mdrpi.RegistrationInfoType_" ] }, { "saml2.extension.mdrpi.RegistrationInfoType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.extension.mdrpi.RegistrationPolicy": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.md.LocalizedURIType_" ] }, { "saml2.extension.mdrpi.UsagePolicy": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.md.LocalizedURIType_" ] }, { "saml2.extension.mdattr.EntityAttributes": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.extension.mdattr.EntityAttributesType_" ] }, { "saml2.extension.mdattr.EntityAttributesType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.extension.idpdisc.DiscoveryResponse": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.md.EndpointType_", "saml2.md.IndexedEndpointType_" ] }, { "saml2.extension.dri.CreationInstant": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.extension.dri.DocumentInfo": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.extension.dri.DocumentInfoType_" ] }, { "saml2.extension.dri.DocumentInfoType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.extension.dri.Publisher": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.extension.dri.PublisherType_" ] }, { "saml2.extension.dri.PublisherType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.extension.dri.Publishers": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.extension.dri.PublishersType_" ] }, { "saml2.extension.dri.PublishersType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.extension.dri.RegistrationAuthority": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.md.EntityIDType_" ] }, { "saml2.extension.dri.RegistrationInfo": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.extension.dri.RegistrationInfoType_" ] }, { "saml2.extension.dri.RegistrationInfoType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.extension.dri.RegistrationInstant": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.extension.dri.RegistrationPolicy": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.extension.dri.SerialNumber": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.extension.dri.UsagePolicy": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.extension.algsupport.DigestMethod": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.extension.algsupport.DigestMethodType_" ] }, { "saml2.extension.algsupport.DigestMethodType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.extension.algsupport.SigningMethod": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.extension.algsupport.SigningMethodType_" ] }, { "saml2.extension.algsupport.SigningMethodType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.eptid.Eptid": [ "object" ] }, { "saml2.eptid.EptidShelve": [ "object", "saml2.eptid.Eptid" ] }, { "saml2.entity.Entity": [ "object", "saml2.httpbase.HTTPBase" ] }, { "saml2.entity.UnknownBinding": [ "BaseException", "Exception", "object", "saml2.SAMLError" ] }, { "saml2.ecp_client.Client": [ "object", "saml2.entity.Entity", "saml2.httpbase.HTTPBase" ] }, { "saml2.ecp.ECPServer": [ "object", "saml2.entity.Entity", "saml2.httpbase.HTTPBase", "saml2.server.Server" ] }, { "saml2.discovery.DiscoveryServer": [ "object", "saml2.entity.Entity", "saml2.httpbase.HTTPBase" ] }, { "saml2.cryptography.symmetric.AESCipher": [ "object" ] }, { "saml2.cryptography.symmetric.Default": [ "object", "saml2.cryptography.symmetric.Fernet" ] }, { "saml2.cryptography.symmetric.Fernet": [ "object" ] }, { "saml2.cryptography.errors.AsymmetricCryptographyError": [ "BaseException", "Exception", "object", "saml2.Error", "saml2.cryptography.errors.CryptographyError" ] }, { "saml2.cryptography.errors.CryptographyError": [ "BaseException", "Exception", "object", "saml2.Error" ] }, { "saml2.cryptography.errors.PKICryptographyError": [ "BaseException", "Exception", "object", "saml2.Error", "saml2.cryptography.errors.CryptographyError" ] }, { "saml2.cryptography.errors.SymmetricCryptographyError": [ "BaseException", "Exception", "object", "saml2.Error", "saml2.cryptography.errors.CryptographyError" ] }, { "saml2.config.Config": [ "object" ] }, { "saml2.config.ConfigurationError": [ "BaseException", "Exception", "object", "saml2.SAMLError" ] }, { "saml2.config.IdPConfig": [ "object", "saml2.config.Config" ] }, { "saml2.config.SPConfig": [ "object", "saml2.config.Config" ] }, { "saml2.client_base.Base": [ "object", "saml2.entity.Entity", "saml2.httpbase.HTTPBase" ] }, { "saml2.client_base.IdpUnspecified": [ "BaseException", "Exception", "object", "saml2.SAMLError" ] }, { "saml2.client_base.LogoutError": [ "BaseException", "Exception", "object", "saml2.SAMLError" ] }, { "saml2.client_base.NoServiceDefined": [ "BaseException", "Exception", "object", "saml2.SAMLError" ] }, { "saml2.client_base.SignOnError": [ "BaseException", "Exception", "object", "saml2.SAMLError" ] }, { "saml2.client_base.VerifyError": [ "BaseException", "Exception", "object", "saml2.SAMLError" ] }, { "saml2.client.Saml2Client": [ "object", "saml2.client_base.Base", "saml2.entity.Entity", "saml2.httpbase.HTTPBase" ] }, { "saml2.cert.CertificateError": [ "BaseException", "Exception", "object" ] }, { "saml2.cert.OpenSSLWrapper": [ "object" ] }, { "saml2.cert.PayloadError": [ "BaseException", "Exception", "object" ] }, { "saml2.cert.WrongInput": [ "BaseException", "Exception", "object" ] }, { "saml2.cache.Cache": [ "object" ] }, { "saml2.cache.CacheError": [ "BaseException", "Exception", "object", "saml2.SAMLError" ] }, { "saml2.cache.ToOld": [ "BaseException", "Exception", "object", "saml2.SAMLError" ] }, { "saml2.cache.TooOld": [ "BaseException", "Exception", "object", "saml2.SAMLError", "saml2.cache.ToOld" ] }, { "saml2.authn_context.timesync.ADSL": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.ExtensionOnlyType_" ] }, { "saml2.authn_context.timesync.ActivationLimit": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.ActivationLimitType_" ] }, { "saml2.authn_context.timesync.ActivationLimitDuration": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.ActivationLimitDurationType_" ] }, { "saml2.authn_context.timesync.ActivationLimitDurationType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.timesync.ActivationLimitSession": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.ActivationLimitSessionType_" ] }, { "saml2.authn_context.timesync.ActivationLimitSessionType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.timesync.ActivationLimitType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.timesync.ActivationLimitUsages": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.ActivationLimitUsagesType_" ] }, { "saml2.authn_context.timesync.ActivationLimitUsagesType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.timesync.ActivationPin": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.ActivationPinType_" ] }, { "saml2.authn_context.timesync.ActivationPinType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.timesync.Alphabet": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.AlphabetType_" ] }, { "saml2.authn_context.timesync.AlphabetType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.timesync.AsymmetricDecryption": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.PublicKeyType_" ] }, { "saml2.authn_context.timesync.AsymmetricKeyAgreement": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.PublicKeyType_" ] }, { "saml2.authn_context.timesync.AuthenticationContextDeclaration": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.AuthnContextDeclarationBaseType_" ] }, { "saml2.authn_context.timesync.Authenticator": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.AuthenticatorBaseType_" ] }, { "saml2.authn_context.timesync.AuthenticatorBaseType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.timesync.AuthenticatorTransportProtocol": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.AuthenticatorTransportProtocolType_" ] }, { "saml2.authn_context.timesync.AuthenticatorTransportProtocolType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.timesync.AuthnContextDeclarationBaseType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.timesync.AuthnMethod": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.AuthnMethodBaseType_" ] }, { "saml2.authn_context.timesync.AuthnMethodBaseType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.timesync.BooleanType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.timesync.ComplexAuthenticator": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.ComplexAuthenticatorType_" ] }, { "saml2.authn_context.timesync.ComplexAuthenticatorType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.timesync.DeactivationCallCenter": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.ExtensionOnlyType_" ] }, { "saml2.authn_context.timesync.DeviceTypeType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.timesync.DigSig": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.PublicKeyType_" ] }, { "saml2.authn_context.timesync.Extension": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.ExtensionType_" ] }, { "saml2.authn_context.timesync.ExtensionOnlyType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.timesync.ExtensionType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.timesync.Generation": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.timesync.GoverningAgreementRef": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.GoverningAgreementRefType_" ] }, { "saml2.authn_context.timesync.GoverningAgreementRefType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.timesync.GoverningAgreements": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.GoverningAgreementsType_" ] }, { "saml2.authn_context.timesync.GoverningAgreementsType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.timesync.HTTP": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.ExtensionOnlyType_" ] }, { "saml2.authn_context.timesync.IPAddress": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.ExtensionOnlyType_" ] }, { "saml2.authn_context.timesync.IPSec": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.ExtensionOnlyType_" ] }, { "saml2.authn_context.timesync.ISDN": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.ExtensionOnlyType_" ] }, { "saml2.authn_context.timesync.Identification": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.IdentificationType_" ] }, { "saml2.authn_context.timesync.IdentificationType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.timesync.KeyActivation": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.KeyActivationType_" ] }, { "saml2.authn_context.timesync.KeyActivationType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.timesync.KeySharing": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.KeySharingType_" ] }, { "saml2.authn_context.timesync.KeySharingType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.timesync.KeyStorage": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.KeyStorageType_" ] }, { "saml2.authn_context.timesync.KeyStorageType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.timesync.Length": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.LengthType_" ] }, { "saml2.authn_context.timesync.LengthType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.timesync.MediumType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.timesync.MobileNetworkEndToEndEncryption": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.ExtensionOnlyType_" ] }, { "saml2.authn_context.timesync.MobileNetworkNoEncryption": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.ExtensionOnlyType_" ] }, { "saml2.authn_context.timesync.MobileNetworkRadioEncryption": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.ExtensionOnlyType_" ] }, { "saml2.authn_context.timesync.NymType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.timesync.OperationalProtection": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.OperationalProtectionType_" ] }, { "saml2.authn_context.timesync.OperationalProtectionType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.timesync.PSTN": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.ExtensionOnlyType_" ] }, { "saml2.authn_context.timesync.Password": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.PasswordType_" ] }, { "saml2.authn_context.timesync.PasswordType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.timesync.PhysicalVerification": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.timesync.PreviousSession": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.ExtensionOnlyType_" ] }, { "saml2.authn_context.timesync.PrincipalAuthenticationMechanism": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.PrincipalAuthenticationMechanismType_" ] }, { "saml2.authn_context.timesync.PrincipalAuthenticationMechanismType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.timesync.PrivateKeyProtection": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.PrivateKeyProtectionType_" ] }, { "saml2.authn_context.timesync.PrivateKeyProtectionType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.timesync.PublicKeyType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.timesync.RestrictedLengthType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.timesync.RestrictedPassword": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.RestrictedPasswordType_" ] }, { "saml2.authn_context.timesync.RestrictedPasswordType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.timesync.RestrictedPasswordType_Length": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.RestrictedLengthType_" ] }, { "saml2.authn_context.timesync.ResumeSession": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.ExtensionOnlyType_" ] }, { "saml2.authn_context.timesync.SSL": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.ExtensionOnlyType_" ] }, { "saml2.authn_context.timesync.SecretKeyProtection": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.SecretKeyProtectionType_" ] }, { "saml2.authn_context.timesync.SecretKeyProtectionType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.timesync.SecurityAudit": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.SecurityAuditType_" ] }, { "saml2.authn_context.timesync.SecurityAuditType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.timesync.SharedSecretChallengeResponse": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.SharedSecretChallengeResponseType_" ] }, { "saml2.authn_context.timesync.SharedSecretChallengeResponseType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.timesync.SharedSecretDynamicPlaintext": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.ExtensionOnlyType_" ] }, { "saml2.authn_context.timesync.Smartcard": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.ExtensionOnlyType_" ] }, { "saml2.authn_context.timesync.SubscriberLineNumber": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.ExtensionOnlyType_" ] }, { "saml2.authn_context.timesync.SwitchAudit": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.ExtensionOnlyType_" ] }, { "saml2.authn_context.timesync.TechnicalProtection": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.TechnicalProtectionBaseType_" ] }, { "saml2.authn_context.timesync.TechnicalProtectionBaseType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.timesync.TimeSyncToken": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.TimeSyncTokenType_" ] }, { "saml2.authn_context.timesync.TimeSyncTokenType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.timesync.Token": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.TokenType_" ] }, { "saml2.authn_context.timesync.TokenType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.timesync.UserSuffix": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.ExtensionOnlyType_" ] }, { "saml2.authn_context.timesync.WTLS": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.ExtensionOnlyType_" ] }, { "saml2.authn_context.timesync.WrittenConsent": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.ExtensionOnlyType_" ] }, { "saml2.authn_context.timesync.ZeroKnowledge": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.timesync.ExtensionOnlyType_" ] }, { "saml2.authn_context.sslcert.ADSL": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.ExtensionOnlyType_" ] }, { "saml2.authn_context.sslcert.ActivationLimit": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.ActivationLimitType_" ] }, { "saml2.authn_context.sslcert.ActivationLimitDuration": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.ActivationLimitDurationType_" ] }, { "saml2.authn_context.sslcert.ActivationLimitDurationType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.sslcert.ActivationLimitSession": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.ActivationLimitSessionType_" ] }, { "saml2.authn_context.sslcert.ActivationLimitSessionType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.sslcert.ActivationLimitType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.sslcert.ActivationLimitUsages": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.ActivationLimitUsagesType_" ] }, { "saml2.authn_context.sslcert.ActivationLimitUsagesType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.sslcert.ActivationPin": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.ActivationPinType_" ] }, { "saml2.authn_context.sslcert.ActivationPinType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.sslcert.Alphabet": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.AlphabetType_" ] }, { "saml2.authn_context.sslcert.AlphabetType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.sslcert.AsymmetricDecryption": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.PublicKeyType_" ] }, { "saml2.authn_context.sslcert.AsymmetricKeyAgreement": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.PublicKeyType_" ] }, { "saml2.authn_context.sslcert.AuthenticationContextDeclaration": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.AuthnContextDeclarationBaseType_" ] }, { "saml2.authn_context.sslcert.Authenticator": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.AuthenticatorBaseType_" ] }, { "saml2.authn_context.sslcert.AuthenticatorBaseType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.sslcert.AuthenticatorTransportProtocol": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.AuthenticatorTransportProtocolType_" ] }, { "saml2.authn_context.sslcert.AuthenticatorTransportProtocolType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.sslcert.AuthnContextDeclarationBaseType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.sslcert.AuthnMethod": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.AuthnMethodBaseType_" ] }, { "saml2.authn_context.sslcert.AuthnMethodBaseType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.sslcert.BooleanType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.sslcert.ComplexAuthenticator": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.ComplexAuthenticatorType_" ] }, { "saml2.authn_context.sslcert.ComplexAuthenticatorType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.sslcert.DeactivationCallCenter": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.ExtensionOnlyType_" ] }, { "saml2.authn_context.sslcert.DeviceTypeType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.sslcert.DigSig": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.PublicKeyType_" ] }, { "saml2.authn_context.sslcert.Extension": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.ExtensionType_" ] }, { "saml2.authn_context.sslcert.ExtensionOnlyType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.sslcert.ExtensionType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.sslcert.Generation": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.sslcert.GoverningAgreementRef": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.GoverningAgreementRefType_" ] }, { "saml2.authn_context.sslcert.GoverningAgreementRefType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.sslcert.GoverningAgreements": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.GoverningAgreementsType_" ] }, { "saml2.authn_context.sslcert.GoverningAgreementsType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.sslcert.HTTP": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.ExtensionOnlyType_" ] }, { "saml2.authn_context.sslcert.IPAddress": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.ExtensionOnlyType_" ] }, { "saml2.authn_context.sslcert.IPSec": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.ExtensionOnlyType_" ] }, { "saml2.authn_context.sslcert.ISDN": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.ExtensionOnlyType_" ] }, { "saml2.authn_context.sslcert.Identification": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.IdentificationType_" ] }, { "saml2.authn_context.sslcert.IdentificationType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.sslcert.KeyActivation": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.KeyActivationType_" ] }, { "saml2.authn_context.sslcert.KeyActivationType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.sslcert.KeySharing": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.KeySharingType_" ] }, { "saml2.authn_context.sslcert.KeySharingType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.sslcert.KeyStorage": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.KeyStorageType_" ] }, { "saml2.authn_context.sslcert.KeyStorageType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.sslcert.Length": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.LengthType_" ] }, { "saml2.authn_context.sslcert.LengthType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.sslcert.MediumType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.sslcert.MobileNetworkEndToEndEncryption": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.ExtensionOnlyType_" ] }, { "saml2.authn_context.sslcert.MobileNetworkNoEncryption": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.ExtensionOnlyType_" ] }, { "saml2.authn_context.sslcert.MobileNetworkRadioEncryption": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.ExtensionOnlyType_" ] }, { "saml2.authn_context.sslcert.NymType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.sslcert.OperationalProtection": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.OperationalProtectionType_" ] }, { "saml2.authn_context.sslcert.OperationalProtectionType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.sslcert.PSTN": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.ExtensionOnlyType_" ] }, { "saml2.authn_context.sslcert.Password": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.PasswordType_" ] }, { "saml2.authn_context.sslcert.PasswordType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.sslcert.PhysicalVerification": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.sslcert.PreviousSession": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.ExtensionOnlyType_" ] }, { "saml2.authn_context.sslcert.PrincipalAuthenticationMechanism": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.PrincipalAuthenticationMechanismType_" ] }, { "saml2.authn_context.sslcert.PrincipalAuthenticationMechanismType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.sslcert.PrivateKeyProtection": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.PrivateKeyProtectionType_" ] }, { "saml2.authn_context.sslcert.PrivateKeyProtectionType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.sslcert.PublicKeyType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.sslcert.RestrictedLengthType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.sslcert.RestrictedPassword": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.RestrictedPasswordType_" ] }, { "saml2.authn_context.sslcert.RestrictedPasswordType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.sslcert.RestrictedPasswordType_Length": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.RestrictedLengthType_" ] }, { "saml2.authn_context.sslcert.ResumeSession": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.ExtensionOnlyType_" ] }, { "saml2.authn_context.sslcert.SSL": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.ExtensionOnlyType_" ] }, { "saml2.authn_context.sslcert.SecretKeyProtection": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.SecretKeyProtectionType_" ] }, { "saml2.authn_context.sslcert.SecretKeyProtectionType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.sslcert.SecurityAudit": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.SecurityAuditType_" ] }, { "saml2.authn_context.sslcert.SecurityAuditType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.sslcert.SharedSecretChallengeResponse": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.SharedSecretChallengeResponseType_" ] }, { "saml2.authn_context.sslcert.SharedSecretChallengeResponseType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.sslcert.SharedSecretDynamicPlaintext": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.ExtensionOnlyType_" ] }, { "saml2.authn_context.sslcert.Smartcard": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.ExtensionOnlyType_" ] }, { "saml2.authn_context.sslcert.SubscriberLineNumber": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.ExtensionOnlyType_" ] }, { "saml2.authn_context.sslcert.SwitchAudit": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.ExtensionOnlyType_" ] }, { "saml2.authn_context.sslcert.TechnicalProtection": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.TechnicalProtectionBaseType_" ] }, { "saml2.authn_context.sslcert.TechnicalProtectionBaseType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.sslcert.TimeSyncToken": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.TimeSyncTokenType_" ] }, { "saml2.authn_context.sslcert.TimeSyncTokenType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.sslcert.Token": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.TokenType_" ] }, { "saml2.authn_context.sslcert.TokenType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.sslcert.UserSuffix": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.ExtensionOnlyType_" ] }, { "saml2.authn_context.sslcert.WTLS": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.ExtensionOnlyType_" ] }, { "saml2.authn_context.sslcert.WrittenConsent": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.ExtensionOnlyType_" ] }, { "saml2.authn_context.sslcert.ZeroKnowledge": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.sslcert.ExtensionOnlyType_" ] }, { "saml2.authn_context.pword.ADSL": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.ExtensionOnlyType_" ] }, { "saml2.authn_context.pword.ActivationLimit": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.ActivationLimitType_" ] }, { "saml2.authn_context.pword.ActivationLimitDuration": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.ActivationLimitDurationType_" ] }, { "saml2.authn_context.pword.ActivationLimitDurationType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.pword.ActivationLimitSession": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.ActivationLimitSessionType_" ] }, { "saml2.authn_context.pword.ActivationLimitSessionType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.pword.ActivationLimitType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.pword.ActivationLimitUsages": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.ActivationLimitUsagesType_" ] }, { "saml2.authn_context.pword.ActivationLimitUsagesType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.pword.ActivationPin": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.ActivationPinType_" ] }, { "saml2.authn_context.pword.ActivationPinType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.pword.Alphabet": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.AlphabetType_" ] }, { "saml2.authn_context.pword.AlphabetType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.pword.AsymmetricDecryption": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.PublicKeyType_" ] }, { "saml2.authn_context.pword.AsymmetricKeyAgreement": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.PublicKeyType_" ] }, { "saml2.authn_context.pword.AuthenticationContextDeclaration": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.AuthnContextDeclarationBaseType_" ] }, { "saml2.authn_context.pword.Authenticator": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.AuthenticatorBaseType_" ] }, { "saml2.authn_context.pword.AuthenticatorBaseType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.pword.AuthenticatorTransportProtocol": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.AuthenticatorTransportProtocolType_" ] }, { "saml2.authn_context.pword.AuthenticatorTransportProtocolType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.pword.AuthnContextDeclarationBaseType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.pword.AuthnMethod": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.AuthnMethodBaseType_" ] }, { "saml2.authn_context.pword.AuthnMethodBaseType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.pword.BooleanType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.pword.ComplexAuthenticator": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.ComplexAuthenticatorType_" ] }, { "saml2.authn_context.pword.ComplexAuthenticatorType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.pword.DeactivationCallCenter": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.ExtensionOnlyType_" ] }, { "saml2.authn_context.pword.DeviceTypeType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.pword.DigSig": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.PublicKeyType_" ] }, { "saml2.authn_context.pword.Extension": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.ExtensionType_" ] }, { "saml2.authn_context.pword.ExtensionOnlyType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.pword.ExtensionType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.pword.Generation": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.pword.GoverningAgreementRef": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.GoverningAgreementRefType_" ] }, { "saml2.authn_context.pword.GoverningAgreementRefType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.pword.GoverningAgreements": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.GoverningAgreementsType_" ] }, { "saml2.authn_context.pword.GoverningAgreementsType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.pword.HTTP": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.ExtensionOnlyType_" ] }, { "saml2.authn_context.pword.IPAddress": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.ExtensionOnlyType_" ] }, { "saml2.authn_context.pword.IPSec": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.ExtensionOnlyType_" ] }, { "saml2.authn_context.pword.ISDN": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.ExtensionOnlyType_" ] }, { "saml2.authn_context.pword.Identification": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.IdentificationType_" ] }, { "saml2.authn_context.pword.IdentificationType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.pword.KeyActivation": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.KeyActivationType_" ] }, { "saml2.authn_context.pword.KeyActivationType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.pword.KeySharing": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.KeySharingType_" ] }, { "saml2.authn_context.pword.KeySharingType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.pword.KeyStorage": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.KeyStorageType_" ] }, { "saml2.authn_context.pword.KeyStorageType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.pword.Length": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.LengthType_" ] }, { "saml2.authn_context.pword.LengthType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.pword.MediumType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.pword.MobileNetworkEndToEndEncryption": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.ExtensionOnlyType_" ] }, { "saml2.authn_context.pword.MobileNetworkNoEncryption": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.ExtensionOnlyType_" ] }, { "saml2.authn_context.pword.MobileNetworkRadioEncryption": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.ExtensionOnlyType_" ] }, { "saml2.authn_context.pword.NymType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.pword.OperationalProtection": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.OperationalProtectionType_" ] }, { "saml2.authn_context.pword.OperationalProtectionType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.pword.PSTN": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.ExtensionOnlyType_" ] }, { "saml2.authn_context.pword.Password": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.PasswordType_" ] }, { "saml2.authn_context.pword.PasswordType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.pword.PhysicalVerification": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.pword.PreviousSession": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.ExtensionOnlyType_" ] }, { "saml2.authn_context.pword.PrincipalAuthenticationMechanism": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.PrincipalAuthenticationMechanismType_" ] }, { "saml2.authn_context.pword.PrincipalAuthenticationMechanismType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.pword.PrivateKeyProtection": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.PrivateKeyProtectionType_" ] }, { "saml2.authn_context.pword.PrivateKeyProtectionType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.pword.PublicKeyType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.pword.RestrictedLengthType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.pword.RestrictedPassword": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.RestrictedPasswordType_" ] }, { "saml2.authn_context.pword.RestrictedPasswordType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.pword.RestrictedPasswordType_Length": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.RestrictedLengthType_" ] }, { "saml2.authn_context.pword.ResumeSession": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.ExtensionOnlyType_" ] }, { "saml2.authn_context.pword.SSL": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.ExtensionOnlyType_" ] }, { "saml2.authn_context.pword.SecretKeyProtection": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.SecretKeyProtectionType_" ] }, { "saml2.authn_context.pword.SecretKeyProtectionType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.pword.SecurityAudit": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.SecurityAuditType_" ] }, { "saml2.authn_context.pword.SecurityAuditType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.pword.SharedSecretChallengeResponse": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.SharedSecretChallengeResponseType_" ] }, { "saml2.authn_context.pword.SharedSecretChallengeResponseType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.pword.SharedSecretDynamicPlaintext": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.ExtensionOnlyType_" ] }, { "saml2.authn_context.pword.Smartcard": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.ExtensionOnlyType_" ] }, { "saml2.authn_context.pword.SubscriberLineNumber": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.ExtensionOnlyType_" ] }, { "saml2.authn_context.pword.SwitchAudit": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.ExtensionOnlyType_" ] }, { "saml2.authn_context.pword.TechnicalProtection": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.TechnicalProtectionBaseType_" ] }, { "saml2.authn_context.pword.TechnicalProtectionBaseType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.pword.TimeSyncToken": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.TimeSyncTokenType_" ] }, { "saml2.authn_context.pword.TimeSyncTokenType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.pword.Token": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.TokenType_" ] }, { "saml2.authn_context.pword.TokenType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.pword.UserSuffix": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.ExtensionOnlyType_" ] }, { "saml2.authn_context.pword.WTLS": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.ExtensionOnlyType_" ] }, { "saml2.authn_context.pword.WrittenConsent": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.ExtensionOnlyType_" ] }, { "saml2.authn_context.pword.ZeroKnowledge": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.pword.ExtensionOnlyType_" ] }, { "saml2.authn_context.ppt.ADSL": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.ExtensionOnlyType_" ] }, { "saml2.authn_context.ppt.ActivationLimit": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.ActivationLimitType_" ] }, { "saml2.authn_context.ppt.ActivationLimitDuration": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.ActivationLimitDurationType_" ] }, { "saml2.authn_context.ppt.ActivationLimitDurationType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ppt.ActivationLimitSession": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.ActivationLimitSessionType_" ] }, { "saml2.authn_context.ppt.ActivationLimitSessionType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ppt.ActivationLimitType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ppt.ActivationLimitUsages": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.ActivationLimitUsagesType_" ] }, { "saml2.authn_context.ppt.ActivationLimitUsagesType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ppt.ActivationPin": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.ActivationPinType_" ] }, { "saml2.authn_context.ppt.ActivationPinType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ppt.Alphabet": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.AlphabetType_" ] }, { "saml2.authn_context.ppt.AlphabetType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ppt.AsymmetricDecryption": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.PublicKeyType_" ] }, { "saml2.authn_context.ppt.AsymmetricKeyAgreement": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.PublicKeyType_" ] }, { "saml2.authn_context.ppt.AuthenticationContextDeclaration": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.AuthnContextDeclarationBaseType_" ] }, { "saml2.authn_context.ppt.Authenticator": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.AuthenticatorBaseType_" ] }, { "saml2.authn_context.ppt.AuthenticatorBaseType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ppt.AuthenticatorTransportProtocol": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.AuthenticatorTransportProtocolType_" ] }, { "saml2.authn_context.ppt.AuthenticatorTransportProtocolType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ppt.AuthnContextDeclarationBaseType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ppt.AuthnMethod": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.AuthnMethodBaseType_" ] }, { "saml2.authn_context.ppt.AuthnMethodBaseType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ppt.BooleanType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ppt.ComplexAuthenticator": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.ComplexAuthenticatorType_" ] }, { "saml2.authn_context.ppt.ComplexAuthenticatorType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ppt.DeactivationCallCenter": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.ExtensionOnlyType_" ] }, { "saml2.authn_context.ppt.DeviceTypeType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ppt.DigSig": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.PublicKeyType_" ] }, { "saml2.authn_context.ppt.Extension": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.ExtensionType_" ] }, { "saml2.authn_context.ppt.ExtensionOnlyType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ppt.ExtensionType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ppt.Generation": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ppt.GoverningAgreementRef": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.GoverningAgreementRefType_" ] }, { "saml2.authn_context.ppt.GoverningAgreementRefType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ppt.GoverningAgreements": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.GoverningAgreementsType_" ] }, { "saml2.authn_context.ppt.GoverningAgreementsType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ppt.HTTP": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.ExtensionOnlyType_" ] }, { "saml2.authn_context.ppt.IPAddress": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.ExtensionOnlyType_" ] }, { "saml2.authn_context.ppt.IPSec": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.ExtensionOnlyType_" ] }, { "saml2.authn_context.ppt.ISDN": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.ExtensionOnlyType_" ] }, { "saml2.authn_context.ppt.Identification": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.IdentificationType_" ] }, { "saml2.authn_context.ppt.IdentificationType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ppt.KeyActivation": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.KeyActivationType_" ] }, { "saml2.authn_context.ppt.KeyActivationType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ppt.KeySharing": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.KeySharingType_" ] }, { "saml2.authn_context.ppt.KeySharingType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ppt.KeyStorage": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.KeyStorageType_" ] }, { "saml2.authn_context.ppt.KeyStorageType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ppt.Length": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.LengthType_" ] }, { "saml2.authn_context.ppt.LengthType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ppt.MediumType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ppt.MobileNetworkEndToEndEncryption": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.ExtensionOnlyType_" ] }, { "saml2.authn_context.ppt.MobileNetworkNoEncryption": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.ExtensionOnlyType_" ] }, { "saml2.authn_context.ppt.MobileNetworkRadioEncryption": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.ExtensionOnlyType_" ] }, { "saml2.authn_context.ppt.NymType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ppt.OperationalProtection": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.OperationalProtectionType_" ] }, { "saml2.authn_context.ppt.OperationalProtectionType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ppt.PSTN": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.ExtensionOnlyType_" ] }, { "saml2.authn_context.ppt.Password": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.PasswordType_" ] }, { "saml2.authn_context.ppt.PasswordType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ppt.PhysicalVerification": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ppt.PreviousSession": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.ExtensionOnlyType_" ] }, { "saml2.authn_context.ppt.PrincipalAuthenticationMechanism": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.PrincipalAuthenticationMechanismType_" ] }, { "saml2.authn_context.ppt.PrincipalAuthenticationMechanismType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ppt.PrivateKeyProtection": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.PrivateKeyProtectionType_" ] }, { "saml2.authn_context.ppt.PrivateKeyProtectionType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ppt.PublicKeyType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ppt.RestrictedLengthType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ppt.RestrictedPassword": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.RestrictedPasswordType_" ] }, { "saml2.authn_context.ppt.RestrictedPasswordType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ppt.RestrictedPasswordType_Length": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.RestrictedLengthType_" ] }, { "saml2.authn_context.ppt.ResumeSession": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.ExtensionOnlyType_" ] }, { "saml2.authn_context.ppt.SSL": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.ExtensionOnlyType_" ] }, { "saml2.authn_context.ppt.SecretKeyProtection": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.SecretKeyProtectionType_" ] }, { "saml2.authn_context.ppt.SecretKeyProtectionType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ppt.SecurityAudit": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.SecurityAuditType_" ] }, { "saml2.authn_context.ppt.SecurityAuditType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ppt.SharedSecretChallengeResponse": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.SharedSecretChallengeResponseType_" ] }, { "saml2.authn_context.ppt.SharedSecretChallengeResponseType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ppt.SharedSecretDynamicPlaintext": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.ExtensionOnlyType_" ] }, { "saml2.authn_context.ppt.Smartcard": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.ExtensionOnlyType_" ] }, { "saml2.authn_context.ppt.SubscriberLineNumber": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.ExtensionOnlyType_" ] }, { "saml2.authn_context.ppt.SwitchAudit": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.ExtensionOnlyType_" ] }, { "saml2.authn_context.ppt.TechnicalProtection": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.TechnicalProtectionBaseType_" ] }, { "saml2.authn_context.ppt.TechnicalProtectionBaseType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ppt.TimeSyncToken": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.TimeSyncTokenType_" ] }, { "saml2.authn_context.ppt.TimeSyncTokenType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ppt.Token": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.TokenType_" ] }, { "saml2.authn_context.ppt.TokenType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ppt.UserSuffix": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.ExtensionOnlyType_" ] }, { "saml2.authn_context.ppt.WTLS": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.ExtensionOnlyType_" ] }, { "saml2.authn_context.ppt.WrittenConsent": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.ExtensionOnlyType_" ] }, { "saml2.authn_context.ppt.ZeroKnowledge": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ppt.ExtensionOnlyType_" ] }, { "saml2.authn_context.mobiletwofactor.ADSL": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.ExtensionOnlyType_" ] }, { "saml2.authn_context.mobiletwofactor.ActivationLimit": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.ActivationLimitType_" ] }, { "saml2.authn_context.mobiletwofactor.ActivationLimitDuration": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.ActivationLimitDurationType_" ] }, { "saml2.authn_context.mobiletwofactor.ActivationLimitDurationType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.mobiletwofactor.ActivationLimitSession": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.ActivationLimitSessionType_" ] }, { "saml2.authn_context.mobiletwofactor.ActivationLimitSessionType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.mobiletwofactor.ActivationLimitType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.mobiletwofactor.ActivationLimitUsages": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.ActivationLimitUsagesType_" ] }, { "saml2.authn_context.mobiletwofactor.ActivationLimitUsagesType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.mobiletwofactor.ActivationPin": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.ActivationPinType_" ] }, { "saml2.authn_context.mobiletwofactor.ActivationPinType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.mobiletwofactor.Alphabet": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.AlphabetType_" ] }, { "saml2.authn_context.mobiletwofactor.AlphabetType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.mobiletwofactor.AsymmetricDecryption": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.PublicKeyType_" ] }, { "saml2.authn_context.mobiletwofactor.AsymmetricKeyAgreement": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.PublicKeyType_" ] }, { "saml2.authn_context.mobiletwofactor.AuthenticationContextDeclaration": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.AuthnContextDeclarationBaseType_" ] }, { "saml2.authn_context.mobiletwofactor.Authenticator": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.AuthenticatorBaseType_" ] }, { "saml2.authn_context.mobiletwofactor.AuthenticatorBaseType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.mobiletwofactor.AuthenticatorTransportProtocol": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.AuthenticatorTransportProtocolType_" ] }, { "saml2.authn_context.mobiletwofactor.AuthenticatorTransportProtocolType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.mobiletwofactor.AuthnContextDeclarationBaseType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.mobiletwofactor.AuthnMethod": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.AuthnMethodBaseType_" ] }, { "saml2.authn_context.mobiletwofactor.AuthnMethodBaseType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.mobiletwofactor.BooleanType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.mobiletwofactor.ComplexAuthenticator": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.ComplexAuthenticatorType_" ] }, { "saml2.authn_context.mobiletwofactor.ComplexAuthenticatorType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.mobiletwofactor.DeactivationCallCenter": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.ExtensionOnlyType_" ] }, { "saml2.authn_context.mobiletwofactor.DeviceTypeType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.mobiletwofactor.DigSig": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.PublicKeyType_" ] }, { "saml2.authn_context.mobiletwofactor.Extension": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.ExtensionType_" ] }, { "saml2.authn_context.mobiletwofactor.ExtensionOnlyType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.mobiletwofactor.ExtensionType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.mobiletwofactor.Generation": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.mobiletwofactor.GoverningAgreementRef": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.GoverningAgreementRefType_" ] }, { "saml2.authn_context.mobiletwofactor.GoverningAgreementRefType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.mobiletwofactor.GoverningAgreements": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.GoverningAgreementsType_" ] }, { "saml2.authn_context.mobiletwofactor.GoverningAgreementsType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.mobiletwofactor.HTTP": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.ExtensionOnlyType_" ] }, { "saml2.authn_context.mobiletwofactor.IPAddress": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.ExtensionOnlyType_" ] }, { "saml2.authn_context.mobiletwofactor.IPSec": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.ExtensionOnlyType_" ] }, { "saml2.authn_context.mobiletwofactor.ISDN": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.ExtensionOnlyType_" ] }, { "saml2.authn_context.mobiletwofactor.Identification": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.IdentificationType_" ] }, { "saml2.authn_context.mobiletwofactor.IdentificationType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.mobiletwofactor.KeyActivation": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.KeyActivationType_" ] }, { "saml2.authn_context.mobiletwofactor.KeyActivationType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.mobiletwofactor.KeySharing": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.KeySharingType_" ] }, { "saml2.authn_context.mobiletwofactor.KeySharingType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.mobiletwofactor.KeyStorage": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.KeyStorageType_" ] }, { "saml2.authn_context.mobiletwofactor.KeyStorageType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.mobiletwofactor.Length": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.LengthType_" ] }, { "saml2.authn_context.mobiletwofactor.LengthType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.mobiletwofactor.MediumType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.mobiletwofactor.MobileNetworkEndToEndEncryption": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.ExtensionOnlyType_" ] }, { "saml2.authn_context.mobiletwofactor.MobileNetworkNoEncryption": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.ExtensionOnlyType_" ] }, { "saml2.authn_context.mobiletwofactor.MobileNetworkRadioEncryption": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.ExtensionOnlyType_" ] }, { "saml2.authn_context.mobiletwofactor.NymType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.mobiletwofactor.OperationalProtection": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.OperationalProtectionType_" ] }, { "saml2.authn_context.mobiletwofactor.OperationalProtectionType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.mobiletwofactor.PSTN": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.ExtensionOnlyType_" ] }, { "saml2.authn_context.mobiletwofactor.Password": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.PasswordType_" ] }, { "saml2.authn_context.mobiletwofactor.PasswordType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.mobiletwofactor.PhysicalVerification": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.mobiletwofactor.PreviousSession": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.ExtensionOnlyType_" ] }, { "saml2.authn_context.mobiletwofactor.PrincipalAuthenticationMechanism": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.PrincipalAuthenticationMechanismType_" ] }, { "saml2.authn_context.mobiletwofactor.PrincipalAuthenticationMechanismType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.mobiletwofactor.PrivateKeyProtection": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.PrivateKeyProtectionType_" ] }, { "saml2.authn_context.mobiletwofactor.PrivateKeyProtectionType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.mobiletwofactor.PublicKeyType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.mobiletwofactor.RestrictedLengthType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.mobiletwofactor.RestrictedPassword": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.RestrictedPasswordType_" ] }, { "saml2.authn_context.mobiletwofactor.RestrictedPasswordType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.mobiletwofactor.RestrictedPasswordType_Length": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.RestrictedLengthType_" ] }, { "saml2.authn_context.mobiletwofactor.ResumeSession": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.ExtensionOnlyType_" ] }, { "saml2.authn_context.mobiletwofactor.SSL": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.ExtensionOnlyType_" ] }, { "saml2.authn_context.mobiletwofactor.SecretKeyProtection": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.SecretKeyProtectionType_" ] }, { "saml2.authn_context.mobiletwofactor.SecretKeyProtectionType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.mobiletwofactor.SecurityAudit": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.SecurityAuditType_" ] }, { "saml2.authn_context.mobiletwofactor.SecurityAuditType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.mobiletwofactor.SharedSecretChallengeResponse": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.SharedSecretChallengeResponseType_" ] }, { "saml2.authn_context.mobiletwofactor.SharedSecretChallengeResponseType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.mobiletwofactor.SharedSecretDynamicPlaintext": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.ExtensionOnlyType_" ] }, { "saml2.authn_context.mobiletwofactor.Smartcard": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.ExtensionOnlyType_" ] }, { "saml2.authn_context.mobiletwofactor.SubscriberLineNumber": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.ExtensionOnlyType_" ] }, { "saml2.authn_context.mobiletwofactor.SwitchAudit": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.ExtensionOnlyType_" ] }, { "saml2.authn_context.mobiletwofactor.TechnicalProtection": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.TechnicalProtectionBaseType_" ] }, { "saml2.authn_context.mobiletwofactor.TechnicalProtectionBaseType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.mobiletwofactor.TimeSyncToken": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.TimeSyncTokenType_" ] }, { "saml2.authn_context.mobiletwofactor.TimeSyncTokenType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.mobiletwofactor.Token": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.TokenType_" ] }, { "saml2.authn_context.mobiletwofactor.TokenType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.mobiletwofactor.UserSuffix": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.ExtensionOnlyType_" ] }, { "saml2.authn_context.mobiletwofactor.WTLS": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.ExtensionOnlyType_" ] }, { "saml2.authn_context.mobiletwofactor.WrittenConsent": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.ExtensionOnlyType_" ] }, { "saml2.authn_context.mobiletwofactor.ZeroKnowledge": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.mobiletwofactor.ExtensionOnlyType_" ] }, { "saml2.authn_context.ippword.ADSL": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.ExtensionOnlyType_" ] }, { "saml2.authn_context.ippword.ActivationLimit": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.ActivationLimitType_" ] }, { "saml2.authn_context.ippword.ActivationLimitDuration": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.ActivationLimitDurationType_" ] }, { "saml2.authn_context.ippword.ActivationLimitDurationType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ippword.ActivationLimitSession": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.ActivationLimitSessionType_" ] }, { "saml2.authn_context.ippword.ActivationLimitSessionType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ippword.ActivationLimitType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ippword.ActivationLimitUsages": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.ActivationLimitUsagesType_" ] }, { "saml2.authn_context.ippword.ActivationLimitUsagesType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ippword.ActivationPin": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.ActivationPinType_" ] }, { "saml2.authn_context.ippword.ActivationPinType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ippword.Alphabet": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.AlphabetType_" ] }, { "saml2.authn_context.ippword.AlphabetType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ippword.AsymmetricDecryption": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.PublicKeyType_" ] }, { "saml2.authn_context.ippword.AsymmetricKeyAgreement": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.PublicKeyType_" ] }, { "saml2.authn_context.ippword.AuthenticationContextDeclaration": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.AuthnContextDeclarationBaseType_" ] }, { "saml2.authn_context.ippword.Authenticator": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.AuthenticatorBaseType_" ] }, { "saml2.authn_context.ippword.AuthenticatorBaseType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ippword.AuthenticatorTransportProtocol": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.AuthenticatorTransportProtocolType_" ] }, { "saml2.authn_context.ippword.AuthenticatorTransportProtocolType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ippword.AuthnContextDeclarationBaseType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ippword.AuthnMethod": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.AuthnMethodBaseType_" ] }, { "saml2.authn_context.ippword.AuthnMethodBaseType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ippword.BooleanType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ippword.ComplexAuthenticator": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.ComplexAuthenticatorType_" ] }, { "saml2.authn_context.ippword.ComplexAuthenticatorType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ippword.DeactivationCallCenter": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.ExtensionOnlyType_" ] }, { "saml2.authn_context.ippword.DeviceTypeType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ippword.DigSig": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.PublicKeyType_" ] }, { "saml2.authn_context.ippword.Extension": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.ExtensionType_" ] }, { "saml2.authn_context.ippword.ExtensionOnlyType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ippword.ExtensionType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ippword.Generation": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ippword.GoverningAgreementRef": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.GoverningAgreementRefType_" ] }, { "saml2.authn_context.ippword.GoverningAgreementRefType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ippword.GoverningAgreements": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.GoverningAgreementsType_" ] }, { "saml2.authn_context.ippword.GoverningAgreementsType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ippword.HTTP": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.ExtensionOnlyType_" ] }, { "saml2.authn_context.ippword.IPAddress": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.ExtensionOnlyType_" ] }, { "saml2.authn_context.ippword.IPSec": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.ExtensionOnlyType_" ] }, { "saml2.authn_context.ippword.ISDN": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.ExtensionOnlyType_" ] }, { "saml2.authn_context.ippword.Identification": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.IdentificationType_" ] }, { "saml2.authn_context.ippword.IdentificationType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ippword.KeyActivation": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.KeyActivationType_" ] }, { "saml2.authn_context.ippword.KeyActivationType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ippword.KeySharing": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.KeySharingType_" ] }, { "saml2.authn_context.ippword.KeySharingType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ippword.KeyStorage": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.KeyStorageType_" ] }, { "saml2.authn_context.ippword.KeyStorageType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ippword.Length": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.LengthType_" ] }, { "saml2.authn_context.ippword.LengthType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ippword.MediumType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ippword.MobileNetworkEndToEndEncryption": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.ExtensionOnlyType_" ] }, { "saml2.authn_context.ippword.MobileNetworkNoEncryption": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.ExtensionOnlyType_" ] }, { "saml2.authn_context.ippword.MobileNetworkRadioEncryption": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.ExtensionOnlyType_" ] }, { "saml2.authn_context.ippword.NymType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ippword.OperationalProtection": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.OperationalProtectionType_" ] }, { "saml2.authn_context.ippword.OperationalProtectionType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ippword.PSTN": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.ExtensionOnlyType_" ] }, { "saml2.authn_context.ippword.Password": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.PasswordType_" ] }, { "saml2.authn_context.ippword.PasswordType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ippword.PhysicalVerification": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ippword.PreviousSession": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.ExtensionOnlyType_" ] }, { "saml2.authn_context.ippword.PrincipalAuthenticationMechanism": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.PrincipalAuthenticationMechanismType_" ] }, { "saml2.authn_context.ippword.PrincipalAuthenticationMechanismType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ippword.PrivateKeyProtection": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.PrivateKeyProtectionType_" ] }, { "saml2.authn_context.ippword.PrivateKeyProtectionType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ippword.PublicKeyType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ippword.RestrictedLengthType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ippword.RestrictedPassword": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.RestrictedPasswordType_" ] }, { "saml2.authn_context.ippword.RestrictedPasswordType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ippword.RestrictedPasswordType_Length": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.RestrictedLengthType_" ] }, { "saml2.authn_context.ippword.ResumeSession": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.ExtensionOnlyType_" ] }, { "saml2.authn_context.ippword.SSL": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.ExtensionOnlyType_" ] }, { "saml2.authn_context.ippword.SecretKeyProtection": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.SecretKeyProtectionType_" ] }, { "saml2.authn_context.ippword.SecretKeyProtectionType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ippword.SecurityAudit": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.SecurityAuditType_" ] }, { "saml2.authn_context.ippword.SecurityAuditType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ippword.SharedSecretChallengeResponse": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.SharedSecretChallengeResponseType_" ] }, { "saml2.authn_context.ippword.SharedSecretChallengeResponseType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ippword.SharedSecretDynamicPlaintext": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.ExtensionOnlyType_" ] }, { "saml2.authn_context.ippword.Smartcard": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.ExtensionOnlyType_" ] }, { "saml2.authn_context.ippword.SubscriberLineNumber": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.ExtensionOnlyType_" ] }, { "saml2.authn_context.ippword.SwitchAudit": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.ExtensionOnlyType_" ] }, { "saml2.authn_context.ippword.TechnicalProtection": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.TechnicalProtectionBaseType_" ] }, { "saml2.authn_context.ippword.TechnicalProtectionBaseType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ippword.TimeSyncToken": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.TimeSyncTokenType_" ] }, { "saml2.authn_context.ippword.TimeSyncTokenType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ippword.Token": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.TokenType_" ] }, { "saml2.authn_context.ippword.TokenType_": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase" ] }, { "saml2.authn_context.ippword.UserSuffix": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.ExtensionOnlyType_" ] }, { "saml2.authn_context.ippword.WTLS": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.ExtensionOnlyType_" ] }, { "saml2.authn_context.ippword.WrittenConsent": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.ExtensionOnlyType_" ] }, { "saml2.authn_context.ippword.ZeroKnowledge": [ "object", "saml2.ExtensionContainer", "saml2.SamlBase", "saml2.authn_context.ippword.ExtensionOnlyType_" ] }, { "saml2.authn_context.AuthnBroker": [ "object" ] }, { "saml2.authn.AuthnFailure": [ "BaseException", "Exception", "object", "saml2.SAMLError" ] }, { "saml2.authn.AuthnMethodChooser": [ "object" ] }, { "saml2.authn.EncodeError": [ "BaseException", "Exception", "object", "saml2.SAMLError" ] }, { "saml2.authn.LDAPAuthn": [ "object", "saml2.authn.UserAuthnMethod" ] }, { "saml2.authn.SocialService": [ "object", "saml2.authn.UserAuthnMethod" ] }, { "saml2.authn.UserAuthnMethod": [ "object" ] }, { "saml2.authn.UsernamePasswordMako": [ "object", "saml2.authn.UserAuthnMethod" ] }, { "saml2.attribute_resolver.AttributeResolver": [ "object" ] }, { "saml2.attribute_converter.AttributeConverter": [ "object" ] }, { "saml2.attribute_converter.AttributeConverterNOOP": [ "object", "saml2.attribute_converter.AttributeConverter" ] }, { "saml2.attribute_converter.ConverterError": [ "BaseException", "Exception", "object", "saml2.SAMLError" ] }, { "saml2.attribute_converter.UnknownNameFormat": [ "BaseException", "Exception", "object", "saml2.SAMLError" ] }, { "saml2.assertion.Assertion": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "saml2.assertion.EntityCategories": [ "object" ] }, { "saml2.assertion.Policy": [ "object" ] }, { "saml2.Error": [ "BaseException", "Exception", "object" ] }, { "saml2.ExtensionContainer": [ "object" ] }, { "saml2.ExtensionElement": [ "object" ] }, { "saml2.SAMLError": [ "BaseException", "Exception", "object" ] }, { "saml2.SamlBase": [ "object", "saml2.ExtensionContainer" ] }, { "rx.testing.testscheduler.TestScheduler": [ "object", "rx.concurrency.schedulerbase.SchedulerBase", "rx.concurrency.virtualtimescheduler.VirtualTimeScheduler", "rx.core.py3.scheduler.Scheduler" ] }, { "rx.testing.subscription.Subscription": [ "object" ] }, { "rx.testing.recorded.Recorded": [ "object" ] }, { "rx.testing.reactivetest.OnErrorPredicate": [ "object" ] }, { "rx.testing.reactivetest.OnNextPredicate": [ "object" ] }, { "rx.testing.reactivetest.ReactiveTest": [ "object" ] }, { "rx.testing.reactive_assert.AssertList": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "rx.testing.mockobserver.MockObserver": [ "object", "rx.core.py3.observer.Observer" ] }, { "rx.testing.mockdisposable.MockDisposable": [ "object" ] }, { "rx.testing.hotobservable.HotObservable": [ "object", "rx.core.observablebase.ObservableBase", "rx.core.py3.observable.Observable" ] }, { "rx.testing.coldobservable.ColdObservable": [ "object", "rx.core.observablebase.ObservableBase", "rx.core.py3.observable.Observable" ] }, { "rx.subjects.subject.Subject": [ "object", "rx.core.observablebase.ObservableBase", "rx.core.py3.observable.Observable", "rx.core.py3.observer.Observer" ] }, { "rx.subjects.replaysubject.RemovableDisposable": [ "object" ] }, { "rx.subjects.replaysubject.ReplaySubject": [ "object", "rx.core.observablebase.ObservableBase", "rx.core.py3.observable.Observable", "rx.core.py3.observer.Observer" ] }, { "rx.subjects.innersubscription.InnerSubscription": [ "object" ] }, { "rx.subjects.behaviorsubject.BehaviorSubject": [ "object", "rx.core.observablebase.ObservableBase", "rx.core.py3.observable.Observable", "rx.core.py3.observer.Observer" ] }, { "rx.subjects.asyncsubject.AsyncSubject": [ "object", "rx.core.observablebase.ObservableBase", "rx.core.py3.observable.Observable", "rx.core.py3.observer.Observer" ] }, { "rx.subjects.anonymoussubject.AnonymousSubject": [ "object", "rx.core.observablebase.ObservableBase", "rx.core.py3.observable.Observable" ] }, { "rx.linq.observable.transduce.Observing": [ "object" ] }, { "rx.linq.observable.manyselect.ChainObservable": [ "object", "rx.core.observablebase.ObservableBase", "rx.core.py3.observable.Observable" ] }, { "rx.linq.observable.doaction.do_finally.OnDispose": [ "object", "rx.core.py3.disposable.Disposable" ] }, { "rx.linq.observable.doaction.do_on_dispose.OnDispose": [ "object", "rx.core.py3.disposable.Disposable" ] }, { "rx.linq.observable.distinct.HashSet": [ "object" ] }, { "rx.linq.observable.delay.Timestamp": [ "object" ] }, { "rx.linq.observable.average.AverageValue": [ "object" ] }, { "rx.linq.groupedobservable.GroupedObservable": [ "object", "rx.core.observablebase.ObservableBase", "rx.core.py3.observable.Observable" ] }, { "rx.linq.connectableobservable.ConnectableObservable": [ "object", "rx.core.observablebase.ObservableBase", "rx.core.py3.observable.Observable" ] }, { "rx.joins.plan.Plan": [ "object" ] }, { "rx.joins.pattern.Pattern": [ "object" ] }, { "rx.joins.joinobserver.JoinObserver": [ "object", "rx.core.observerbase.ObserverBase", "rx.core.py3.disposable.Disposable", "rx.core.py3.observer.Observer" ] }, { "rx.joins.activeplan.ActivePlan": [ "object" ] }, { "rx.internal.utils.TimeInterval": [ "object" ] }, { "rx.internal.utils.Timestamp": [ "object" ] }, { "rx.internal.priorityqueue.PriorityQueue": [ "object" ] }, { "rx.internal.exceptions.ArgumentOutOfRangeException": [ "BaseException", "Exception", "ValueError", "object" ] }, { "rx.internal.exceptions.CompletedException": [ "BaseException", "Exception", "object" ] }, { "rx.internal.exceptions.DisposedException": [ "BaseException", "Exception", "object" ] }, { "rx.internal.exceptions.InvalidOperationException": [ "BaseException", "Exception", "object" ] }, { "rx.internal.exceptions.ReEntracyException": [ "BaseException", "Exception", "object" ] }, { "rx.internal.exceptions.SequenceContainsNoElementsError": [ "BaseException", "Exception", "object" ] }, { "rx.internal.exceptions.WouldBlockException": [ "BaseException", "Exception", "object" ] }, { "rx.internal.enumerator.Enumerator": [ "object" ] }, { "rx.internal.enumerable.Enumerable": [ "object" ] }, { "rx.internal.concurrency.Condition": [ "object" ] }, { "rx.internal.concurrency.Event": [ "object" ] }, { "rx.internal.concurrency.RLock": [ "object" ] }, { "rx.disposables.singleassignmentdisposable.SingleAssignmentDisposable": [ "object", "rx.core.py3.disposable.Disposable" ] }, { "rx.disposables.serialdisposable.SerialDisposable": [ "object", "rx.core.py3.disposable.Disposable" ] }, { "rx.disposables.scheduleddisposable.ScheduledDisposable": [ "object", "rx.core.py3.disposable.Disposable" ] }, { "rx.disposables.refcountdisposable.RefCountDisposable": [ "object", "rx.core.py3.disposable.Disposable" ] }, { "rx.disposables.refcountdisposable.RefCountDisposable.InnerDisposable": [ "object", "rx.core.py3.disposable.Disposable" ] }, { "rx.disposables.multipleassignmentdisposable.MultipleAssignmentDisposable": [ "object", "rx.core.py3.disposable.Disposable" ] }, { "rx.disposables.compositedisposable.CompositeDisposable": [ "object", "rx.core.py3.disposable.Disposable" ] }, { "rx.disposables.booleandisposable.BooleanDisposable": [ "object", "rx.core.py3.disposable.Disposable" ] }, { "rx.disposables.anonymousdisposable.AnonymousDisposable": [ "object", "rx.core.py3.disposable.Disposable" ] }, { "rx.core.scheduledobserver.ScheduledObserver": [ "object", "rx.core.observerbase.ObserverBase", "rx.core.py3.disposable.Disposable", "rx.core.py3.observer.Observer" ] }, { "rx.core.py3.scheduler.Scheduler": [ "object" ] }, { "rx.core.py3.observer.Observer": [ "object" ] }, { "rx.core.py3.observable.Observable": [ "object" ] }, { "rx.core.py3.disposable.Disposable": [ "object" ] }, { "rx.core.py2.scheduler.Scheduler": [ "object" ] }, { "rx.core.py2.observer.Observer": [ "object" ] }, { "rx.core.py2.observable.Observable": [ "object" ] }, { "rx.core.py2.disposable.Disposable": [ "object" ] }, { "rx.core.observerbase.ObserverBase": [ "object", "rx.core.py3.disposable.Disposable", "rx.core.py3.observer.Observer" ] }, { "rx.core.observeonobserver.ObserveOnObserver": [ "object", "rx.core.observerbase.ObserverBase", "rx.core.py3.disposable.Disposable", "rx.core.py3.observer.Observer", "rx.core.scheduledobserver.ScheduledObserver" ] }, { "rx.core.observablebase.ObservableBase": [ "object", "rx.core.py3.observable.Observable" ] }, { "rx.core.notification.Notification": [ "object" ] }, { "rx.core.notification.OnCompleted": [ "object", "rx.core.notification.Notification" ] }, { "rx.core.notification.OnError": [ "object", "rx.core.notification.Notification" ] }, { "rx.core.notification.OnNext": [ "object", "rx.core.notification.Notification" ] }, { "rx.core.checkedobserver.CheckedObserver": [ "object", "rx.core.py3.observer.Observer" ] }, { "rx.core.blockingobservable.BlockingObservable": [ "object", "rx.core.observablebase.ObservableBase", "rx.core.py3.observable.Observable" ] }, { "rx.core.autodetachobserver.AutoDetachObserver": [ "object", "rx.core.observerbase.ObserverBase", "rx.core.py3.disposable.Disposable", "rx.core.py3.observer.Observer" ] }, { "rx.core.anonymousobserver.AnonymousObserver": [ "object", "rx.core.observerbase.ObserverBase", "rx.core.py3.disposable.Disposable", "rx.core.py3.observer.Observer" ] }, { "rx.core.anonymousobservable.AnonymousObservable": [ "object", "rx.core.observablebase.ObservableBase", "rx.core.py3.observable.Observable" ] }, { "rx.concurrency.virtualtimescheduler.VirtualTimeScheduler": [ "object", "rx.concurrency.schedulerbase.SchedulerBase", "rx.core.py3.scheduler.Scheduler" ] }, { "rx.concurrency.timeoutscheduler.TimeoutScheduler": [ "object", "rx.concurrency.schedulerbase.SchedulerBase", "rx.core.py3.scheduler.Scheduler" ] }, { "rx.concurrency.threadpoolscheduler.ThreadPoolScheduler": [ "object", "rx.concurrency.newthreadscheduler.NewThreadScheduler", "rx.concurrency.schedulerbase.SchedulerBase", "rx.core.py3.scheduler.Scheduler" ] }, { "rx.concurrency.threadpoolscheduler.ThreadPoolScheduler.ThreadPoolThread": [ "object" ] }, { "rx.concurrency.schedulerbase.SchedulerBase": [ "object", "rx.core.py3.scheduler.Scheduler" ] }, { "rx.concurrency.scheduleperiodic.SchedulePeriodic": [ "object" ] }, { "rx.concurrency.scheduleditem.ScheduledItem": [ "object" ] }, { "rx.concurrency.newthreadscheduler.NewThreadScheduler": [ "object", "rx.concurrency.schedulerbase.SchedulerBase", "rx.core.py3.scheduler.Scheduler" ] }, { "rx.concurrency.mainloopscheduler.wxscheduler.WxScheduler": [ "object", "rx.concurrency.schedulerbase.SchedulerBase", "rx.core.py3.scheduler.Scheduler" ] }, { "rx.concurrency.mainloopscheduler.wxscheduler.WxScheduler.__init__.Timer": [ "object" ] }, { "rx.concurrency.mainloopscheduler.twistedscheduler.TwistedScheduler": [ "object", "rx.concurrency.schedulerbase.SchedulerBase", "rx.core.py3.scheduler.Scheduler" ] }, { "rx.concurrency.mainloopscheduler.tkinterscheduler.TkinterScheduler": [ "object", "rx.concurrency.schedulerbase.SchedulerBase", "rx.core.py3.scheduler.Scheduler" ] }, { "rx.concurrency.mainloopscheduler.qtscheduler.QtScheduler": [ "object", "rx.concurrency.schedulerbase.SchedulerBase", "rx.core.py3.scheduler.Scheduler" ] }, { "rx.concurrency.mainloopscheduler.pygamescheduler.PyGameScheduler": [ "object", "rx.concurrency.schedulerbase.SchedulerBase", "rx.core.py3.scheduler.Scheduler" ] }, { "rx.concurrency.mainloopscheduler.ioloopscheduler.IOLoopScheduler": [ "object", "rx.concurrency.schedulerbase.SchedulerBase", "rx.core.py3.scheduler.Scheduler" ] }, { "rx.concurrency.mainloopscheduler.gtkscheduler.GtkScheduler": [ "object", "rx.concurrency.schedulerbase.SchedulerBase", "rx.core.py3.scheduler.Scheduler" ] }, { "rx.concurrency.mainloopscheduler.geventscheduler.GEventScheduler": [ "object", "rx.concurrency.schedulerbase.SchedulerBase", "rx.core.py3.scheduler.Scheduler" ] }, { "rx.concurrency.mainloopscheduler.eventletscheduler.EventLetEventScheduler": [ "object", "rx.concurrency.schedulerbase.SchedulerBase", "rx.core.py3.scheduler.Scheduler" ] }, { "rx.concurrency.mainloopscheduler.asyncioscheduler.AsyncIOScheduler": [ "object", "rx.concurrency.schedulerbase.SchedulerBase", "rx.core.py3.scheduler.Scheduler" ] }, { "rx.concurrency.immediatescheduler.ImmediateScheduler": [ "object", "rx.concurrency.schedulerbase.SchedulerBase", "rx.core.py3.scheduler.Scheduler" ] }, { "rx.concurrency.historicalscheduler.HistoricalScheduler": [ "object", "rx.concurrency.schedulerbase.SchedulerBase", "rx.concurrency.virtualtimescheduler.VirtualTimeScheduler", "rx.core.py3.scheduler.Scheduler" ] }, { "rx.concurrency.eventloopscheduler.EventLoopScheduler": [ "object", "rx.concurrency.schedulerbase.SchedulerBase", "rx.core.py3.disposable.Disposable", "rx.core.py3.scheduler.Scheduler" ] }, { "rx.concurrency.currentthreadscheduler.CurrentThreadScheduler": [ "object", "rx.concurrency.schedulerbase.SchedulerBase", "rx.core.py3.scheduler.Scheduler" ] }, { "rx.concurrency.currentthreadscheduler.Trampoline": [ "object" ] }, { "rx.concurrency.catchscheduler.CatchScheduler": [ "object", "rx.concurrency.schedulerbase.SchedulerBase", "rx.core.py3.scheduler.Scheduler" ] }, { "rx.backpressure.windowedobservable.WindowedObservable": [ "object", "rx.core.observablebase.ObservableBase", "rx.core.py3.observable.Observable" ] }, { "rx.backpressure.windowedobservable.WindowedObserver": [ "object", "rx.core.observerbase.ObserverBase", "rx.core.py3.disposable.Disposable", "rx.core.py3.observer.Observer" ] }, { "rx.backpressure.stopandwaitobservable.StopAndWaitObservable": [ "object", "rx.core.observablebase.ObservableBase", "rx.core.py3.observable.Observable" ] }, { "rx.backpressure.stopandwaitobservable.StopAndWaitObserver": [ "object", "rx.core.py3.observer.Observer" ] }, { "rx.backpressure.pausablebuffered.PausableBufferedObservable": [ "object", "rx.core.observablebase.ObservableBase", "rx.core.py3.observable.Observable" ] }, { "rx.backpressure.pausable.PausableObservable": [ "object", "rx.core.observablebase.ObservableBase", "rx.core.py3.observable.Observable" ] }, { "rx.backpressure.controlledsubject.ControlledSubject": [ "object", "rx.core.observablebase.ObservableBase", "rx.core.py3.observable.Observable", "rx.core.py3.observer.Observer" ] }, { "rx.backpressure.controlledobservable.ControlledObservable": [ "object", "rx.core.observablebase.ObservableBase", "rx.core.py3.observable.Observable" ] }, { "runpy._ModifiedArgv0": [ "object" ] }, { "runpy._TempModule": [ "object" ] }, { "routes.util.GenerationException": [ "BaseException", "Exception", "object", "routes.util.RoutesException" ] }, { "routes.util.MatchException": [ "BaseException", "Exception", "object", "routes.util.RoutesException" ] }, { "routes.util.RoutesException": [ "BaseException", "Exception", "object" ] }, { "routes.util.URLGenerator": [ "object" ] }, { "routes.route.Route": [ "object" ] }, { "routes.middleware.RoutesMiddleware": [ "object" ] }, { "routes.mapper.Mapper": [ "object", "routes.mapper.SubMapperParent" ] }, { "routes.mapper.SubMapper": [ "object", "routes.mapper.SubMapperParent" ] }, { "routes.mapper.SubMapperParent": [ "object" ] }, { "routes._RequestConfig": [ "object" ] }, { "rlcompleter.Completer": [ "object" ] }, { "rfc3986.validators.Validator": [ "object" ] }, { "rfc3986.uri.URIReference": [ "object", "rfc3986._mixin.URIMixin", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "rfc3986.parseresult.ParseResult": [ "object", "rfc3986.parseresult.ParseResultMixin", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "rfc3986.parseresult.ParseResultBytes": [ "object", "rfc3986.parseresult.ParseResultMixin", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "rfc3986.parseresult.ParseResultMixin": [ "object" ] }, { "rfc3986.iri.IRIReference": [ "object", "rfc3986._mixin.URIMixin", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "rfc3986.exceptions.InvalidAuthority": [ "BaseException", "Exception", "object", "rfc3986.exceptions.RFC3986Exception" ] }, { "rfc3986.exceptions.InvalidComponentsError": [ "BaseException", "Exception", "object", "rfc3986.exceptions.RFC3986Exception", "rfc3986.exceptions.ValidationError" ] }, { "rfc3986.exceptions.InvalidPort": [ "BaseException", "Exception", "object", "rfc3986.exceptions.RFC3986Exception" ] }, { "rfc3986.exceptions.MissingComponentError": [ "BaseException", "Exception", "object", "rfc3986.exceptions.RFC3986Exception", "rfc3986.exceptions.ValidationError" ] }, { "rfc3986.exceptions.MissingDependencyError": [ "BaseException", "Exception", "object", "rfc3986.exceptions.RFC3986Exception" ] }, { "rfc3986.exceptions.PasswordForbidden": [ "BaseException", "Exception", "object", "rfc3986.exceptions.RFC3986Exception", "rfc3986.exceptions.ValidationError" ] }, { "rfc3986.exceptions.RFC3986Exception": [ "BaseException", "Exception", "object" ] }, { "rfc3986.exceptions.ResolutionError": [ "BaseException", "Exception", "object", "rfc3986.exceptions.RFC3986Exception" ] }, { "rfc3986.exceptions.UnpermittedComponentError": [ "BaseException", "Exception", "object", "rfc3986.exceptions.RFC3986Exception", "rfc3986.exceptions.ValidationError" ] }, { "rfc3986.exceptions.ValidationError": [ "BaseException", "Exception", "object", "rfc3986.exceptions.RFC3986Exception" ] }, { "rfc3986.builder.URIBuilder": [ "object" ] }, { "rfc3986._mixin.URIMixin": [ "object" ] }, { "resource._RUsage": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "requests.structures.CaseInsensitiveDict": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "requests.structures.LookupDict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "requests.sessions.Session": [ "object", "requests.sessions.SessionRedirectMixin" ] }, { "requests.sessions.SessionRedirectMixin": [ "object" ] }, { "requests.packages.urllib3.util.url.Url": [ "object" ] }, { "requests.packages.urllib3.util.timeout.Timeout": [ "object" ] }, { "requests.packages.urllib3.util.retry.Retry": [ "object" ] }, { "requests.packages.urllib3.response.DeflateDecoder": [ "object" ] }, { "requests.packages.urllib3.response.GzipDecoder": [ "object" ] }, { "requests.packages.urllib3.response.HTTPResponse": [ "io.IOBase", "object" ] }, { "requests.packages.urllib3.request.RequestMethods": [ "object" ] }, { "requests.packages.urllib3.poolmanager.PoolManager": [ "object", "requests.packages.urllib3.request.RequestMethods" ] }, { "requests.packages.urllib3.poolmanager.ProxyManager": [ "object", "requests.packages.urllib3.poolmanager.PoolManager", "requests.packages.urllib3.request.RequestMethods" ] }, { "requests.packages.urllib3.packages.ssl_match_hostname._implementation.CertificateError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "requests.packages.urllib3.fields.RequestField": [ "object" ] }, { "requests.packages.urllib3.exceptions.ClosedPoolError": [ "BaseException", "Exception", "object", "requests.packages.urllib3.exceptions.HTTPError", "requests.packages.urllib3.exceptions.PoolError" ] }, { "requests.packages.urllib3.exceptions.ConnectTimeoutError": [ "BaseException", "Exception", "object", "requests.packages.urllib3.exceptions.HTTPError", "requests.packages.urllib3.exceptions.TimeoutError" ] }, { "requests.packages.urllib3.exceptions.DecodeError": [ "BaseException", "Exception", "object", "requests.packages.urllib3.exceptions.HTTPError" ] }, { "requests.packages.urllib3.exceptions.EmptyPoolError": [ "BaseException", "Exception", "object", "requests.packages.urllib3.exceptions.HTTPError", "requests.packages.urllib3.exceptions.PoolError" ] }, { "requests.packages.urllib3.exceptions.HTTPError": [ "BaseException", "Exception", "object" ] }, { "requests.packages.urllib3.exceptions.HTTPWarning": [ "BaseException", "Exception", "Warning", "object" ] }, { "requests.packages.urllib3.exceptions.HostChangedError": [ "BaseException", "Exception", "object", "requests.packages.urllib3.exceptions.HTTPError", "requests.packages.urllib3.exceptions.PoolError", "requests.packages.urllib3.exceptions.RequestError" ] }, { "requests.packages.urllib3.exceptions.InsecurePlatformWarning": [ "BaseException", "Exception", "Warning", "object", "requests.packages.urllib3.exceptions.HTTPWarning", "requests.packages.urllib3.exceptions.SecurityWarning" ] }, { "requests.packages.urllib3.exceptions.InsecureRequestWarning": [ "BaseException", "Exception", "Warning", "object", "requests.packages.urllib3.exceptions.HTTPWarning", "requests.packages.urllib3.exceptions.SecurityWarning" ] }, { "requests.packages.urllib3.exceptions.LocationParseError": [ "BaseException", "Exception", "ValueError", "object", "requests.packages.urllib3.exceptions.HTTPError", "requests.packages.urllib3.exceptions.LocationValueError" ] }, { "requests.packages.urllib3.exceptions.LocationValueError": [ "BaseException", "Exception", "ValueError", "object", "requests.packages.urllib3.exceptions.HTTPError" ] }, { "requests.packages.urllib3.exceptions.MaxRetryError": [ "BaseException", "Exception", "object", "requests.packages.urllib3.exceptions.HTTPError", "requests.packages.urllib3.exceptions.PoolError", "requests.packages.urllib3.exceptions.RequestError" ] }, { "requests.packages.urllib3.exceptions.PoolError": [ "BaseException", "Exception", "object", "requests.packages.urllib3.exceptions.HTTPError" ] }, { "requests.packages.urllib3.exceptions.ProtocolError": [ "BaseException", "Exception", "object", "requests.packages.urllib3.exceptions.HTTPError" ] }, { "requests.packages.urllib3.exceptions.ProxyError": [ "BaseException", "Exception", "object", "requests.packages.urllib3.exceptions.HTTPError" ] }, { "requests.packages.urllib3.exceptions.ReadTimeoutError": [ "BaseException", "Exception", "object", "requests.packages.urllib3.exceptions.HTTPError", "requests.packages.urllib3.exceptions.PoolError", "requests.packages.urllib3.exceptions.RequestError", "requests.packages.urllib3.exceptions.TimeoutError" ] }, { "requests.packages.urllib3.exceptions.RequestError": [ "BaseException", "Exception", "object", "requests.packages.urllib3.exceptions.HTTPError", "requests.packages.urllib3.exceptions.PoolError" ] }, { "requests.packages.urllib3.exceptions.ResponseError": [ "BaseException", "Exception", "object", "requests.packages.urllib3.exceptions.HTTPError" ] }, { "requests.packages.urllib3.exceptions.SSLError": [ "BaseException", "Exception", "object", "requests.packages.urllib3.exceptions.HTTPError" ] }, { "requests.packages.urllib3.exceptions.SecurityWarning": [ "BaseException", "Exception", "Warning", "object", "requests.packages.urllib3.exceptions.HTTPWarning" ] }, { "requests.packages.urllib3.exceptions.SystemTimeWarning": [ "BaseException", "Exception", "Warning", "object", "requests.packages.urllib3.exceptions.HTTPWarning", "requests.packages.urllib3.exceptions.SecurityWarning" ] }, { "requests.packages.urllib3.exceptions.TimeoutError": [ "BaseException", "Exception", "object", "requests.packages.urllib3.exceptions.HTTPError" ] }, { "requests.packages.urllib3.exceptions.TimeoutStateError": [ "BaseException", "Exception", "object", "requests.packages.urllib3.exceptions.HTTPError" ] }, { "requests.packages.urllib3.connectionpool.ConnectionPool": [ "object" ] }, { "requests.packages.urllib3.connectionpool.HTTPConnectionPool": [ "object", "requests.packages.urllib3.connectionpool.ConnectionPool", "requests.packages.urllib3.request.RequestMethods" ] }, { "requests.packages.urllib3.connectionpool.HTTPSConnectionPool": [ "object", "requests.packages.urllib3.connectionpool.ConnectionPool", "requests.packages.urllib3.connectionpool.HTTPConnectionPool", "requests.packages.urllib3.request.RequestMethods" ] }, { "requests.packages.urllib3.connection.DummyConnection": [ "object" ] }, { "requests.packages.urllib3.connection.HTTPConnection": [ "http.client.HTTPConnection", "object" ] }, { "requests.packages.urllib3.connection.HTTPSConnection": [ "http.client.HTTPConnection", "object", "requests.packages.urllib3.connection.HTTPConnection" ] }, { "requests.packages.urllib3.connection.VerifiedHTTPSConnection": [ "http.client.HTTPConnection", "object", "requests.packages.urllib3.connection.HTTPConnection", "requests.packages.urllib3.connection.HTTPSConnection" ] }, { "requests.packages.urllib3._collections.HTTPHeaderDict": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "requests.packages.urllib3._collections.RLock": [ "object" ] }, { "requests.packages.urllib3._collections.RecentlyUsedContainer": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "requests.packages.urllib3.NullHandler": [ "logging.Filterer", "logging.Handler", "object" ] }, { "requests.packages.VendorAlias": [ "object" ] }, { "requests.models.PreparedRequest": [ "object", "requests.models.RequestEncodingMixin", "requests.models.RequestHooksMixin" ] }, { "requests.models.Request": [ "object", "requests.models.RequestHooksMixin" ] }, { "requests.models.RequestEncodingMixin": [ "object" ] }, { "requests.models.RequestHooksMixin": [ "object" ] }, { "requests.models.Response": [ "object" ] }, { "requests.exceptions.ChunkedEncodingError": [ "BaseException", "Exception", "OSError", "object", "requests.exceptions.RequestException" ] }, { "requests.exceptions.ConnectTimeout": [ "BaseException", "Exception", "OSError", "object", "requests.exceptions.ConnectionError", "requests.exceptions.RequestException", "requests.exceptions.Timeout" ] }, { "requests.exceptions.ConnectionError": [ "BaseException", "Exception", "OSError", "object", "requests.exceptions.RequestException" ] }, { "requests.exceptions.ContentDecodingError": [ "BaseException", "Exception", "OSError", "object", "requests.exceptions.RequestException", "requests.packages.urllib3.exceptions.HTTPError" ] }, { "requests.exceptions.FileModeWarning": [ "BaseException", "DeprecationWarning", "Exception", "Warning", "object", "requests.exceptions.RequestsWarning" ] }, { "requests.exceptions.HTTPError": [ "BaseException", "Exception", "OSError", "object", "requests.exceptions.RequestException" ] }, { "requests.exceptions.InvalidHeader": [ "BaseException", "Exception", "OSError", "ValueError", "object", "requests.exceptions.RequestException" ] }, { "requests.exceptions.InvalidProxyURL": [ "BaseException", "Exception", "OSError", "ValueError", "object", "requests.exceptions.InvalidURL", "requests.exceptions.RequestException" ] }, { "requests.exceptions.InvalidSchema": [ "BaseException", "Exception", "OSError", "ValueError", "object", "requests.exceptions.RequestException" ] }, { "requests.exceptions.InvalidURL": [ "BaseException", "Exception", "OSError", "ValueError", "object", "requests.exceptions.RequestException" ] }, { "requests.exceptions.MissingSchema": [ "BaseException", "Exception", "OSError", "ValueError", "object", "requests.exceptions.RequestException" ] }, { "requests.exceptions.ProxyError": [ "BaseException", "Exception", "OSError", "object", "requests.exceptions.ConnectionError", "requests.exceptions.RequestException" ] }, { "requests.exceptions.ReadTimeout": [ "BaseException", "Exception", "OSError", "object", "requests.exceptions.RequestException", "requests.exceptions.Timeout" ] }, { "requests.exceptions.RequestException": [ "BaseException", "Exception", "OSError", "object" ] }, { "requests.exceptions.RequestsDependencyWarning": [ "BaseException", "Exception", "Warning", "object", "requests.exceptions.RequestsWarning" ] }, { "requests.exceptions.RequestsWarning": [ "BaseException", "Exception", "Warning", "object" ] }, { "requests.exceptions.RetryError": [ "BaseException", "Exception", "OSError", "object", "requests.exceptions.RequestException" ] }, { "requests.exceptions.SSLError": [ "BaseException", "Exception", "OSError", "object", "requests.exceptions.ConnectionError", "requests.exceptions.RequestException" ] }, { "requests.exceptions.StreamConsumedError": [ "BaseException", "Exception", "OSError", "TypeError", "object", "requests.exceptions.RequestException" ] }, { "requests.exceptions.Timeout": [ "BaseException", "Exception", "OSError", "object", "requests.exceptions.RequestException" ] }, { "requests.exceptions.TooManyRedirects": [ "BaseException", "Exception", "OSError", "object", "requests.exceptions.RequestException" ] }, { "requests.exceptions.URLRequired": [ "BaseException", "Exception", "OSError", "object", "requests.exceptions.RequestException" ] }, { "requests.exceptions.UnrewindableBodyError": [ "BaseException", "Exception", "OSError", "object", "requests.exceptions.RequestException" ] }, { "requests.cookies.CookieConflictError": [ "BaseException", "Exception", "RuntimeError", "object" ] }, { "requests.cookies.MockRequest": [ "object" ] }, { "requests.cookies.MockResponse": [ "object" ] }, { "requests.cookies.RequestsCookieJar": [ "http.cookiejar.CookieJar", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "requests.auth.AuthBase": [ "object" ] }, { "requests.auth.HTTPBasicAuth": [ "object", "requests.auth.AuthBase" ] }, { "requests.auth.HTTPDigestAuth": [ "object", "requests.auth.AuthBase" ] }, { "requests.auth.HTTPProxyAuth": [ "object", "requests.auth.AuthBase", "requests.auth.HTTPBasicAuth" ] }, { "requests.adapters.BaseAdapter": [ "object" ] }, { "requests.adapters.HTTPAdapter": [ "object", "requests.adapters.BaseAdapter" ] }, { "requests.NullHandler": [ "logging.Filterer", "logging.Handler", "object" ] }, { "reprlib.Repr": [ "object" ] }, { "repoze.lru.tests.CacherMaker": [ "object", "unittest.case.TestCase" ] }, { "repoze.lru.tests.DecoratorTests": [ "object", "unittest.case.TestCase" ] }, { "repoze.lru.tests.DummyLRUCache": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "repoze.lru.tests.ExpiringLRUCacheTests": [ "object", "repoze.lru.tests.LRUCacheTests", "unittest.case.TestCase" ] }, { "repoze.lru.tests.LRUCacheTests": [ "object", "unittest.case.TestCase" ] }, { "repoze.lru.tests.UnboundedCacheTests": [ "object", "unittest.case.TestCase" ] }, { "repoze.lru.Cache": [ "object" ] }, { "repoze.lru.CacheMaker": [ "object" ] }, { "repoze.lru.ExpiringLRUCache": [ "object", "repoze.lru.Cache" ] }, { "repoze.lru.LRUCache": [ "object", "repoze.lru.Cache" ] }, { "repoze.lru.UnboundedCache": [ "object", "repoze.lru.Cache" ] }, { "repoze.lru.lru_cache": [ "object" ] }, { "redis.utils.dummy": [ "object" ] }, { "redis.exceptions.AuthenticationError": [ "BaseException", "Exception", "object", "redis.exceptions.RedisError" ] }, { "redis.exceptions.BusyLoadingError": [ "BaseException", "Exception", "object", "redis.exceptions.ConnectionError", "redis.exceptions.RedisError" ] }, { "redis.exceptions.ConnectionError": [ "BaseException", "Exception", "object", "redis.exceptions.RedisError" ] }, { "redis.exceptions.DataError": [ "BaseException", "Exception", "object", "redis.exceptions.RedisError" ] }, { "redis.exceptions.ExecAbortError": [ "BaseException", "Exception", "object", "redis.exceptions.RedisError", "redis.exceptions.ResponseError" ] }, { "redis.exceptions.InvalidResponse": [ "BaseException", "Exception", "object", "redis.exceptions.RedisError" ] }, { "redis.exceptions.LockError": [ "BaseException", "Exception", "ValueError", "object", "redis.exceptions.RedisError" ] }, { "redis.exceptions.NoScriptError": [ "BaseException", "Exception", "object", "redis.exceptions.RedisError", "redis.exceptions.ResponseError" ] }, { "redis.exceptions.PubSubError": [ "BaseException", "Exception", "object", "redis.exceptions.RedisError" ] }, { "redis.exceptions.ReadOnlyError": [ "BaseException", "Exception", "object", "redis.exceptions.RedisError", "redis.exceptions.ResponseError" ] }, { "redis.exceptions.RedisError": [ "BaseException", "Exception", "object" ] }, { "redis.exceptions.ResponseError": [ "BaseException", "Exception", "object", "redis.exceptions.RedisError" ] }, { "redis.exceptions.TimeoutError": [ "BaseException", "Exception", "object", "redis.exceptions.RedisError" ] }, { "redis.exceptions.WatchError": [ "BaseException", "Exception", "object", "redis.exceptions.RedisError" ] }, { "redis.connection.BaseParser": [ "object" ] }, { "redis.connection.BlockingConnectionPool": [ "object", "redis.connection.ConnectionPool" ] }, { "redis.connection.Connection": [ "object" ] }, { "redis.connection.ConnectionPool": [ "object" ] }, { "redis.connection.Encoder": [ "object" ] }, { "redis.connection.HiredisParser": [ "object", "redis.connection.BaseParser" ] }, { "redis.connection.PythonParser": [ "object", "redis.connection.BaseParser" ] }, { "redis.connection.SSLConnection": [ "object", "redis.connection.Connection" ] }, { "redis.connection.SocketBuffer": [ "object" ] }, { "redis.connection.UnixDomainSocketConnection": [ "object", "redis.connection.Connection" ] }, { "redis.client.Monitor": [ "object" ] }, { "redis.client.Pipeline": [ "object", "redis.client.Redis", "typing.Generic" ] }, { "redis.client.PubSub": [ "object" ] }, { "redis.client.Redis": [ "object", "typing.Generic" ] }, { "redis.client.Script": [ "object" ] }, { "re.RegexFlag": [ "complex", "enum.Enum", "enum.Flag", "enum.IntFlag", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "re.error": [ "BaseException", "Exception", "object" ] }, { "random.Random": [ "_random.Random", "object" ] }, { "random.SystemRandom": [ "_random.Random", "object", "random.Random" ] }, { "queue.Empty": [ "BaseException", "Exception", "object" ] }, { "queue.Full": [ "BaseException", "Exception", "object" ] }, { "queue.LifoQueue": [ "object", "queue.Queue", "typing.Generic" ] }, { "queue.PriorityQueue": [ "object", "queue.Queue", "typing.Generic" ] }, { "queue.Queue": [ "object", "typing.Generic" ] }, { "queue.SimpleQueue": [ "object", "typing.Generic" ] }, { "pywatchman.pybser.Bunser": [ "object" ] }, { "pywatchman.pybser._BunserDict": [ "object" ] }, { "pywatchman.pybser._bser_buffer": [ "object" ] }, { "pywatchman.BSERv1Unsupported": [ "BaseException", "Exception", "object", "pywatchman.WatchmanError" ] }, { "pywatchman.Bser2WithFallbackCodec": [ "object", "pywatchman.BserCodec", "pywatchman.Codec" ] }, { "pywatchman.BserCodec": [ "object", "pywatchman.Codec" ] }, { "pywatchman.CLIProcessTransport": [ "object", "pywatchman.Transport" ] }, { "pywatchman.Codec": [ "object" ] }, { "pywatchman.CommandError": [ "BaseException", "Exception", "object", "pywatchman.WatchmanError" ] }, { "pywatchman.ImmutableBser2Codec": [ "object", "pywatchman.Bser2WithFallbackCodec", "pywatchman.BserCodec", "pywatchman.Codec", "pywatchman.ImmutableBserCodec" ] }, { "pywatchman.ImmutableBserCodec": [ "object", "pywatchman.BserCodec", "pywatchman.Codec" ] }, { "pywatchman.JsonCodec": [ "object", "pywatchman.Codec" ] }, { "pywatchman.OVERLAPPED": [ "ctypes.Structure", "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "pywatchman.SocketConnectError": [ "BaseException", "Exception", "object", "pywatchman.WatchmanError" ] }, { "pywatchman.SocketTimeout": [ "BaseException", "Exception", "object", "pywatchman.WatchmanError" ] }, { "pywatchman.Transport": [ "object" ] }, { "pywatchman.UnixSocketTransport": [ "object", "pywatchman.Transport" ] }, { "pywatchman.WatchmanEnvironmentError": [ "BaseException", "Exception", "object", "pywatchman.WatchmanError" ] }, { "pywatchman.WatchmanError": [ "BaseException", "Exception", "object" ] }, { "pywatchman.WindowsNamedPipeTransport": [ "object", "pywatchman.Transport" ] }, { "pywatchman.client": [ "object" ] }, { "pytz.tzinfo.BaseTzInfo": [ "datetime.tzinfo", "object" ] }, { "pytz.tzinfo.DstTzInfo": [ "datetime.tzinfo", "object", "pytz.tzinfo.BaseTzInfo" ] }, { "pytz.tzinfo.StaticTzInfo": [ "datetime.tzinfo", "object", "pytz.tzinfo.BaseTzInfo" ] }, { "pytz.reference.FixedOffset": [ "datetime.tzinfo", "object" ] }, { "pytz.reference.LocalTimezone": [ "datetime.tzinfo", "object" ] }, { "pytz.reference.USTimeZone": [ "datetime.tzinfo", "object" ] }, { "pytz.lazy.LazyDict": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "pytz.lazy.LazyList": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "pytz.lazy.LazyList.__new__.LazyList": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "pytz.lazy.LazySet": [ "object", "set", "typing.AbstractSet", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSet", "typing.Protocol" ] }, { "pytz.lazy.LazySet.__new__.LazySet": [ "object", "set", "typing.AbstractSet", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSet", "typing.Protocol" ] }, { "pytz.exceptions.AmbiguousTimeError": [ "BaseException", "Exception", "object", "pytz.exceptions.Error", "pytz.exceptions.InvalidTimeError" ] }, { "pytz.exceptions.Error": [ "BaseException", "Exception", "object" ] }, { "pytz.exceptions.InvalidTimeError": [ "BaseException", "Exception", "object", "pytz.exceptions.Error" ] }, { "pytz.exceptions.NonExistentTimeError": [ "BaseException", "Exception", "object", "pytz.exceptions.Error", "pytz.exceptions.InvalidTimeError" ] }, { "pytz.exceptions.UnknownTimeZoneError": [ "BaseException", "Exception", "KeyError", "LookupError", "object", "pytz.exceptions.Error" ] }, { "pytz.AmbiguousTimeError": [ "BaseException", "Exception", "object", "pytz.InvalidTimeError" ] }, { "pytz.BaseTzInfo": [ "datetime.tzinfo", "object" ] }, { "pytz.InvalidTimeError": [ "BaseException", "Exception", "object" ] }, { "pytz.NonExistentTimeError": [ "BaseException", "Exception", "object", "pytz.InvalidTimeError" ] }, { "pytz.UnknownTimeZoneError": [ "BaseException", "Exception", "KeyError", "LookupError", "object" ] }, { "pytz._DstTzInfo": [ "datetime.tzinfo", "object", "pytz.BaseTzInfo" ] }, { "pytz._StaticTzInfo": [ "datetime.tzinfo", "object", "pytz.BaseTzInfo" ] }, { "pytz._UTCclass": [ "datetime.tzinfo", "object", "pytz.BaseTzInfo" ] }, { "pyrsistent.typing.CheckedKeyTypeError": [ "BaseException", "Exception", "TypeError", "object", "pyrsistent.typing.CheckedTypeError" ] }, { "pyrsistent.typing.CheckedPMap": [ "object", "pyrsistent.typing.PMap", "typing.Collection", "typing.Container", "typing.Generic", "typing.Hashable", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "pyrsistent.typing.CheckedPSet": [ "object", "pyrsistent.typing.PSet", "typing.AbstractSet", "typing.Collection", "typing.Container", "typing.Generic", "typing.Hashable", "typing.Iterable", "typing.Protocol" ] }, { "pyrsistent.typing.CheckedPVector": [ "object", "pyrsistent.typing.PVector", "typing.Collection", "typing.Container", "typing.Generic", "typing.Hashable", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "pyrsistent.typing.CheckedType": [ "object" ] }, { "pyrsistent.typing.CheckedTypeError": [ "BaseException", "Exception", "TypeError", "object" ] }, { "pyrsistent.typing.CheckedValueTypeError": [ "BaseException", "Exception", "TypeError", "object", "pyrsistent.typing.CheckedTypeError" ] }, { "pyrsistent.typing.InvariantException": [ "BaseException", "Exception", "object" ] }, { "pyrsistent.typing.PBag": [ "object", "typing.Generic", "typing.Hashable", "typing.Protocol", "typing.Sized" ] }, { "pyrsistent.typing.PClass": [ "object", "typing.Generic", "typing.Hashable", "typing.Protocol" ] }, { "pyrsistent.typing.PClassEvolver": [ "object" ] }, { "pyrsistent.typing.PDeque": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Hashable", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "pyrsistent.typing.PList": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Hashable", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "pyrsistent.typing.PMap": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Hashable", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "pyrsistent.typing.PMapEvolver": [ "object", "typing.Generic" ] }, { "pyrsistent.typing.PSet": [ "object", "typing.AbstractSet", "typing.Collection", "typing.Container", "typing.Generic", "typing.Hashable", "typing.Iterable", "typing.Protocol" ] }, { "pyrsistent.typing.PSetEvolver": [ "object", "typing.Generic", "typing.Protocol", "typing.Sized" ] }, { "pyrsistent.typing.PTypeError": [ "BaseException", "Exception", "TypeError", "object" ] }, { "pyrsistent.typing.PVector": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Hashable", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "pyrsistent.typing.PVectorEvolver": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence", "typing.Sized" ] }, { "pyrsistent._pvector.PVector": [ "object" ] }, { "pyrsistent._pvector.PythonPVector": [ "object" ] }, { "pyrsistent._pvector.PythonPVector.Evolver": [ "object" ] }, { "pyrsistent._pset.PSet": [ "object" ] }, { "pyrsistent._pset.PSet._Evolver": [ "object" ] }, { "pyrsistent._precord.PRecord": [ "object", "pyrsistent._checked_types.CheckedType", "pyrsistent._pmap.PMap" ] }, { "pyrsistent._precord._PRecordEvolver": [ "object", "pyrsistent._pmap.PMap._Evolver" ] }, { "pyrsistent._precord._PRecordMeta": [ "object", "type", "typing.Generic" ] }, { "pyrsistent._pmap.PMap": [ "object" ] }, { "pyrsistent._pmap.PMap._Evolver": [ "object" ] }, { "pyrsistent._plist.PList": [ "object", "pyrsistent._plist._PListBase" ] }, { "pyrsistent._plist._EmptyPList": [ "object", "pyrsistent._plist._PListBase" ] }, { "pyrsistent._plist._PListBase": [ "object" ] }, { "pyrsistent._plist._PListBuilder": [ "object" ] }, { "pyrsistent._pdeque.PDeque": [ "object" ] }, { "pyrsistent._pclass.PClass": [ "object", "pyrsistent._checked_types.CheckedType" ] }, { "pyrsistent._pclass.PClassMeta": [ "object", "type", "typing.Generic" ] }, { "pyrsistent._pclass._PClassEvolver": [ "object" ] }, { "pyrsistent._pbag.PBag": [ "object" ] }, { "pyrsistent._field_common.PTypeError": [ "BaseException", "Exception", "TypeError", "object" ] }, { "pyrsistent._field_common._PField": [ "object" ] }, { "pyrsistent._field_common._make_pmap_field_type.TheMap": [ "object", "pyrsistent._checked_types.CheckedPMap", "pyrsistent._checked_types.CheckedType", "pyrsistent._pmap.PMap" ] }, { "pyrsistent._field_common._make_seq_field_type.TheType": [ "object" ] }, { "pyrsistent._checked_types.CheckedKeyTypeError": [ "BaseException", "Exception", "TypeError", "object", "pyrsistent._checked_types.CheckedTypeError" ] }, { "pyrsistent._checked_types.CheckedPMap": [ "object", "pyrsistent._checked_types.CheckedType", "pyrsistent._pmap.PMap" ] }, { "pyrsistent._checked_types.CheckedPMap.Evolver": [ "object", "pyrsistent._pmap.PMap._Evolver" ] }, { "pyrsistent._checked_types.CheckedPSet": [ "object", "pyrsistent._checked_types.CheckedType", "pyrsistent._pset.PSet" ] }, { "pyrsistent._checked_types.CheckedPSet.Evolver": [ "object", "pyrsistent._pset.PSet._Evolver" ] }, { "pyrsistent._checked_types.CheckedPVector": [ "object", "pyrsistent._checked_types.CheckedType", "pyrsistent._pvector.PythonPVector" ] }, { "pyrsistent._checked_types.CheckedPVector.Evolver": [ "object", "pyrsistent._pvector.PythonPVector.Evolver" ] }, { "pyrsistent._checked_types.CheckedType": [ "object" ] }, { "pyrsistent._checked_types.CheckedTypeError": [ "BaseException", "Exception", "TypeError", "object" ] }, { "pyrsistent._checked_types.CheckedValueTypeError": [ "BaseException", "Exception", "TypeError", "object", "pyrsistent._checked_types.CheckedTypeError" ] }, { "pyrsistent._checked_types.InvariantException": [ "BaseException", "Exception", "object" ] }, { "pyrsistent._checked_types._CheckedMapTypeMeta": [ "object", "type", "typing.Generic" ] }, { "pyrsistent._checked_types._CheckedTypeMeta": [ "abc.ABCMeta", "object", "type", "typing.Generic" ] }, { "pyrsistent.PRecord": [ "object", "pyrsistent.typing.PMap", "typing.Collection", "typing.Container", "typing.Generic", "typing.Hashable", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "pyrfc3339.utils.FixedOffset": [ "datetime.tzinfo", "object" ] }, { "pyre_extensions.type_variable_operators.Concatenate": [ "object" ] }, { "pyre_extensions.type_variable_operators.KeywordArgumentsOf": [ "object" ] }, { "pyre_extensions.type_variable_operators.Map": [ "object", "typing.Generic" ] }, { "pyre_extensions.type_variable_operators.ParameterSpecificationComponentMeta": [ "object", "type", "typing.Generic" ] }, { "pyre_extensions.type_variable_operators.PositionalArgumentsOf": [ "object" ] }, { "pyre_extensions.tests.simple_tests.BasicTestCase": [ "object", "unittest.case.TestCase" ] }, { "pyre_extensions.tests.simple_tests.BasicTestCase.test_generic.Bar": [ "object", "pyre_extensions.generic.Generic" ] }, { "pyre_extensions.tests.simple_tests.BasicTestCase.test_generic.Baz": [ "object", "pyre_extensions.generic.Generic" ] }, { "pyre_extensions.tests.simple_tests.BasicTestCase.test_generic.Foo": [ "object", "pyre_extensions.generic.Generic" ] }, { "pyre_extensions.tests.simple_tests.BasicTestCase.test_generic.Tensor": [ "object", "pyre_extensions.generic.Generic" ] }, { "pyre_extensions.tests.safe_json_test.BasicTestCase": [ "object", "unittest.case.TestCase" ] }, { "pyre_extensions.tests.safe_json_test.ExampleTypedDict": [ "TypedDictionary", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "pyre_extensions.safe_json.InvalidJson": [ "BaseException", "Exception", "ValueError", "json.decoder.JSONDecodeError", "object" ] }, { "pyre_extensions.generic.Generic": [ "object" ] }, { "pyre_extensions.generic.GenericMeta": [ "object", "type", "typing.Generic" ] }, { "pyre_extensions.Add": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "pyre_extensions.generic.Generic", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "pyre_extensions.Divide": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "pyre_extensions.generic.Generic", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "pyre_extensions.Length": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "pyre_extensions.generic.Generic", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "pyre_extensions.Multiply": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "pyre_extensions.generic.Generic", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "pyre_extensions.ParameterSpecification": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "pyre_extensions.Product": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "pyre_extensions.generic.Generic", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "pyre_extensions.TypeVarTuple": [ "object" ] }, { "pyre_extensions.Unpack": [ "object", "pyre_extensions.generic.Generic", "typing.Generic" ] }, { "pyre_check.tools.upgrade.upgrade.ExitCode": [ "complex", "enum.Enum", "enum.IntEnum", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "pyre_check.tools.upgrade.repository.Repository": [ "object" ] }, { "pyre_check.tools.upgrade.filesystem.Filesystem": [ "object" ] }, { "pyre_check.tools.upgrade.filesystem.LocalMode": [ "enum.Enum", "object" ] }, { "pyre_check.tools.upgrade.filesystem.MercurialBackedFilesystem": [ "object", "pyre_check.tools.upgrade.filesystem.Filesystem" ] }, { "pyre_check.tools.upgrade.filesystem.Target": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "pyre_check.tools.upgrade.filesystem.TargetCollector": [ "ast.NodeVisitor", "object" ] }, { "pyre_check.tools.upgrade.errors.Errors": [ "object" ] }, { "pyre_check.tools.upgrade.errors.LineBreakTransformer": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "object" ] }, { "pyre_check.tools.upgrade.errors.PartialErrorSuppression": [ "BaseException", "Exception", "object" ] }, { "pyre_check.tools.upgrade.errors.SkippingGeneratedFileException": [ "BaseException", "Exception", "object" ] }, { "pyre_check.tools.upgrade.errors.SkippingUnparseableFileException": [ "BaseException", "Exception", "object" ] }, { "pyre_check.tools.upgrade.configuration.Configuration": [ "object" ] }, { "pyre_check.tools.upgrade.commands.targets_to_configuration.TargetPyreRemover": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "object" ] }, { "pyre_check.tools.upgrade.commands.targets_to_configuration.TargetsToConfiguration": [ "object", "pyre_check.tools.upgrade.commands.command.Command", "pyre_check.tools.upgrade.commands.command.ErrorSuppressingCommand" ] }, { "pyre_check.tools.upgrade.commands.support_sqlalchemy.SupportSqlalchemy": [ "object", "pyre_check.tools.upgrade.commands.command.Command", "pyre_check.tools.upgrade.commands.command.ErrorSuppressingCommand" ] }, { "pyre_check.tools.upgrade.commands.strict_default.StrictDefault": [ "object", "pyre_check.tools.upgrade.commands.command.Command", "pyre_check.tools.upgrade.commands.command.ErrorSuppressingCommand" ] }, { "pyre_check.tools.upgrade.commands.global_version_update.GlobalVersionUpdate": [ "object", "pyre_check.tools.upgrade.commands.command.Command" ] }, { "pyre_check.tools.upgrade.commands.fixme_targets.FixmeTargets": [ "object", "pyre_check.tools.upgrade.commands.command.Command", "pyre_check.tools.upgrade.commands.command.ErrorSuppressingCommand" ] }, { "pyre_check.tools.upgrade.commands.fixme_single.FixmeSingle": [ "object", "pyre_check.tools.upgrade.commands.command.Command", "pyre_check.tools.upgrade.commands.command.ErrorSuppressingCommand" ] }, { "pyre_check.tools.upgrade.commands.fixme_all.FixmeAll": [ "object", "pyre_check.tools.upgrade.commands.command.Command", "pyre_check.tools.upgrade.commands.command.ErrorSuppressingCommand" ] }, { "pyre_check.tools.upgrade.commands.fixme.Fixme": [ "object", "pyre_check.tools.upgrade.commands.command.Command", "pyre_check.tools.upgrade.commands.command.ErrorSuppressingCommand" ] }, { "pyre_check.tools.upgrade.commands.fix_configuration.FixConfiguration": [ "object", "pyre_check.tools.upgrade.commands.command.Command", "pyre_check.tools.upgrade.commands.command.ErrorSuppressingCommand" ] }, { "pyre_check.tools.upgrade.commands.expand_target_coverage.ExpandTargetCoverage": [ "object", "pyre_check.tools.upgrade.commands.command.Command", "pyre_check.tools.upgrade.commands.command.ErrorSuppressingCommand" ] }, { "pyre_check.tools.upgrade.commands.consolidate_nested_configurations.ConsolidateNestedConfigurations": [ "object", "pyre_check.tools.upgrade.commands.command.Command", "pyre_check.tools.upgrade.commands.command.ErrorSuppressingCommand" ] }, { "pyre_check.tools.upgrade.commands.command.Command": [ "object" ] }, { "pyre_check.tools.upgrade.commands.command.CommandArguments": [ "object" ] }, { "pyre_check.tools.upgrade.commands.command.ErrorSource": [ "enum.Enum", "object" ] }, { "pyre_check.tools.upgrade.commands.command.ErrorSuppressingCommand": [ "object", "pyre_check.tools.upgrade.commands.command.Command" ] }, { "pyre_check.tools.upgrade.commands.codemods.EnableSourceDatabaseBuckBuilder": [ "object", "pyre_check.tools.upgrade.commands.command.Command" ] }, { "pyre_check.tools.upgrade.commands.codemods.MissingGlobalAnnotations": [ "object", "pyre_check.tools.upgrade.commands.command.Command" ] }, { "pyre_check.tools.upgrade.commands.codemods.MissingOverrideReturnAnnotations": [ "object", "pyre_check.tools.upgrade.commands.command.Command" ] }, { "pyre_check.tools.upgrade.ast.UnstableAST": [ "BaseException", "Exception", "object" ] }, { "pyre_check.tools.upgrade.UserError": [ "BaseException", "Exception", "object" ] }, { "pyre_check.client.watchman.Subscriber": [ "object" ] }, { "pyre_check.client.watchman.Subscription": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "pyre_check.client.watchman.WatchmanRestartedException": [ "BaseException", "Exception", "object" ] }, { "pyre_check.client.watchman.WatchmanSubscriberTimedOut": [ "BaseException", "Exception", "object" ] }, { "pyre_check.client.statistics_collectors.AnnotationCountCollector": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "object", "pyre_check.client.statistics_collectors.StatisticsCollector" ] }, { "pyre_check.client.statistics_collectors.CodeQualityIssue": [ "object" ] }, { "pyre_check.client.statistics_collectors.CountCollector": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "object", "pyre_check.client.statistics_collectors.StatisticsCollector" ] }, { "pyre_check.client.statistics_collectors.FixmeCountCollector": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "object", "pyre_check.client.statistics_collectors.CountCollector", "pyre_check.client.statistics_collectors.StatisticsCollector" ] }, { "pyre_check.client.statistics_collectors.FunctionsCollector": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "object" ] }, { "pyre_check.client.statistics_collectors.IgnoreCountCollector": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "object", "pyre_check.client.statistics_collectors.CountCollector", "pyre_check.client.statistics_collectors.StatisticsCollector" ] }, { "pyre_check.client.statistics_collectors.StatisticsCollector": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "object" ] }, { "pyre_check.client.statistics_collectors.StrictCountCollector": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "object", "pyre_check.client.statistics_collectors.StatisticsCollector" ] }, { "pyre_check.client.statistics_collectors.StrictIssueCollector": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "object", "pyre_check.client.statistics_collectors.StatisticsCollector", "pyre_check.client.statistics_collectors.StrictCountCollector" ] }, { "pyre_check.client.statistics.LoggerCategory": [ "enum.Enum", "object" ] }, { "pyre_check.client.source_database_buck_builder.SourceDatabase": [ "TypedDictionary", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "pyre_check.client.socket_connection.SocketConnection": [ "object" ] }, { "pyre_check.client.socket_connection.SocketException": [ "BaseException", "Exception", "object" ] }, { "pyre_check.client.recently_used_configurations.Cache": [ "object", "typing.Generic" ] }, { "pyre_check.client.project_files_monitor.MonitorException": [ "BaseException", "Exception", "object" ] }, { "pyre_check.client.project_files_monitor.ProjectFilesMonitor": [ "object", "pyre_check.client.watchman.Subscriber" ] }, { "pyre_check.client.process.Process": [ "object" ] }, { "pyre_check.client.log.log.Character": [ "object" ] }, { "pyre_check.client.log.log.Color": [ "object" ] }, { "pyre_check.client.log.log.Format": [ "object" ] }, { "pyre_check.client.log.log.SectionFormatter": [ "logging.Formatter", "object" ] }, { "pyre_check.client.log.log.StreamLogger": [ "object" ] }, { "pyre_check.client.log.log.TimedStreamHandler": [ "logging.Filterer", "logging.Handler", "logging.StreamHandler", "object" ] }, { "pyre_check.client.json_rpc.ByNameParameters": [ "object" ] }, { "pyre_check.client.json_rpc.ByPositionParameters": [ "object" ] }, { "pyre_check.client.json_rpc.ErrorResponse": [ "abc.ABC", "object", "pyre_check.client.json_rpc.JSONRPC", "pyre_check.client.json_rpc.Response" ] }, { "pyre_check.client.json_rpc.InternalError": [ "BaseException", "Exception", "object", "pyre_check.client.json_rpc.JSONRPCException" ] }, { "pyre_check.client.json_rpc.InvalidParameterError": [ "BaseException", "Exception", "object", "pyre_check.client.json_rpc.JSONRPCException" ] }, { "pyre_check.client.json_rpc.InvalidRequestError": [ "BaseException", "Exception", "object", "pyre_check.client.json_rpc.JSONRPCException" ] }, { "pyre_check.client.json_rpc.JSONRPC": [ "abc.ABC", "object" ] }, { "pyre_check.client.json_rpc.JSONRPCException": [ "BaseException", "Exception", "object" ] }, { "pyre_check.client.json_rpc.LanguageServerMessageType": [ "enum.Enum", "object" ] }, { "pyre_check.client.json_rpc.MethodNotFoundError": [ "BaseException", "Exception", "object", "pyre_check.client.json_rpc.JSONRPCException" ] }, { "pyre_check.client.json_rpc.ParseError": [ "BaseException", "Exception", "object", "pyre_check.client.json_rpc.JSONRPCException" ] }, { "pyre_check.client.json_rpc.Request": [ "abc.ABC", "object", "pyre_check.client.json_rpc.JSONRPC" ] }, { "pyre_check.client.json_rpc.Response": [ "abc.ABC", "object", "pyre_check.client.json_rpc.JSONRPC" ] }, { "pyre_check.client.json_rpc.SuccessResponse": [ "abc.ABC", "object", "pyre_check.client.json_rpc.JSONRPC", "pyre_check.client.json_rpc.Response" ] }, { "pyre_check.client.find_directories.FoundRoot": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "pyre_check.client.exceptions.EnvironmentException": [ "BaseException", "Exception", "object" ] }, { "pyre_check.client.error.Error": [ "object" ] }, { "pyre_check.client.error.ErrorParsingFailure": [ "BaseException", "Exception", "object" ] }, { "pyre_check.client.error.LegacyError": [ "object" ] }, { "pyre_check.client.error.ModelVerificationError": [ "object" ] }, { "pyre_check.client.configuration_monitor.ConfigurationMonitor": [ "object", "pyre_check.client.watchman.Subscriber" ] }, { "pyre_check.client.configuration.Configuration": [ "object" ] }, { "pyre_check.client.configuration.ExtensionElement": [ "object" ] }, { "pyre_check.client.configuration.InvalidConfiguration": [ "BaseException", "Exception", "object" ] }, { "pyre_check.client.configuration.InvalidPythonVersion": [ "BaseException", "Exception", "object", "pyre_check.client.configuration.InvalidConfiguration" ] }, { "pyre_check.client.configuration.PartialConfiguration": [ "object" ] }, { "pyre_check.client.configuration.PythonVersion": [ "object" ] }, { "pyre_check.client.configuration.SearchPathElement": [ "abc.ABC", "object" ] }, { "pyre_check.client.configuration.SimpleSearchPathElement": [ "abc.ABC", "object", "pyre_check.client.configuration.SearchPathElement" ] }, { "pyre_check.client.configuration.SitePackageSearchPathElement": [ "abc.ABC", "object", "pyre_check.client.configuration.SearchPathElement" ] }, { "pyre_check.client.configuration.SubdirectorySearchPathElement": [ "abc.ABC", "object", "pyre_check.client.configuration.SearchPathElement" ] }, { "pyre_check.client.commands.validate_models.ValidateModels": [ "abc.ABC", "object", "pyre_check.client.commands.command.Command", "pyre_check.client.commands.command.CommandParser", "pyre_check.client.commands.query.Query" ] }, { "pyre_check.client.commands.v2.start.Arguments": [ "object" ] }, { "pyre_check.client.commands.v2.start.BuckSourcePath": [ "object" ] }, { "pyre_check.client.commands.v2.start.CriticalFile": [ "object" ] }, { "pyre_check.client.commands.v2.start.LoadSavedStateFromFile": [ "object" ] }, { "pyre_check.client.commands.v2.start.LoadSavedStateFromProject": [ "object" ] }, { "pyre_check.client.commands.v2.start.MatchPolicy": [ "enum.Enum", "object" ] }, { "pyre_check.client.commands.v2.start.RemoteLogging": [ "object" ] }, { "pyre_check.client.commands.v2.start.SimpleSourcePath": [ "object" ] }, { "pyre_check.client.commands.v2.start.StoreSavedStateToFile": [ "object" ] }, { "pyre_check.client.commands.v2.servers.AllServerStatus": [ "object" ] }, { "pyre_check.client.commands.v2.servers.DefunctServerStatus": [ "object" ] }, { "pyre_check.client.commands.v2.servers.InvalidServerResponse": [ "BaseException", "Exception", "object" ] }, { "pyre_check.client.commands.v2.servers.RunningServerStatus": [ "object" ] }, { "pyre_check.client.commands.v2.servers._ServerConfigurationJSONSchema": [ "TypedDictionary", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "pyre_check.client.commands.v2.servers._ServerInfoJSONSchema": [ "TypedDictionary", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "pyre_check.client.commands.v2.server_event.EventParsingException": [ "BaseException", "Exception", "object" ] }, { "pyre_check.client.commands.v2.server_event.ServerException": [ "object" ] }, { "pyre_check.client.commands.v2.server_event.ServerInitialized": [ "object" ] }, { "pyre_check.client.commands.v2.server_event.SocketCreated": [ "object" ] }, { "pyre_check.client.commands.v2.server_event.Waiter": [ "object" ] }, { "pyre_check.client.commands.v2.server_connection.ConnectionFailure": [ "BaseException", "Exception", "object" ] }, { "pyre_check.client.commands.v2.remote_logging.ExitCodeWithAdditionalLogging": [ "object" ] }, { "pyre_check.client.commands.v2.remote_logging._DecoratorWithDynamicLogging": [ "object", "typing.Generic", "typing.Protocol" ] }, { "pyre_check.client.commands.v2.remote_logging._DecoratorWithoutDynamicLogging": [ "object", "typing.Generic", "typing.Protocol" ] }, { "pyre_check.client.commands.v2.rage.Section": [ "object" ] }, { "pyre_check.client.commands.v2.query.InvalidQueryResponse": [ "BaseException", "Exception", "object" ] }, { "pyre_check.client.commands.v2.query.Response": [ "object" ] }, { "pyre_check.client.commands.v2.pysa_server.PysaServer": [ "object" ] }, { "pyre_check.client.commands.v2.pysa_server.PysaServerHandler": [ "abc.ABC", "object", "pyre_check.client.commands.v2.async_server_connection.BackgroundTask" ] }, { "pyre_check.client.commands.v2.persistent.InitializationExit": [ "object" ] }, { "pyre_check.client.commands.v2.persistent.InitializationFailure": [ "object" ] }, { "pyre_check.client.commands.v2.persistent.InitializationSuccess": [ "object" ] }, { "pyre_check.client.commands.v2.persistent.LSPEvent": [ "enum.Enum", "object" ] }, { "pyre_check.client.commands.v2.persistent.PyreServer": [ "object" ] }, { "pyre_check.client.commands.v2.persistent.PyreServerHandler": [ "abc.ABC", "object", "pyre_check.client.commands.v2.async_server_connection.BackgroundTask" ] }, { "pyre_check.client.commands.v2.persistent.ServerState": [ "object" ] }, { "pyre_check.client.commands.v2.persistent.StartFailure": [ "object" ] }, { "pyre_check.client.commands.v2.persistent.StartSuccess": [ "object" ] }, { "pyre_check.client.commands.v2.persistent.SubscriptionResponse": [ "object" ] }, { "pyre_check.client.commands.v2.language_server_protocol.ClientCapabilities": [ "object" ] }, { "pyre_check.client.commands.v2.language_server_protocol.Diagnostic": [ "object" ] }, { "pyre_check.client.commands.v2.language_server_protocol.DiagnosticSeverity": [ "complex", "enum.Enum", "enum.IntEnum", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "pyre_check.client.commands.v2.language_server_protocol.SerializationSafeIntEnum", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "pyre_check.client.commands.v2.language_server_protocol.DiagnosticTag": [ "complex", "enum.Enum", "enum.IntEnum", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "pyre_check.client.commands.v2.language_server_protocol.SerializationSafeIntEnum", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "pyre_check.client.commands.v2.language_server_protocol.DidCloseTextDocumentParameters": [ "object" ] }, { "pyre_check.client.commands.v2.language_server_protocol.DidOpenTextDocumentParameters": [ "object" ] }, { "pyre_check.client.commands.v2.language_server_protocol.DidSaveTextDocumentParameters": [ "object" ] }, { "pyre_check.client.commands.v2.language_server_protocol.DocumentUri": [ "object" ] }, { "pyre_check.client.commands.v2.language_server_protocol.Info": [ "object" ] }, { "pyre_check.client.commands.v2.language_server_protocol.InitializationOptions": [ "object" ] }, { "pyre_check.client.commands.v2.language_server_protocol.InitializeParameters": [ "object" ] }, { "pyre_check.client.commands.v2.language_server_protocol.InitializeResult": [ "object" ] }, { "pyre_check.client.commands.v2.language_server_protocol.MessageType": [ "complex", "enum.Enum", "enum.IntEnum", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "pyre_check.client.commands.v2.language_server_protocol.SerializationSafeIntEnum", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "pyre_check.client.commands.v2.language_server_protocol.Position": [ "object" ] }, { "pyre_check.client.commands.v2.language_server_protocol.PublishDiagnosticsClientCapabilities": [ "object" ] }, { "pyre_check.client.commands.v2.language_server_protocol.PublishDiagnosticsClientTagSupport": [ "object" ] }, { "pyre_check.client.commands.v2.language_server_protocol.Range": [ "object" ] }, { "pyre_check.client.commands.v2.language_server_protocol.RequestCancelledError": [ "BaseException", "Exception", "object", "pyre_check.client.json_rpc.JSONRPCException" ] }, { "pyre_check.client.commands.v2.language_server_protocol.SaveOptions": [ "object" ] }, { "pyre_check.client.commands.v2.language_server_protocol.SerializationSafeIntEnum": [ "complex", "enum.Enum", "enum.IntEnum", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "pyre_check.client.commands.v2.language_server_protocol.ServerCapabilities": [ "object" ] }, { "pyre_check.client.commands.v2.language_server_protocol.ServerNotInitializedError": [ "BaseException", "Exception", "object", "pyre_check.client.json_rpc.JSONRPCException" ] }, { "pyre_check.client.commands.v2.language_server_protocol.TextDocumentClientCapabilities": [ "object" ] }, { "pyre_check.client.commands.v2.language_server_protocol.TextDocumentIdentifier": [ "object" ] }, { "pyre_check.client.commands.v2.language_server_protocol.TextDocumentItem": [ "object" ] }, { "pyre_check.client.commands.v2.language_server_protocol.TextDocumentSyncClientCapabilities": [ "object" ] }, { "pyre_check.client.commands.v2.language_server_protocol.TextDocumentSyncKind": [ "complex", "enum.Enum", "enum.IntEnum", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "pyre_check.client.commands.v2.language_server_protocol.SerializationSafeIntEnum", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "pyre_check.client.commands.v2.language_server_protocol.TextDocumentSyncOptions": [ "object" ] }, { "pyre_check.client.commands.v2.language_server_protocol.WorkspaceConfiguration": [ "object" ] }, { "pyre_check.client.commands.v2.language_server_protocol.WorkspaceDidChangeConfigurationParameters": [ "object" ] }, { "pyre_check.client.commands.v2.incremental.InvalidServerResponse": [ "BaseException", "Exception", "object" ] }, { "pyre_check.client.commands.v2.async_server_connection.BackgroundTask": [ "abc.ABC", "object" ] }, { "pyre_check.client.commands.v2.async_server_connection.BackgroundTaskManager": [ "object" ] }, { "pyre_check.client.commands.v2.async_server_connection.BytesReader": [ "abc.ABC", "object" ] }, { "pyre_check.client.commands.v2.async_server_connection.BytesWriter": [ "abc.ABC", "object" ] }, { "pyre_check.client.commands.v2.async_server_connection.ConnectionFailure": [ "BaseException", "Exception", "object" ] }, { "pyre_check.client.commands.v2.async_server_connection.MemoryBytesReader": [ "abc.ABC", "object", "pyre_check.client.commands.v2.async_server_connection.BytesReader" ] }, { "pyre_check.client.commands.v2.async_server_connection.MemoryBytesWriter": [ "abc.ABC", "object", "pyre_check.client.commands.v2.async_server_connection.BytesWriter" ] }, { "pyre_check.client.commands.v2.async_server_connection.StreamBytesReader": [ "abc.ABC", "object", "pyre_check.client.commands.v2.async_server_connection.BytesReader" ] }, { "pyre_check.client.commands.v2.async_server_connection.StreamBytesWriter": [ "abc.ABC", "object", "pyre_check.client.commands.v2.async_server_connection.BytesWriter" ] }, { "pyre_check.client.commands.v2.async_server_connection.TextReader": [ "object" ] }, { "pyre_check.client.commands.v2.async_server_connection.TextWriter": [ "object" ] }, { "pyre_check.client.commands.stop.Stop": [ "abc.ABC", "object", "pyre_check.client.commands.command.Command", "pyre_check.client.commands.command.CommandParser" ] }, { "pyre_check.client.commands.statistics.Statistics": [ "abc.ABC", "object", "pyre_check.client.commands.command.Command", "pyre_check.client.commands.command.CommandParser" ] }, { "pyre_check.client.commands.start.Start": [ "abc.ABC", "object", "pyre_check.client.commands.command.Command", "pyre_check.client.commands.command.CommandParser", "pyre_check.client.commands.reporting.Reporting" ] }, { "pyre_check.client.commands.servers.ServerDetails": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "pyre_check.client.commands.servers.Servers": [ "abc.ABC", "object", "pyre_check.client.commands.command.Command", "pyre_check.client.commands.command.CommandParser" ] }, { "pyre_check.client.commands.restart.Restart": [ "abc.ABC", "object", "pyre_check.client.commands.command.Command", "pyre_check.client.commands.command.CommandParser" ] }, { "pyre_check.client.commands.reporting.Reporting": [ "abc.ABC", "object", "pyre_check.client.commands.command.Command", "pyre_check.client.commands.command.CommandParser" ] }, { "pyre_check.client.commands.rage.Rage": [ "abc.ABC", "object", "pyre_check.client.commands.command.Command", "pyre_check.client.commands.command.CommandParser" ] }, { "pyre_check.client.commands.query.Query": [ "abc.ABC", "object", "pyre_check.client.commands.command.Command", "pyre_check.client.commands.command.CommandParser" ] }, { "pyre_check.client.commands.profile.CounterEvent": [ "object", "pyre_check.client.commands.profile.Event" ] }, { "pyre_check.client.commands.profile.DurationEvent": [ "object", "pyre_check.client.commands.profile.Event" ] }, { "pyre_check.client.commands.profile.Event": [ "object" ] }, { "pyre_check.client.commands.profile.EventMetadata": [ "object" ] }, { "pyre_check.client.commands.profile.Profile": [ "abc.ABC", "object", "pyre_check.client.commands.command.Command", "pyre_check.client.commands.command.CommandParser" ] }, { "pyre_check.client.commands.profile.StatisticsOverTime": [ "object" ] }, { "pyre_check.client.commands.profile.TableStatistics": [ "object" ] }, { "pyre_check.client.commands.persistent.Persistent": [ "abc.ABC", "object", "pyre_check.client.commands.command.Command", "pyre_check.client.commands.command.CommandParser" ] }, { "pyre_check.client.commands.kill.Kill": [ "abc.ABC", "object", "pyre_check.client.commands.command.Command", "pyre_check.client.commands.command.CommandParser" ] }, { "pyre_check.client.commands.initialize.InitializationException": [ "BaseException", "Exception", "object" ] }, { "pyre_check.client.commands.initialize.Initialize": [ "abc.ABC", "object", "pyre_check.client.commands.command.CommandParser" ] }, { "pyre_check.client.commands.infer.AnnotatePathArguments": [ "object" ] }, { "pyre_check.client.commands.infer.AnnotationFixer": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "object" ] }, { "pyre_check.client.commands.infer.FieldStub": [ "object" ] }, { "pyre_check.client.commands.infer.FunctionStub": [ "object" ] }, { "pyre_check.client.commands.infer.Infer": [ "abc.ABC", "object", "pyre_check.client.commands.command.Command", "pyre_check.client.commands.command.CommandParser", "pyre_check.client.commands.reporting.Reporting" ] }, { "pyre_check.client.commands.infer.Stub": [ "object" ] }, { "pyre_check.client.commands.infer.StubFile": [ "object" ] }, { "pyre_check.client.commands.incremental.ClientInitializationError": [ "BaseException", "Exception", "object" ] }, { "pyre_check.client.commands.incremental.Incremental": [ "abc.ABC", "object", "pyre_check.client.commands.command.Command", "pyre_check.client.commands.command.CommandParser", "pyre_check.client.commands.reporting.Reporting" ] }, { "pyre_check.client.commands.deobfuscate.Deobfuscate": [ "abc.ABC", "object", "pyre_check.client.commands.check.Check", "pyre_check.client.commands.command.Command", "pyre_check.client.commands.command.CommandParser", "pyre_check.client.commands.reporting.Reporting" ] }, { "pyre_check.client.commands.command.ClientException": [ "BaseException", "Exception", "object" ] }, { "pyre_check.client.commands.command.Command": [ "abc.ABC", "object", "pyre_check.client.commands.command.CommandParser" ] }, { "pyre_check.client.commands.command.CommandParser": [ "abc.ABC", "object" ] }, { "pyre_check.client.commands.command.ExitCode": [ "complex", "enum.Enum", "enum.IntEnum", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "pyre_check.client.commands.command.IncrementalStyle": [ "enum.Enum", "object" ] }, { "pyre_check.client.commands.command.ProfileOutput": [ "enum.Enum", "object" ] }, { "pyre_check.client.commands.command.Result": [ "object" ] }, { "pyre_check.client.commands.command.State": [ "complex", "enum.Enum", "enum.IntEnum", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "pyre_check.client.commands.check.Check": [ "abc.ABC", "object", "pyre_check.client.commands.command.Command", "pyre_check.client.commands.command.CommandParser", "pyre_check.client.commands.reporting.Reporting" ] }, { "pyre_check.client.commands.analyze.Analyze": [ "abc.ABC", "object", "pyre_check.client.commands.check.Check", "pyre_check.client.commands.command.Command", "pyre_check.client.commands.command.CommandParser", "pyre_check.client.commands.reporting.Reporting" ] }, { "pyre_check.client.commands.analyze.MissingFlowsKind": [ "enum.Enum", "object", "str", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "pyre_check.client.command_arguments.CommandArguments": [ "object" ] }, { "pyre_check.client.command_arguments.IncrementalArguments": [ "object" ] }, { "pyre_check.client.command_arguments.RageArguments": [ "object" ] }, { "pyre_check.client.command_arguments.StartArguments": [ "object" ] }, { "pyre_check.client.buck.BuckBuildOutput": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "pyre_check.client.buck.BuckBuilder": [ "object" ] }, { "pyre_check.client.buck.BuckException": [ "BaseException", "Exception", "object" ] }, { "pyre_check.client.buck.BuckOut": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "pyre_check.client.buck.BuckUserError": [ "BaseException", "Exception", "object", "pyre_check.client.buck.BuckException" ] }, { "pyre_check.client.buck.FastBuckBuilder": [ "object", "pyre_check.client.buck.BuckBuilder" ] }, { "pyre_check.client.buck.SimpleBuckBuilder": [ "object", "pyre_check.client.buck.BuckBuilder" ] }, { "pyre_check.client.buck.SourceDatabaseBuckBuilder": [ "object", "pyre_check.client.buck.BuckBuilder" ] }, { "pyre_check.client.annotation_collector.AnnotationCollector": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "object" ] }, { "pyre_check.client.analysis_directory.AnalysisDirectory": [ "object" ] }, { "pyre_check.client.analysis_directory.BuckEvent": [ "enum.Enum", "object" ] }, { "pyre_check.client.analysis_directory.NotWithinLocalConfigurationException": [ "BaseException", "Exception", "object" ] }, { "pyre_check.client.analysis_directory.SharedAnalysisDirectory": [ "object", "pyre_check.client.analysis_directory.AnalysisDirectory" ] }, { "pyre_check.client.analysis_directory.UpdatedPaths": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "pyparsing.And": [ "object", "pyparsing.ParseExpression", "pyparsing.ParserElement" ] }, { "pyparsing.And._ErrorStop": [ "object", "pyparsing.Empty", "pyparsing.ParserElement", "pyparsing.Token" ] }, { "pyparsing.CaselessKeyword": [ "object", "pyparsing.Keyword", "pyparsing.ParserElement", "pyparsing.Token" ] }, { "pyparsing.CaselessLiteral": [ "object", "pyparsing.Literal", "pyparsing.ParserElement", "pyparsing.Token" ] }, { "pyparsing.Char": [ "object", "pyparsing.ParserElement", "pyparsing.Token", "pyparsing.Word", "pyparsing._WordRegex" ] }, { "pyparsing.CharsNotIn": [ "object", "pyparsing.ParserElement", "pyparsing.Token" ] }, { "pyparsing.CloseMatch": [ "object", "pyparsing.ParserElement", "pyparsing.Token" ] }, { "pyparsing.Combine": [ "object", "pyparsing.ParseElementEnhance", "pyparsing.ParserElement", "pyparsing.TokenConverter" ] }, { "pyparsing.Dict": [ "object", "pyparsing.ParseElementEnhance", "pyparsing.ParserElement", "pyparsing.TokenConverter" ] }, { "pyparsing.Each": [ "object", "pyparsing.ParseExpression", "pyparsing.ParserElement" ] }, { "pyparsing.Empty": [ "object", "pyparsing.ParserElement", "pyparsing.Token" ] }, { "pyparsing.FollowedBy": [ "object", "pyparsing.ParseElementEnhance", "pyparsing.ParserElement" ] }, { "pyparsing.Forward": [ "object", "pyparsing.ParseElementEnhance", "pyparsing.ParserElement" ] }, { "pyparsing.GoToColumn": [ "object", "pyparsing.ParserElement", "pyparsing.Token", "pyparsing._PositionToken" ] }, { "pyparsing.Group": [ "object", "pyparsing.ParseElementEnhance", "pyparsing.ParserElement", "pyparsing.TokenConverter" ] }, { "pyparsing.Keyword": [ "object", "pyparsing.ParserElement", "pyparsing.Token" ] }, { "pyparsing.LineEnd": [ "object", "pyparsing.ParserElement", "pyparsing.Token", "pyparsing._PositionToken" ] }, { "pyparsing.LineStart": [ "object", "pyparsing.ParserElement", "pyparsing.Token", "pyparsing._PositionToken" ] }, { "pyparsing.Literal": [ "object", "pyparsing.ParserElement", "pyparsing.Token" ] }, { "pyparsing.MatchFirst": [ "object", "pyparsing.ParseExpression", "pyparsing.ParserElement" ] }, { "pyparsing.NoMatch": [ "object", "pyparsing.ParserElement", "pyparsing.Token" ] }, { "pyparsing.NotAny": [ "object", "pyparsing.ParseElementEnhance", "pyparsing.ParserElement" ] }, { "pyparsing.OneOrMore": [ "object", "pyparsing.ParseElementEnhance", "pyparsing.ParserElement", "pyparsing._MultipleMatch" ] }, { "pyparsing.OnlyOnce": [ "object" ] }, { "pyparsing.Optional": [ "object", "pyparsing.ParseElementEnhance", "pyparsing.ParserElement" ] }, { "pyparsing.Or": [ "object", "pyparsing.ParseExpression", "pyparsing.ParserElement" ] }, { "pyparsing.ParseBaseException": [ "BaseException", "Exception", "object" ] }, { "pyparsing.ParseElementEnhance": [ "object", "pyparsing.ParserElement" ] }, { "pyparsing.ParseException": [ "BaseException", "Exception", "object", "pyparsing.ParseBaseException" ] }, { "pyparsing.ParseExpression": [ "object", "pyparsing.ParserElement" ] }, { "pyparsing.ParseFatalException": [ "BaseException", "Exception", "object", "pyparsing.ParseBaseException" ] }, { "pyparsing.ParseResults": [ "object" ] }, { "pyparsing.ParseSyntaxException": [ "BaseException", "Exception", "object", "pyparsing.ParseBaseException", "pyparsing.ParseFatalException" ] }, { "pyparsing.ParserElement": [ "object" ] }, { "pyparsing.ParserElement._FifoCache": [ "object" ] }, { "pyparsing.ParserElement._UnboundedCache": [ "object" ] }, { "pyparsing.PrecededBy": [ "object", "pyparsing.ParseElementEnhance", "pyparsing.ParserElement" ] }, { "pyparsing.QuotedString": [ "object", "pyparsing.ParserElement", "pyparsing.Token" ] }, { "pyparsing.RecursiveGrammarException": [ "BaseException", "Exception", "object" ] }, { "pyparsing.Regex": [ "object", "pyparsing.ParserElement", "pyparsing.Token" ] }, { "pyparsing.SimpleNamespace": [ "object" ] }, { "pyparsing.SkipTo": [ "object", "pyparsing.ParseElementEnhance", "pyparsing.ParserElement" ] }, { "pyparsing.StringEnd": [ "object", "pyparsing.ParserElement", "pyparsing.Token", "pyparsing._PositionToken" ] }, { "pyparsing.StringStart": [ "object", "pyparsing.ParserElement", "pyparsing.Token", "pyparsing._PositionToken" ] }, { "pyparsing.Suppress": [ "object", "pyparsing.ParseElementEnhance", "pyparsing.ParserElement", "pyparsing.TokenConverter" ] }, { "pyparsing.Token": [ "object", "pyparsing.ParserElement" ] }, { "pyparsing.TokenConverter": [ "object", "pyparsing.ParseElementEnhance", "pyparsing.ParserElement" ] }, { "pyparsing.White": [ "object", "pyparsing.ParserElement", "pyparsing.Token" ] }, { "pyparsing.Word": [ "object", "pyparsing.ParserElement", "pyparsing.Token" ] }, { "pyparsing.WordEnd": [ "object", "pyparsing.ParserElement", "pyparsing.Token", "pyparsing._PositionToken" ] }, { "pyparsing.WordStart": [ "object", "pyparsing.ParserElement", "pyparsing.Token", "pyparsing._PositionToken" ] }, { "pyparsing.ZeroOrMore": [ "object", "pyparsing.ParseElementEnhance", "pyparsing.ParserElement", "pyparsing._MultipleMatch" ] }, { "pyparsing._MultipleMatch": [ "object", "pyparsing.ParseElementEnhance", "pyparsing.ParserElement" ] }, { "pyparsing._NullToken": [ "object" ] }, { "pyparsing._ParseResultsWithOffset": [ "object" ] }, { "pyparsing._PendingSkip": [ "object", "pyparsing.ParserElement" ] }, { "pyparsing._PositionToken": [ "object", "pyparsing.ParserElement", "pyparsing.Token" ] }, { "pyparsing._SingleCharLiteral": [ "object", "pyparsing.Literal", "pyparsing.ParserElement", "pyparsing.Token" ] }, { "pyparsing._WordRegex": [ "object", "pyparsing.ParserElement", "pyparsing.Token", "pyparsing.Word" ] }, { "pyparsing._lazyclassproperty": [ "object" ] }, { "pyparsing.infixNotation._FB": [ "object", "pyparsing.FollowedBy", "pyparsing.ParseElementEnhance", "pyparsing.ParserElement" ] }, { "pyparsing.pyparsing_common": [ "object" ] }, { "pyparsing.pyparsing_test": [ "object" ] }, { "pyparsing.pyparsing_test.TestParseResultsAsserts": [ "object" ] }, { "pyparsing.pyparsing_test.reset_pyparsing_context": [ "object" ] }, { "pyparsing.pyparsing_unicode": [ "object", "pyparsing.unicode_set" ] }, { "pyparsing.pyparsing_unicode.Arabic": [ "object", "pyparsing.unicode_set" ] }, { "pyparsing.pyparsing_unicode.CJK": [ "object", "pyparsing.pyparsing_unicode.Chinese", "pyparsing.pyparsing_unicode.Japanese", "pyparsing.pyparsing_unicode.Korean", "pyparsing.unicode_set" ] }, { "pyparsing.pyparsing_unicode.Chinese": [ "object", "pyparsing.unicode_set" ] }, { "pyparsing.pyparsing_unicode.Cyrillic": [ "object", "pyparsing.unicode_set" ] }, { "pyparsing.pyparsing_unicode.Devanagari": [ "object", "pyparsing.unicode_set" ] }, { "pyparsing.pyparsing_unicode.Greek": [ "object", "pyparsing.unicode_set" ] }, { "pyparsing.pyparsing_unicode.Hebrew": [ "object", "pyparsing.unicode_set" ] }, { "pyparsing.pyparsing_unicode.Japanese": [ "object", "pyparsing.unicode_set" ] }, { "pyparsing.pyparsing_unicode.Japanese.Hiragana": [ "object", "pyparsing.unicode_set" ] }, { "pyparsing.pyparsing_unicode.Japanese.Kanji": [ "object", "pyparsing.unicode_set" ] }, { "pyparsing.pyparsing_unicode.Japanese.Katakana": [ "object", "pyparsing.unicode_set" ] }, { "pyparsing.pyparsing_unicode.Korean": [ "object", "pyparsing.unicode_set" ] }, { "pyparsing.pyparsing_unicode.Latin1": [ "object", "pyparsing.unicode_set" ] }, { "pyparsing.pyparsing_unicode.LatinA": [ "object", "pyparsing.unicode_set" ] }, { "pyparsing.pyparsing_unicode.LatinB": [ "object", "pyparsing.unicode_set" ] }, { "pyparsing.pyparsing_unicode.Thai": [ "object", "pyparsing.unicode_set" ] }, { "pyparsing.unicode_set": [ "object" ] }, { "pymysql.err.DataError": [ "BaseException", "Exception", "object", "pymysql.err.DatabaseError", "pymysql.err.Error", "pymysql.err.MySQLError" ] }, { "pymysql.err.DatabaseError": [ "BaseException", "Exception", "object", "pymysql.err.Error", "pymysql.err.MySQLError" ] }, { "pymysql.err.Error": [ "BaseException", "Exception", "object", "pymysql.err.MySQLError" ] }, { "pymysql.err.IntegrityError": [ "BaseException", "Exception", "object", "pymysql.err.DatabaseError", "pymysql.err.Error", "pymysql.err.MySQLError" ] }, { "pymysql.err.InterfaceError": [ "BaseException", "Exception", "object", "pymysql.err.Error", "pymysql.err.MySQLError" ] }, { "pymysql.err.InternalError": [ "BaseException", "Exception", "object", "pymysql.err.DatabaseError", "pymysql.err.Error", "pymysql.err.MySQLError" ] }, { "pymysql.err.MySQLError": [ "BaseException", "Exception", "object" ] }, { "pymysql.err.NotSupportedError": [ "BaseException", "Exception", "object", "pymysql.err.DatabaseError", "pymysql.err.Error", "pymysql.err.MySQLError" ] }, { "pymysql.err.OperationalError": [ "BaseException", "Exception", "object", "pymysql.err.DatabaseError", "pymysql.err.Error", "pymysql.err.MySQLError" ] }, { "pymysql.err.ProgrammingError": [ "BaseException", "Exception", "object", "pymysql.err.DatabaseError", "pymysql.err.Error", "pymysql.err.MySQLError" ] }, { "pymysql.err.Warning": [ "BaseException", "Exception", "object", "pymysql.err.MySQLError" ] }, { "pymysql.cursors.Cursor": [ "object" ] }, { "pymysql.cursors.DictCursor": [ "object", "pymysql.cursors.Cursor" ] }, { "pymysql.cursors.DictCursorMixin": [ "object" ] }, { "pymysql.cursors.SSCursor": [ "object", "pymysql.cursors.Cursor" ] }, { "pymysql.cursors.SSDictCursor": [ "object", "pymysql.cursors.Cursor", "pymysql.cursors.DictCursorMixin", "pymysql.cursors.SSCursor" ] }, { "pymysql.connections.Connection": [ "object" ] }, { "pymysql.connections.FieldDescriptorPacket": [ "object", "pymysql.connections.MysqlPacket" ] }, { "pymysql.connections.LoadLocalFile": [ "object" ] }, { "pymysql.connections.MySQLResult": [ "object" ] }, { "pymysql.connections.MysqlPacket": [ "object" ] }, { "pymysql.charset.Charset": [ "object" ] }, { "pymysql.charset.Charsets": [ "object" ] }, { "pymysql.DBAPISet": [ "frozenset", "object", "typing.AbstractSet", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "pymssql.Connection": [ "object" ] }, { "pymssql.Cursor": [ "object" ] }, { "pyinotify.AsyncNotifier": [ "asyncore.dispatcher", "asyncore.file_dispatcher", "object", "pyinotify.Notifier" ] }, { "pyinotify.AsyncioNotifier": [ "object", "pyinotify.Notifier" ] }, { "pyinotify.ChainIfTrue": [ "object", "pyinotify.ProcessEvent", "pyinotify._ProcessEvent" ] }, { "pyinotify.ColoredOutputFormat": [ "object", "pyinotify.RawOutputFormat" ] }, { "pyinotify.Event": [ "object", "pyinotify._Event" ] }, { "pyinotify.EventsCodes": [ "object" ] }, { "pyinotify.ExcludeFilter": [ "object" ] }, { "pyinotify.INotifyWrapper": [ "object" ] }, { "pyinotify.InotifyBindingNotFoundError": [ "BaseException", "Exception", "object", "pyinotify.PyinotifyError" ] }, { "pyinotify.Notifier": [ "object" ] }, { "pyinotify.NotifierError": [ "BaseException", "Exception", "object", "pyinotify.PyinotifyError" ] }, { "pyinotify.PrintAllEvents": [ "object", "pyinotify.ProcessEvent", "pyinotify._ProcessEvent" ] }, { "pyinotify.ProcINotify": [ "object" ] }, { "pyinotify.ProcessEvent": [ "object", "pyinotify._ProcessEvent" ] }, { "pyinotify.ProcessEventError": [ "BaseException", "Exception", "object", "pyinotify.PyinotifyError" ] }, { "pyinotify.PyinotifyError": [ "BaseException", "Exception", "object" ] }, { "pyinotify.RawOutputFormat": [ "object" ] }, { "pyinotify.Stats": [ "object", "pyinotify.ProcessEvent", "pyinotify._ProcessEvent" ] }, { "pyinotify.ThreadedNotifier": [ "object", "pyinotify.Notifier", "threading.Thread" ] }, { "pyinotify.TornadoAsyncNotifier": [ "object", "pyinotify.Notifier" ] }, { "pyinotify.UnsupportedPythonVersionError": [ "BaseException", "Exception", "object", "pyinotify.PyinotifyError" ] }, { "pyinotify.Watch": [ "object" ] }, { "pyinotify.WatchManager": [ "object" ] }, { "pyinotify.WatchManagerError": [ "BaseException", "Exception", "object" ] }, { "pyinotify._CtypesLibcINotifyWrapper": [ "object", "pyinotify.INotifyWrapper" ] }, { "pyinotify._Event": [ "object" ] }, { "pyinotify._INotifySyscallsWrapper": [ "object", "pyinotify.INotifyWrapper" ] }, { "pyinotify._ProcessEvent": [ "object" ] }, { "pyinotify._RawEvent": [ "object", "pyinotify._Event" ] }, { "pyinotify._SysProcessEvent": [ "object", "pyinotify._ProcessEvent" ] }, { "pygments.util.ClassNotFound": [ "BaseException", "Exception", "ValueError", "object" ] }, { "pygments.util.Future": [ "object" ] }, { "pygments.util.OptionError": [ "BaseException", "Exception", "object" ] }, { "pygments.util.UnclosingTextIOWrapper": [ "io.IOBase", "io.TextIOBase", "io.TextIOWrapper", "object", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol", "typing.TextIO" ] }, { "pygments.token._TokenType": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "pygments.styles.zenburn.ZenburnStyle": [ "object", "pygments.style.Style" ] }, { "pygments.styles.xcode.XcodeStyle": [ "object", "pygments.style.Style" ] }, { "pygments.styles.vs.VisualStudioStyle": [ "object", "pygments.style.Style" ] }, { "pygments.styles.vim.VimStyle": [ "object", "pygments.style.Style" ] }, { "pygments.styles.trac.TracStyle": [ "object", "pygments.style.Style" ] }, { "pygments.styles.tango.TangoStyle": [ "object", "pygments.style.Style" ] }, { "pygments.styles.stata_light.StataLightStyle": [ "object", "pygments.style.Style" ] }, { "pygments.styles.stata_dark.StataDarkStyle": [ "object", "pygments.style.Style" ] }, { "pygments.styles.solarized.SolarizedDarkStyle": [ "object", "pygments.style.Style" ] }, { "pygments.styles.solarized.SolarizedLightStyle": [ "object", "pygments.style.Style", "pygments.styles.solarized.SolarizedDarkStyle" ] }, { "pygments.styles.sas.SasStyle": [ "object", "pygments.style.Style" ] }, { "pygments.styles.rrt.RrtStyle": [ "object", "pygments.style.Style" ] }, { "pygments.styles.rainbow_dash.RainbowDashStyle": [ "object", "pygments.style.Style" ] }, { "pygments.styles.perldoc.PerldocStyle": [ "object", "pygments.style.Style" ] }, { "pygments.styles.pastie.PastieStyle": [ "object", "pygments.style.Style" ] }, { "pygments.styles.paraiso_light.ParaisoLightStyle": [ "object", "pygments.style.Style" ] }, { "pygments.styles.paraiso_dark.ParaisoDarkStyle": [ "object", "pygments.style.Style" ] }, { "pygments.styles.native.NativeStyle": [ "object", "pygments.style.Style" ] }, { "pygments.styles.murphy.MurphyStyle": [ "object", "pygments.style.Style" ] }, { "pygments.styles.monokai.MonokaiStyle": [ "object", "pygments.style.Style" ] }, { "pygments.styles.material.MaterialStyle": [ "object", "pygments.style.Style" ] }, { "pygments.styles.manni.ManniStyle": [ "object", "pygments.style.Style" ] }, { "pygments.styles.lovelace.LovelaceStyle": [ "object", "pygments.style.Style" ] }, { "pygments.styles.inkpot.InkPotStyle": [ "object", "pygments.style.Style" ] }, { "pygments.styles.igor.IgorStyle": [ "object", "pygments.style.Style" ] }, { "pygments.styles.gruvbox.GruvboxDarkStyle": [ "object", "pygments.style.Style" ] }, { "pygments.styles.gruvbox.GruvboxLightStyle": [ "object", "pygments.style.Style" ] }, { "pygments.styles.fruity.FruityStyle": [ "object", "pygments.style.Style" ] }, { "pygments.styles.friendly.FriendlyStyle": [ "object", "pygments.style.Style" ] }, { "pygments.styles.emacs.EmacsStyle": [ "object", "pygments.style.Style" ] }, { "pygments.styles.default.DefaultStyle": [ "object", "pygments.style.Style" ] }, { "pygments.styles.colorful.ColorfulStyle": [ "object", "pygments.style.Style" ] }, { "pygments.styles.bw.BlackWhiteStyle": [ "object", "pygments.style.Style" ] }, { "pygments.styles.borland.BorlandStyle": [ "object", "pygments.style.Style" ] }, { "pygments.styles.autumn.AutumnStyle": [ "object", "pygments.style.Style" ] }, { "pygments.styles.arduino.ArduinoStyle": [ "object", "pygments.style.Style" ] }, { "pygments.styles.algol_nu.Algol_NuStyle": [ "object", "pygments.style.Style" ] }, { "pygments.styles.algol.AlgolStyle": [ "object", "pygments.style.Style" ] }, { "pygments.styles.abap.AbapStyle": [ "object", "pygments.style.Style" ] }, { "pygments.style.Style": [ "object" ] }, { "pygments.style.StyleMeta": [ "object", "type", "typing.Generic" ] }, { "pygments.sphinxext.PygmentsDoc": [ "object" ] }, { "pygments.scanner.EndOfText": [ "BaseException", "Exception", "RuntimeError", "object" ] }, { "pygments.scanner.Scanner": [ "object" ] }, { "pygments.lexers.zig.ZigLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.yang.YangLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.xorg.XorgLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.x10.X10Lexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.whiley.WhileyLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.webmisc.CirruLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.webmisc.DuelLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.webmisc.QmlLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.webmisc.SlimLexer": [ "object", "pygments.lexer.ExtendedRegexLexer", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.webmisc.XQueryLexer": [ "object", "pygments.lexer.ExtendedRegexLexer", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.webidl.WebIDLLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.webassembly.WatLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.verification.BoogieLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.verification.SilverLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.varnish.VCLLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.varnish.VCLSnippetLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer", "pygments.lexers.varnish.VCLLexer" ] }, { "pygments.lexers.usd.UsdLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.urbi.UrbiscriptLexer": [ "object", "pygments.lexer.ExtendedRegexLexer", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.unicon.IconLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.unicon.UcodeLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.unicon.UniconLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.typoscript.TypoScriptCssDataLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.typoscript.TypoScriptHtmlDataLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.typoscript.TypoScriptLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.trafficscript.RtsLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.tnt.TNTLexer": [ "object", "pygments.lexer.Lexer" ] }, { "pygments.lexers.thingsdb.ThingsDBLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.theorem.CoqLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.theorem.IsabelleLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.theorem.LeanLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.textfmts.GettextLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.textfmts.HttpLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.textfmts.IrcLogsLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.textfmts.KernelLogLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.textfmts.NotmuchLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.textfmts.TodotxtLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.textedit.AwkLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.textedit.VimLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.testing.GherkinLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.testing.TAPLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.teraterm.TeraTermLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.templates.Angular2HtmlLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.templates.Angular2Lexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.templates.CheetahHtmlLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.templates.CheetahJavascriptLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.templates.CheetahLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.templates.CheetahPythonLexer": [ "object", "pygments.lexer.Lexer" ] }, { "pygments.lexers.templates.CheetahXmlLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.templates.ColdfusionCFCLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.templates.ColdfusionHtmlLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.templates.ColdfusionLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.templates.ColdfusionMarkupLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.templates.CssDjangoLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.templates.CssErbLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.templates.CssGenshiLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.templates.CssPhpLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.templates.CssSmartyLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.templates.DjangoLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.templates.ErbLexer": [ "object", "pygments.lexer.Lexer" ] }, { "pygments.lexers.templates.EvoqueHtmlLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.templates.EvoqueLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.templates.EvoqueXmlLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.templates.GenshiLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.templates.GenshiMarkupLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.templates.GenshiTextLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.templates.HandlebarsHtmlLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.templates.HandlebarsLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.templates.HtmlDjangoLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.templates.HtmlGenshiLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.templates.HtmlPhpLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.templates.HtmlSmartyLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.templates.JavascriptDjangoLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.templates.JavascriptErbLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.templates.JavascriptGenshiLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.templates.JavascriptPhpLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.templates.JavascriptSmartyLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.templates.JspLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.templates.JspRootLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.templates.LassoCssLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.templates.LassoHtmlLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.templates.LassoJavascriptLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.templates.LassoXmlLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.templates.LiquidLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.templates.MakoCssLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.templates.MakoHtmlLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.templates.MakoJavascriptLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.templates.MakoLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.templates.MakoXmlLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.templates.MasonLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.templates.MyghtyCssLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.templates.MyghtyHtmlLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.templates.MyghtyJavascriptLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.templates.MyghtyLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.templates.MyghtyXmlLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.templates.RhtmlLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.templates.SmartyLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.templates.SspLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.templates.TeaTemplateLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.templates.TeaTemplateRootLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.templates.TwigHtmlLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.templates.TwigLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.templates.VelocityHtmlLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.templates.VelocityLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.templates.VelocityXmlLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.templates.XmlDjangoLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.templates.XmlErbLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.templates.XmlPhpLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.templates.XmlSmartyLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.templates.YamlJinjaLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.teal.TealLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.tcl.TclLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.supercollider.SuperColliderLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.stata.StataLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.sql.MySqlLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.sql.PlPgsqlLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer", "pygments.lexers.sql.PostgresBase" ] }, { "pygments.lexers.sql.PostgresBase": [ "object" ] }, { "pygments.lexers.sql.PostgresConsoleLexer": [ "object", "pygments.lexer.Lexer" ] }, { "pygments.lexers.sql.PostgresLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer", "pygments.lexers.sql.PostgresBase" ] }, { "pygments.lexers.sql.PsqlRegexLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer", "pygments.lexers.sql.PostgresBase" ] }, { "pygments.lexers.sql.RqlLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.sql.SqlLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.sql.SqliteConsoleLexer": [ "object", "pygments.lexer.Lexer" ] }, { "pygments.lexers.sql.TransactSqlLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.sql.lookahead": [ "object" ] }, { "pygments.lexers.special.RawTokenLexer": [ "object", "pygments.lexer.Lexer" ] }, { "pygments.lexers.special.TextLexer": [ "object", "pygments.lexer.Lexer" ] }, { "pygments.lexers.solidity.SolidityLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.snobol.SnobolLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.smv.NuSMVLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.smalltalk.NewspeakLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.smalltalk.SmalltalkLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.slash.SlashLanguageLexer": [ "object", "pygments.lexer.ExtendedRegexLexer", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.slash.SlashLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.sieve.SieveLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.shell.BashLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.shell.BashSessionLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexers.shell.ShellSessionBaseLexer" ] }, { "pygments.lexers.shell.BatchLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.shell.ExeclineLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.shell.FishShellLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.shell.MSDOSSessionLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexers.shell.ShellSessionBaseLexer" ] }, { "pygments.lexers.shell.PowerShellLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.shell.PowerShellSessionLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexers.shell.ShellSessionBaseLexer" ] }, { "pygments.lexers.shell.ShellSessionBaseLexer": [ "object", "pygments.lexer.Lexer" ] }, { "pygments.lexers.shell.SlurmBashLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer", "pygments.lexers.shell.BashLexer" ] }, { "pygments.lexers.shell.TcshLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.shell.TcshSessionLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexers.shell.ShellSessionBaseLexer" ] }, { "pygments.lexers.sgf.SmartGameFormatLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.scripting.AppleScriptLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.scripting.ChaiscriptLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.scripting.EasytrieveLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.scripting.HybrisLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.scripting.JclLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.scripting.LSLLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.scripting.LuaLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.scripting.MOOCodeLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.scripting.MiniScriptLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.scripting.MoonScriptLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer", "pygments.lexers.scripting.LuaLexer" ] }, { "pygments.lexers.scripting.RexxLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.scdoc.ScdocLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.sas.SASLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.rust.RustLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.ruby.FancyLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.ruby.RubyConsoleLexer": [ "object", "pygments.lexer.Lexer" ] }, { "pygments.lexers.ruby.RubyLexer": [ "object", "pygments.lexer.ExtendedRegexLexer", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.robotframework.Comment": [ "object", "pygments.lexers.robotframework.Tokenizer" ] }, { "pygments.lexers.robotframework.ForLoop": [ "object", "pygments.lexers.robotframework.Tokenizer" ] }, { "pygments.lexers.robotframework.GherkinTokenizer": [ "object" ] }, { "pygments.lexers.robotframework.ImportSetting": [ "object", "pygments.lexers.robotframework.Tokenizer" ] }, { "pygments.lexers.robotframework.KeywordCall": [ "object", "pygments.lexers.robotframework.Tokenizer" ] }, { "pygments.lexers.robotframework.KeywordSetting": [ "object", "pygments.lexers.robotframework.Setting", "pygments.lexers.robotframework.TestCaseSetting", "pygments.lexers.robotframework.Tokenizer" ] }, { "pygments.lexers.robotframework.KeywordTable": [ "object", "pygments.lexers.robotframework.TestCaseTable", "pygments.lexers.robotframework._Table" ] }, { "pygments.lexers.robotframework.RobotFrameworkLexer": [ "object", "pygments.lexer.Lexer" ] }, { "pygments.lexers.robotframework.RowSplitter": [ "object" ] }, { "pygments.lexers.robotframework.RowTokenizer": [ "object" ] }, { "pygments.lexers.robotframework.Setting": [ "object", "pygments.lexers.robotframework.Tokenizer" ] }, { "pygments.lexers.robotframework.SettingTable": [ "object", "pygments.lexers.robotframework._Table" ] }, { "pygments.lexers.robotframework.TemplatedKeywordCall": [ "object", "pygments.lexers.robotframework.Tokenizer" ] }, { "pygments.lexers.robotframework.TestCaseSetting": [ "object", "pygments.lexers.robotframework.Setting", "pygments.lexers.robotframework.Tokenizer" ] }, { "pygments.lexers.robotframework.TestCaseTable": [ "object", "pygments.lexers.robotframework._Table" ] }, { "pygments.lexers.robotframework.Tokenizer": [ "object" ] }, { "pygments.lexers.robotframework.UnknownTable": [ "object", "pygments.lexers.robotframework._Table" ] }, { "pygments.lexers.robotframework.Variable": [ "object", "pygments.lexers.robotframework.Tokenizer" ] }, { "pygments.lexers.robotframework.VariableSplitter": [ "object" ] }, { "pygments.lexers.robotframework.VariableTable": [ "object", "pygments.lexers.robotframework._Table" ] }, { "pygments.lexers.robotframework.VariableTokenizer": [ "object" ] }, { "pygments.lexers.robotframework._Table": [ "object" ] }, { "pygments.lexers.roboconf.RoboconfGraphLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.roboconf.RoboconfInstancesLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.rnc.RNCCompactLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.ride.RideLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.resource.ResourceLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.rebol.RebolLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.rebol.RedLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.rdf.ShExCLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.rdf.SparqlLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.rdf.TurtleLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.r.RConsoleLexer": [ "object", "pygments.lexer.Lexer" ] }, { "pygments.lexers.r.RdLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.r.SLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.qvt.QVToLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.python.CythonLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.python.DgLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.python.NumPyLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer", "pygments.lexers.python.PythonLexer" ] }, { "pygments.lexers.python.Python2Lexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.python.Python2TracebackLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.python.PythonConsoleLexer": [ "object", "pygments.lexer.Lexer" ] }, { "pygments.lexers.python.PythonLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.python.PythonTracebackLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.promql.PromQLLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.prolog.LogtalkLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.prolog.PrologLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.praat.PraatLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.pony.PonyLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.pointless.PointlessLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.php.PhpLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.php.PsyshConsoleLexer": [ "object", "pygments.lexer.Lexer" ] }, { "pygments.lexers.php.ZephirLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.perl.Perl6Lexer": [ "object", "pygments.lexer.ExtendedRegexLexer", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.perl.PerlLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.pawn.PawnLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.pawn.SourcePawnLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.pascal.AdaLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.pascal.DelphiLexer": [ "object", "pygments.lexer.Lexer" ] }, { "pygments.lexers.parsers.AntlrActionScriptLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.parsers.AntlrCSharpLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.parsers.AntlrCppLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.parsers.AntlrJavaLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.parsers.AntlrLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.parsers.AntlrObjectiveCLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.parsers.AntlrPerlLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.parsers.AntlrPythonLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.parsers.AntlrRubyLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.parsers.EbnfLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.parsers.RagelCLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.parsers.RagelCppLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.parsers.RagelDLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.parsers.RagelEmbeddedLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.parsers.RagelJavaLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.parsers.RagelLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.parsers.RagelObjectiveCLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.parsers.RagelRubyLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.parsers.TreetopBaseLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.parsers.TreetopLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.parasail.ParaSailLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.ooc.OocLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.objective.LogosLexer": [ "object", "pygments.lexers.objective.ObjectiveCppLexer" ] }, { "pygments.lexers.objective.ObjectiveCLexer": [ "object" ] }, { "pygments.lexers.objective.ObjectiveCppLexer": [ "object" ] }, { "pygments.lexers.objective.SwiftLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.objective.objective.GeneratedObjectiveCVariant": [ "object" ] }, { "pygments.lexers.oberon.ComponentPascalLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.nix.NixLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.nit.NitLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.nimrod.NimrodLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.ncl.NCLLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.mosel.MoselLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.monte.MonteLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.modula2.Modula2Lexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.modeling.BugsLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.modeling.JagsLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.modeling.ModelicaLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.modeling.StanLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.ml.FStarLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.ml.OcamlLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.ml.OpaLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.ml.ReasonLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.ml.SMLLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.mime.MIMELexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.matlab.MatlabLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.matlab.MatlabSessionLexer": [ "object", "pygments.lexer.Lexer" ] }, { "pygments.lexers.matlab.OctaveLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.matlab.ScilabLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.markup.BBCodeLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.markup.GroffLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.markup.MarkdownLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.markup.MoinWikiLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.markup.MozPreprocCssLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.markup.MozPreprocHashLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.markup.MozPreprocJavascriptLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.markup.MozPreprocPercentLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer", "pygments.lexers.markup.MozPreprocHashLexer" ] }, { "pygments.lexers.markup.MozPreprocXulLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.markup.RstLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.markup.TexLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.markup.TiddlyWiki5Lexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.make.BaseMakefileLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.make.CMakeLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.make.MakefileLexer": [ "object", "pygments.lexer.Lexer" ] }, { "pygments.lexers.lisp.CPSALexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer", "pygments.lexers.lisp.SchemeLexer" ] }, { "pygments.lexers.lisp.CommonLispLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.lisp.EmacsLispLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.lisp.FennelLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.lisp.HyLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.lisp.NewLispLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.lisp.RacketLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.lisp.SchemeLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.lisp.ShenLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.lisp.XtlangLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.kuin.KuinLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.jvm.AspectJLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer", "pygments.lexers.jvm.JavaLexer" ] }, { "pygments.lexers.jvm.CeylonLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.jvm.ClojureLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.jvm.ClojureScriptLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer", "pygments.lexers.jvm.ClojureLexer" ] }, { "pygments.lexers.jvm.GoloLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.jvm.GosuLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.jvm.GosuTemplateLexer": [ "object", "pygments.lexer.Lexer" ] }, { "pygments.lexers.jvm.GroovyLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.jvm.IokeLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.jvm.JasminLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.jvm.JavaLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.jvm.KotlinLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.jvm.PigLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.jvm.SarlLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.jvm.ScalaLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.jvm.TeaLangLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.jvm.XtendLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.julia.JuliaConsoleLexer": [ "object", "pygments.lexer.Lexer" ] }, { "pygments.lexers.julia.JuliaLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.javascript.CoffeeScriptLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.javascript.DartLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.javascript.EarlGreyLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.javascript.JavascriptLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.javascript.JuttleLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.javascript.KalLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.javascript.LassoLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.javascript.LiveScriptLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.javascript.MaskLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.javascript.ObjectiveJLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.javascript.TypeScriptLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.j.JLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.iolang.IoLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.int_fiction.Inform6Lexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.int_fiction.Inform6TemplateLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer", "pygments.lexers.int_fiction.Inform7Lexer" ] }, { "pygments.lexers.int_fiction.Inform7Lexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.int_fiction.Tads3Lexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.installers.DebianControlLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.installers.NSISLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.installers.RPMSpecLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.installers.SourcesListLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.inferno.LimboLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.igor.IgorLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.idl.IDLLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.html.DtdLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.html.HamlLexer": [ "object", "pygments.lexer.ExtendedRegexLexer", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.html.HtmlLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.html.PugLexer": [ "object", "pygments.lexer.ExtendedRegexLexer", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.html.ScamlLexer": [ "object", "pygments.lexer.ExtendedRegexLexer", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.html.XmlLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.html.XsltLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer", "pygments.lexers.html.XmlLexer" ] }, { "pygments.lexers.hexdump.HexdumpLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.hdl.SystemVerilogLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.hdl.VerilogLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.hdl.VhdlLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.haxe.HaxeLexer": [ "object", "pygments.lexer.ExtendedRegexLexer", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.haxe.HxmlLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.haskell.AgdaLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.haskell.CryptolLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.haskell.HaskellLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.haskell.HspecLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer", "pygments.lexers.haskell.HaskellLexer" ] }, { "pygments.lexers.haskell.IdrisLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.haskell.KokaLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.haskell.LiterateAgdaLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexers.haskell.LiterateLexer" ] }, { "pygments.lexers.haskell.LiterateCryptolLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexers.haskell.LiterateLexer" ] }, { "pygments.lexers.haskell.LiterateHaskellLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexers.haskell.LiterateLexer" ] }, { "pygments.lexers.haskell.LiterateIdrisLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexers.haskell.LiterateLexer" ] }, { "pygments.lexers.haskell.LiterateLexer": [ "object", "pygments.lexer.Lexer" ] }, { "pygments.lexers.graphviz.GraphvizLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.graphics.AsymptoteLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.graphics.GLShaderLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.graphics.GnuplotLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.graphics.HLSLShaderLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.graphics.PostScriptLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.graphics.PovrayLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.graph.CypherLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.grammar_notation.AbnfLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.grammar_notation.BnfLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.grammar_notation.JsgfLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.grammar_notation.PegLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.go.GoLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.gdscript.GDScriptLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.gcodelexer.GcodeLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.futhark.FutharkLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.freefem.FreeFemLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer", "pygments.lexers.c_cpp.CFamilyLexer", "pygments.lexers.c_cpp.CppLexer" ] }, { "pygments.lexers.foxpro.FoxProLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.fortran.FortranFixedLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.fortran.FortranLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.forth.ForthLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.floscript.FloScriptLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.felix.FelixLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.fantom.FantomLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.factor.FactorLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.ezhil.EzhilLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.esoteric.AheuiLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.esoteric.BefungeLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.esoteric.BrainfuckLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.esoteric.CAmkESLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.esoteric.CapDLLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.esoteric.RedcodeLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.erlang.ElixirConsoleLexer": [ "object", "pygments.lexer.Lexer" ] }, { "pygments.lexers.erlang.ElixirLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.erlang.ErlangLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.erlang.ErlangShellLexer": [ "object", "pygments.lexer.Lexer" ] }, { "pygments.lexers.email.EmailHeaderLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.email.EmailLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.elm.ElmLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.eiffel.EiffelLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.ecl.ECLLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.dylan.DylanConsoleLexer": [ "object", "pygments.lexer.Lexer" ] }, { "pygments.lexers.dylan.DylanLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.dylan.DylanLidLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.dsls.AlloyLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.dsls.CrmshLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.dsls.FlatlineLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.dsls.MscgenLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.dsls.PanLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.dsls.ProtoBufLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.dsls.PuppetLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.dsls.RslLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.dsls.SnowballLexer": [ "object", "pygments.lexer.ExtendedRegexLexer", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.dsls.ThriftLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.dsls.VGLLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.dsls.ZeekLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.dotnet.BooLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.dotnet.CSharpAspxLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.dotnet.CSharpLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.dotnet.FSharpLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.dotnet.GenericAspxLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.dotnet.NemerleLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.dotnet.VbNetAspxLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.dotnet.VbNetLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.diff.DarcsPatchLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.diff.DiffLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.diff.WDiffLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.devicetree.DevicetreeLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.data.JsonBareObjectLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexers.data.JsonLexer" ] }, { "pygments.lexers.data.JsonLdLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexers.data.JsonLexer" ] }, { "pygments.lexers.data.JsonLexer": [ "object", "pygments.lexer.Lexer" ] }, { "pygments.lexers.data.YamlLexer": [ "object", "pygments.lexer.ExtendedRegexLexer", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.data.YamlLexerContext": [ "object", "pygments.lexer.LexerContext" ] }, { "pygments.lexers.dalvik.SmaliLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.d.CrocLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.d.DLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.d.MiniDLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer", "pygments.lexers.d.CrocLexer" ] }, { "pygments.lexers.css.CssLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.css.LessCssLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer", "pygments.lexers.css.CssLexer" ] }, { "pygments.lexers.css.SassLexer": [ "object", "pygments.lexer.ExtendedRegexLexer", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.css.ScssLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.csound.CsoundDocumentLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.csound.CsoundLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.csound.CsoundOrchestraLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer", "pygments.lexers.csound.CsoundLexer" ] }, { "pygments.lexers.csound.CsoundScoreLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer", "pygments.lexers.csound.CsoundLexer" ] }, { "pygments.lexers.crystal.CrystalLexer": [ "object", "pygments.lexer.ExtendedRegexLexer", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.console.PyPyLogLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.console.VCTreeStatusLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.configs.ApacheConfLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.configs.AugeasLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.configs.Cfengine3Lexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.configs.DockerLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.configs.IniLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.configs.KconfigLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.configs.LighttpdConfLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.configs.NestedTextLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.configs.NginxConfLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.configs.PacmanConfLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.configs.PkgConfigLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.configs.PropertiesLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.configs.RegeditLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.configs.SingularityLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.configs.SquidConfLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.configs.TOMLLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.configs.TermcapLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.configs.TerminfoLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.configs.TerraformLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.clean.CleanLexer": [ "object", "pygments.lexer.ExtendedRegexLexer", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.chapel.ChapelLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.cddl.CddlLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.capnproto.CapnProtoLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.c_like.ArduinoLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer", "pygments.lexers.c_cpp.CFamilyLexer", "pygments.lexers.c_cpp.CppLexer" ] }, { "pygments.lexers.c_like.CharmciLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer", "pygments.lexers.c_cpp.CFamilyLexer", "pygments.lexers.c_cpp.CppLexer" ] }, { "pygments.lexers.c_like.ClayLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.c_like.CudaLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer", "pygments.lexers.c_cpp.CFamilyLexer", "pygments.lexers.c_cpp.CLexer" ] }, { "pygments.lexers.c_like.ECLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer", "pygments.lexers.c_cpp.CFamilyLexer", "pygments.lexers.c_cpp.CLexer" ] }, { "pygments.lexers.c_like.MqlLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer", "pygments.lexers.c_cpp.CFamilyLexer", "pygments.lexers.c_cpp.CppLexer" ] }, { "pygments.lexers.c_like.NesCLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer", "pygments.lexers.c_cpp.CFamilyLexer", "pygments.lexers.c_cpp.CLexer" ] }, { "pygments.lexers.c_like.OmgIdlLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer", "pygments.lexers.c_cpp.CFamilyLexer", "pygments.lexers.c_cpp.CLexer" ] }, { "pygments.lexers.c_like.PikeLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer", "pygments.lexers.c_cpp.CFamilyLexer", "pygments.lexers.c_cpp.CppLexer" ] }, { "pygments.lexers.c_like.SwigLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer", "pygments.lexers.c_cpp.CFamilyLexer", "pygments.lexers.c_cpp.CppLexer" ] }, { "pygments.lexers.c_like.ValaLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.c_cpp.CFamilyLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.c_cpp.CLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer", "pygments.lexers.c_cpp.CFamilyLexer" ] }, { "pygments.lexers.c_cpp.CppLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer", "pygments.lexers.c_cpp.CFamilyLexer" ] }, { "pygments.lexers.business.ABAPLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.business.CobolFreeformatLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer", "pygments.lexers.business.CobolLexer" ] }, { "pygments.lexers.business.CobolLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.business.GoodDataCLLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.business.MaqlLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.business.OpenEdgeLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.boa.BoaLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.bibtex.BSTLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.bibtex.BibTeXLexer": [ "object", "pygments.lexer.ExtendedRegexLexer", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.basic.BBCBasicLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.basic.BlitzBasicLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.basic.BlitzMaxLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.basic.CbmBasicV2Lexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.basic.MonkeyLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.basic.QBasicLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.basic.VBScriptLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.bare.BareLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.automation.AutoItLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.automation.AutohotkeyLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.asm.CObjdumpLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.asm.Ca65Lexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.asm.CppObjdumpLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.asm.DObjdumpLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "pygments.lexers.asm.Dasm16Lexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.asm.GasLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.asm.HsailLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.asm.LlvmLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.asm.LlvmMirBodyLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.asm.LlvmMirLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.asm.NasmLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.asm.NasmObjdumpLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer", "pygments.lexers.asm.ObjdumpLexer" ] }, { "pygments.lexers.asm.ObjdumpLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.asm.TasmLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.arrow.ArrowLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.archetype.AdlLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer", "pygments.lexers.archetype.AtomsLexer" ] }, { "pygments.lexers.archetype.AtomsLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.archetype.CadlLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer", "pygments.lexers.archetype.AtomsLexer" ] }, { "pygments.lexers.archetype.OdinLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer", "pygments.lexers.archetype.AtomsLexer" ] }, { "pygments.lexers.apl.APLLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.apdlexer.apdlexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.ampl.AmplLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.amdgpu.AMDGPULexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.ambient.AmbientTalkLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.algebra.BCLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.algebra.GAPLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.algebra.MathematicaLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.algebra.MuPADLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.actionscript.ActionScript3Lexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.actionscript.ActionScriptLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers.actionscript.MxmlLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexers._sourcemod_builtins.Opener": [ "object" ] }, { "pygments.lexers._automodule": [ "_importlib_modulespec.ModuleType", "object" ] }, { "pygments.lexer.DelegatingLexer": [ "object", "pygments.lexer.Lexer" ] }, { "pygments.lexer.ExtendedRegexLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexer.Lexer": [ "object" ] }, { "pygments.lexer.LexerContext": [ "object" ] }, { "pygments.lexer.LexerMeta": [ "object", "type", "typing.Generic" ] }, { "pygments.lexer.ProfilingRegexLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "pygments.lexer.ProfilingRegexLexerMeta": [ "object", "pygments.lexer.LexerMeta", "pygments.lexer.RegexLexerMeta", "type", "typing.Generic" ] }, { "pygments.lexer.RegexLexer": [ "object", "pygments.lexer.Lexer" ] }, { "pygments.lexer.RegexLexerMeta": [ "object", "pygments.lexer.LexerMeta", "type", "typing.Generic" ] }, { "pygments.lexer._PseudoMatch": [ "object" ] }, { "pygments.lexer._This": [ "object" ] }, { "pygments.lexer._inherit": [ "object" ] }, { "pygments.lexer.combined": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "pygments.lexer.default": [ "object" ] }, { "pygments.lexer.include": [ "object", "str", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "pygments.lexer.words": [ "object", "pygments.util.Future" ] }, { "pygments.formatters.terminal256.EscapeSequence": [ "object" ] }, { "pygments.formatters.terminal256.Terminal256Formatter": [ "object", "pygments.formatter.Formatter" ] }, { "pygments.formatters.terminal256.TerminalTrueColorFormatter": [ "object", "pygments.formatter.Formatter", "pygments.formatters.terminal256.Terminal256Formatter" ] }, { "pygments.formatters.terminal.TerminalFormatter": [ "object", "pygments.formatter.Formatter" ] }, { "pygments.formatters.svg.SvgFormatter": [ "object", "pygments.formatter.Formatter" ] }, { "pygments.formatters.rtf.RtfFormatter": [ "object", "pygments.formatter.Formatter" ] }, { "pygments.formatters.pangomarkup.PangoMarkupFormatter": [ "object", "pygments.formatter.Formatter" ] }, { "pygments.formatters.other.NullFormatter": [ "object", "pygments.formatter.Formatter" ] }, { "pygments.formatters.other.RawTokenFormatter": [ "object", "pygments.formatter.Formatter" ] }, { "pygments.formatters.other.TestcaseFormatter": [ "object", "pygments.formatter.Formatter" ] }, { "pygments.formatters.latex.LatexEmbeddedLexer": [ "object", "pygments.lexer.Lexer" ] }, { "pygments.formatters.latex.LatexFormatter": [ "object", "pygments.formatter.Formatter" ] }, { "pygments.formatters.irc.IRCFormatter": [ "object", "pygments.formatter.Formatter" ] }, { "pygments.formatters.img.BmpImageFormatter": [ "object", "pygments.formatter.Formatter", "pygments.formatters.img.ImageFormatter" ] }, { "pygments.formatters.img.FontManager": [ "object" ] }, { "pygments.formatters.img.FontNotFound": [ "BaseException", "Exception", "object" ] }, { "pygments.formatters.img.GifImageFormatter": [ "object", "pygments.formatter.Formatter", "pygments.formatters.img.ImageFormatter" ] }, { "pygments.formatters.img.ImageFormatter": [ "object", "pygments.formatter.Formatter" ] }, { "pygments.formatters.img.JpgImageFormatter": [ "object", "pygments.formatter.Formatter", "pygments.formatters.img.ImageFormatter" ] }, { "pygments.formatters.img.PilNotAvailable": [ "BaseException", "Exception", "ImportError", "object" ] }, { "pygments.formatters.html.HtmlFormatter": [ "object", "pygments.formatter.Formatter" ] }, { "pygments.formatters.bbcode.BBCodeFormatter": [ "object", "pygments.formatter.Formatter" ] }, { "pygments.formatters._automodule": [ "_importlib_modulespec.ModuleType", "object" ] }, { "pygments.formatter.Formatter": [ "object" ] }, { "pygments.filters.CodeTagFilter": [ "object", "pygments.filter.Filter" ] }, { "pygments.filters.ErrorToken": [ "BaseException", "Exception", "object" ] }, { "pygments.filters.GobbleFilter": [ "object", "pygments.filter.Filter" ] }, { "pygments.filters.KeywordCaseFilter": [ "object", "pygments.filter.Filter" ] }, { "pygments.filters.NameHighlightFilter": [ "object", "pygments.filter.Filter" ] }, { "pygments.filters.RaiseOnErrorTokenFilter": [ "object", "pygments.filter.Filter" ] }, { "pygments.filters.SymbolFilter": [ "object", "pygments.filter.Filter" ] }, { "pygments.filters.TokenMergeFilter": [ "object", "pygments.filter.Filter" ] }, { "pygments.filters.VisibleWhitespaceFilter": [ "object", "pygments.filter.Filter" ] }, { "pygments.filter.Filter": [ "object" ] }, { "pygments.filter.FunctionFilter": [ "object", "pygments.filter.Filter" ] }, { "pygments.cmdline.HelpFormatter": [ "argparse.HelpFormatter", "object" ] }, { "pyexpat.ExpatError": [ "BaseException", "Exception", "object" ] }, { "pyexpat.XMLParserType": [ "object" ] }, { "pydoc.Doc": [ "object" ] }, { "pydoc.ErrorDuringImport": [ "BaseException", "Exception", "object" ] }, { "pydoc.HTMLDoc": [ "object", "pydoc.Doc" ] }, { "pydoc.HTMLRepr": [ "object", "reprlib.Repr" ] }, { "pydoc.Helper": [ "object" ] }, { "pydoc.ModuleScanner": [ "object" ] }, { "pydoc.TextDoc": [ "object", "pydoc.Doc" ] }, { "pydoc.TextRepr": [ "object", "reprlib.Repr" ] }, { "pydoc._OldStyleClass": [ "object" ] }, { "pycurl.Curl": [ "object" ] }, { "pycurl.CurlMulti": [ "object" ] }, { "pycurl.CurlShare": [ "object" ] }, { "pycurl.error": [ "BaseException", "Exception", "object" ] }, { "pycparser.plyparser.Coord": [ "object" ] }, { "pycparser.plyparser.PLYParser": [ "object" ] }, { "pycparser.plyparser.ParseError": [ "BaseException", "Exception", "object" ] }, { "pycparser.ply.yacc.Grammar": [ "object" ] }, { "pycparser.ply.yacc.GrammarError": [ "BaseException", "Exception", "object", "pycparser.ply.yacc.YaccError" ] }, { "pycparser.ply.yacc.LALRError": [ "BaseException", "Exception", "object", "pycparser.ply.yacc.YaccError" ] }, { "pycparser.ply.yacc.LRGeneratedTable": [ "object", "pycparser.ply.yacc.LRTable" ] }, { "pycparser.ply.yacc.LRItem": [ "object" ] }, { "pycparser.ply.yacc.LRParser": [ "object" ] }, { "pycparser.ply.yacc.LRTable": [ "object" ] }, { "pycparser.ply.yacc.MiniProduction": [ "object" ] }, { "pycparser.ply.yacc.NullLogger": [ "object" ] }, { "pycparser.ply.yacc.ParserReflect": [ "object" ] }, { "pycparser.ply.yacc.PlyLogger": [ "object" ] }, { "pycparser.ply.yacc.Production": [ "object" ] }, { "pycparser.ply.yacc.VersionError": [ "BaseException", "Exception", "object", "pycparser.ply.yacc.YaccError" ] }, { "pycparser.ply.yacc.YaccError": [ "BaseException", "Exception", "object" ] }, { "pycparser.ply.yacc.YaccProduction": [ "object" ] }, { "pycparser.ply.yacc.YaccSymbol": [ "object" ] }, { "pycparser.ply.lex.LexError": [ "BaseException", "Exception", "object" ] }, { "pycparser.ply.lex.LexToken": [ "object" ] }, { "pycparser.ply.lex.Lexer": [ "object" ] }, { "pycparser.ply.lex.LexerReflect": [ "object" ] }, { "pycparser.ply.lex.NullLogger": [ "object" ] }, { "pycparser.ply.lex.PlyLogger": [ "object" ] }, { "pycparser.ply.cpp.Macro": [ "object" ] }, { "pycparser.ply.cpp.Preprocessor": [ "object" ] }, { "pycparser.c_parser.CParser": [ "object", "pycparser.plyparser.PLYParser" ] }, { "pycparser.c_lexer.CLexer": [ "object" ] }, { "pycparser.c_generator.CGenerator": [ "object" ] }, { "pycparser.c_ast.ArrayDecl": [ "object", "pycparser.c_ast.Node" ] }, { "pycparser.c_ast.ArrayRef": [ "object", "pycparser.c_ast.Node" ] }, { "pycparser.c_ast.Assignment": [ "object", "pycparser.c_ast.Node" ] }, { "pycparser.c_ast.BinaryOp": [ "object", "pycparser.c_ast.Node" ] }, { "pycparser.c_ast.Break": [ "object", "pycparser.c_ast.Node" ] }, { "pycparser.c_ast.Case": [ "object", "pycparser.c_ast.Node" ] }, { "pycparser.c_ast.Cast": [ "object", "pycparser.c_ast.Node" ] }, { "pycparser.c_ast.Compound": [ "object", "pycparser.c_ast.Node" ] }, { "pycparser.c_ast.CompoundLiteral": [ "object", "pycparser.c_ast.Node" ] }, { "pycparser.c_ast.Constant": [ "object", "pycparser.c_ast.Node" ] }, { "pycparser.c_ast.Continue": [ "object", "pycparser.c_ast.Node" ] }, { "pycparser.c_ast.Decl": [ "object", "pycparser.c_ast.Node" ] }, { "pycparser.c_ast.DeclList": [ "object", "pycparser.c_ast.Node" ] }, { "pycparser.c_ast.Default": [ "object", "pycparser.c_ast.Node" ] }, { "pycparser.c_ast.DoWhile": [ "object", "pycparser.c_ast.Node" ] }, { "pycparser.c_ast.EllipsisParam": [ "object", "pycparser.c_ast.Node" ] }, { "pycparser.c_ast.EmptyStatement": [ "object", "pycparser.c_ast.Node" ] }, { "pycparser.c_ast.Enum": [ "object", "pycparser.c_ast.Node" ] }, { "pycparser.c_ast.Enumerator": [ "object", "pycparser.c_ast.Node" ] }, { "pycparser.c_ast.EnumeratorList": [ "object", "pycparser.c_ast.Node" ] }, { "pycparser.c_ast.ExprList": [ "object", "pycparser.c_ast.Node" ] }, { "pycparser.c_ast.FileAST": [ "object", "pycparser.c_ast.Node" ] }, { "pycparser.c_ast.For": [ "object", "pycparser.c_ast.Node" ] }, { "pycparser.c_ast.FuncCall": [ "object", "pycparser.c_ast.Node" ] }, { "pycparser.c_ast.FuncDecl": [ "object", "pycparser.c_ast.Node" ] }, { "pycparser.c_ast.FuncDef": [ "object", "pycparser.c_ast.Node" ] }, { "pycparser.c_ast.Goto": [ "object", "pycparser.c_ast.Node" ] }, { "pycparser.c_ast.ID": [ "object", "pycparser.c_ast.Node" ] }, { "pycparser.c_ast.IdentifierType": [ "object", "pycparser.c_ast.Node" ] }, { "pycparser.c_ast.If": [ "object", "pycparser.c_ast.Node" ] }, { "pycparser.c_ast.InitList": [ "object", "pycparser.c_ast.Node" ] }, { "pycparser.c_ast.Label": [ "object", "pycparser.c_ast.Node" ] }, { "pycparser.c_ast.NamedInitializer": [ "object", "pycparser.c_ast.Node" ] }, { "pycparser.c_ast.Node": [ "object" ] }, { "pycparser.c_ast.NodeVisitor": [ "object" ] }, { "pycparser.c_ast.ParamList": [ "object", "pycparser.c_ast.Node" ] }, { "pycparser.c_ast.Pragma": [ "object", "pycparser.c_ast.Node" ] }, { "pycparser.c_ast.PtrDecl": [ "object", "pycparser.c_ast.Node" ] }, { "pycparser.c_ast.Return": [ "object", "pycparser.c_ast.Node" ] }, { "pycparser.c_ast.Struct": [ "object", "pycparser.c_ast.Node" ] }, { "pycparser.c_ast.StructRef": [ "object", "pycparser.c_ast.Node" ] }, { "pycparser.c_ast.Switch": [ "object", "pycparser.c_ast.Node" ] }, { "pycparser.c_ast.TernaryOp": [ "object", "pycparser.c_ast.Node" ] }, { "pycparser.c_ast.TypeDecl": [ "object", "pycparser.c_ast.Node" ] }, { "pycparser.c_ast.Typedef": [ "object", "pycparser.c_ast.Node" ] }, { "pycparser.c_ast.Typename": [ "object", "pycparser.c_ast.Node" ] }, { "pycparser.c_ast.UnaryOp": [ "object", "pycparser.c_ast.Node" ] }, { "pycparser.c_ast.Union": [ "object", "pycparser.c_ast.Node" ] }, { "pycparser.c_ast.While": [ "object", "pycparser.c_ast.Node" ] }, { "pycparser._ast_gen.ASTCodeGenerator": [ "object" ] }, { "pycparser._ast_gen.NodeCfg": [ "object" ] }, { "pyclbr.Class": [ "object" ] }, { "pyclbr.Function": [ "object" ] }, { "pycadf.tests.test_utils.TestUtils": [ "object", "pycadf.tests.base.TestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "pycadf.tests.test_cadf_spec.TestCADFSpec": [ "object", "pycadf.tests.base.TestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "pycadf.tests.test_cadf_spec.TestCADFSpec._create_none_validator_descriptor.Owner": [ "object" ] }, { "pycadf.tests.helper.test_api.TestApiHelper": [ "object", "pycadf.tests.base.TestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "pycadf.tests.base.TestCase": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "pycadf.resource.Resource": [ "object", "pycadf.cadftype.CADFAbstractType" ] }, { "pycadf.reporterstep.Reporterstep": [ "object", "pycadf.cadftype.CADFAbstractType" ] }, { "pycadf.reason.Reason": [ "object", "pycadf.cadftype.CADFAbstractType" ] }, { "pycadf.path.Path": [ "object", "pycadf.cadftype.CADFAbstractType" ] }, { "pycadf.metric.Metric": [ "object", "pycadf.cadftype.CADFAbstractType" ] }, { "pycadf.measurement.Measurement": [ "object", "pycadf.cadftype.CADFAbstractType" ] }, { "pycadf.host.Host": [ "object", "pycadf.cadftype.CADFAbstractType" ] }, { "pycadf.geolocation.Geolocation": [ "object", "pycadf.cadftype.CADFAbstractType" ] }, { "pycadf.eventfactory.EventFactory": [ "object" ] }, { "pycadf.event.Event": [ "object", "pycadf.cadftype.CADFAbstractType" ] }, { "pycadf.endpoint.Endpoint": [ "object", "pycadf.cadftype.CADFAbstractType" ] }, { "pycadf.credential.Credential": [ "object", "pycadf.cadftype.CADFAbstractType" ] }, { "pycadf.credential.FederatedCredential": [ "object", "pycadf.cadftype.CADFAbstractType", "pycadf.credential.Credential" ] }, { "pycadf.cadftype.CADFAbstractType": [ "object" ] }, { "pycadf.cadftype.ValidatorDescriptor": [ "object" ] }, { "pycadf.attachment.Attachment": [ "object", "pycadf.cadftype.CADFAbstractType" ] }, { "py_compile.PyCompileError": [ "BaseException", "Exception", "object" ] }, { "py_compile.PycInvalidationMode": [ "enum.Enum", "object" ] }, { "pyVmomi.vmodl.query.PropertyCollector": [ "object" ] }, { "pyVmomi.vmodl.query.PropertyCollector.FilterSpec": [ "object" ] }, { "pyVmomi.vmodl.query.PropertyCollector.ObjectContent": [ "object" ] }, { "pyVmomi.vmodl.query.PropertyCollector.ObjectSpec": [ "object" ] }, { "pyVmomi.vmodl.query.PropertyCollector.PropertySpec": [ "object" ] }, { "pyVmomi.vmodl.query.PropertyCollector.RetrieveOptions": [ "object" ] }, { "pyVmomi.vmodl.query.PropertyCollector.RetrieveResult": [ "object" ] }, { "pyVmomi.vmodl.query.PropertyCollector.TraversalSpec": [ "object" ] }, { "pyVmomi.vmodl.fault.InvalidArgument": [ "BaseException", "Exception", "object" ] }, { "pyVmomi.vmodl.DynamicProperty": [ "object" ] }, { "pyVmomi.vim.view.ContainerView": [ "object" ] }, { "pyVmomi.vim.view.ViewManager": [ "object" ] }, { "pyVmomi.vim.option.OptionManager": [ "object" ] }, { "pyVmomi.vim.option.OptionValue": [ "object" ] }, { "pyVmomi.vim.fault.InvalidName": [ "BaseException", "Exception", "object" ] }, { "pyVmomi.vim.fault.NoPermission": [ "BaseException", "Exception", "object" ] }, { "pyVmomi.vim.fault.RestrictedByAdministrator": [ "BaseException", "Exception", "object" ] }, { "pyVmomi.vim.event.Event": [ "object" ] }, { "pyVmomi.vim.event.EventFilterSpec": [ "object" ] }, { "pyVmomi.vim.event.EventFilterSpec.ByTime": [ "object" ] }, { "pyVmomi.vim.event.EventManager": [ "object" ] }, { "pyVmomi.vim.ClusterComputeResource": [ "object", "pyVmomi.vim.ManagedEntity", "pyVmomi.vim.ManagedObject" ] }, { "pyVmomi.vim.ComputeResource": [ "object", "pyVmomi.vim.ManagedEntity", "pyVmomi.vim.ManagedObject" ] }, { "pyVmomi.vim.Datacenter": [ "object", "pyVmomi.vim.ManagedEntity", "pyVmomi.vim.ManagedObject" ] }, { "pyVmomi.vim.Datastore": [ "object", "pyVmomi.vim.ManagedEntity", "pyVmomi.vim.ManagedObject" ] }, { "pyVmomi.vim.Folder": [ "object", "pyVmomi.vim.ManagedEntity", "pyVmomi.vim.ManagedObject" ] }, { "pyVmomi.vim.HostSystem": [ "object", "pyVmomi.vim.ManagedEntity", "pyVmomi.vim.ManagedObject" ] }, { "pyVmomi.vim.ManagedEntity": [ "object", "pyVmomi.vim.ManagedObject" ] }, { "pyVmomi.vim.ManagedObject": [ "object" ] }, { "pyVmomi.vim.PerformanceManager": [ "object" ] }, { "pyVmomi.vim.PerformanceManager.EntityMetricBase": [ "object" ] }, { "pyVmomi.vim.PerformanceManager.MetricId": [ "object" ] }, { "pyVmomi.vim.PerformanceManager.PerfCounterInfo": [ "object" ] }, { "pyVmomi.vim.PerformanceManager.QuerySpec": [ "object" ] }, { "pyVmomi.vim.ServiceInstance": [ "object" ] }, { "pyVmomi.vim.ServiceInstanceContent": [ "object" ] }, { "pyVmomi.vim.VirtualMachine": [ "object", "pyVmomi.vim.ManagedEntity", "pyVmomi.vim.ManagedObject" ] }, { "pyVmomi.vim.VirtualMachinePowerState": [ "enum.Enum", "object" ] }, { "pwd.struct_passwd": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "ptyprocess.util.PtyProcessError": [ "BaseException", "Exception", "object" ] }, { "ptyprocess.ptyprocess.FileNotFoundError": [ "BaseException", "Exception", "OSError", "object" ] }, { "ptyprocess.ptyprocess.PtyProcess": [ "object" ] }, { "ptyprocess.ptyprocess.PtyProcessUnicode": [ "object", "ptyprocess.ptyprocess.PtyProcess" ] }, { "ptyprocess.ptyprocess.TimeoutError": [ "BaseException", "Exception", "OSError", "object" ] }, { "psutil.tests.test_windows.RemoteProcessTestCase": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_windows.TestCpuAPIs": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "psutil.tests.test_windows.WindowsTestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_windows.TestDualProcessImplementation": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_windows.TestProcess": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "psutil.tests.test_windows.WindowsTestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_windows.TestProcessWMI": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "psutil.tests.test_windows.WindowsTestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_windows.TestSensorsBattery": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "psutil.tests.test_windows.WindowsTestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_windows.TestServices": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_windows.TestSystemAPIs": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "psutil.tests.test_windows.WindowsTestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_windows.WindowsTestCase": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_unicode.BaseUnicodeTest": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_unicode.TestFSAPIs": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "psutil.tests.test_unicode.BaseUnicodeTest", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_unicode.TestFSAPIsWithInvalidPath": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "psutil.tests.test_unicode.BaseUnicodeTest", "psutil.tests.test_unicode.TestFSAPIs", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_unicode.TestNonFSAPIS": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "psutil.tests.test_unicode.BaseUnicodeTest", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_testutils.TestFSTestUtils": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_testutils.TestMemLeakClass": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "psutil.tests.TestMemoryLeak", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_testutils.TestNetUtils": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_testutils.TestOtherUtils": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_testutils.TestProcessUtils": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_testutils.TestRetryDecorator": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_testutils.TestSyncTestUtils": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_testutils.TestTestingUtils": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_system.TestCpuAPIs": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_system.TestDiskAPIs": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_system.TestMemoryAPIs": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_system.TestMiscAPIs": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_system.TestNetAPIs": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_system.TestProcessAPIs": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_system.TestSensorsAPIs": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_sunos.SunOSSpecificTestCase": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_process.LimitedUserTestCase": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "psutil.tests.test_process.TestProcess", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_process.TestPopen": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_process.TestProcess": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_posix.TestMisc": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_posix.TestProcess": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_posix.TestSystemAPIs": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_osx.TestProcess": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_osx.TestSystemAPIs": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_misc.TestMisc": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_misc.TestMisc.test_memoize_when_activated.Foo": [ "object" ] }, { "psutil.tests.test_misc.TestScripts": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_misc.TestWrapNumbers": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_misc.nt": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil.tests.test_memleaks.TestModuleFunctionsLeaks": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "psutil.tests.TestMemoryLeak", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_memleaks.TestProcessDualImplementation": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "psutil.tests.TestMemoryLeak", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_memleaks.TestProcessObjectLeaks": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "psutil.tests.TestMemoryLeak", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_memleaks.TestTerminatedProcessLeaks": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "psutil.tests.TestMemoryLeak", "psutil.tests.test_memleaks.TestProcessObjectLeaks", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_linux.TestLoadAvg": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_linux.TestMisc": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_linux.TestProcess": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_linux.TestProcessAgainstStatus": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_linux.TestSensorsBattery": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_linux.TestSensorsBatteryEmulated": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_linux.TestSensorsFans": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_linux.TestSensorsTemperatures": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_linux.TestSystemCPUCountLogical": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_linux.TestSystemCPUCountPhysical": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_linux.TestSystemCPUFrequency": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_linux.TestSystemCPUStats": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_linux.TestSystemCPUTimes": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_linux.TestSystemDiskIoCounters": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_linux.TestSystemDiskPartitions": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_linux.TestSystemNetConnections": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_linux.TestSystemNetIOCounters": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_linux.TestSystemNetIfAddrs": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_linux.TestSystemNetIfStats": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_linux.TestSystemSwapMemory": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_linux.TestSystemVirtualMemory": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_linux.TestUtils": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_contracts.TestAvailConstantsAPIs": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_contracts.TestAvailProcessAPIs": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_contracts.TestAvailSystemAPIs": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_contracts.TestFetchAllProcesses": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_contracts.TestProcessWaitType": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_contracts.TestSystemAPITypes": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_connections.ConnectionTestCase": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_connections.TestBasicOperations": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "psutil.tests.test_connections.ConnectionTestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_connections.TestConnectedSocket": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "psutil.tests.test_connections.ConnectionTestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_connections.TestFilters": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "psutil.tests.test_connections.ConnectionTestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_connections.TestMisc": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_connections.TestSystemWideConnections": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "psutil.tests.test_connections.ConnectionTestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_connections.TestUnconnectedSockets": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "psutil.tests.test_connections.ConnectionTestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_bsd.BSDTestCase": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_bsd.FreeBSDPsutilTestCase": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_bsd.FreeBSDSystemTestCase": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_bsd.NetBSDTestCase": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_bsd.OpenBSDTestCase": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.test_aix.AIXSpecificTestCase": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.runner.ColouredResult": [ "object", "unittest.result.TestResult", "unittest.runner.TextTestResult" ] }, { "psutil.tests.runner.ColouredTextRunner": [ "object", "unittest.runner.TextTestRunner" ] }, { "psutil.tests.runner.ParallelRunner": [ "object", "psutil.tests.runner.ColouredTextRunner", "unittest.runner.TextTestRunner" ] }, { "psutil.tests.runner.TestLoader": [ "object" ] }, { "psutil.tests.PsutilTestCase": [ "object", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.TestCase": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.TestMemoryLeak": [ "object", "psutil.tests.PsutilTestCase", "psutil.tests.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "psutil.tests.ThreadTask": [ "object", "threading.Thread" ] }, { "psutil.tests.process_namespace": [ "object" ] }, { "psutil.tests.retry": [ "object" ] }, { "psutil.tests.system_namespace": [ "object" ] }, { "psutil._pswindows.IOPriority": [ "complex", "enum.Enum", "enum.IntEnum", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "psutil._pswindows.Priority": [ "complex", "enum.Enum", "enum.IntEnum", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "psutil._pswindows.Process": [ "object" ] }, { "psutil._pswindows.WindowsService": [ "object" ] }, { "psutil._pswindows.pfullmem": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._pswindows.pio": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._pswindows.pmem": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._pswindows.pmmap_ext": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._pswindows.pmmap_grouped": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._pswindows.scputimes": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._pswindows.svmem": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._pssunos.Process": [ "object" ] }, { "psutil._pssunos.Process.nt_mmap_ext": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._pssunos.Process.nt_mmap_grouped": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._pssunos.pcputimes": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._pssunos.pmem": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._pssunos.pmmap_ext": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._pssunos.pmmap_grouped": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._pssunos.scputimes": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._pssunos.svmem": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._psosx.Process": [ "object" ] }, { "psutil._psosx.pfullmem": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._psosx.pmem": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._psosx.scputimes": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._psosx.svmem": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._pslinux.Connections": [ "object" ] }, { "psutil._pslinux.IOPriority": [ "complex", "enum.Enum", "enum.IntEnum", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "psutil._pslinux.Process": [ "object" ] }, { "psutil._pslinux._Ipv6UnsupportedError": [ "BaseException", "Exception", "object" ] }, { "psutil._pslinux.pcputimes": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._pslinux.pfullmem": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._pslinux.pio": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._pslinux.pmem": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._pslinux.pmmap_ext": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._pslinux.pmmap_grouped": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._pslinux.popenfile": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._pslinux.prlimit.StructRlimit": [ "ctypes.Structure", "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "psutil._pslinux.sdiskio": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._pslinux.svmem": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "scputimes": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._psbsd.Process": [ "object" ] }, { "psutil._psbsd.Process.nt_mmap_ext": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._psbsd.Process.nt_mmap_grouped": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._psbsd.pcputimes": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._psbsd.pmem": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._psbsd.pmmap_ext": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._psbsd.pmmap_grouped": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._psbsd.scputimes": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._psbsd.svmem": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._psaix.Process": [ "object" ] }, { "psutil._psaix.pmem": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._psaix.scputimes": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._psaix.svmem": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._compat._HashedSeq": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._compat._instance_checking_exception.wrapped.TemporaryClass": [ "object" ] }, { "psutil._compat._instance_checking_exception.wrapped.TemporaryClass.__metaclass__": [ "object", "type", "typing.Generic" ] }, { "psutil._common.AccessDenied": [ "BaseException", "Exception", "object", "psutil._common.Error" ] }, { "psutil._common.BatteryTime": [ "complex", "enum.Enum", "enum.IntEnum", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "psutil._common.Error": [ "BaseException", "Exception", "object" ] }, { "psutil._common.NicDuplex": [ "complex", "enum.Enum", "enum.IntEnum", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "psutil._common.NoSuchProcess": [ "BaseException", "Exception", "object", "psutil._common.Error" ] }, { "psutil._common.TimeoutExpired": [ "BaseException", "Exception", "object", "psutil._common.Error" ] }, { "psutil._common.ZombieProcess": [ "BaseException", "Exception", "object", "psutil._common.Error", "psutil._common.NoSuchProcess" ] }, { "psutil._common._WrapNumbers": [ "object" ] }, { "psutil._common.addr": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._common.pconn": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._common.pcputimes": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._common.pctxsw": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._common.pgids": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._common.pio": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._common.pionice": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._common.popenfile": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._common.pthread": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._common.puids": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._common.sbattery": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._common.sconn": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._common.scpufreq": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._common.scpustats": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._common.sdiskio": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._common.sdiskpart": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._common.sdiskusage": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._common.sfan": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._common.shwtemp": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._common.snetio": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._common.snicaddr": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._common.snicstats": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._common.sswap": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil._common.suser": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "psutil.Popen": [ "object", "psutil.Process" ] }, { "psutil.Process": [ "object" ] }, { "pstats.SortKey": [ "enum.Enum", "object", "str", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "pstats.Stats": [ "object" ] }, { "prompt_toolkit.win32_types.CONSOLE_SCREEN_BUFFER_INFO": [ "ctypes.Structure", "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "prompt_toolkit.win32_types.COORD": [ "ctypes.Structure", "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "prompt_toolkit.win32_types.EVENT_RECORD": [ "ctypes.Union", "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "prompt_toolkit.win32_types.FOCUS_EVENT_RECORD": [ "ctypes.Structure", "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "prompt_toolkit.win32_types.INPUT_RECORD": [ "ctypes.Structure", "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "prompt_toolkit.win32_types.KEY_EVENT_RECORD": [ "ctypes.Structure", "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "prompt_toolkit.win32_types.MENU_EVENT_RECORD": [ "ctypes.Structure", "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "prompt_toolkit.win32_types.MOUSE_EVENT_RECORD": [ "ctypes.Structure", "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "prompt_toolkit.win32_types.SECURITY_ATTRIBUTES": [ "ctypes.Structure", "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "prompt_toolkit.win32_types.SMALL_RECT": [ "ctypes.Structure", "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "prompt_toolkit.win32_types.UNICODE_OR_ASCII": [ "ctypes.Union", "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "prompt_toolkit.win32_types.WINDOW_BUFFER_SIZE_RECORD": [ "ctypes.Structure", "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "prompt_toolkit.widgets.toolbars.ArgToolbar": [ "object" ] }, { "prompt_toolkit.widgets.toolbars.CompletionsToolbar": [ "object" ] }, { "prompt_toolkit.widgets.toolbars.FormattedTextToolbar": [ "object", "prompt_toolkit.layout.containers.Container", "prompt_toolkit.layout.containers.Window" ] }, { "prompt_toolkit.widgets.toolbars.SearchToolbar": [ "object" ] }, { "prompt_toolkit.widgets.toolbars.SystemToolbar": [ "object" ] }, { "prompt_toolkit.widgets.toolbars.ValidationToolbar": [ "object" ] }, { "prompt_toolkit.widgets.toolbars._CompletionsToolbarControl": [ "object", "prompt_toolkit.layout.controls.UIControl" ] }, { "prompt_toolkit.widgets.menus.MenuContainer": [ "object" ] }, { "prompt_toolkit.widgets.menus.MenuItem": [ "object" ] }, { "prompt_toolkit.widgets.dialogs.Dialog": [ "object" ] }, { "prompt_toolkit.widgets.base.Border": [ "object" ] }, { "prompt_toolkit.widgets.base.Box": [ "object" ] }, { "prompt_toolkit.widgets.base.Button": [ "object" ] }, { "prompt_toolkit.widgets.base.Checkbox": [ "object", "prompt_toolkit.widgets.base.CheckboxList", "prompt_toolkit.widgets.base._DialogList", "typing.Generic" ] }, { "prompt_toolkit.widgets.base.CheckboxList": [ "object", "prompt_toolkit.widgets.base._DialogList", "typing.Generic" ] }, { "prompt_toolkit.widgets.base.Frame": [ "object" ] }, { "prompt_toolkit.widgets.base.HorizontalLine": [ "object" ] }, { "prompt_toolkit.widgets.base.Label": [ "object" ] }, { "prompt_toolkit.widgets.base.ProgressBar": [ "object" ] }, { "prompt_toolkit.widgets.base.RadioList": [ "object", "prompt_toolkit.widgets.base._DialogList", "typing.Generic" ] }, { "prompt_toolkit.widgets.base.Shadow": [ "object" ] }, { "prompt_toolkit.widgets.base.TextArea": [ "object" ] }, { "prompt_toolkit.widgets.base.VerticalLine": [ "object" ] }, { "prompt_toolkit.widgets.base._DialogList": [ "object", "typing.Generic" ] }, { "prompt_toolkit.validation.ConditionalValidator": [ "object", "prompt_toolkit.validation.Validator" ] }, { "prompt_toolkit.validation.DummyValidator": [ "object", "prompt_toolkit.validation.Validator" ] }, { "prompt_toolkit.validation.DynamicValidator": [ "object", "prompt_toolkit.validation.Validator" ] }, { "prompt_toolkit.validation.ThreadedValidator": [ "object", "prompt_toolkit.validation.Validator" ] }, { "prompt_toolkit.validation.ValidationError": [ "BaseException", "Exception", "object" ] }, { "prompt_toolkit.validation.Validator": [ "object" ] }, { "prompt_toolkit.validation._ValidatorFromCallable": [ "object", "prompt_toolkit.validation.Validator" ] }, { "prompt_toolkit.utils.DummyContext": [ "object", "typing.ContextManager", "typing.Generic", "typing.Protocol" ] }, { "prompt_toolkit.utils.Event": [ "object", "typing.Generic" ] }, { "prompt_toolkit.utils._CharSizesCache": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "prompt_toolkit.styles.style_transformation.AdjustBrightnessStyleTransformation": [ "object", "prompt_toolkit.styles.style_transformation.StyleTransformation" ] }, { "prompt_toolkit.styles.style_transformation.ConditionalStyleTransformation": [ "object", "prompt_toolkit.styles.style_transformation.StyleTransformation" ] }, { "prompt_toolkit.styles.style_transformation.DummyStyleTransformation": [ "object", "prompt_toolkit.styles.style_transformation.StyleTransformation" ] }, { "prompt_toolkit.styles.style_transformation.DynamicStyleTransformation": [ "object", "prompt_toolkit.styles.style_transformation.StyleTransformation" ] }, { "prompt_toolkit.styles.style_transformation.ReverseStyleTransformation": [ "object", "prompt_toolkit.styles.style_transformation.StyleTransformation" ] }, { "prompt_toolkit.styles.style_transformation.SetDefaultColorStyleTransformation": [ "object", "prompt_toolkit.styles.style_transformation.StyleTransformation" ] }, { "prompt_toolkit.styles.style_transformation.StyleTransformation": [ "object" ] }, { "prompt_toolkit.styles.style_transformation.SwapLightAndDarkStyleTransformation": [ "object", "prompt_toolkit.styles.style_transformation.StyleTransformation" ] }, { "prompt_toolkit.styles.style_transformation._MergedStyleTransformation": [ "object", "prompt_toolkit.styles.style_transformation.StyleTransformation" ] }, { "prompt_toolkit.styles.style.Priority": [ "enum.Enum", "object" ] }, { "prompt_toolkit.styles.style.Style": [ "object", "prompt_toolkit.styles.base.BaseStyle" ] }, { "prompt_toolkit.styles.style._MergedStyle": [ "object", "prompt_toolkit.styles.base.BaseStyle" ] }, { "prompt_toolkit.styles.base.Attrs": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "prompt_toolkit.styles.base.BaseStyle": [ "object" ] }, { "prompt_toolkit.styles.base.DummyStyle": [ "object", "prompt_toolkit.styles.base.BaseStyle" ] }, { "prompt_toolkit.styles.base.DynamicStyle": [ "object", "prompt_toolkit.styles.base.BaseStyle" ] }, { "prompt_toolkit.shortcuts.prompt.CompleteStyle": [ "enum.Enum", "object", "str", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "prompt_toolkit.shortcuts.prompt.PromptSession": [ "object", "typing.Generic" ] }, { "prompt_toolkit.shortcuts.prompt._RPrompt": [ "object", "prompt_toolkit.layout.containers.Container", "prompt_toolkit.layout.containers.Window" ] }, { "prompt_toolkit.shortcuts.progress_bar.formatters.Bar": [ "object", "prompt_toolkit.shortcuts.progress_bar.formatters.Formatter" ] }, { "prompt_toolkit.shortcuts.progress_bar.formatters.Formatter": [ "object" ] }, { "prompt_toolkit.shortcuts.progress_bar.formatters.IterationsPerSecond": [ "object", "prompt_toolkit.shortcuts.progress_bar.formatters.Formatter" ] }, { "prompt_toolkit.shortcuts.progress_bar.formatters.Label": [ "object", "prompt_toolkit.shortcuts.progress_bar.formatters.Formatter" ] }, { "prompt_toolkit.shortcuts.progress_bar.formatters.Percentage": [ "object", "prompt_toolkit.shortcuts.progress_bar.formatters.Formatter" ] }, { "prompt_toolkit.shortcuts.progress_bar.formatters.Progress": [ "object", "prompt_toolkit.shortcuts.progress_bar.formatters.Formatter" ] }, { "prompt_toolkit.shortcuts.progress_bar.formatters.Rainbow": [ "object", "prompt_toolkit.shortcuts.progress_bar.formatters.Formatter" ] }, { "prompt_toolkit.shortcuts.progress_bar.formatters.SpinningWheel": [ "object", "prompt_toolkit.shortcuts.progress_bar.formatters.Formatter" ] }, { "prompt_toolkit.shortcuts.progress_bar.formatters.Text": [ "object", "prompt_toolkit.shortcuts.progress_bar.formatters.Formatter" ] }, { "prompt_toolkit.shortcuts.progress_bar.formatters.TimeElapsed": [ "object", "prompt_toolkit.shortcuts.progress_bar.formatters.Formatter" ] }, { "prompt_toolkit.shortcuts.progress_bar.formatters.TimeLeft": [ "object", "prompt_toolkit.shortcuts.progress_bar.formatters.Formatter" ] }, { "prompt_toolkit.shortcuts.progress_bar.base.ProgressBar": [ "object" ] }, { "prompt_toolkit.shortcuts.progress_bar.base.ProgressBarCounter": [ "object", "typing.Generic" ] }, { "prompt_toolkit.shortcuts.progress_bar.base._ProgressControl": [ "object", "prompt_toolkit.layout.controls.UIControl" ] }, { "prompt_toolkit.selection.PasteMode": [ "enum.Enum", "object" ] }, { "prompt_toolkit.selection.SelectionState": [ "object" ] }, { "prompt_toolkit.selection.SelectionType": [ "enum.Enum", "object" ] }, { "prompt_toolkit.search.SearchDirection": [ "enum.Enum", "object" ] }, { "prompt_toolkit.search.SearchState": [ "object" ] }, { "prompt_toolkit.renderer.CPR_Support": [ "enum.Enum", "object" ] }, { "prompt_toolkit.renderer.HeightIsUnknownError": [ "BaseException", "Exception", "object" ] }, { "prompt_toolkit.renderer.Renderer": [ "object" ] }, { "prompt_toolkit.renderer._StyleStringHasStyleCache": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "prompt_toolkit.renderer._StyleStringToAttrsCache": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "prompt_toolkit.patch_stdout.StdoutProxy": [ "object" ] }, { "prompt_toolkit.patch_stdout._Done": [ "object" ] }, { "prompt_toolkit.output.windows10.Windows10_Output": [ "object" ] }, { "prompt_toolkit.output.win32.BACKGROUND_COLOR": [ "object" ] }, { "prompt_toolkit.output.win32.ColorLookupTable": [ "object" ] }, { "prompt_toolkit.output.win32.FOREGROUND_COLOR": [ "object" ] }, { "prompt_toolkit.output.win32.NoConsoleScreenBufferError": [ "BaseException", "Exception", "object" ] }, { "prompt_toolkit.output.win32.Win32Output": [ "object", "prompt_toolkit.output.base.Output" ] }, { "prompt_toolkit.output.vt100.Vt100_Output": [ "object", "prompt_toolkit.output.base.Output" ] }, { "prompt_toolkit.output.vt100._16ColorCache": [ "object" ] }, { "prompt_toolkit.output.vt100._256ColorCache": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "prompt_toolkit.output.vt100._EscapeCodeCache": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "prompt_toolkit.output.conemu.ConEmuOutput": [ "object" ] }, { "prompt_toolkit.output.color_depth.ColorDepth": [ "enum.Enum", "object", "str", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "prompt_toolkit.output.base.DummyOutput": [ "object", "prompt_toolkit.output.base.Output" ] }, { "prompt_toolkit.output.base.Output": [ "object" ] }, { "prompt_toolkit.mouse_events.MouseEvent": [ "object" ] }, { "prompt_toolkit.mouse_events.MouseEventType": [ "enum.Enum", "object" ] }, { "prompt_toolkit.lexers.pygments.PygmentsLexer": [ "object", "prompt_toolkit.lexers.base.Lexer" ] }, { "prompt_toolkit.lexers.pygments.RegexSync": [ "object", "prompt_toolkit.lexers.pygments.SyntaxSync" ] }, { "prompt_toolkit.lexers.pygments.SyncFromStart": [ "object", "prompt_toolkit.lexers.pygments.SyntaxSync" ] }, { "prompt_toolkit.lexers.pygments.SyntaxSync": [ "object" ] }, { "prompt_toolkit.lexers.pygments._TokenCache": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "prompt_toolkit.lexers.base.DynamicLexer": [ "object", "prompt_toolkit.lexers.base.Lexer" ] }, { "prompt_toolkit.lexers.base.Lexer": [ "object" ] }, { "prompt_toolkit.lexers.base.SimpleLexer": [ "object", "prompt_toolkit.lexers.base.Lexer" ] }, { "prompt_toolkit.layout.utils._ExplodedList": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "prompt_toolkit.layout.scrollable_pane.ScrollablePane": [ "object", "prompt_toolkit.layout.containers.Container" ] }, { "prompt_toolkit.layout.screen.Char": [ "object" ] }, { "prompt_toolkit.layout.screen.Screen": [ "object" ] }, { "prompt_toolkit.layout.screen.WritePosition": [ "object" ] }, { "prompt_toolkit.layout.processors.AfterInput": [ "object", "prompt_toolkit.layout.processors.Processor" ] }, { "prompt_toolkit.layout.processors.AppendAutoSuggestion": [ "object", "prompt_toolkit.layout.processors.Processor" ] }, { "prompt_toolkit.layout.processors.BeforeInput": [ "object", "prompt_toolkit.layout.processors.Processor" ] }, { "prompt_toolkit.layout.processors.ConditionalProcessor": [ "object", "prompt_toolkit.layout.processors.Processor" ] }, { "prompt_toolkit.layout.processors.DisplayMultipleCursors": [ "object", "prompt_toolkit.layout.processors.Processor" ] }, { "prompt_toolkit.layout.processors.DummyProcessor": [ "object", "prompt_toolkit.layout.processors.Processor" ] }, { "prompt_toolkit.layout.processors.DynamicProcessor": [ "object", "prompt_toolkit.layout.processors.Processor" ] }, { "prompt_toolkit.layout.processors.HighlightIncrementalSearchProcessor": [ "object", "prompt_toolkit.layout.processors.HighlightSearchProcessor", "prompt_toolkit.layout.processors.Processor" ] }, { "prompt_toolkit.layout.processors.HighlightMatchingBracketProcessor": [ "object", "prompt_toolkit.layout.processors.Processor" ] }, { "prompt_toolkit.layout.processors.HighlightSearchProcessor": [ "object", "prompt_toolkit.layout.processors.Processor" ] }, { "prompt_toolkit.layout.processors.HighlightSelectionProcessor": [ "object", "prompt_toolkit.layout.processors.Processor" ] }, { "prompt_toolkit.layout.processors.PasswordProcessor": [ "object", "prompt_toolkit.layout.processors.Processor" ] }, { "prompt_toolkit.layout.processors.Processor": [ "object" ] }, { "prompt_toolkit.layout.processors.ReverseSearchProcessor": [ "object", "prompt_toolkit.layout.processors.Processor" ] }, { "prompt_toolkit.layout.processors.ShowArg": [ "object", "prompt_toolkit.layout.processors.BeforeInput", "prompt_toolkit.layout.processors.Processor" ] }, { "prompt_toolkit.layout.processors.ShowLeadingWhiteSpaceProcessor": [ "object", "prompt_toolkit.layout.processors.Processor" ] }, { "prompt_toolkit.layout.processors.ShowTrailingWhiteSpaceProcessor": [ "object", "prompt_toolkit.layout.processors.Processor" ] }, { "prompt_toolkit.layout.processors.TabsProcessor": [ "object", "prompt_toolkit.layout.processors.Processor" ] }, { "prompt_toolkit.layout.processors.Transformation": [ "object" ] }, { "prompt_toolkit.layout.processors.TransformationInput": [ "object" ] }, { "prompt_toolkit.layout.processors._MergedProcessor": [ "object", "prompt_toolkit.layout.processors.Processor" ] }, { "prompt_toolkit.layout.mouse_handlers.MouseHandlers": [ "object" ] }, { "prompt_toolkit.layout.menus.CompletionsMenu": [ "object", "prompt_toolkit.layout.containers.ConditionalContainer", "prompt_toolkit.layout.containers.Container" ] }, { "prompt_toolkit.layout.menus.CompletionsMenuControl": [ "object", "prompt_toolkit.layout.controls.UIControl" ] }, { "prompt_toolkit.layout.menus.MultiColumnCompletionMenuControl": [ "object", "prompt_toolkit.layout.controls.UIControl" ] }, { "prompt_toolkit.layout.menus.MultiColumnCompletionsMenu": [ "object", "prompt_toolkit.layout.containers.Container", "prompt_toolkit.layout.containers.HSplit", "prompt_toolkit.layout.containers._Split" ] }, { "prompt_toolkit.layout.menus._SelectedCompletionMetaControl": [ "object", "prompt_toolkit.layout.controls.UIControl" ] }, { "prompt_toolkit.layout.margins.ConditionalMargin": [ "object", "prompt_toolkit.layout.margins.Margin" ] }, { "prompt_toolkit.layout.margins.Margin": [ "object" ] }, { "prompt_toolkit.layout.margins.NumberedMargin": [ "object", "prompt_toolkit.layout.margins.Margin" ] }, { "prompt_toolkit.layout.margins.PromptMargin": [ "object", "prompt_toolkit.layout.margins.Margin" ] }, { "prompt_toolkit.layout.margins.ScrollbarMargin": [ "object", "prompt_toolkit.layout.margins.Margin" ] }, { "prompt_toolkit.layout.layout.InvalidLayoutError": [ "BaseException", "Exception", "object" ] }, { "prompt_toolkit.layout.layout.Layout": [ "object" ] }, { "prompt_toolkit.layout.dimension.Dimension": [ "object" ] }, { "prompt_toolkit.layout.controls.BufferControl": [ "object", "prompt_toolkit.layout.controls.UIControl" ] }, { "prompt_toolkit.layout.controls.DummyControl": [ "object", "prompt_toolkit.layout.controls.UIControl" ] }, { "prompt_toolkit.layout.controls.FormattedTextControl": [ "object", "prompt_toolkit.layout.controls.UIControl" ] }, { "prompt_toolkit.layout.controls.SearchBufferControl": [ "object", "prompt_toolkit.layout.controls.BufferControl", "prompt_toolkit.layout.controls.UIControl" ] }, { "prompt_toolkit.layout.controls.UIContent": [ "object" ] }, { "prompt_toolkit.layout.controls.UIControl": [ "object" ] }, { "prompt_toolkit.layout.controls._ProcessedLine": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "prompt_toolkit.layout.containers.ColorColumn": [ "object" ] }, { "prompt_toolkit.layout.containers.ConditionalContainer": [ "object", "prompt_toolkit.layout.containers.Container" ] }, { "prompt_toolkit.layout.containers.Container": [ "object" ] }, { "prompt_toolkit.layout.containers.DynamicContainer": [ "object", "prompt_toolkit.layout.containers.Container" ] }, { "prompt_toolkit.layout.containers.Float": [ "object" ] }, { "prompt_toolkit.layout.containers.FloatContainer": [ "object", "prompt_toolkit.layout.containers.Container" ] }, { "prompt_toolkit.layout.containers.HSplit": [ "object", "prompt_toolkit.layout.containers.Container", "prompt_toolkit.layout.containers._Split" ] }, { "prompt_toolkit.layout.containers.HorizontalAlign": [ "enum.Enum", "object" ] }, { "prompt_toolkit.layout.containers.MagicContainer": [ "object", "typing.Generic", "typing.Protocol" ] }, { "prompt_toolkit.layout.containers.ScrollOffsets": [ "object" ] }, { "prompt_toolkit.layout.containers.VSplit": [ "object", "prompt_toolkit.layout.containers.Container", "prompt_toolkit.layout.containers._Split" ] }, { "prompt_toolkit.layout.containers.VerticalAlign": [ "enum.Enum", "object" ] }, { "prompt_toolkit.layout.containers.Window": [ "object", "prompt_toolkit.layout.containers.Container" ] }, { "prompt_toolkit.layout.containers.WindowAlign": [ "enum.Enum", "object" ] }, { "prompt_toolkit.layout.containers.WindowRenderInfo": [ "object" ] }, { "prompt_toolkit.layout.containers._Split": [ "object", "prompt_toolkit.layout.containers.Container" ] }, { "prompt_toolkit.keys.Keys": [ "enum.Enum", "object", "str", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "prompt_toolkit.key_binding.vi_state.CharacterFind": [ "object" ] }, { "prompt_toolkit.key_binding.vi_state.InputMode": [ "enum.Enum", "object", "str", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "prompt_toolkit.key_binding.vi_state.ViState": [ "object" ] }, { "prompt_toolkit.key_binding.key_processor.KeyPress": [ "object" ] }, { "prompt_toolkit.key_binding.key_processor.KeyPressEvent": [ "object" ] }, { "prompt_toolkit.key_binding.key_processor.KeyProcessor": [ "object" ] }, { "prompt_toolkit.key_binding.key_bindings.Binding": [ "object" ] }, { "prompt_toolkit.key_binding.key_bindings.ConditionalKeyBindings": [ "object", "prompt_toolkit.key_binding.key_bindings.KeyBindingsBase", "prompt_toolkit.key_binding.key_bindings._Proxy" ] }, { "prompt_toolkit.key_binding.key_bindings.DynamicKeyBindings": [ "object", "prompt_toolkit.key_binding.key_bindings.KeyBindingsBase", "prompt_toolkit.key_binding.key_bindings._Proxy" ] }, { "prompt_toolkit.key_binding.key_bindings.GlobalOnlyKeyBindings": [ "object", "prompt_toolkit.key_binding.key_bindings.KeyBindingsBase", "prompt_toolkit.key_binding.key_bindings._Proxy" ] }, { "prompt_toolkit.key_binding.key_bindings.KeyBindings": [ "object", "prompt_toolkit.key_binding.key_bindings.KeyBindingsBase" ] }, { "prompt_toolkit.key_binding.key_bindings.KeyBindingsBase": [ "object" ] }, { "prompt_toolkit.key_binding.key_bindings._MergedKeyBindings": [ "object", "prompt_toolkit.key_binding.key_bindings.KeyBindingsBase", "prompt_toolkit.key_binding.key_bindings._Proxy" ] }, { "prompt_toolkit.key_binding.key_bindings._Proxy": [ "object", "prompt_toolkit.key_binding.key_bindings.KeyBindingsBase" ] }, { "prompt_toolkit.key_binding.emacs_state.EmacsState": [ "object" ] }, { "prompt_toolkit.key_binding.bindings.vi.TextObject": [ "object" ] }, { "prompt_toolkit.key_binding.bindings.vi.TextObjectType": [ "enum.Enum", "object" ] }, { "prompt_toolkit.input.win32_pipe.Win32PipeInput": [ "object", "prompt_toolkit.input.base.Input", "prompt_toolkit.input.base.PipeInput", "prompt_toolkit.input.win32._Win32InputBase" ] }, { "prompt_toolkit.input.win32.ConsoleInputReader": [ "object" ] }, { "prompt_toolkit.input.win32.Win32Input": [ "object", "prompt_toolkit.input.base.Input", "prompt_toolkit.input.win32._Win32InputBase" ] }, { "prompt_toolkit.input.win32._Win32Handles": [ "object" ] }, { "prompt_toolkit.input.win32._Win32InputBase": [ "object", "prompt_toolkit.input.base.Input" ] }, { "prompt_toolkit.input.win32.cooked_mode": [ "object", "prompt_toolkit.input.win32.raw_mode" ] }, { "prompt_toolkit.input.win32.raw_mode": [ "object" ] }, { "prompt_toolkit.input.vt100_parser.Vt100Parser": [ "object" ] }, { "prompt_toolkit.input.vt100_parser._Flush": [ "object" ] }, { "prompt_toolkit.input.vt100_parser._IsPrefixOfLongerMatchCache": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "prompt_toolkit.input.vt100.Vt100Input": [ "object", "prompt_toolkit.input.base.Input" ] }, { "prompt_toolkit.input.vt100.cooked_mode": [ "object", "prompt_toolkit.input.vt100.raw_mode" ] }, { "prompt_toolkit.input.vt100.raw_mode": [ "object" ] }, { "prompt_toolkit.input.posix_utils.PosixStdinReader": [ "object" ] }, { "prompt_toolkit.input.posix_pipe.PosixPipeInput": [ "object", "prompt_toolkit.input.base.Input", "prompt_toolkit.input.base.PipeInput", "prompt_toolkit.input.vt100.Vt100Input" ] }, { "prompt_toolkit.input.posix_pipe.PosixPipeInput.__init__.Stdin": [ "object" ] }, { "prompt_toolkit.input.base.DummyInput": [ "object", "prompt_toolkit.input.base.Input" ] }, { "prompt_toolkit.input.base.Input": [ "object" ] }, { "prompt_toolkit.input.base.PipeInput": [ "object", "prompt_toolkit.input.base.Input" ] }, { "prompt_toolkit.history.DummyHistory": [ "object", "prompt_toolkit.history.History" ] }, { "prompt_toolkit.history.FileHistory": [ "object", "prompt_toolkit.history.History" ] }, { "prompt_toolkit.history.History": [ "object" ] }, { "prompt_toolkit.history.InMemoryHistory": [ "object", "prompt_toolkit.history.History" ] }, { "prompt_toolkit.history.ThreadedHistory": [ "object", "prompt_toolkit.history.History" ] }, { "prompt_toolkit.formatted_text.pygments.PygmentsTokens": [ "object" ] }, { "prompt_toolkit.formatted_text.html.HTML": [ "object" ] }, { "prompt_toolkit.formatted_text.base.FormattedText": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "prompt_toolkit.formatted_text.base.MagicFormattedText": [ "object", "typing.Generic", "typing.Protocol" ] }, { "prompt_toolkit.formatted_text.base.Template": [ "object" ] }, { "prompt_toolkit.formatted_text.ansi.ANSI": [ "object" ] }, { "prompt_toolkit.filters.base.Always": [ "object", "prompt_toolkit.filters.base.Filter" ] }, { "prompt_toolkit.filters.base.Condition": [ "object", "prompt_toolkit.filters.base.Filter" ] }, { "prompt_toolkit.filters.base.Filter": [ "object" ] }, { "prompt_toolkit.filters.base.Never": [ "object", "prompt_toolkit.filters.base.Filter" ] }, { "prompt_toolkit.filters.base._AndCache": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "prompt_toolkit.filters.base._AndList": [ "object", "prompt_toolkit.filters.base.Filter" ] }, { "prompt_toolkit.filters.base._Invert": [ "object", "prompt_toolkit.filters.base.Filter" ] }, { "prompt_toolkit.filters.base._InvertCache": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "prompt_toolkit.filters.base._OrCache": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "prompt_toolkit.filters.base._OrList": [ "object", "prompt_toolkit.filters.base.Filter" ] }, { "prompt_toolkit.eventloop.inputhook.InputHookContext": [ "object" ] }, { "prompt_toolkit.eventloop.inputhook.InputHookSelector": [ "object", "selectors.BaseSelector" ] }, { "prompt_toolkit.eventloop.dummy_contextvars.Context": [ "object" ] }, { "prompt_toolkit.eventloop.dummy_contextvars.ContextVar": [ "object", "typing.Generic" ] }, { "prompt_toolkit.eventloop.dummy_contextvars.Token": [ "object", "typing.Generic" ] }, { "prompt_toolkit.eventloop.async_generator._Done": [ "object" ] }, { "prompt_toolkit.eventloop.async_context_manager.AbstractAsyncContextManager": [ "abc.ABC", "object" ] }, { "prompt_toolkit.eventloop.async_context_manager._AsyncGeneratorContextManager": [ "abc.ABC", "object", "prompt_toolkit.eventloop.async_context_manager.AbstractAsyncContextManager", "prompt_toolkit.eventloop.async_context_manager._GeneratorContextManagerBase" ] }, { "prompt_toolkit.eventloop.async_context_manager._GeneratorContextManagerBase": [ "object" ] }, { "prompt_toolkit.enums.EditingMode": [ "enum.Enum", "object" ] }, { "prompt_toolkit.document.Document": [ "object" ] }, { "prompt_toolkit.document._DocumentCache": [ "object" ] }, { "prompt_toolkit.document._ImmutableLineList": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "prompt_toolkit.data_structures.Point": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "prompt_toolkit.data_structures.Size": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "prompt_toolkit.contrib.telnet.server.TelnetConnection": [ "object" ] }, { "prompt_toolkit.contrib.telnet.server.TelnetServer": [ "object" ] }, { "prompt_toolkit.contrib.telnet.server._ConnectionStdout": [ "object" ] }, { "prompt_toolkit.contrib.telnet.protocol.TelnetProtocolParser": [ "object" ] }, { "prompt_toolkit.contrib.ssh.server.PromptToolkitSSHServer": [ "object" ] }, { "prompt_toolkit.contrib.ssh.server.PromptToolkitSSHSession": [ "object" ] }, { "prompt_toolkit.contrib.ssh.server.PromptToolkitSSHSession.__init__.Stdout": [ "object" ] }, { "prompt_toolkit.contrib.regular_languages.validation.GrammarValidator": [ "object", "prompt_toolkit.validation.Validator" ] }, { "prompt_toolkit.contrib.regular_languages.regex_parser.AnyNode": [ "object", "prompt_toolkit.contrib.regular_languages.regex_parser.Node" ] }, { "prompt_toolkit.contrib.regular_languages.regex_parser.Lookahead": [ "object", "prompt_toolkit.contrib.regular_languages.regex_parser.Node" ] }, { "prompt_toolkit.contrib.regular_languages.regex_parser.Node": [ "object" ] }, { "prompt_toolkit.contrib.regular_languages.regex_parser.NodeSequence": [ "object", "prompt_toolkit.contrib.regular_languages.regex_parser.Node" ] }, { "prompt_toolkit.contrib.regular_languages.regex_parser.Regex": [ "object", "prompt_toolkit.contrib.regular_languages.regex_parser.Node" ] }, { "prompt_toolkit.contrib.regular_languages.regex_parser.Repeat": [ "object", "prompt_toolkit.contrib.regular_languages.regex_parser.Node" ] }, { "prompt_toolkit.contrib.regular_languages.regex_parser.Variable": [ "object", "prompt_toolkit.contrib.regular_languages.regex_parser.Node" ] }, { "prompt_toolkit.contrib.regular_languages.lexer.GrammarLexer": [ "object", "prompt_toolkit.lexers.base.Lexer" ] }, { "prompt_toolkit.contrib.regular_languages.completion.GrammarCompleter": [ "object", "prompt_toolkit.completion.base.Completer" ] }, { "prompt_toolkit.contrib.regular_languages.compiler.Match": [ "object" ] }, { "prompt_toolkit.contrib.regular_languages.compiler.MatchVariable": [ "object" ] }, { "prompt_toolkit.contrib.regular_languages.compiler.Variables": [ "object" ] }, { "prompt_toolkit.contrib.regular_languages.compiler._CompiledGrammar": [ "object" ] }, { "prompt_toolkit.contrib.completers.system.SystemCompleter": [ "object", "prompt_toolkit.completion.base.Completer", "prompt_toolkit.contrib.regular_languages.completion.GrammarCompleter" ] }, { "prompt_toolkit.completion.word_completer.WordCompleter": [ "object", "prompt_toolkit.completion.base.Completer" ] }, { "prompt_toolkit.completion.nested.NestedCompleter": [ "object", "prompt_toolkit.completion.base.Completer" ] }, { "prompt_toolkit.completion.fuzzy_completer.FuzzyCompleter": [ "object", "prompt_toolkit.completion.base.Completer" ] }, { "prompt_toolkit.completion.fuzzy_completer.FuzzyWordCompleter": [ "object", "prompt_toolkit.completion.base.Completer" ] }, { "prompt_toolkit.completion.fuzzy_completer._FuzzyMatch": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "prompt_toolkit.completion.filesystem.ExecutableCompleter": [ "object", "prompt_toolkit.completion.base.Completer", "prompt_toolkit.completion.filesystem.PathCompleter" ] }, { "prompt_toolkit.completion.filesystem.PathCompleter": [ "object", "prompt_toolkit.completion.base.Completer" ] }, { "prompt_toolkit.completion.deduplicate.DeduplicateCompleter": [ "object", "prompt_toolkit.completion.base.Completer" ] }, { "prompt_toolkit.completion.base.CompleteEvent": [ "object" ] }, { "prompt_toolkit.completion.base.Completer": [ "object" ] }, { "prompt_toolkit.completion.base.Completion": [ "object" ] }, { "prompt_toolkit.completion.base.ConditionalCompleter": [ "object", "prompt_toolkit.completion.base.Completer" ] }, { "prompt_toolkit.completion.base.DummyCompleter": [ "object", "prompt_toolkit.completion.base.Completer" ] }, { "prompt_toolkit.completion.base.DynamicCompleter": [ "object", "prompt_toolkit.completion.base.Completer" ] }, { "prompt_toolkit.completion.base.ThreadedCompleter": [ "object", "prompt_toolkit.completion.base.Completer" ] }, { "prompt_toolkit.completion.base._MergedCompleter": [ "object", "prompt_toolkit.completion.base.Completer" ] }, { "prompt_toolkit.clipboard.pyperclip.PyperclipClipboard": [ "object", "prompt_toolkit.clipboard.base.Clipboard" ] }, { "prompt_toolkit.clipboard.in_memory.InMemoryClipboard": [ "object", "prompt_toolkit.clipboard.base.Clipboard" ] }, { "prompt_toolkit.clipboard.base.Clipboard": [ "object" ] }, { "prompt_toolkit.clipboard.base.ClipboardData": [ "object" ] }, { "prompt_toolkit.clipboard.base.DummyClipboard": [ "object", "prompt_toolkit.clipboard.base.Clipboard" ] }, { "prompt_toolkit.clipboard.base.DynamicClipboard": [ "object", "prompt_toolkit.clipboard.base.Clipboard" ] }, { "prompt_toolkit.cache.FastDictCache": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "prompt_toolkit.cache.SimpleCache": [ "object", "typing.Generic" ] }, { "prompt_toolkit.buffer.Buffer": [ "object" ] }, { "prompt_toolkit.buffer.CompletionState": [ "object" ] }, { "prompt_toolkit.buffer.EditReadOnlyBuffer": [ "BaseException", "Exception", "object" ] }, { "prompt_toolkit.buffer.ValidationState": [ "enum.Enum", "object" ] }, { "prompt_toolkit.buffer.YankNthArgState": [ "object" ] }, { "prompt_toolkit.buffer._Retry": [ "BaseException", "Exception", "object" ] }, { "prompt_toolkit.auto_suggest.AutoSuggest": [ "object" ] }, { "prompt_toolkit.auto_suggest.AutoSuggestFromHistory": [ "object", "prompt_toolkit.auto_suggest.AutoSuggest" ] }, { "prompt_toolkit.auto_suggest.ConditionalAutoSuggest": [ "object", "prompt_toolkit.auto_suggest.AutoSuggest" ] }, { "prompt_toolkit.auto_suggest.DummyAutoSuggest": [ "object", "prompt_toolkit.auto_suggest.AutoSuggest" ] }, { "prompt_toolkit.auto_suggest.DynamicAutoSuggest": [ "object", "prompt_toolkit.auto_suggest.AutoSuggest" ] }, { "prompt_toolkit.auto_suggest.Suggestion": [ "object" ] }, { "prompt_toolkit.auto_suggest.ThreadedAutoSuggest": [ "object", "prompt_toolkit.auto_suggest.AutoSuggest" ] }, { "prompt_toolkit.application.dummy.DummyApplication": [ "object", "prompt_toolkit.application.application.Application", "typing.Generic" ] }, { "prompt_toolkit.application.current.AppSession": [ "object" ] }, { "prompt_toolkit.application.application.Application": [ "object", "typing.Generic" ] }, { "prompt_toolkit.application.application._CombinedRegistry": [ "object", "prompt_toolkit.key_binding.key_bindings.KeyBindingsBase" ] }, { "promise.utils.deprecated": [ "object" ] }, { "promise.schedulers.thread.ThreadScheduler": [ "object" ] }, { "promise.schedulers.immediate.ImmediateScheduler": [ "object" ] }, { "promise.schedulers.gevent.GeventScheduler": [ "object" ] }, { "promise.schedulers.asyncio.AsyncioScheduler": [ "object" ] }, { "promise.promise_list.PromiseList": [ "object" ] }, { "promise.promise.Promise": [ "object", "typing.Generic" ] }, { "promise.dataloader.DataLoader": [ "object", "threading.local" ] }, { "promise.dataloader.Loader": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "promise.compat.Future": [ "object" ] }, { "promise.async_.Async": [ "object", "threading.local" ] }, { "profile.Profile": [ "object" ] }, { "prettytable.prettytable.PrettyTable": [ "object" ] }, { "prettytable.prettytable.TableHandler": [ "_markupbase.ParserBase", "html.parser.HTMLParser", "object" ] }, { "pprint.PrettyPrinter": [ "object" ] }, { "posix.sched_param": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "posix.times_result": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "posix.uname_result": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "posix.waitid_result": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "poplib.POP3": [ "object" ] }, { "poplib.POP3_SSL": [ "object", "poplib.POP3" ] }, { "poplib.error_proto": [ "BaseException", "Exception", "object" ] }, { "polib.MOEntry": [ "object", "polib._BaseEntry" ] }, { "polib.MOFile": [ "list", "object", "polib._BaseFile", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "polib.POEntry": [ "object", "polib._BaseEntry" ] }, { "polib.POFile": [ "list", "object", "polib._BaseFile", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "polib.TextWrapper": [ "object", "textwrap.TextWrapper" ] }, { "polib._BaseEntry": [ "object" ] }, { "polib._BaseFile": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "polib._MOFileParser": [ "object", "typing.Generic" ] }, { "polib._POFileParser": [ "object", "typing.Generic" ] }, { "plistlib.Data": [ "object" ] }, { "plistlib.InvalidFileException": [ "BaseException", "Exception", "ValueError", "object" ] }, { "plistlib.PlistFormat": [ "enum.Enum", "object" ] }, { "plistlib.UID": [ "object" ] }, { "platform.uname_result": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "pkgutil.ImpImporter": [ "object" ] }, { "pkgutil.ImpLoader": [ "object" ] }, { "pkgutil.ModuleInfo": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "pkg_resources.extern.VendorImporter": [ "object" ] }, { "pkg_resources._vendor.six.Iterator": [ "object" ] }, { "pkg_resources._vendor.six.Module_six_moves_urllib": [ "_importlib_modulespec.ModuleType", "object" ] }, { "pkg_resources._vendor.six.Module_six_moves_urllib_error": [ "_importlib_modulespec.ModuleType", "object", "pkg_resources._vendor.six._LazyModule" ] }, { "pkg_resources._vendor.six.Module_six_moves_urllib_parse": [ "_importlib_modulespec.ModuleType", "object", "pkg_resources._vendor.six._LazyModule" ] }, { "pkg_resources._vendor.six.Module_six_moves_urllib_request": [ "_importlib_modulespec.ModuleType", "object", "pkg_resources._vendor.six._LazyModule" ] }, { "pkg_resources._vendor.six.Module_six_moves_urllib_response": [ "_importlib_modulespec.ModuleType", "object", "pkg_resources._vendor.six._LazyModule" ] }, { "pkg_resources._vendor.six.Module_six_moves_urllib_robotparser": [ "_importlib_modulespec.ModuleType", "object", "pkg_resources._vendor.six._LazyModule" ] }, { "pkg_resources._vendor.six.MovedAttribute": [ "object", "pkg_resources._vendor.six._LazyDescr" ] }, { "pkg_resources._vendor.six.MovedModule": [ "object", "pkg_resources._vendor.six._LazyDescr" ] }, { "pkg_resources._vendor.six.X": [ "object" ] }, { "pkg_resources._vendor.six._LazyDescr": [ "object" ] }, { "pkg_resources._vendor.six._LazyModule": [ "_importlib_modulespec.ModuleType", "object" ] }, { "pkg_resources._vendor.six._MovedItems": [ "_importlib_modulespec.ModuleType", "object", "pkg_resources._vendor.six._LazyModule" ] }, { "pkg_resources._vendor.six._SixMetaPathImporter": [ "object" ] }, { "pkg_resources._vendor.six.with_metaclass.metaclass": [ "object" ] }, { "pkg_resources._vendor.pyparsing.And": [ "object", "pkg_resources._vendor.pyparsing.ParseExpression", "pkg_resources._vendor.pyparsing.ParserElement" ] }, { "pkg_resources._vendor.pyparsing.And._ErrorStop": [ "object", "pkg_resources._vendor.pyparsing.Empty", "pkg_resources._vendor.pyparsing.ParserElement", "pkg_resources._vendor.pyparsing.Token" ] }, { "pkg_resources._vendor.pyparsing.CaselessKeyword": [ "object", "pkg_resources._vendor.pyparsing.Keyword", "pkg_resources._vendor.pyparsing.ParserElement", "pkg_resources._vendor.pyparsing.Token" ] }, { "pkg_resources._vendor.pyparsing.CaselessLiteral": [ "object", "pkg_resources._vendor.pyparsing.Literal", "pkg_resources._vendor.pyparsing.ParserElement", "pkg_resources._vendor.pyparsing.Token" ] }, { "pkg_resources._vendor.pyparsing.CharsNotIn": [ "object", "pkg_resources._vendor.pyparsing.ParserElement", "pkg_resources._vendor.pyparsing.Token" ] }, { "pkg_resources._vendor.pyparsing.CloseMatch": [ "object", "pkg_resources._vendor.pyparsing.ParserElement", "pkg_resources._vendor.pyparsing.Token" ] }, { "pkg_resources._vendor.pyparsing.Combine": [ "object", "pkg_resources._vendor.pyparsing.ParseElementEnhance", "pkg_resources._vendor.pyparsing.ParserElement", "pkg_resources._vendor.pyparsing.TokenConverter" ] }, { "pkg_resources._vendor.pyparsing.Dict": [ "object", "pkg_resources._vendor.pyparsing.ParseElementEnhance", "pkg_resources._vendor.pyparsing.ParserElement", "pkg_resources._vendor.pyparsing.TokenConverter" ] }, { "pkg_resources._vendor.pyparsing.Each": [ "object", "pkg_resources._vendor.pyparsing.ParseExpression", "pkg_resources._vendor.pyparsing.ParserElement" ] }, { "pkg_resources._vendor.pyparsing.Empty": [ "object", "pkg_resources._vendor.pyparsing.ParserElement", "pkg_resources._vendor.pyparsing.Token" ] }, { "pkg_resources._vendor.pyparsing.FollowedBy": [ "object", "pkg_resources._vendor.pyparsing.ParseElementEnhance", "pkg_resources._vendor.pyparsing.ParserElement" ] }, { "pkg_resources._vendor.pyparsing.Forward": [ "object", "pkg_resources._vendor.pyparsing.ParseElementEnhance", "pkg_resources._vendor.pyparsing.ParserElement" ] }, { "pkg_resources._vendor.pyparsing.GoToColumn": [ "object", "pkg_resources._vendor.pyparsing.ParserElement", "pkg_resources._vendor.pyparsing.Token", "pkg_resources._vendor.pyparsing._PositionToken" ] }, { "pkg_resources._vendor.pyparsing.Group": [ "object", "pkg_resources._vendor.pyparsing.ParseElementEnhance", "pkg_resources._vendor.pyparsing.ParserElement", "pkg_resources._vendor.pyparsing.TokenConverter" ] }, { "pkg_resources._vendor.pyparsing.Keyword": [ "object", "pkg_resources._vendor.pyparsing.ParserElement", "pkg_resources._vendor.pyparsing.Token" ] }, { "pkg_resources._vendor.pyparsing.LineEnd": [ "object", "pkg_resources._vendor.pyparsing.ParserElement", "pkg_resources._vendor.pyparsing.Token", "pkg_resources._vendor.pyparsing._PositionToken" ] }, { "pkg_resources._vendor.pyparsing.LineStart": [ "object", "pkg_resources._vendor.pyparsing.ParserElement", "pkg_resources._vendor.pyparsing.Token", "pkg_resources._vendor.pyparsing._PositionToken" ] }, { "pkg_resources._vendor.pyparsing.Literal": [ "object", "pkg_resources._vendor.pyparsing.ParserElement", "pkg_resources._vendor.pyparsing.Token" ] }, { "pkg_resources._vendor.pyparsing.MatchFirst": [ "object", "pkg_resources._vendor.pyparsing.ParseExpression", "pkg_resources._vendor.pyparsing.ParserElement" ] }, { "pkg_resources._vendor.pyparsing.NoMatch": [ "object", "pkg_resources._vendor.pyparsing.ParserElement", "pkg_resources._vendor.pyparsing.Token" ] }, { "pkg_resources._vendor.pyparsing.NotAny": [ "object", "pkg_resources._vendor.pyparsing.ParseElementEnhance", "pkg_resources._vendor.pyparsing.ParserElement" ] }, { "pkg_resources._vendor.pyparsing.OneOrMore": [ "object", "pkg_resources._vendor.pyparsing.ParseElementEnhance", "pkg_resources._vendor.pyparsing.ParserElement", "pkg_resources._vendor.pyparsing._MultipleMatch" ] }, { "pkg_resources._vendor.pyparsing.OnlyOnce": [ "object" ] }, { "pkg_resources._vendor.pyparsing.Optional": [ "object", "pkg_resources._vendor.pyparsing.ParseElementEnhance", "pkg_resources._vendor.pyparsing.ParserElement" ] }, { "pkg_resources._vendor.pyparsing.Or": [ "object", "pkg_resources._vendor.pyparsing.ParseExpression", "pkg_resources._vendor.pyparsing.ParserElement" ] }, { "pkg_resources._vendor.pyparsing.ParseBaseException": [ "BaseException", "Exception", "object" ] }, { "pkg_resources._vendor.pyparsing.ParseElementEnhance": [ "object", "pkg_resources._vendor.pyparsing.ParserElement" ] }, { "pkg_resources._vendor.pyparsing.ParseException": [ "BaseException", "Exception", "object", "pkg_resources._vendor.pyparsing.ParseBaseException" ] }, { "pkg_resources._vendor.pyparsing.ParseExpression": [ "object", "pkg_resources._vendor.pyparsing.ParserElement" ] }, { "pkg_resources._vendor.pyparsing.ParseFatalException": [ "BaseException", "Exception", "object", "pkg_resources._vendor.pyparsing.ParseBaseException" ] }, { "pkg_resources._vendor.pyparsing.ParseResults": [ "object" ] }, { "pkg_resources._vendor.pyparsing.ParseSyntaxException": [ "BaseException", "Exception", "object", "pkg_resources._vendor.pyparsing.ParseBaseException", "pkg_resources._vendor.pyparsing.ParseFatalException" ] }, { "pkg_resources._vendor.pyparsing.ParserElement": [ "object" ] }, { "pkg_resources._vendor.pyparsing.ParserElement._FifoCache": [ "object" ] }, { "pkg_resources._vendor.pyparsing.ParserElement._UnboundedCache": [ "object" ] }, { "pkg_resources._vendor.pyparsing.QuotedString": [ "object", "pkg_resources._vendor.pyparsing.ParserElement", "pkg_resources._vendor.pyparsing.Token" ] }, { "pkg_resources._vendor.pyparsing.RecursiveGrammarException": [ "BaseException", "Exception", "object" ] }, { "pkg_resources._vendor.pyparsing.Regex": [ "object", "pkg_resources._vendor.pyparsing.ParserElement", "pkg_resources._vendor.pyparsing.Token" ] }, { "pkg_resources._vendor.pyparsing.SkipTo": [ "object", "pkg_resources._vendor.pyparsing.ParseElementEnhance", "pkg_resources._vendor.pyparsing.ParserElement" ] }, { "pkg_resources._vendor.pyparsing.StringEnd": [ "object", "pkg_resources._vendor.pyparsing.ParserElement", "pkg_resources._vendor.pyparsing.Token", "pkg_resources._vendor.pyparsing._PositionToken" ] }, { "pkg_resources._vendor.pyparsing.StringStart": [ "object", "pkg_resources._vendor.pyparsing.ParserElement", "pkg_resources._vendor.pyparsing.Token", "pkg_resources._vendor.pyparsing._PositionToken" ] }, { "pkg_resources._vendor.pyparsing.Suppress": [ "object", "pkg_resources._vendor.pyparsing.ParseElementEnhance", "pkg_resources._vendor.pyparsing.ParserElement", "pkg_resources._vendor.pyparsing.TokenConverter" ] }, { "pkg_resources._vendor.pyparsing.Token": [ "object", "pkg_resources._vendor.pyparsing.ParserElement" ] }, { "pkg_resources._vendor.pyparsing.TokenConverter": [ "object", "pkg_resources._vendor.pyparsing.ParseElementEnhance", "pkg_resources._vendor.pyparsing.ParserElement" ] }, { "pkg_resources._vendor.pyparsing.White": [ "object", "pkg_resources._vendor.pyparsing.ParserElement", "pkg_resources._vendor.pyparsing.Token" ] }, { "pkg_resources._vendor.pyparsing.Word": [ "object", "pkg_resources._vendor.pyparsing.ParserElement", "pkg_resources._vendor.pyparsing.Token" ] }, { "pkg_resources._vendor.pyparsing.WordEnd": [ "object", "pkg_resources._vendor.pyparsing.ParserElement", "pkg_resources._vendor.pyparsing.Token", "pkg_resources._vendor.pyparsing._PositionToken" ] }, { "pkg_resources._vendor.pyparsing.WordStart": [ "object", "pkg_resources._vendor.pyparsing.ParserElement", "pkg_resources._vendor.pyparsing.Token", "pkg_resources._vendor.pyparsing._PositionToken" ] }, { "pkg_resources._vendor.pyparsing.ZeroOrMore": [ "object", "pkg_resources._vendor.pyparsing.ParseElementEnhance", "pkg_resources._vendor.pyparsing.ParserElement", "pkg_resources._vendor.pyparsing._MultipleMatch" ] }, { "pkg_resources._vendor.pyparsing._Constants": [ "object" ] }, { "pkg_resources._vendor.pyparsing._ForwardNoRecurse": [ "object", "pkg_resources._vendor.pyparsing.Forward", "pkg_resources._vendor.pyparsing.ParseElementEnhance", "pkg_resources._vendor.pyparsing.ParserElement" ] }, { "pkg_resources._vendor.pyparsing._MultipleMatch": [ "object", "pkg_resources._vendor.pyparsing.ParseElementEnhance", "pkg_resources._vendor.pyparsing.ParserElement" ] }, { "pkg_resources._vendor.pyparsing._NullToken": [ "object" ] }, { "pkg_resources._vendor.pyparsing._ParseResultsWithOffset": [ "object" ] }, { "pkg_resources._vendor.pyparsing._PositionToken": [ "object", "pkg_resources._vendor.pyparsing.ParserElement", "pkg_resources._vendor.pyparsing.Token" ] }, { "pkg_resources._vendor.pyparsing.pyparsing_common": [ "object" ] }, { "pkg_resources._vendor.packaging.version.InvalidVersion": [ "BaseException", "Exception", "ValueError", "object" ] }, { "pkg_resources._vendor.packaging.version.LegacyVersion": [ "object", "pkg_resources._vendor.packaging.version._BaseVersion" ] }, { "pkg_resources._vendor.packaging.version.Version": [ "object", "pkg_resources._vendor.packaging.version._BaseVersion" ] }, { "pkg_resources._vendor.packaging.version._BaseVersion": [ "object" ] }, { "pkg_resources._vendor.packaging.version._Version": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "pkg_resources._vendor.packaging.tags.Tag": [ "object" ] }, { "pkg_resources._vendor.packaging.tags._ELFFileHeader": [ "object" ] }, { "pkg_resources._vendor.packaging.tags._ELFFileHeader._InvalidELFFileHeader": [ "BaseException", "Exception", "ValueError", "object" ] }, { "pkg_resources._vendor.packaging.specifiers.BaseSpecifier": [ "object" ] }, { "pkg_resources._vendor.packaging.specifiers.InvalidSpecifier": [ "BaseException", "Exception", "ValueError", "object" ] }, { "pkg_resources._vendor.packaging.specifiers.LegacySpecifier": [ "object", "pkg_resources._vendor.packaging.specifiers.BaseSpecifier", "pkg_resources._vendor.packaging.specifiers._IndividualSpecifier" ] }, { "pkg_resources._vendor.packaging.specifiers.Specifier": [ "object", "pkg_resources._vendor.packaging.specifiers.BaseSpecifier", "pkg_resources._vendor.packaging.specifiers._IndividualSpecifier" ] }, { "pkg_resources._vendor.packaging.specifiers.SpecifierSet": [ "object", "pkg_resources._vendor.packaging.specifiers.BaseSpecifier" ] }, { "pkg_resources._vendor.packaging.specifiers._IndividualSpecifier": [ "object", "pkg_resources._vendor.packaging.specifiers.BaseSpecifier" ] }, { "pkg_resources._vendor.packaging.requirements.InvalidRequirement": [ "BaseException", "Exception", "ValueError", "object" ] }, { "pkg_resources._vendor.packaging.requirements.Requirement": [ "object" ] }, { "pkg_resources._vendor.packaging.markers.InvalidMarker": [ "BaseException", "Exception", "ValueError", "object" ] }, { "pkg_resources._vendor.packaging.markers.Marker": [ "object" ] }, { "pkg_resources._vendor.packaging.markers.Node": [ "object" ] }, { "pkg_resources._vendor.packaging.markers.Op": [ "object", "pkg_resources._vendor.packaging.markers.Node" ] }, { "pkg_resources._vendor.packaging.markers.UndefinedComparison": [ "BaseException", "Exception", "ValueError", "object" ] }, { "pkg_resources._vendor.packaging.markers.UndefinedEnvironmentName": [ "BaseException", "Exception", "ValueError", "object" ] }, { "pkg_resources._vendor.packaging.markers.Value": [ "object", "pkg_resources._vendor.packaging.markers.Node" ] }, { "pkg_resources._vendor.packaging.markers.Variable": [ "object", "pkg_resources._vendor.packaging.markers.Node" ] }, { "pkg_resources._vendor.packaging._structures.Infinity": [ "object" ] }, { "pkg_resources._vendor.packaging._structures.NegativeInfinity": [ "object" ] }, { "pkg_resources._vendor.packaging._compat.with_metaclass.metaclass": [ "object" ] }, { "pkg_resources._vendor.appdirs.AppDirs": [ "object" ] }, { "pkg_resources.ContextualVersionConflict": [ "BaseException", "Exception", "object", "pkg_resources.ResolutionError", "pkg_resources.VersionConflict" ] }, { "pkg_resources.DefaultProvider": [ "object", "pkg_resources.EggProvider", "pkg_resources.NullProvider" ] }, { "pkg_resources.Distribution": [ "object", "pkg_resources.IMetadataProvider", "pkg_resources.IResourceProvider" ] }, { "pkg_resources.DistributionNotFound": [ "BaseException", "Exception", "object", "pkg_resources.ResolutionError" ] }, { "pkg_resources.EggMetadata": [ "object", "pkg_resources.EggProvider", "pkg_resources.IMetadataProvider", "pkg_resources.IResourceProvider", "pkg_resources.NullProvider", "pkg_resources.ZipProvider" ] }, { "pkg_resources.EggProvider": [ "object", "pkg_resources.NullProvider" ] }, { "pkg_resources.EmptyProvider": [ "object", "pkg_resources.NullProvider" ] }, { "pkg_resources.EntryPoint": [ "object" ] }, { "pkg_resources.Environment": [ "object" ] }, { "pkg_resources.ExtractionError": [ "BaseException", "Exception", "object" ] }, { "pkg_resources.FileMetadata": [ "object", "pkg_resources.EmptyProvider", "pkg_resources.IMetadataProvider", "pkg_resources.IResourceProvider", "pkg_resources.NullProvider" ] }, { "pkg_resources.IMetadataProvider": [ "object" ] }, { "pkg_resources.IResourceManager": [ "object" ] }, { "pkg_resources.IResourceProvider": [ "object", "pkg_resources.IMetadataProvider" ] }, { "pkg_resources.NullProvider": [ "object" ] }, { "pkg_resources.PathMetadata": [ "object", "pkg_resources.DefaultProvider", "pkg_resources.EggProvider", "pkg_resources.IMetadataProvider", "pkg_resources.IResourceProvider", "pkg_resources.NullProvider" ] }, { "pkg_resources.Requirement": [ "object" ] }, { "pkg_resources.ResolutionError": [ "BaseException", "Exception", "object" ] }, { "pkg_resources.UnknownExtra": [ "BaseException", "Exception", "object", "pkg_resources.ResolutionError" ] }, { "pkg_resources.VersionConflict": [ "BaseException", "Exception", "object", "pkg_resources.ResolutionError" ] }, { "pkg_resources.WorkingSet": [ "object" ] }, { "pkg_resources.ZipProvider": [ "object", "pkg_resources.EggProvider", "pkg_resources.NullProvider" ] }, { "pkg_resources._Importer": [ "_importlib_modulespec.Loader", "importlib.abc.Finder", "importlib.abc.InspectLoader", "importlib.abc.MetaPathFinder", "object" ] }, { "pipes.Template": [ "object" ] }, { "pip._internal.vcs.versioncontrol.RemoteNotFoundError": [ "BaseException", "Exception", "object" ] }, { "pip._internal.vcs.versioncontrol.RevOptions": [ "object" ] }, { "pip._internal.vcs.versioncontrol.VcsSupport": [ "object" ] }, { "pip._internal.vcs.versioncontrol.VersionControl": [ "object" ] }, { "pip._internal.vcs.subversion.Subversion": [ "object", "pip._internal.vcs.versioncontrol.VersionControl" ] }, { "pip._internal.vcs.mercurial.Mercurial": [ "object", "pip._internal.vcs.versioncontrol.VersionControl" ] }, { "pip._internal.vcs.git.Git": [ "object", "pip._internal.vcs.versioncontrol.VersionControl" ] }, { "pip._internal.vcs.bazaar.Bazaar": [ "object", "pip._internal.vcs.versioncontrol.VersionControl" ] }, { "pip._internal.utils.wheel.WheelMetadata": [ "object", "pip._internal.utils.pkg_resources.DictMetadata" ] }, { "pip._internal.utils.ui.BaseDownloadProgressBar": [ "object", "pip._internal.utils.ui.DownloadProgressMixin", "pip._internal.utils.ui.InterruptibleMixin", "pip._internal.utils.ui.WindowsMixin" ] }, { "pip._internal.utils.ui.BlueEmojiBar": [ "object" ] }, { "pip._internal.utils.ui.DefaultDownloadProgressBar": [ "object", "pip._internal.utils.ui.BaseDownloadProgressBar", "pip._internal.utils.ui.DownloadProgressMixin", "pip._internal.utils.ui.InterruptibleMixin", "pip._internal.utils.ui.WindowsMixin" ] }, { "pip._internal.utils.ui.DownloadBar": [ "object", "pip._internal.utils.ui.BaseDownloadProgressBar", "pip._internal.utils.ui.DownloadProgressMixin", "pip._internal.utils.ui.InterruptibleMixin", "pip._internal.utils.ui.WindowsMixin" ] }, { "pip._internal.utils.ui.DownloadBlueEmojiProgressBar": [ "object", "pip._internal.utils.ui.BaseDownloadProgressBar", "pip._internal.utils.ui.BlueEmojiBar", "pip._internal.utils.ui.DownloadProgressMixin", "pip._internal.utils.ui.InterruptibleMixin", "pip._internal.utils.ui.WindowsMixin" ] }, { "pip._internal.utils.ui.DownloadFillingCirclesBar": [ "object", "pip._internal.utils.ui.BaseDownloadProgressBar", "pip._internal.utils.ui.DownloadProgressMixin", "pip._internal.utils.ui.InterruptibleMixin", "pip._internal.utils.ui.WindowsMixin" ] }, { "pip._internal.utils.ui.DownloadProgressMixin": [ "object" ] }, { "pip._internal.utils.ui.DownloadProgressSpinner": [ "object", "pip._internal.utils.ui.DownloadProgressMixin", "pip._internal.utils.ui.InterruptibleMixin", "pip._internal.utils.ui.WindowsMixin" ] }, { "pip._internal.utils.ui.DownloadSilentBar": [ "object", "pip._internal.utils.ui.BaseDownloadProgressBar", "pip._internal.utils.ui.DownloadProgressMixin", "pip._internal.utils.ui.InterruptibleMixin", "pip._internal.utils.ui.SilentBar", "pip._internal.utils.ui.WindowsMixin" ] }, { "pip._internal.utils.ui.InteractiveSpinner": [ "object", "pip._internal.utils.ui.SpinnerInterface" ] }, { "pip._internal.utils.ui.InterruptibleMixin": [ "object" ] }, { "pip._internal.utils.ui.NonInteractiveSpinner": [ "object", "pip._internal.utils.ui.SpinnerInterface" ] }, { "pip._internal.utils.ui.RateLimiter": [ "object" ] }, { "pip._internal.utils.ui.SilentBar": [ "object" ] }, { "pip._internal.utils.ui.SpinnerInterface": [ "object" ] }, { "pip._internal.utils.ui.WindowsMixin": [ "object" ] }, { "pip._internal.utils.temp_dir.AdjacentTempDirectory": [ "object", "pip._internal.utils.temp_dir.TempDirectory" ] }, { "pip._internal.utils.temp_dir.TempDirectory": [ "object" ] }, { "pip._internal.utils.temp_dir.TempDirectoryTypeRegistry": [ "object" ] }, { "pip._internal.utils.pkg_resources.DictMetadata": [ "object" ] }, { "pip._internal.utils.models.KeyBasedCompareMixin": [ "object" ] }, { "pip._internal.utils.misc.FakeFile": [ "object" ] }, { "pip._internal.utils.misc.HiddenText": [ "object" ] }, { "pip._internal.utils.misc.StreamWrapper": [ "io.BufferedIOBase", "io.BytesIO", "io.IOBase", "object", "typing.BinaryIO", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "pip._internal.utils.misc.cached_property": [ "object" ] }, { "pip._internal.utils.logging.BetterRotatingFileHandler": [ "logging.FileHandler", "logging.Filterer", "logging.Handler", "logging.StreamHandler", "logging.handlers.BaseRotatingHandler", "logging.handlers.RotatingFileHandler", "object" ] }, { "pip._internal.utils.logging.BrokenStdoutLoggingError": [ "BaseException", "Exception", "object" ] }, { "pip._internal.utils.logging.ColorizedStreamHandler": [ "logging.Filterer", "logging.Handler", "logging.StreamHandler", "object" ] }, { "pip._internal.utils.logging.ExcludeLoggerFilter": [ "logging.Filter", "object" ] }, { "pip._internal.utils.logging.IndentingFormatter": [ "logging.Formatter", "object" ] }, { "pip._internal.utils.logging.MaxLevelFilter": [ "logging.Filter", "object" ] }, { "pip._internal.utils.hashes.Hashes": [ "object" ] }, { "pip._internal.utils.hashes.MissingHashes": [ "object", "pip._internal.utils.hashes.Hashes" ] }, { "pip._internal.utils.filesystem.NamedTemporaryFileResult": [ "object", "typing.BinaryIO", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "pip._internal.utils.deprecation.PipDeprecationWarning": [ "BaseException", "Exception", "Warning", "object" ] }, { "pip._internal.self_outdated_check.SelfCheckState": [ "object" ] }, { "pip._internal.req.req_uninstall.StashedUninstallPathSet": [ "object" ] }, { "pip._internal.req.req_uninstall.UninstallPathSet": [ "object" ] }, { "pip._internal.req.req_uninstall.UninstallPthEntries": [ "object" ] }, { "pip._internal.req.req_tracker.RequirementTracker": [ "object" ] }, { "pip._internal.req.req_set.RequirementSet": [ "object" ] }, { "pip._internal.req.req_install.InstallRequirement": [ "object" ] }, { "pip._internal.req.req_file.OptionParsingError": [ "BaseException", "Exception", "object" ] }, { "pip._internal.req.req_file.ParsedLine": [ "object" ] }, { "pip._internal.req.req_file.RequirementsFileParser": [ "object" ] }, { "pip._internal.req.constructors.RequirementParts": [ "object" ] }, { "pip._internal.req.InstallationResult": [ "object" ] }, { "pip._internal.pyproject.BuildSystemDetails": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "pip._internal.operations.prepare.RequirementPreparer": [ "object" ] }, { "pip._internal.operations.install.wheel.MissingCallableSuffix": [ "BaseException", "Exception", "object" ] }, { "pip._internal.operations.install.wheel.PipScriptMaker": [ "object" ] }, { "pip._internal.operations.freeze.FrozenRequirement": [ "object" ] }, { "pip._internal.operations.check.PackageDetails": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "pip._internal.network.xmlrpc.PipXmlrpcTransport": [ "object" ] }, { "pip._internal.network.session.InsecureHTTPAdapter": [ "object" ] }, { "pip._internal.network.session.LocalFSAdapter": [ "object" ] }, { "pip._internal.network.session.PipSession": [ "object" ] }, { "pip._internal.network.download.Download": [ "object" ] }, { "pip._internal.network.download.Downloader": [ "object" ] }, { "pip._internal.network.cache.SafeFileCache": [ "object" ] }, { "pip._internal.network.auth.MultiDomainBasicAuth": [ "object" ] }, { "pip._internal.models.wheel.Wheel": [ "object" ] }, { "pip._internal.models.target_python.TargetPython": [ "object" ] }, { "pip._internal.models.selection_prefs.SelectionPreferences": [ "object" ] }, { "pip._internal.models.search_scope.SearchScope": [ "object" ] }, { "pip._internal.models.scheme.Scheme": [ "object" ] }, { "pip._internal.models.link.Link": [ "object", "pip._internal.utils.models.KeyBasedCompareMixin" ] }, { "pip._internal.models.index.PackageIndex": [ "object" ] }, { "pip._internal.models.format_control.FormatControl": [ "object" ] }, { "pip._internal.models.candidate.InstallationCandidate": [ "object", "pip._internal.utils.models.KeyBasedCompareMixin" ] }, { "pip._internal.legacy_resolve.Resolver": [ "object" ] }, { "pip._internal.index.package_finder.BestCandidateResult": [ "object" ] }, { "pip._internal.index.package_finder.CandidateEvaluator": [ "object" ] }, { "pip._internal.index.package_finder.CandidatePreferences": [ "object" ] }, { "pip._internal.index.package_finder.LinkEvaluator": [ "object" ] }, { "pip._internal.index.package_finder.PackageFinder": [ "object" ] }, { "pip._internal.index.collector.CollectedLinks": [ "object" ] }, { "pip._internal.index.collector.HTMLPage": [ "object" ] }, { "pip._internal.index.collector.LinkCollector": [ "object" ] }, { "pip._internal.index.collector._NotHTML": [ "BaseException", "Exception", "object" ] }, { "pip._internal.index.collector._NotHTTP": [ "BaseException", "Exception", "object" ] }, { "pip._internal.exceptions.BadCommand": [ "BaseException", "Exception", "object", "pip._internal.exceptions.PipError" ] }, { "pip._internal.exceptions.BestVersionAlreadyInstalled": [ "BaseException", "Exception", "object", "pip._internal.exceptions.PipError" ] }, { "pip._internal.exceptions.CommandError": [ "BaseException", "Exception", "object", "pip._internal.exceptions.PipError" ] }, { "pip._internal.exceptions.ConfigurationError": [ "BaseException", "Exception", "object", "pip._internal.exceptions.PipError" ] }, { "pip._internal.exceptions.ConfigurationFileCouldNotBeLoaded": [ "BaseException", "Exception", "object", "pip._internal.exceptions.ConfigurationError", "pip._internal.exceptions.PipError" ] }, { "pip._internal.exceptions.DirectoryUrlHashUnsupported": [ "BaseException", "Exception", "object", "pip._internal.exceptions.HashError", "pip._internal.exceptions.InstallationError", "pip._internal.exceptions.PipError" ] }, { "pip._internal.exceptions.DistributionNotFound": [ "BaseException", "Exception", "object", "pip._internal.exceptions.InstallationError", "pip._internal.exceptions.PipError" ] }, { "pip._internal.exceptions.HashError": [ "BaseException", "Exception", "object", "pip._internal.exceptions.InstallationError", "pip._internal.exceptions.PipError" ] }, { "pip._internal.exceptions.HashErrors": [ "BaseException", "Exception", "object", "pip._internal.exceptions.InstallationError", "pip._internal.exceptions.PipError" ] }, { "pip._internal.exceptions.HashMismatch": [ "BaseException", "Exception", "object", "pip._internal.exceptions.HashError", "pip._internal.exceptions.InstallationError", "pip._internal.exceptions.PipError" ] }, { "pip._internal.exceptions.HashMissing": [ "BaseException", "Exception", "object", "pip._internal.exceptions.HashError", "pip._internal.exceptions.InstallationError", "pip._internal.exceptions.PipError" ] }, { "pip._internal.exceptions.HashUnpinned": [ "BaseException", "Exception", "object", "pip._internal.exceptions.HashError", "pip._internal.exceptions.InstallationError", "pip._internal.exceptions.PipError" ] }, { "pip._internal.exceptions.InstallationError": [ "BaseException", "Exception", "object", "pip._internal.exceptions.PipError" ] }, { "pip._internal.exceptions.InvalidWheelFilename": [ "BaseException", "Exception", "object", "pip._internal.exceptions.InstallationError", "pip._internal.exceptions.PipError" ] }, { "pip._internal.exceptions.NoneMetadataError": [ "BaseException", "Exception", "object", "pip._internal.exceptions.PipError" ] }, { "pip._internal.exceptions.PipError": [ "BaseException", "Exception", "object" ] }, { "pip._internal.exceptions.PreviousBuildDirError": [ "BaseException", "Exception", "object", "pip._internal.exceptions.PipError" ] }, { "pip._internal.exceptions.RequirementsFileParseError": [ "BaseException", "Exception", "object", "pip._internal.exceptions.InstallationError", "pip._internal.exceptions.PipError" ] }, { "pip._internal.exceptions.UninstallationError": [ "BaseException", "Exception", "object", "pip._internal.exceptions.PipError" ] }, { "pip._internal.exceptions.UnsupportedPythonVersion": [ "BaseException", "Exception", "object", "pip._internal.exceptions.InstallationError", "pip._internal.exceptions.PipError" ] }, { "pip._internal.exceptions.UnsupportedWheel": [ "BaseException", "Exception", "object", "pip._internal.exceptions.InstallationError", "pip._internal.exceptions.PipError" ] }, { "pip._internal.exceptions.VcsHashUnsupported": [ "BaseException", "Exception", "object", "pip._internal.exceptions.HashError", "pip._internal.exceptions.InstallationError", "pip._internal.exceptions.PipError" ] }, { "pip._internal.distributions.wheel.WheelDistribution": [ "object", "pip._internal.distributions.base.AbstractDistribution" ] }, { "pip._internal.distributions.sdist.SourceDistribution": [ "object", "pip._internal.distributions.base.AbstractDistribution" ] }, { "pip._internal.distributions.installed.InstalledDistribution": [ "object", "pip._internal.distributions.base.AbstractDistribution" ] }, { "pip._internal.distributions.base.AbstractDistribution": [ "object" ] }, { "pip._internal.configuration.Configuration": [ "object" ] }, { "pip._internal.commands.wheel.WheelCommand": [ "object", "pip._internal.cli.base_command.Command", "pip._internal.cli.command_context.CommandContextMixIn", "pip._internal.cli.req_command.IndexGroupCommand", "pip._internal.cli.req_command.RequirementCommand", "pip._internal.cli.req_command.SessionCommandMixin" ] }, { "pip._internal.commands.uninstall.UninstallCommand": [ "object", "pip._internal.cli.base_command.Command", "pip._internal.cli.command_context.CommandContextMixIn", "pip._internal.cli.req_command.SessionCommandMixin" ] }, { "pip._internal.commands.show.ShowCommand": [ "object", "pip._internal.cli.base_command.Command", "pip._internal.cli.command_context.CommandContextMixIn" ] }, { "pip._internal.commands.search.SearchCommand": [ "object", "pip._internal.cli.base_command.Command", "pip._internal.cli.command_context.CommandContextMixIn", "pip._internal.cli.req_command.SessionCommandMixin" ] }, { "pip._internal.commands.list.ListCommand": [ "object", "pip._internal.cli.base_command.Command", "pip._internal.cli.command_context.CommandContextMixIn", "pip._internal.cli.req_command.IndexGroupCommand", "pip._internal.cli.req_command.SessionCommandMixin" ] }, { "pip._internal.commands.install.InstallCommand": [ "object", "pip._internal.cli.base_command.Command", "pip._internal.cli.command_context.CommandContextMixIn", "pip._internal.cli.req_command.IndexGroupCommand", "pip._internal.cli.req_command.RequirementCommand", "pip._internal.cli.req_command.SessionCommandMixin" ] }, { "pip._internal.commands.help.HelpCommand": [ "object", "pip._internal.cli.base_command.Command", "pip._internal.cli.command_context.CommandContextMixIn" ] }, { "pip._internal.commands.hash.HashCommand": [ "object", "pip._internal.cli.base_command.Command", "pip._internal.cli.command_context.CommandContextMixIn" ] }, { "pip._internal.commands.freeze.FreezeCommand": [ "object", "pip._internal.cli.base_command.Command", "pip._internal.cli.command_context.CommandContextMixIn" ] }, { "pip._internal.commands.download.DownloadCommand": [ "object", "pip._internal.cli.base_command.Command", "pip._internal.cli.command_context.CommandContextMixIn", "pip._internal.cli.req_command.IndexGroupCommand", "pip._internal.cli.req_command.RequirementCommand", "pip._internal.cli.req_command.SessionCommandMixin" ] }, { "pip._internal.commands.debug.DebugCommand": [ "object", "pip._internal.cli.base_command.Command", "pip._internal.cli.command_context.CommandContextMixIn" ] }, { "pip._internal.commands.configuration.ConfigurationCommand": [ "object", "pip._internal.cli.base_command.Command", "pip._internal.cli.command_context.CommandContextMixIn" ] }, { "pip._internal.commands.completion.CompletionCommand": [ "object", "pip._internal.cli.base_command.Command", "pip._internal.cli.command_context.CommandContextMixIn" ] }, { "pip._internal.commands.check.CheckCommand": [ "object", "pip._internal.cli.base_command.Command", "pip._internal.cli.command_context.CommandContextMixIn" ] }, { "pip._internal.commands.CommandInfo": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "pip._internal.cli.req_command.IndexGroupCommand": [ "object", "pip._internal.cli.base_command.Command", "pip._internal.cli.command_context.CommandContextMixIn", "pip._internal.cli.req_command.SessionCommandMixin" ] }, { "pip._internal.cli.req_command.RequirementCommand": [ "object", "pip._internal.cli.base_command.Command", "pip._internal.cli.command_context.CommandContextMixIn", "pip._internal.cli.req_command.IndexGroupCommand", "pip._internal.cli.req_command.SessionCommandMixin" ] }, { "pip._internal.cli.req_command.SessionCommandMixin": [ "object", "pip._internal.cli.command_context.CommandContextMixIn" ] }, { "pip._internal.cli.parser.ConfigOptionParser": [ "object", "optparse.OptionContainer", "optparse.OptionParser", "pip._internal.cli.parser.CustomOptionParser" ] }, { "pip._internal.cli.parser.CustomOptionParser": [ "object", "optparse.OptionContainer", "optparse.OptionParser" ] }, { "pip._internal.cli.parser.PrettyHelpFormatter": [ "object", "optparse.HelpFormatter", "optparse.IndentedHelpFormatter" ] }, { "pip._internal.cli.parser.UpdatingDefaultsHelpFormatter": [ "object", "optparse.HelpFormatter", "optparse.IndentedHelpFormatter", "pip._internal.cli.parser.PrettyHelpFormatter" ] }, { "pip._internal.cli.command_context.CommandContextMixIn": [ "object" ] }, { "pip._internal.cli.cmdoptions.PipOption": [ "object", "optparse.Option" ] }, { "pip._internal.cli.base_command.Command": [ "object", "pip._internal.cli.command_context.CommandContextMixIn" ] }, { "pip._internal.cache.Cache": [ "object" ] }, { "pip._internal.cache.EphemWheelCache": [ "object", "pip._internal.cache.Cache", "pip._internal.cache.SimpleWheelCache" ] }, { "pip._internal.cache.SimpleWheelCache": [ "object", "pip._internal.cache.Cache" ] }, { "pip._internal.cache.WheelCache": [ "object", "pip._internal.cache.Cache" ] }, { "pip._internal.build_env.BuildEnvironment": [ "object" ] }, { "pip._internal.build_env.NoOpBuildEnvironment": [ "object", "pip._internal.build_env.BuildEnvironment" ] }, { "pip._internal.build_env._Prefix": [ "object" ] }, { "pickletools.ArgumentDescriptor": [ "object" ] }, { "pickletools.OpcodeInfo": [ "object" ] }, { "pickletools.StackObject": [ "object" ] }, { "pickleshare.PickleShareDB": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "pickleshare.PickleShareLink": [ "object" ] }, { "pickle.PickleBuffer": [ "object" ] }, { "pickle.PickleError": [ "BaseException", "Exception", "object" ] }, { "pickle.Pickler": [ "object" ] }, { "pickle.PicklingError": [ "BaseException", "Exception", "object", "pickle.PickleError" ] }, { "pickle.Unpickler": [ "object" ] }, { "pickle.UnpicklingError": [ "BaseException", "Exception", "object", "pickle.PickleError" ] }, { "pexpect.spawnbase.SpawnBase": [ "object" ] }, { "pexpect.spawnbase._NullCoder": [ "object" ] }, { "pexpect.screen.screen": [ "object" ] }, { "pexpect.replwrap.REPLWrapper": [ "object" ] }, { "pexpect.pxssh.ExceptionPxssh": [ "BaseException", "Exception", "object", "pexpect.exceptions.ExceptionPexpect" ] }, { "pexpect.pxssh.pxssh": [ "object", "pexpect.pty_spawn.spawn", "pexpect.spawnbase.SpawnBase" ] }, { "pexpect.pty_spawn.spawn": [ "object", "pexpect.spawnbase.SpawnBase" ] }, { "pexpect.popen_spawn.PopenSpawn": [ "object", "pexpect.spawnbase.SpawnBase" ] }, { "pexpect.fdpexpect.fdspawn": [ "object", "pexpect.spawnbase.SpawnBase" ] }, { "pexpect.expect.Expecter": [ "object" ] }, { "pexpect.expect.searcher_re": [ "object" ] }, { "pexpect.expect.searcher_string": [ "object" ] }, { "pexpect.exceptions.EOF": [ "BaseException", "Exception", "object", "pexpect.exceptions.ExceptionPexpect" ] }, { "pexpect.exceptions.ExceptionPexpect": [ "BaseException", "Exception", "object" ] }, { "pexpect.exceptions.TIMEOUT": [ "BaseException", "Exception", "object", "pexpect.exceptions.ExceptionPexpect" ] }, { "pexpect._async.PatternWaiter": [ "asyncio.protocols.BaseProtocol", "asyncio.protocols.Protocol", "object" ] }, { "pexpect.FSM.ExceptionFSM": [ "BaseException", "Exception", "object" ] }, { "pexpect.FSM.FSM": [ "object" ] }, { "pexpect.ANSI.ANSI": [ "object", "pexpect.ANSI.term", "pexpect.screen.screen" ] }, { "pexpect.ANSI.term": [ "object", "pexpect.screen.screen" ] }, { "pdb.Pdb": [ "bdb.Bdb", "cmd.Cmd", "object" ] }, { "pdb.Restart": [ "BaseException", "Exception", "object" ] }, { "pdb._rstr": [ "object", "str", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "pbr.version.SemanticVersion": [ "object" ] }, { "pbr.version.VersionInfo": [ "object" ] }, { "pbr.util.DefaultGetDict": [ "collections.defaultdict", "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "pbr.tests.testpackage.pbr_testpackage.wsgi.WSGI": [ "object" ] }, { "pbr.tests.testpackage.pbr_testpackage.cmd.Foo": [ "object" ] }, { "pbr.tests.testpackage.pbr_testpackage._setup_hooks.test_command": [ "distutils.cmd.Command", "distutils.command.build_py.build_py", "object" ] }, { "pbr.tests.test_wsgi.TestWsgiScripts": [ "object", "pbr.tests.base.BaseTestCase", "testresources.ResourcedTestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "pbr.tests.test_version.TestSemanticVersion": [ "object", "pbr.tests.base.BaseTestCase", "testresources.ResourcedTestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "pbr.tests.test_util.TestBasics": [ "object", "pbr.tests.base.BaseTestCase", "testresources.ResourcedTestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "pbr.tests.test_util.TestDataFilesParsing": [ "object", "pbr.tests.base.BaseTestCase", "testresources.ResourcedTestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "pbr.tests.test_util.TestExtrasRequireParsingScenarios": [ "object", "pbr.tests.base.BaseTestCase", "testresources.ResourcedTestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "pbr.tests.test_util.TestInvalidMarkers": [ "object", "pbr.tests.base.BaseTestCase", "testresources.ResourcedTestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "pbr.tests.test_util.TestKeywordsParsingScenarios": [ "object", "pbr.tests.base.BaseTestCase", "testresources.ResourcedTestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "pbr.tests.test_util.TestMapFieldsParsingScenarios": [ "object", "pbr.tests.base.BaseTestCase", "testresources.ResourcedTestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "pbr.tests.test_util.TestProvidesExtras": [ "object", "pbr.tests.base.BaseTestCase", "testresources.ResourcedTestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "pbr.tests.test_util.TestUTF8DescriptionFile": [ "object", "pbr.tests.base.BaseTestCase", "testresources.ResourcedTestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "pbr.tests.test_setup.APIAutoDocTest": [ "object", "pbr.tests.base.BaseTestCase", "testresources.ResourcedTestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "pbr.tests.test_setup.BaseSphinxTest": [ "object", "pbr.tests.base.BaseTestCase", "testresources.ResourcedTestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "pbr.tests.test_setup.BuildSphinxTest": [ "object", "pbr.tests.base.BaseTestCase", "pbr.tests.test_setup.BaseSphinxTest", "testresources.ResourcedTestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "pbr.tests.test_setup.GitLogsTest": [ "object", "pbr.tests.base.BaseTestCase", "testresources.ResourcedTestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "pbr.tests.test_setup.SkipFileWrites": [ "object", "pbr.tests.base.BaseTestCase", "testresources.ResourcedTestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "pbr.tests.test_setup._SphinxConfig": [ "object" ] }, { "pbr.tests.test_pbr_json.TestJsonContent": [ "object", "pbr.tests.base.BaseTestCase", "testresources.ResourcedTestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "pbr.tests.test_packaging.CreatePackages": [ "fixtures.fixture.Fixture", "object" ] }, { "pbr.tests.test_packaging.GPGKeyFixture": [ "fixtures.fixture.Fixture", "object" ] }, { "pbr.tests.test_packaging.ParseDependencyLinksTest": [ "object", "pbr.tests.base.BaseTestCase", "testresources.ResourcedTestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "pbr.tests.test_packaging.ParseRequirementsTest": [ "object", "pbr.tests.base.BaseTestCase", "testresources.ResourcedTestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "pbr.tests.test_packaging.ParseRequirementsTestScenarios": [ "object", "pbr.tests.base.BaseTestCase", "testresources.ResourcedTestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "pbr.tests.test_packaging.TestExtrafileInstallation": [ "object", "pbr.tests.base.BaseTestCase", "testresources.ResourcedTestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "pbr.tests.test_packaging.TestPackagingHelpers": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "pbr.tests.test_packaging.TestPackagingInGitRepoWithCommit": [ "object", "pbr.tests.base.BaseTestCase", "testresources.ResourcedTestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "pbr.tests.test_packaging.TestPackagingInGitRepoWithoutCommit": [ "object", "pbr.tests.base.BaseTestCase", "testresources.ResourcedTestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "pbr.tests.test_packaging.TestPackagingInPlainDirectory": [ "object", "pbr.tests.base.BaseTestCase", "testresources.ResourcedTestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "pbr.tests.test_packaging.TestPackagingWheels": [ "object", "pbr.tests.base.BaseTestCase", "testresources.ResourcedTestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "pbr.tests.test_packaging.TestPresenceOfGit": [ "object", "pbr.tests.base.BaseTestCase", "testresources.ResourcedTestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "pbr.tests.test_packaging.TestRepo": [ "fixtures.fixture.Fixture", "object" ] }, { "pbr.tests.test_packaging.TestRepositoryURLDependencies": [ "object", "pbr.tests.base.BaseTestCase", "testresources.ResourcedTestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "pbr.tests.test_packaging.TestRequirementParsing": [ "object", "pbr.tests.base.BaseTestCase", "testresources.ResourcedTestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "pbr.tests.test_packaging.TestVersions": [ "object", "pbr.tests.base.BaseTestCase", "testresources.ResourcedTestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "pbr.tests.test_packaging.Venv": [ "fixtures.fixture.Fixture", "object" ] }, { "pbr.tests.test_integration.TestInstallWithoutPbr": [ "object", "pbr.tests.base.BaseTestCase", "testresources.ResourcedTestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "pbr.tests.test_integration.TestIntegration": [ "object", "pbr.tests.base.BaseTestCase", "testresources.ResourcedTestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "pbr.tests.test_integration.TestLTSSupport": [ "object", "pbr.tests.base.BaseTestCase", "testresources.ResourcedTestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "pbr.tests.test_integration.TestMarkersPip": [ "object", "pbr.tests.base.BaseTestCase", "testresources.ResourcedTestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "pbr.tests.test_hooks.TestHooks": [ "object", "pbr.tests.base.BaseTestCase", "testresources.ResourcedTestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "pbr.tests.test_files.FilesConfigTest": [ "object", "pbr.tests.base.BaseTestCase", "testresources.ResourcedTestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "pbr.tests.test_core.TestCore": [ "object", "pbr.tests.base.BaseTestCase", "testresources.ResourcedTestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "pbr.tests.test_core.TestGitSDist": [ "object", "pbr.tests.base.BaseTestCase", "testresources.ResourcedTestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "pbr.tests.test_commands.TestCommands": [ "object", "pbr.tests.base.BaseTestCase", "testresources.ResourcedTestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "pbr.tests.base.BaseTestCase": [ "object", "testresources.ResourcedTestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "pbr.tests.base.CapturedSubprocess": [ "fixtures.fixture.Fixture", "object" ] }, { "pbr.tests.base.DiveDir": [ "fixtures.fixture.Fixture", "object" ] }, { "pbr.testr_command.TestrFake": [ "distutils.cmd.Command", "object" ] }, { "pbr.testr_command.TestrReal": [ "distutils.cmd.Command", "object" ] }, { "pbr.packaging.InstallWithGit": [ "distutils.cmd.Command", "distutils.command.install.install", "object", "setuptools.command.install.install" ] }, { "pbr.packaging.LocalDebVersion": [ "object", "setuptools.Command" ] }, { "pbr.packaging.LocalDevelop": [ "object", "setuptools.Command", "setuptools.command.develop.develop", "setuptools.command.easy_install.easy_install", "setuptools.namespaces.DevelopInstaller", "setuptools.namespaces.Installer" ] }, { "pbr.packaging.LocalEggInfo": [ "object", "setuptools.Command", "setuptools.command.egg_info.InfoCommon", "setuptools.command.egg_info.egg_info" ] }, { "pbr.packaging.LocalInstall": [ "distutils.cmd.Command", "distutils.command.install.install", "object", "setuptools.command.install.install" ] }, { "pbr.packaging.LocalInstallScripts": [ "object", "setuptools.command.install_scripts.install_scripts" ] }, { "pbr.packaging.LocalManifestMaker": [ "object", "setuptools.command.egg_info.manifest_maker", "setuptools.command.py36compat.sdist_add_defaults", "setuptools.command.sdist.sdist" ] }, { "pbr.packaging.LocalRPMVersion": [ "object", "setuptools.Command" ] }, { "pbr.packaging.LocalSDist": [ "object", "setuptools.command.py36compat.sdist_add_defaults", "setuptools.command.sdist.sdist" ] }, { "pbr.packaging.NoseTest": [ "object" ] }, { "pbr.packaging.TestrTest": [ "distutils.cmd.Command", "object", "pbr.testr_command.TestrReal" ] }, { "pbr.hooks.metadata.MetadataConfig": [ "object", "pbr.hooks.base.BaseConfig" ] }, { "pbr.hooks.files.FilesConfig": [ "object", "pbr.hooks.base.BaseConfig" ] }, { "pbr.hooks.commands.CommandsConfig": [ "object", "pbr.hooks.base.BaseConfig" ] }, { "pbr.hooks.base.BaseConfig": [ "object" ] }, { "pbr.hooks.backwards.BackwardsCompatConfig": [ "object", "pbr.hooks.base.BaseConfig" ] }, { "pbr.builddoc.LocalBuildDoc": [ "object" ] }, { "pathlib2.Path": [ "object", "pathlib2.PurePath" ] }, { "pathlib2.PosixPath": [ "object", "pathlib2.Path", "pathlib2.PurePath", "pathlib2.PurePosixPath" ] }, { "pathlib2.PurePath": [ "object" ] }, { "pathlib2.PurePosixPath": [ "object", "pathlib2.PurePath" ] }, { "pathlib2.PureWindowsPath": [ "object", "pathlib2.PurePath" ] }, { "pathlib2.WindowsPath": [ "object", "pathlib2.Path", "pathlib2.PurePath", "pathlib2.PureWindowsPath" ] }, { "pathlib.Path": [ "_PathLike", "object", "pathlib.PurePath", "typing.Generic", "typing.Protocol" ] }, { "pathlib.PosixPath": [ "_PathLike", "object", "pathlib.Path", "pathlib.PurePath", "pathlib.PurePosixPath", "typing.Generic", "typing.Protocol" ] }, { "pathlib.PurePath": [ "_PathLike", "object", "typing.Generic", "typing.Protocol" ] }, { "pathlib.PurePosixPath": [ "_PathLike", "object", "pathlib.PurePath", "typing.Generic", "typing.Protocol" ] }, { "pathlib.PureWindowsPath": [ "_PathLike", "object", "pathlib.PurePath", "typing.Generic", "typing.Protocol" ] }, { "pathlib.WindowsPath": [ "_PathLike", "object", "pathlib.Path", "pathlib.PurePath", "pathlib.PureWindowsPath", "typing.Generic", "typing.Protocol" ] }, { "paste.wsgiwrappers.DeprecatedSettings": [ "object", "paste.registry.StackedObjectProxy" ] }, { "paste.wsgiwrappers.WSGIRequest": [ "object" ] }, { "paste.wsgiwrappers.WSGIResponse": [ "object" ] }, { "paste.wsgiwrappers.environ_getter": [ "object" ] }, { "paste.wsgilib.ErrorRaiser": [ "object" ] }, { "paste.wsgilib.ResponseHeaderDict": [ "dict", "object", "paste.response.HeaderDict", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "paste.wsgilib._wrap_app_iter": [ "object" ] }, { "paste.wsgilib._wrap_app_iter_app": [ "object" ] }, { "paste.wsgilib.add_close": [ "object" ] }, { "paste.wsgilib.add_start_close": [ "object" ] }, { "paste.wsgilib.chained_app_iters": [ "object" ] }, { "paste.wsgilib.encode_unicode_app_iter": [ "object" ] }, { "paste.util.threadinglocal.local": [ "object" ] }, { "paste.util.threadedprint.PrintCatcher": [ "object", "paste.util.filemixin.FileMixin" ] }, { "paste.util.threadedprint.StdinCatcher": [ "object", "paste.util.filemixin.FileMixin" ] }, { "paste.util.template.HTMLTemplate": [ "object", "paste.util.template.Template" ] }, { "paste.util.template.Template": [ "object" ] }, { "paste.util.template.TemplateError": [ "BaseException", "Exception", "object" ] }, { "paste.util.template._TemplateBreak": [ "BaseException", "Exception", "object" ] }, { "paste.util.template._TemplateContinue": [ "BaseException", "Exception", "object" ] }, { "paste.util.template.bunch": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "paste.util.template.html": [ "object" ] }, { "paste.util.scgiserver.SWAP": [ "object" ] }, { "paste.util.scgiserver.serve_application.SCGIAppHandler": [ "object", "paste.util.scgiserver.SWAP" ] }, { "paste.util.multidict.MultiDict": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "paste.util.multidict.UnicodeMultiDict": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "paste.util.looper.loop_pos": [ "object" ] }, { "paste.util.looper.looper": [ "object" ] }, { "paste.util.looper.looper_iter": [ "object" ] }, { "paste.util.ip4.IP4Range": [ "object", "paste.util.intset.IntSet" ] }, { "paste.util.intset.IntSet": [ "object" ] }, { "paste.util.intset._Infinity": [ "object" ] }, { "paste.util.filemixin.FileMixin": [ "object" ] }, { "paste.util.classinstance._methodwrapper": [ "object" ] }, { "paste.util.classinstance.classinstancemethod": [ "object" ] }, { "paste.util.classinit.ClassInitMeta": [ "object", "type", "typing.Generic" ] }, { "paste.util.PySourceColor.InputError": [ "BaseException", "Exception", "object", "paste.util.PySourceColor.PySourceColorError" ] }, { "paste.util.PySourceColor.Parser": [ "object" ] }, { "paste.util.PySourceColor.PathError": [ "BaseException", "Exception", "object", "paste.util.PySourceColor.PySourceColorError" ] }, { "paste.util.PySourceColor.PySourceColorError": [ "BaseException", "Exception", "object" ] }, { "paste.urlparser.NoDefault": [ "object" ] }, { "paste.urlparser.PkgResourcesParser": [ "object", "paste.urlparser.StaticURLParser" ] }, { "paste.urlparser.StaticURLParser": [ "object" ] }, { "paste.urlparser.URLParser": [ "object" ] }, { "paste.urlmap.PathProxyURLMap": [ "object" ] }, { "paste.urlmap.URLMap": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "paste.url.Button": [ "object", "paste.url.URLResource" ] }, { "paste.url.Image": [ "object", "paste.url.URLResource" ] }, { "paste.url.JSPopup": [ "object", "paste.url.URLResource" ] }, { "paste.url.URL": [ "object", "paste.url.URLResource" ] }, { "paste.url.URLResource": [ "object" ] }, { "paste.translogger.TransLogger": [ "object" ] }, { "paste.transaction.ConnectionFactory": [ "object" ] }, { "paste.transaction.Manager": [ "object" ] }, { "paste.transaction.TransactionManagerMiddleware": [ "object" ] }, { "paste.session.FileSession": [ "object" ] }, { "paste.session.SessionFactory": [ "object" ] }, { "paste.session.SessionMiddleware": [ "object" ] }, { "paste.session._NoDefault": [ "object" ] }, { "paste.response.HeaderDict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "paste.request.EnvironHeaders": [ "object" ] }, { "paste.reloader.JythonMonitor": [ "object", "paste.reloader.Monitor" ] }, { "paste.reloader.Monitor": [ "object" ] }, { "paste.registry.NoDefault": [ "object" ] }, { "paste.registry.Registry": [ "object" ] }, { "paste.registry.RegistryManager": [ "object" ] }, { "paste.registry.StackedObjectProxy": [ "object" ] }, { "paste.registry.StackedObjectRestorer": [ "object" ] }, { "paste.recursive.CheckForRecursionMiddleware": [ "object" ] }, { "paste.recursive.ForwardRequestException": [ "BaseException", "Exception", "object" ] }, { "paste.recursive.ForwardRequestException.__init__.ForwardRequestExceptionMiddleware": [ "object" ] }, { "paste.recursive.ForwardRequestException.__init__.factory_.EnvironForward": [ "object", "paste.recursive.ForwardRequestException.__init__.ForwardRequestExceptionMiddleware" ] }, { "paste.recursive.ForwardRequestException.__init__.factory_.PathInfoForward": [ "object", "paste.recursive.ForwardRequestException.__init__.ForwardRequestExceptionMiddleware" ] }, { "paste.recursive.ForwardRequestException.__init__.factory_.URLForward": [ "object", "paste.recursive.ForwardRequestException.__init__.ForwardRequestExceptionMiddleware" ] }, { "paste.recursive.Forwarder": [ "object", "paste.recursive.Recursive" ] }, { "paste.recursive.IncludedAppIterResponse": [ "object" ] }, { "paste.recursive.IncludedResponse": [ "object" ] }, { "paste.recursive.Includer": [ "object", "paste.recursive.Recursive" ] }, { "paste.recursive.IncluderAppIter": [ "object", "paste.recursive.Recursive" ] }, { "paste.recursive.RecursionLoop": [ "AssertionError", "BaseException", "Exception", "object" ] }, { "paste.recursive.Recursive": [ "object" ] }, { "paste.recursive.RecursiveMiddleware": [ "object" ] }, { "paste.proxy.Proxy": [ "object" ] }, { "paste.proxy.TransparentProxy": [ "object" ] }, { "paste.progress.UploadProgressMonitor": [ "object" ] }, { "paste.progress.UploadProgressReporter": [ "object" ] }, { "paste.progress._ProgressFile": [ "object" ] }, { "paste.pony.PonyMiddleware": [ "object" ] }, { "paste.modpython.ErrorWrapper": [ "object" ] }, { "paste.modpython.Handler": [ "object" ] }, { "paste.modpython.InputWrapper": [ "object" ] }, { "paste.lint.ErrorWrapper": [ "object" ] }, { "paste.lint.InputWrapper": [ "object" ] }, { "paste.lint.IteratorWrapper": [ "object" ] }, { "paste.lint.PartialIteratorWrapper": [ "object" ] }, { "paste.lint.WSGIWarning": [ "BaseException", "Exception", "Warning", "object" ] }, { "paste.lint.WriteWrapper": [ "object" ] }, { "paste.httpserver.ContinueHook": [ "object" ] }, { "paste.httpserver.LimitedLengthFile": [ "object" ] }, { "paste.httpserver.SecureHTTPServer": [ "http.server.HTTPServer", "object", "socketserver.BaseServer", "socketserver.TCPServer" ] }, { "paste.httpserver.SecureHTTPServer.__init__.TSafeConnection": [ "object" ] }, { "paste.httpserver.ServerExit": [ "BaseException", "SystemExit", "object" ] }, { "paste.httpserver.ThreadPool": [ "object" ] }, { "paste.httpserver.ThreadPoolMixIn": [ "object" ] }, { "paste.httpserver.WSGIHandler": [ "http.server.BaseHTTPRequestHandler", "object", "paste.httpserver.WSGIHandlerMixin", "socketserver.BaseRequestHandler", "socketserver.StreamRequestHandler" ] }, { "paste.httpserver.WSGIHandlerMixin": [ "object" ] }, { "paste.httpserver.WSGIServer": [ "http.server.HTTPServer", "object", "paste.httpserver.SecureHTTPServer", "paste.httpserver.WSGIServerBase", "socketserver.BaseServer", "socketserver.TCPServer", "socketserver.ThreadingMixIn" ] }, { "paste.httpserver.WSGIServerBase": [ "http.server.HTTPServer", "object", "paste.httpserver.SecureHTTPServer", "socketserver.BaseServer", "socketserver.TCPServer" ] }, { "paste.httpserver.WSGIThreadPoolServer": [ "http.server.HTTPServer", "object", "paste.httpserver.SecureHTTPServer", "paste.httpserver.ThreadPoolMixIn", "paste.httpserver.WSGIServerBase", "socketserver.BaseServer", "socketserver.TCPServer" ] }, { "paste.httpserver._ConnFixer": [ "object" ] }, { "paste.httpheaders.EnvironVariable": [ "object", "str", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "paste.httpheaders.HTTPHeader": [ "object" ] }, { "paste.httpheaders._AcceptLanguage": [ "object", "paste.httpheaders.HTTPHeader", "paste.httpheaders._MultiValueHeader" ] }, { "paste.httpheaders._AcceptRanges": [ "object", "paste.httpheaders.HTTPHeader", "paste.httpheaders._MultiValueHeader" ] }, { "paste.httpheaders._Authorization": [ "object", "paste.httpheaders.HTTPHeader", "paste.httpheaders._SingleValueHeader" ] }, { "paste.httpheaders._Authorization.compose.FakeRequest": [ "object" ] }, { "paste.httpheaders._CacheControl": [ "object", "paste.httpheaders.HTTPHeader", "paste.httpheaders._MultiValueHeader" ] }, { "paste.httpheaders._ContentDisposition": [ "object", "paste.httpheaders.HTTPHeader", "paste.httpheaders._SingleValueHeader" ] }, { "paste.httpheaders._ContentLength": [ "object", "paste.httpheaders.HTTPHeader", "paste.httpheaders._SingleValueHeader" ] }, { "paste.httpheaders._ContentRange": [ "object", "paste.httpheaders.HTTPHeader", "paste.httpheaders._SingleValueHeader" ] }, { "paste.httpheaders._ContentType": [ "object", "paste.httpheaders.HTTPHeader", "paste.httpheaders._SingleValueHeader" ] }, { "paste.httpheaders._DateHeader": [ "object", "paste.httpheaders.HTTPHeader", "paste.httpheaders._SingleValueHeader" ] }, { "paste.httpheaders._IfModifiedSince": [ "object", "paste.httpheaders.HTTPHeader", "paste.httpheaders._DateHeader", "paste.httpheaders._SingleValueHeader" ] }, { "paste.httpheaders._MultiEntryHeader": [ "object", "paste.httpheaders.HTTPHeader" ] }, { "paste.httpheaders._MultiValueHeader": [ "object", "paste.httpheaders.HTTPHeader" ] }, { "paste.httpheaders._Range": [ "object", "paste.httpheaders.HTTPHeader", "paste.httpheaders._MultiValueHeader" ] }, { "paste.httpheaders._SingleValueHeader": [ "object", "paste.httpheaders.HTTPHeader" ] }, { "paste.httpexceptions.HTTPBadGateway": [ "BaseException", "Exception", "object", "paste.httpexceptions.HTTPError", "paste.httpexceptions.HTTPException", "paste.httpexceptions.HTTPServerError" ] }, { "paste.httpexceptions.HTTPBadRequest": [ "BaseException", "Exception", "object", "paste.httpexceptions.HTTPClientError", "paste.httpexceptions.HTTPError", "paste.httpexceptions.HTTPException" ] }, { "paste.httpexceptions.HTTPClientError": [ "BaseException", "Exception", "object", "paste.httpexceptions.HTTPError", "paste.httpexceptions.HTTPException" ] }, { "paste.httpexceptions.HTTPConflict": [ "BaseException", "Exception", "object", "paste.httpexceptions.HTTPClientError", "paste.httpexceptions.HTTPError", "paste.httpexceptions.HTTPException" ] }, { "paste.httpexceptions.HTTPError": [ "BaseException", "Exception", "object", "paste.httpexceptions.HTTPException" ] }, { "paste.httpexceptions.HTTPException": [ "BaseException", "Exception", "object" ] }, { "paste.httpexceptions.HTTPExceptionHandler": [ "object" ] }, { "paste.httpexceptions.HTTPExpectationFailed": [ "BaseException", "Exception", "object", "paste.httpexceptions.HTTPClientError", "paste.httpexceptions.HTTPError", "paste.httpexceptions.HTTPException" ] }, { "paste.httpexceptions.HTTPForbidden": [ "BaseException", "Exception", "object", "paste.httpexceptions.HTTPClientError", "paste.httpexceptions.HTTPError", "paste.httpexceptions.HTTPException" ] }, { "paste.httpexceptions.HTTPFound": [ "BaseException", "Exception", "object", "paste.httpexceptions.HTTPException", "paste.httpexceptions.HTTPRedirection", "paste.httpexceptions._HTTPMove" ] }, { "paste.httpexceptions.HTTPGatewayTimeout": [ "BaseException", "Exception", "object", "paste.httpexceptions.HTTPError", "paste.httpexceptions.HTTPException", "paste.httpexceptions.HTTPServerError" ] }, { "paste.httpexceptions.HTTPGone": [ "BaseException", "Exception", "object", "paste.httpexceptions.HTTPClientError", "paste.httpexceptions.HTTPError", "paste.httpexceptions.HTTPException" ] }, { "paste.httpexceptions.HTTPInternalServerError": [ "BaseException", "Exception", "object", "paste.httpexceptions.HTTPError", "paste.httpexceptions.HTTPException", "paste.httpexceptions.HTTPServerError" ] }, { "paste.httpexceptions.HTTPLengthRequired": [ "BaseException", "Exception", "object", "paste.httpexceptions.HTTPClientError", "paste.httpexceptions.HTTPError", "paste.httpexceptions.HTTPException" ] }, { "paste.httpexceptions.HTTPMethodNotAllowed": [ "BaseException", "Exception", "object", "paste.httpexceptions.HTTPClientError", "paste.httpexceptions.HTTPError", "paste.httpexceptions.HTTPException" ] }, { "paste.httpexceptions.HTTPMovedPermanently": [ "BaseException", "Exception", "object", "paste.httpexceptions.HTTPException", "paste.httpexceptions.HTTPRedirection", "paste.httpexceptions._HTTPMove" ] }, { "paste.httpexceptions.HTTPMultipleChoices": [ "BaseException", "Exception", "object", "paste.httpexceptions.HTTPException", "paste.httpexceptions.HTTPRedirection", "paste.httpexceptions._HTTPMove" ] }, { "paste.httpexceptions.HTTPNotAcceptable": [ "BaseException", "Exception", "object", "paste.httpexceptions.HTTPClientError", "paste.httpexceptions.HTTPError", "paste.httpexceptions.HTTPException" ] }, { "paste.httpexceptions.HTTPNotFound": [ "BaseException", "Exception", "object", "paste.httpexceptions.HTTPClientError", "paste.httpexceptions.HTTPError", "paste.httpexceptions.HTTPException" ] }, { "paste.httpexceptions.HTTPNotImplemented": [ "BaseException", "Exception", "object", "paste.httpexceptions.HTTPError", "paste.httpexceptions.HTTPException", "paste.httpexceptions.HTTPServerError" ] }, { "paste.httpexceptions.HTTPNotModified": [ "BaseException", "Exception", "object", "paste.httpexceptions.HTTPException", "paste.httpexceptions.HTTPRedirection" ] }, { "paste.httpexceptions.HTTPPaymentRequired": [ "BaseException", "Exception", "object", "paste.httpexceptions.HTTPClientError", "paste.httpexceptions.HTTPError", "paste.httpexceptions.HTTPException" ] }, { "paste.httpexceptions.HTTPPreconditionFailed": [ "BaseException", "Exception", "object", "paste.httpexceptions.HTTPClientError", "paste.httpexceptions.HTTPError", "paste.httpexceptions.HTTPException" ] }, { "paste.httpexceptions.HTTPProxyAuthenticationRequired": [ "BaseException", "Exception", "object", "paste.httpexceptions.HTTPClientError", "paste.httpexceptions.HTTPError", "paste.httpexceptions.HTTPException" ] }, { "paste.httpexceptions.HTTPRedirection": [ "BaseException", "Exception", "object", "paste.httpexceptions.HTTPException" ] }, { "paste.httpexceptions.HTTPRequestEntityTooLarge": [ "BaseException", "Exception", "object", "paste.httpexceptions.HTTPClientError", "paste.httpexceptions.HTTPError", "paste.httpexceptions.HTTPException" ] }, { "paste.httpexceptions.HTTPRequestRangeNotSatisfiable": [ "BaseException", "Exception", "object", "paste.httpexceptions.HTTPClientError", "paste.httpexceptions.HTTPError", "paste.httpexceptions.HTTPException" ] }, { "paste.httpexceptions.HTTPRequestTimeout": [ "BaseException", "Exception", "object", "paste.httpexceptions.HTTPClientError", "paste.httpexceptions.HTTPError", "paste.httpexceptions.HTTPException" ] }, { "paste.httpexceptions.HTTPRequestURITooLong": [ "BaseException", "Exception", "object", "paste.httpexceptions.HTTPClientError", "paste.httpexceptions.HTTPError", "paste.httpexceptions.HTTPException" ] }, { "paste.httpexceptions.HTTPSeeOther": [ "BaseException", "Exception", "object", "paste.httpexceptions.HTTPException", "paste.httpexceptions.HTTPRedirection", "paste.httpexceptions._HTTPMove" ] }, { "paste.httpexceptions.HTTPServerError": [ "BaseException", "Exception", "object", "paste.httpexceptions.HTTPError", "paste.httpexceptions.HTTPException" ] }, { "paste.httpexceptions.HTTPServiceUnavailable": [ "BaseException", "Exception", "object", "paste.httpexceptions.HTTPError", "paste.httpexceptions.HTTPException", "paste.httpexceptions.HTTPServerError" ] }, { "paste.httpexceptions.HTTPTemporaryRedirect": [ "BaseException", "Exception", "object", "paste.httpexceptions.HTTPException", "paste.httpexceptions.HTTPRedirection", "paste.httpexceptions._HTTPMove" ] }, { "paste.httpexceptions.HTTPTooManyRequests": [ "BaseException", "Exception", "object", "paste.httpexceptions.HTTPClientError", "paste.httpexceptions.HTTPError", "paste.httpexceptions.HTTPException" ] }, { "paste.httpexceptions.HTTPUnauthorized": [ "BaseException", "Exception", "object", "paste.httpexceptions.HTTPClientError", "paste.httpexceptions.HTTPError", "paste.httpexceptions.HTTPException" ] }, { "paste.httpexceptions.HTTPUnsupportedMediaType": [ "BaseException", "Exception", "object", "paste.httpexceptions.HTTPClientError", "paste.httpexceptions.HTTPError", "paste.httpexceptions.HTTPException" ] }, { "paste.httpexceptions.HTTPUseProxy": [ "BaseException", "Exception", "object", "paste.httpexceptions.HTTPException", "paste.httpexceptions.HTTPRedirection", "paste.httpexceptions._HTTPMove" ] }, { "paste.httpexceptions.HTTPVersionNotSupported": [ "BaseException", "Exception", "object", "paste.httpexceptions.HTTPError", "paste.httpexceptions.HTTPException", "paste.httpexceptions.HTTPServerError" ] }, { "paste.httpexceptions._HTTPMove": [ "BaseException", "Exception", "object", "paste.httpexceptions.HTTPException", "paste.httpexceptions.HTTPRedirection" ] }, { "paste.gzipper.GzipOutput": [ "object" ] }, { "paste.gzipper.GzipResponse": [ "object" ] }, { "paste.gzipper.middleware": [ "object" ] }, { "paste.flup_session.NoDefault": [ "object" ] }, { "paste.flup_session.SessionMiddleware": [ "object" ] }, { "paste.fixture.AppError": [ "BaseException", "Exception", "object" ] }, { "paste.fixture.CaptureStdout": [ "object" ] }, { "paste.fixture.Checkbox": [ "object", "paste.fixture.Field" ] }, { "paste.fixture.Dummy_smtplib": [ "object" ] }, { "paste.fixture.Field": [ "object" ] }, { "paste.fixture.Form": [ "object" ] }, { "paste.fixture.FoundDir": [ "object" ] }, { "paste.fixture.FoundFile": [ "object" ] }, { "paste.fixture.Hidden": [ "object", "paste.fixture.Field", "paste.fixture.Text" ] }, { "paste.fixture.NoDefault": [ "object" ] }, { "paste.fixture.ProcResult": [ "object" ] }, { "paste.fixture.Radio": [ "object", "paste.fixture.Field", "paste.fixture.Select" ] }, { "paste.fixture.Select": [ "object", "paste.fixture.Field" ] }, { "paste.fixture.Submit": [ "object", "paste.fixture.Field" ] }, { "paste.fixture.TestApp": [ "object" ] }, { "paste.fixture.TestFileEnvironment": [ "object" ] }, { "paste.fixture.TestRequest": [ "object" ] }, { "paste.fixture.TestResponse": [ "object" ] }, { "paste.fixture.Text": [ "object", "paste.fixture.Field" ] }, { "paste.fixture.Textarea": [ "object", "paste.fixture.Field", "paste.fixture.Text" ] }, { "paste.fileapp.ArchiveStore": [ "object" ] }, { "paste.fileapp.DataApp": [ "object" ] }, { "paste.fileapp.DirectoryApp": [ "object" ] }, { "paste.fileapp.FileApp": [ "object", "paste.fileapp.DataApp" ] }, { "paste.fileapp._FileIter": [ "object" ] }, { "paste.exceptions.reporter.EmailReporter": [ "object", "paste.exceptions.reporter.Reporter" ] }, { "paste.exceptions.reporter.FileReporter": [ "object", "paste.exceptions.reporter.Reporter" ] }, { "paste.exceptions.reporter.LogReporter": [ "object", "paste.exceptions.reporter.Reporter" ] }, { "paste.exceptions.reporter.Reporter": [ "object" ] }, { "paste.exceptions.reporter.WSGIAppReporter": [ "object", "paste.exceptions.reporter.Reporter" ] }, { "paste.exceptions.formatter.AbstractFormatter": [ "object" ] }, { "paste.exceptions.formatter.HTMLFormatter": [ "object", "paste.exceptions.formatter.AbstractFormatter", "paste.exceptions.formatter.TextFormatter" ] }, { "paste.exceptions.formatter.TextFormatter": [ "object", "paste.exceptions.formatter.AbstractFormatter" ] }, { "paste.exceptions.errormiddleware.CatchingIter": [ "object" ] }, { "paste.exceptions.errormiddleware.ErrorMiddleware": [ "object" ] }, { "paste.exceptions.errormiddleware.ResponseStartChecker": [ "object" ] }, { "paste.exceptions.errormiddleware.Supplement": [ "object" ] }, { "paste.exceptions.errormiddleware._NoDefault": [ "object" ] }, { "paste.exceptions.collector.Bunch": [ "object" ] }, { "paste.exceptions.collector.CollectedException": [ "object", "paste.exceptions.collector.Bunch" ] }, { "paste.exceptions.collector.ExceptionCollector": [ "object" ] }, { "paste.exceptions.collector.ExceptionFrame": [ "object", "paste.exceptions.collector.Bunch" ] }, { "paste.exceptions.collector.SupplementaryData": [ "object", "paste.exceptions.collector.Bunch" ] }, { "paste.evalexception.middleware.DebugInfo": [ "object" ] }, { "paste.evalexception.middleware.EvalException": [ "object" ] }, { "paste.evalexception.middleware.EvalHTMLFormatter": [ "object", "paste.exceptions.formatter.AbstractFormatter", "paste.exceptions.formatter.HTMLFormatter", "paste.exceptions.formatter.TextFormatter" ] }, { "paste.evalexception.evalcontext.EvalContext": [ "object" ] }, { "paste.evalexception.evalcontext._OutputRedirectingPdb": [ "bdb.Bdb", "cmd.Cmd", "object", "pdb.Pdb" ] }, { "paste.errordocument.StatusBasedForward": [ "object" ] }, { "paste.errordocument.StatusKeeper": [ "object" ] }, { "paste.errordocument._StatusBasedRedirect": [ "object" ] }, { "paste.errordocument._StatusBasedRedirect.__call__.InvalidForward": [ "BaseException", "Exception", "object" ] }, { "paste.deploy.paster_templates.PasteDeploy": [ "object" ] }, { "paste.deploy.loadwsgi.AttrDict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "paste.deploy.loadwsgi.ConfigLoader": [ "object", "paste.deploy.loadwsgi._Loader" ] }, { "paste.deploy.loadwsgi.EggLoader": [ "object", "paste.deploy.loadwsgi._Loader" ] }, { "paste.deploy.loadwsgi.FuncLoader": [ "object", "paste.deploy.loadwsgi._Loader" ] }, { "paste.deploy.loadwsgi.LoaderContext": [ "object" ] }, { "paste.deploy.loadwsgi.NicerConfigParser": [ "configparser.ConfigParser", "configparser.RawConfigParser", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "paste.deploy.loadwsgi.NicerConfigParser.InterpolateWrapper": [ "object" ] }, { "paste.deploy.loadwsgi._App": [ "object", "paste.deploy.loadwsgi._ObjectType" ] }, { "paste.deploy.loadwsgi._Filter": [ "object", "paste.deploy.loadwsgi._ObjectType" ] }, { "paste.deploy.loadwsgi._FilterApp": [ "object", "paste.deploy.loadwsgi._ObjectType" ] }, { "paste.deploy.loadwsgi._FilterWith": [ "object", "paste.deploy.loadwsgi._App", "paste.deploy.loadwsgi._ObjectType" ] }, { "paste.deploy.loadwsgi._Loader": [ "object" ] }, { "paste.deploy.loadwsgi._ObjectType": [ "object" ] }, { "paste.deploy.loadwsgi._PipeLine": [ "object", "paste.deploy.loadwsgi._ObjectType" ] }, { "paste.deploy.loadwsgi._Server": [ "object", "paste.deploy.loadwsgi._ObjectType" ] }, { "paste.deploy.config.ConfigMiddleware": [ "object" ] }, { "paste.deploy.config.DispatchingConfig": [ "object" ] }, { "paste.deploy.config.PrefixMiddleware": [ "object" ] }, { "paste.debug.wdg_validate.WDGValidateMiddleware": [ "object" ] }, { "paste.debug.watchthreads.WatchThreads": [ "object" ] }, { "paste.debug.testserver.WSGIRegressionServer": [ "http.server.HTTPServer", "object", "paste.httpserver.SecureHTTPServer", "paste.httpserver.WSGIServer", "paste.httpserver.WSGIServerBase", "socketserver.BaseServer", "socketserver.TCPServer", "socketserver.ThreadingMixIn" ] }, { "paste.debug.profile.DecoratedProfile": [ "object" ] }, { "paste.debug.profile.ProfileMiddleware": [ "object" ] }, { "paste.debug.prints.PrintDebugMiddleware": [ "object" ] }, { "paste.debug.prints.TeeFile": [ "object" ] }, { "paste.debug.fsdiff.Diff": [ "object" ] }, { "paste.debug.fsdiff.Dir": [ "object", "paste.debug.fsdiff.File" ] }, { "paste.debug.fsdiff.File": [ "object" ] }, { "paste.debug.fsdiff.Snapshot": [ "collections.UserDict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "paste.debug.doctest_webapp.LongFormDocTestParser": [ "doctest.DocTestParser", "object" ] }, { "paste.debug.debugapp.SimpleApplication": [ "object" ] }, { "paste.debug.debugapp.SlowConsumer": [ "object" ] }, { "paste.cowbell.MoreCowbell": [ "object" ] }, { "paste.config.ConfigMiddleware": [ "object", "paste.registry.RegistryManager" ] }, { "paste.config.DispatchingConfig": [ "object", "paste.registry.StackedObjectProxy" ] }, { "paste.cgitb_catcher.CgitbMiddleware": [ "object" ] }, { "paste.cgitb_catcher.NoDefault": [ "object" ] }, { "paste.cgiapp.CGIApplication": [ "object" ] }, { "paste.cgiapp.CGIError": [ "BaseException", "Exception", "object" ] }, { "paste.cgiapp.CGIWriter": [ "object" ] }, { "paste.cgiapp.StdinReader": [ "object" ] }, { "paste.cascade.Cascade": [ "object" ] }, { "paste.auth.open_id.AuthOpenIDHandler": [ "object" ] }, { "paste.auth.multi.MultiHandler": [ "object" ] }, { "paste.auth.grantip.GrantIPMiddleware": [ "object" ] }, { "paste.auth.form.AuthFormHandler": [ "object" ] }, { "paste.auth.digest.AuthDigestAuthenticator": [ "object" ] }, { "paste.auth.digest.AuthDigestHandler": [ "object" ] }, { "paste.auth.cookie.AuthCookieEnviron": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "paste.auth.cookie.AuthCookieHandler": [ "object" ] }, { "paste.auth.cookie.AuthCookieSigner": [ "object" ] }, { "paste.auth.cookie.CookieTooLarge": [ "BaseException", "Exception", "RuntimeError", "object" ] }, { "paste.auth.cas.CASAuthenticate": [ "BaseException", "Exception", "object", "paste.httpexceptions.HTTPException", "paste.httpexceptions.HTTPRedirection", "paste.httpexceptions.HTTPSeeOther", "paste.httpexceptions._HTTPMove" ] }, { "paste.auth.cas.CASLoginFailure": [ "BaseException", "Exception", "object", "paste.httpexceptions.HTTPClientError", "paste.httpexceptions.HTTPError", "paste.httpexceptions.HTTPException", "paste.httpexceptions.HTTPForbidden" ] }, { "paste.auth.basic.AuthBasicAuthenticator": [ "object" ] }, { "paste.auth.basic.AuthBasicHandler": [ "object" ] }, { "paste.auth.auth_tkt.AuthTKTMiddleware": [ "object" ] }, { "paste.auth.auth_tkt.AuthTicket": [ "object" ] }, { "paste.auth.auth_tkt.BadTicket": [ "BaseException", "Exception", "object" ] }, { "passlib.utils.handlers.BackendMixin": [ "object", "passlib.ifc.PasswordHash" ] }, { "passlib.utils.handlers.GenericHandler": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.utils.handlers.HasEncodingContext": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.utils.handlers.HasManyBackends": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.BackendMixin", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.utils.handlers.HasManyIdents": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.utils.handlers.HasRawChecksum": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.utils.handlers.HasRawSalt": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.utils.handlers.HasRounds": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.utils.handlers.HasSalt": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.utils.handlers.HasUserContext": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.utils.handlers.MinimalHandler": [ "object", "passlib.ifc.PasswordHash" ] }, { "passlib.utils.handlers.ParallelismMixin": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.utils.handlers.PrefixWrapper": [ "object" ] }, { "passlib.utils.handlers.StaticHandler": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.utils.handlers.SubclassBackendMixin": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.BackendMixin" ] }, { "passlib.utils.handlers.TruncateMixin": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.utils.decor.classproperty": [ "object" ] }, { "passlib.utils.decor.hybrid_method": [ "object" ] }, { "passlib.utils.decor.memoized_property": [ "object" ] }, { "passlib.utils.compat._ordered_dict.OrderedDict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "passlib.utils.compat._LazyOverlayModule": [ "_importlib_modulespec.ModuleType", "object" ] }, { "passlib.utils.compat.nullcontext": [ "object" ] }, { "passlib.utils.binary.Base64Engine": [ "object" ] }, { "passlib.utils.binary.LazyBase64Engine": [ "object", "passlib.utils.binary.Base64Engine" ] }, { "passlib.utils.SequenceMixin": [ "object" ] }, { "passlib.totp.AppWallet": [ "object" ] }, { "passlib.totp.TOTP": [ "object" ] }, { "passlib.totp.TotpMatch": [ "object", "passlib.utils.SequenceMixin" ] }, { "passlib.totp.TotpToken": [ "object", "passlib.utils.SequenceMixin" ] }, { "passlib.tests.utils.EncodingHandlerMixin": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.utils.EncodingHandlerMixin.FuzzHashGenerator": [ "object", "passlib.tests.utils.HandlerCase.FuzzHashGenerator" ] }, { "passlib.tests.utils.HandlerCase": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.utils.HandlerCase.FuzzHashGenerator": [ "object" ] }, { "passlib.tests.utils.HandlerCase.test_15_salt_type.fake": [ "object" ] }, { "passlib.tests.utils.OsCryptMixin": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.utils.TestCase": [ "object", "passlib.tests.backports.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.utils.TestCase._AssertWarningList": [ "object", "warnings.catch_warnings" ] }, { "passlib.tests.utils.UserHandlerMixin": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.utils.UserHandlerMixin.FuzzHashGenerator": [ "object", "passlib.tests.utils.HandlerCase.FuzzHashGenerator" ] }, { "passlib.tests.utils.reset_warnings": [ "object", "warnings.catch_warnings" ] }, { "passlib.tests.test_win32.UtilTest": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_utils_pbkdf2.Pbkdf1_Test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_utils_pbkdf2.Pbkdf2_Test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_utils_pbkdf2.UtilsTest": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_utils_md4.Legacy_MD4_Test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.test_crypto_builtin_md4._Common_MD4_Test", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_utils_handlers.PrefixWrapperTest": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_utils_handlers.SaltedHash": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.tests.test_utils_handlers.SaltedHashTest": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_utils_handlers.SkeletonTest": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_utils_handlers.SkeletonTest.test_00_static_handler.d1": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.StaticHandler" ] }, { "passlib.tests.test_utils_handlers.SkeletonTest.test_01_calc_checksum_hack.d1": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.StaticHandler" ] }, { "passlib.tests.test_utils_handlers.SkeletonTest.test_10_identify.d1": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.tests.test_utils_handlers.SkeletonTest.test_11_norm_checksum.d1": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.tests.test_utils_handlers.SkeletonTest.test_12_norm_checksum_raw.d1": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasRawChecksum", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.tests.test_utils_handlers.SkeletonTest.test_20_norm_salt.d1": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.tests.test_utils_handlers.SkeletonTest.test_30_init_rounds.d1": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasRounds", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.tests.test_utils_handlers.SkeletonTest.test_40_backends.d1": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.BackendMixin", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasManyBackends", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.tests.test_utils_handlers.SkeletonTest.test_40_backends.d2": [ "object", "passlib.ifc.PasswordHash", "passlib.tests.test_utils_handlers.SkeletonTest.test_40_backends.d1", "passlib.utils.handlers.BackendMixin", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasManyBackends", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.tests.test_utils_handlers.SkeletonTest.test_41_backends.d1": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.BackendMixin", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasManyBackends", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.tests.test_utils_handlers.SkeletonTest.test_50_norm_ident.d1": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasManyIdents", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.tests.test_utils_handlers.UnsaltedHash": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.StaticHandler" ] }, { "passlib.tests.test_utils_handlers.UnsaltedHashTest": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_utils_handlers.dummy_handler_in_registry": [ "object" ] }, { "passlib.tests.test_utils.Base64EngineTest": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_utils.CodecTest": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_utils.H64Big_Test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.test_utils._Base64Test", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_utils.H64_Test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.test_utils._Base64Test", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_utils.MiscTest": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_utils.MiscTest.test_classproperty.test": [ "object" ] }, { "passlib.tests.test_utils.MiscTest.test_memoized_property.dummy": [ "object" ] }, { "passlib.tests.test_utils._Base64Test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_totp.AppWalletTest": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_totp.TotpTest": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_registry.RegistryTest": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_registry.RegistryTest.test_get_crypt_handler.dummy_1": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.StaticHandler" ] }, { "passlib.tests.test_registry.RegistryTest.test_hash_proxy.dummy_1": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.StaticHandler" ] }, { "passlib.tests.test_registry.RegistryTest.test_register_crypt_handler.dummy_1": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.StaticHandler" ] }, { "passlib.tests.test_registry.RegistryTest.test_register_crypt_handler.dummy_1b": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.StaticHandler" ] }, { "passlib.tests.test_registry.alt_dummy_0": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.StaticHandler" ] }, { "passlib.tests.test_registry.dummy_0": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.StaticHandler" ] }, { "passlib.tests.test_pwd.PhraseGeneratorTest": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_pwd.UtilsTest": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_pwd.WordGeneratorTest": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_hosts.HostsTest": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers_scrypt._scrypt_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers_scrypt._scrypt_test.FuzzHashGenerator": [ "object", "passlib.tests.utils.HandlerCase.FuzzHashGenerator" ] }, { "passlib.tests.test_handlers_pbkdf2.atlassian_pbkdf2_sha1_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers_pbkdf2.cta_pbkdf2_sha1_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers_pbkdf2.dlitz_pbkdf2_sha1_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers_pbkdf2.grub_pbkdf2_sha512_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers_pbkdf2.ldap_pbkdf2_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers_pbkdf2.pbkdf2_sha1_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers_pbkdf2.pbkdf2_sha256_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers_pbkdf2.pbkdf2_sha512_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers_pbkdf2.scram_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers_django._DjangoHelper": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers_django.django_argon2_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.test_handlers_django._DjangoHelper", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers_django.django_argon2_test.FuzzHashGenerator": [ "object", "passlib.tests.test_handlers_argon2._base_argon2_test.FuzzHashGenerator", "passlib.tests.utils.HandlerCase.FuzzHashGenerator" ] }, { "passlib.tests.test_handlers_django.django_bcrypt_sha256_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.test_handlers_django._DjangoHelper", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers_django.django_bcrypt_sha256_test.FuzzHashGenerator": [ "object", "passlib.tests.utils.HandlerCase.FuzzHashGenerator" ] }, { "passlib.tests.test_handlers_django.django_bcrypt_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.test_handlers_django._DjangoHelper", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers_django.django_bcrypt_test.FuzzHashGenerator": [ "object", "passlib.tests.utils.HandlerCase.FuzzHashGenerator" ] }, { "passlib.tests.test_handlers_django.django_des_crypt_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.test_handlers_django._DjangoHelper", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers_django.django_disabled_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers_django.django_pbkdf2_sha1_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.test_handlers_django._DjangoHelper", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers_django.django_pbkdf2_sha256_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.test_handlers_django._DjangoHelper", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers_django.django_salted_md5_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.test_handlers_django._DjangoHelper", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers_django.django_salted_md5_test.FuzzHashGenerator": [ "object", "passlib.tests.utils.HandlerCase.FuzzHashGenerator" ] }, { "passlib.tests.test_handlers_django.django_salted_sha1_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.test_handlers_django._DjangoHelper", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers_cisco._PixAsaSharedTest": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "passlib.tests.utils.UserHandlerMixin", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers_cisco.cisco_asa_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.test_handlers_cisco._PixAsaSharedTest", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "passlib.tests.utils.UserHandlerMixin", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers_cisco.cisco_pix_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.test_handlers_cisco._PixAsaSharedTest", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "passlib.tests.utils.UserHandlerMixin", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers_cisco.cisco_type7_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers_bcrypt._bcrypt_sha256_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers_bcrypt._bcrypt_sha256_test.FuzzHashGenerator": [ "object", "passlib.tests.utils.HandlerCase.FuzzHashGenerator" ] }, { "passlib.tests.test_handlers_bcrypt._bcrypt_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers_bcrypt._bcrypt_test.FuzzHashGenerator": [ "object", "passlib.tests.utils.HandlerCase.FuzzHashGenerator" ] }, { "passlib.tests.test_handlers_bcrypt.bcrypt_os_crypt_test": [ "object" ] }, { "passlib.tests.test_handlers_bcrypt.bcrypt_sha256_os_crypt_test": [ "object" ] }, { "passlib.tests.test_handlers_argon2._base_argon2_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers_argon2._base_argon2_test.FuzzHashGenerator": [ "object", "passlib.tests.utils.HandlerCase.FuzzHashGenerator" ] }, { "passlib.tests.test_handlers_argon2.argon2_argon2_cffi_test": [ "object" ] }, { "passlib.tests.test_handlers_argon2.argon2_argon2pure_test": [ "object" ] }, { "passlib.tests.test_handlers_argon2.argon2_argon2pure_test.FuzzHashGenerator": [ "object", "passlib.tests.test_handlers_argon2._base_argon2_test.FuzzHashGenerator", "passlib.tests.utils.HandlerCase.FuzzHashGenerator" ] }, { "passlib.tests.test_handlers.RoundupTest": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers._bsdi_crypt_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers._des_crypt_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers._ldap_md5_crypt_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers._ldap_sha1_crypt_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers._md5_crypt_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers._sha1_crypt_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers._sha256_crypt_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers._sha512_crypt_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers.apr_md5_crypt_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers.bigcrypt_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers.bsd_nthash_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers.crypt16_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers.fshp_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers.hex_md4_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers.hex_md5_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers.hex_sha1_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers.hex_sha256_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers.hex_sha512_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers.htdigest_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "passlib.tests.utils.UserHandlerMixin", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers.ldap_md5_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers.ldap_plaintext_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers.ldap_plaintext_test.FuzzHashGenerator": [ "object", "passlib.tests.utils.HandlerCase.FuzzHashGenerator" ] }, { "passlib.tests.test_handlers.ldap_salted_md5_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers.ldap_salted_sha1_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers.ldap_salted_sha256_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers.ldap_salted_sha512_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers.ldap_sha1_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers.lmhash_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.EncodingHandlerMixin", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers.msdcc2_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "passlib.tests.utils.UserHandlerMixin", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers.msdcc_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "passlib.tests.utils.UserHandlerMixin", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers.mssql2000_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers.mssql2005_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers.mysql323_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers.mysql323_test.FuzzHashGenerator": [ "object", "passlib.tests.utils.HandlerCase.FuzzHashGenerator" ] }, { "passlib.tests.test_handlers.mysql41_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers.nthash_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers.oracle10_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "passlib.tests.utils.UserHandlerMixin", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers.oracle11_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers.phpass_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers.plaintext_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers.postgres_md5_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "passlib.tests.utils.UserHandlerMixin", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers.sun_md5_crypt_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers.unix_disabled_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_handlers.unix_fallback_test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.HandlerCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_ext_django_source.HashersTest": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_ext_django.DjangoBehaviorTest": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.test_ext_django._ExtensionSupport", "passlib.tests.test_ext_django._ExtensionTest", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_ext_django.DjangoExtensionTest": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.test_ext_django._ExtensionSupport", "passlib.tests.test_ext_django._ExtensionTest", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_ext_django.ExtensionBehaviorTest": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.test_ext_django.DjangoBehaviorTest", "passlib.tests.test_ext_django._ExtensionSupport", "passlib.tests.test_ext_django._ExtensionTest", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_ext_django.FakeUser": [ "object" ] }, { "passlib.tests.test_ext_django.FakeUser.Meta": [ "object" ] }, { "passlib.tests.test_ext_django._ExtensionSupport": [ "object" ] }, { "passlib.tests.test_ext_django._ExtensionTest": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.test_ext_django._ExtensionSupport", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_crypto_scrypt.BuiltinScryptTest": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.test_crypto_scrypt._CommonScryptTest", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_crypto_scrypt.ScryptEngineTest": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_crypto_scrypt.ScryptPackageTest": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.test_crypto_scrypt._CommonScryptTest", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_crypto_scrypt.StdlibScryptTest": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.test_crypto_scrypt._CommonScryptTest", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_crypto_scrypt._CommonScryptTest": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_crypto_digest.HashInfoTest": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_crypto_digest.Pbkdf1_Test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_crypto_digest.Pbkdf2Test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_crypto_des.DesTest": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_crypto_builtin_md4.MD4_Builtin_Test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.test_crypto_builtin_md4._Common_MD4_Test", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_crypto_builtin_md4.MD4_SSL_Test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.test_crypto_builtin_md4._Common_MD4_Test", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_crypto_builtin_md4._Common_MD4_Test": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_context_deprecated.CryptContextTest": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_context_deprecated.CryptPolicyTest": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_context_deprecated.CryptPolicyTest.test_00_constructor.dummy_1": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.StaticHandler" ] }, { "passlib.tests.test_context_deprecated.CryptPolicyTest.test_00_constructor.nameless": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.StaticHandler" ] }, { "passlib.tests.test_context_deprecated.LazyCryptContextTest": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_context_deprecated.dummy_2": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.StaticHandler" ] }, { "passlib.tests.test_context.CryptContextTest": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_context.CryptContextTest.test_21_schemes.dummy_1": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.StaticHandler" ] }, { "passlib.tests.test_context.CryptContextTest.test_21_schemes.nameless": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.StaticHandler" ] }, { "passlib.tests.test_context.CryptContextTest.test_46_needs_update.dummy": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.StaticHandler" ] }, { "passlib.tests.test_context.DelayHash": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.StaticHandler" ] }, { "passlib.tests.test_context.LazyCryptContextTest": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_context.dummy_2": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.StaticHandler" ] }, { "passlib.tests.test_apps.AppsTest": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_apache.HtdigestFileTest": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.test_apache.HtpasswdFileTest": [ "object", "passlib.tests.backports.TestCase", "passlib.tests.utils.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests.backports.TestCase": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "passlib.tests._test_bad_register.alt_dummy_bad": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.StaticHandler" ] }, { "passlib.tests._test_bad_register.dummy_bad": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.StaticHandler" ] }, { "passlib.registry._PasslibRegistryProxy": [ "object" ] }, { "passlib.pwd.PhraseGenerator": [ "object", "passlib.pwd.SequenceGenerator" ] }, { "passlib.pwd.SequenceGenerator": [ "object" ] }, { "passlib.pwd.WordGenerator": [ "object", "passlib.pwd.SequenceGenerator" ] }, { "passlib.pwd.WordsetDict": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "passlib.ifc.DisabledHash": [ "object", "passlib.ifc.PasswordHash" ] }, { "passlib.ifc.PasswordHash": [ "object" ] }, { "passlib.handlers.windows.lmhash": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasEncodingContext", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.StaticHandler", "passlib.utils.handlers.TruncateMixin" ] }, { "passlib.handlers.windows.msdcc": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasUserContext", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.StaticHandler" ] }, { "passlib.handlers.windows.msdcc2": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasUserContext", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.StaticHandler" ] }, { "passlib.handlers.windows.nthash": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.StaticHandler" ] }, { "passlib.handlers.sun_md5_crypt.sun_md5_crypt": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasRounds", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.handlers.sha2_crypt._SHA2_Common": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.BackendMixin", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasManyBackends", "passlib.utils.handlers.HasRounds", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.handlers.sha2_crypt.sha256_crypt": [ "object", "passlib.handlers.sha2_crypt._SHA2_Common", "passlib.ifc.PasswordHash", "passlib.utils.handlers.BackendMixin", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasManyBackends", "passlib.utils.handlers.HasRounds", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.handlers.sha2_crypt.sha512_crypt": [ "object", "passlib.handlers.sha2_crypt._SHA2_Common", "passlib.ifc.PasswordHash", "passlib.utils.handlers.BackendMixin", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasManyBackends", "passlib.utils.handlers.HasRounds", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.handlers.sha1_crypt.sha1_crypt": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.BackendMixin", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasManyBackends", "passlib.utils.handlers.HasRounds", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.handlers.scrypt.scrypt": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasManyIdents", "passlib.utils.handlers.HasRawChecksum", "passlib.utils.handlers.HasRawSalt", "passlib.utils.handlers.HasRounds", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.ParallelismMixin" ] }, { "passlib.handlers.scram.scram": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasRawChecksum", "passlib.utils.handlers.HasRawSalt", "passlib.utils.handlers.HasRounds", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.handlers.postgres.postgres_md5": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasUserContext", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.StaticHandler" ] }, { "passlib.handlers.phpass.phpass": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasManyIdents", "passlib.utils.handlers.HasRounds", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.handlers.pbkdf2.Pbkdf2DigestHandler": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasRawChecksum", "passlib.utils.handlers.HasRawSalt", "passlib.utils.handlers.HasRounds", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.handlers.pbkdf2.atlassian_pbkdf2_sha1": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasRawChecksum", "passlib.utils.handlers.HasRawSalt", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.handlers.pbkdf2.cta_pbkdf2_sha1": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasRawChecksum", "passlib.utils.handlers.HasRawSalt", "passlib.utils.handlers.HasRounds", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.handlers.pbkdf2.dlitz_pbkdf2_sha1": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasRounds", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.handlers.pbkdf2.grub_pbkdf2_sha512": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasRawChecksum", "passlib.utils.handlers.HasRawSalt", "passlib.utils.handlers.HasRounds", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.handlers.oracle.oracle10": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasUserContext", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.StaticHandler" ] }, { "passlib.handlers.oracle.oracle11": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.handlers.mysql.mysql323": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.StaticHandler" ] }, { "passlib.handlers.mysql.mysql41": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.StaticHandler" ] }, { "passlib.handlers.mssql.mssql2000": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasRawChecksum", "passlib.utils.handlers.HasRawSalt", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.handlers.mssql.mssql2005": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasRawChecksum", "passlib.utils.handlers.HasRawSalt", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.handlers.misc.plaintext": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.handlers.misc.unix_disabled": [ "object", "passlib.ifc.DisabledHash", "passlib.ifc.PasswordHash", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.handlers.misc.unix_fallback": [ "object", "passlib.ifc.DisabledHash", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.StaticHandler" ] }, { "passlib.handlers.md5_crypt._MD5_Common": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.handlers.md5_crypt.apr_md5_crypt": [ "object", "passlib.handlers.md5_crypt._MD5_Common", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.handlers.md5_crypt.md5_crypt": [ "object", "passlib.handlers.md5_crypt._MD5_Common", "passlib.ifc.PasswordHash", "passlib.utils.handlers.BackendMixin", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasManyBackends", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.handlers.ldap_digests._Base64DigestHelper": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.StaticHandler" ] }, { "passlib.handlers.ldap_digests._SaltedBase64DigestHelper": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasRawChecksum", "passlib.utils.handlers.HasRawSalt", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.handlers.ldap_digests.ldap_md5": [ "object", "passlib.handlers.ldap_digests._Base64DigestHelper", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.StaticHandler" ] }, { "passlib.handlers.ldap_digests.ldap_plaintext": [ "object", "passlib.handlers.misc.plaintext", "passlib.ifc.PasswordHash", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.handlers.ldap_digests.ldap_salted_md5": [ "object", "passlib.handlers.ldap_digests._SaltedBase64DigestHelper", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasRawChecksum", "passlib.utils.handlers.HasRawSalt", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.handlers.ldap_digests.ldap_salted_sha1": [ "object", "passlib.handlers.ldap_digests._SaltedBase64DigestHelper", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasRawChecksum", "passlib.utils.handlers.HasRawSalt", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.handlers.ldap_digests.ldap_salted_sha256": [ "object", "passlib.handlers.ldap_digests._SaltedBase64DigestHelper", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasRawChecksum", "passlib.utils.handlers.HasRawSalt", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.handlers.ldap_digests.ldap_salted_sha512": [ "object", "passlib.handlers.ldap_digests._SaltedBase64DigestHelper", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasRawChecksum", "passlib.utils.handlers.HasRawSalt", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.handlers.ldap_digests.ldap_sha1": [ "object", "passlib.handlers.ldap_digests._Base64DigestHelper", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.StaticHandler" ] }, { "passlib.handlers.fshp.fshp": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasRawChecksum", "passlib.utils.handlers.HasRawSalt", "passlib.utils.handlers.HasRounds", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.handlers.django.DjangoSaltedHash": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.handlers.django.DjangoVariableHash": [ "object", "passlib.handlers.django.DjangoSaltedHash", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasRounds", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.handlers.django.django_bcrypt_sha256": [ "object", "passlib.handlers.bcrypt._BcryptCommon", "passlib.handlers.bcrypt._NoBackend", "passlib.handlers.bcrypt._wrapped_bcrypt", "passlib.handlers.bcrypt.bcrypt", "passlib.ifc.PasswordHash", "passlib.utils.handlers.BackendMixin", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasManyIdents", "passlib.utils.handlers.HasRounds", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.SubclassBackendMixin", "passlib.utils.handlers.TruncateMixin" ] }, { "passlib.handlers.django.django_des_crypt": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.TruncateMixin" ] }, { "passlib.handlers.django.django_disabled": [ "object", "passlib.ifc.DisabledHash", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.StaticHandler" ] }, { "passlib.handlers.django.django_pbkdf2_sha1": [ "object", "passlib.handlers.django.DjangoSaltedHash", "passlib.handlers.django.DjangoVariableHash", "passlib.handlers.django.django_pbkdf2_sha256", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasRounds", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.handlers.django.django_pbkdf2_sha256": [ "object", "passlib.handlers.django.DjangoSaltedHash", "passlib.handlers.django.DjangoVariableHash", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasRounds", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.handlers.django.django_salted_md5": [ "object", "passlib.handlers.django.DjangoSaltedHash", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.handlers.django.django_salted_sha1": [ "object", "passlib.handlers.django.DjangoSaltedHash", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.handlers.digests.HexDigestHash": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.StaticHandler" ] }, { "passlib.handlers.digests.htdigest": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.handlers.des_crypt.bigcrypt": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.handlers.des_crypt.bsdi_crypt": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.BackendMixin", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasManyBackends", "passlib.utils.handlers.HasRounds", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.handlers.des_crypt.crypt16": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.TruncateMixin" ] }, { "passlib.handlers.des_crypt.des_crypt": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.BackendMixin", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasManyBackends", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.TruncateMixin" ] }, { "passlib.handlers.cisco.cisco_asa": [ "object", "passlib.handlers.cisco.cisco_pix", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasUserContext", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.StaticHandler" ] }, { "passlib.handlers.cisco.cisco_pix": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasUserContext", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.StaticHandler" ] }, { "passlib.handlers.cisco.cisco_type7": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.MinimalHandler" ] }, { "passlib.handlers.bcrypt._BcryptBackend": [ "object", "passlib.handlers.bcrypt._BcryptCommon", "passlib.ifc.PasswordHash", "passlib.utils.handlers.BackendMixin", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasManyIdents", "passlib.utils.handlers.HasRounds", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.SubclassBackendMixin", "passlib.utils.handlers.TruncateMixin" ] }, { "passlib.handlers.bcrypt._BcryptCommon": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.BackendMixin", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasManyIdents", "passlib.utils.handlers.HasRounds", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.SubclassBackendMixin", "passlib.utils.handlers.TruncateMixin" ] }, { "passlib.handlers.bcrypt._BcryptorBackend": [ "object", "passlib.handlers.bcrypt._BcryptCommon", "passlib.ifc.PasswordHash", "passlib.utils.handlers.BackendMixin", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasManyIdents", "passlib.utils.handlers.HasRounds", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.SubclassBackendMixin", "passlib.utils.handlers.TruncateMixin" ] }, { "passlib.handlers.bcrypt._BuiltinBackend": [ "object", "passlib.handlers.bcrypt._BcryptCommon", "passlib.ifc.PasswordHash", "passlib.utils.handlers.BackendMixin", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasManyIdents", "passlib.utils.handlers.HasRounds", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.SubclassBackendMixin", "passlib.utils.handlers.TruncateMixin" ] }, { "passlib.handlers.bcrypt._NoBackend": [ "object", "passlib.handlers.bcrypt._BcryptCommon", "passlib.ifc.PasswordHash", "passlib.utils.handlers.BackendMixin", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasManyIdents", "passlib.utils.handlers.HasRounds", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.SubclassBackendMixin", "passlib.utils.handlers.TruncateMixin" ] }, { "passlib.handlers.bcrypt._OsCryptBackend": [ "object", "passlib.handlers.bcrypt._BcryptCommon", "passlib.ifc.PasswordHash", "passlib.utils.handlers.BackendMixin", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasManyIdents", "passlib.utils.handlers.HasRounds", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.SubclassBackendMixin", "passlib.utils.handlers.TruncateMixin" ] }, { "passlib.handlers.bcrypt._PyBcryptBackend": [ "object", "passlib.handlers.bcrypt._BcryptCommon", "passlib.ifc.PasswordHash", "passlib.utils.handlers.BackendMixin", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasManyIdents", "passlib.utils.handlers.HasRounds", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.SubclassBackendMixin", "passlib.utils.handlers.TruncateMixin" ] }, { "passlib.handlers.bcrypt._wrapped_bcrypt": [ "object", "passlib.handlers.bcrypt._BcryptCommon", "passlib.handlers.bcrypt._NoBackend", "passlib.handlers.bcrypt.bcrypt", "passlib.ifc.PasswordHash", "passlib.utils.handlers.BackendMixin", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasManyIdents", "passlib.utils.handlers.HasRounds", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.SubclassBackendMixin", "passlib.utils.handlers.TruncateMixin" ] }, { "passlib.handlers.bcrypt.bcrypt": [ "object", "passlib.handlers.bcrypt._BcryptCommon", "passlib.handlers.bcrypt._NoBackend", "passlib.ifc.PasswordHash", "passlib.utils.handlers.BackendMixin", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasManyIdents", "passlib.utils.handlers.HasRounds", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.SubclassBackendMixin", "passlib.utils.handlers.TruncateMixin" ] }, { "passlib.handlers.bcrypt.bcrypt_sha256": [ "object", "passlib.handlers.bcrypt._BcryptCommon", "passlib.handlers.bcrypt._NoBackend", "passlib.handlers.bcrypt._wrapped_bcrypt", "passlib.handlers.bcrypt.bcrypt", "passlib.ifc.PasswordHash", "passlib.utils.handlers.BackendMixin", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasManyIdents", "passlib.utils.handlers.HasRounds", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.SubclassBackendMixin", "passlib.utils.handlers.TruncateMixin" ] }, { "passlib.handlers.argon2._Argon2Common": [ "object", "passlib.ifc.PasswordHash", "passlib.utils.handlers.BackendMixin", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasRawChecksum", "passlib.utils.handlers.HasRawSalt", "passlib.utils.handlers.HasRounds", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.ParallelismMixin", "passlib.utils.handlers.SubclassBackendMixin" ] }, { "passlib.handlers.argon2._CffiBackend": [ "object", "passlib.handlers.argon2._Argon2Common", "passlib.ifc.PasswordHash", "passlib.utils.handlers.BackendMixin", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasRawChecksum", "passlib.utils.handlers.HasRawSalt", "passlib.utils.handlers.HasRounds", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.ParallelismMixin", "passlib.utils.handlers.SubclassBackendMixin" ] }, { "passlib.handlers.argon2._DummyCffiHasher": [ "object" ] }, { "passlib.handlers.argon2._NoBackend": [ "object", "passlib.handlers.argon2._Argon2Common", "passlib.ifc.PasswordHash", "passlib.utils.handlers.BackendMixin", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasRawChecksum", "passlib.utils.handlers.HasRawSalt", "passlib.utils.handlers.HasRounds", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.ParallelismMixin", "passlib.utils.handlers.SubclassBackendMixin" ] }, { "passlib.handlers.argon2._PureBackend": [ "object", "passlib.handlers.argon2._Argon2Common", "passlib.ifc.PasswordHash", "passlib.utils.handlers.BackendMixin", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasRawChecksum", "passlib.utils.handlers.HasRawSalt", "passlib.utils.handlers.HasRounds", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.ParallelismMixin", "passlib.utils.handlers.SubclassBackendMixin" ] }, { "passlib.handlers.argon2.argon2": [ "object", "passlib.handlers.argon2._Argon2Common", "passlib.handlers.argon2._NoBackend", "passlib.ifc.PasswordHash", "passlib.utils.handlers.BackendMixin", "passlib.utils.handlers.GenericHandler", "passlib.utils.handlers.HasRawChecksum", "passlib.utils.handlers.HasRawSalt", "passlib.utils.handlers.HasRounds", "passlib.utils.handlers.HasSalt", "passlib.utils.handlers.MinimalHandler", "passlib.utils.handlers.ParallelismMixin", "passlib.utils.handlers.SubclassBackendMixin" ] }, { "passlib.ext.django.utils.DjangoContextAdapter": [ "object", "passlib.ext.django.utils.DjangoTranslator" ] }, { "passlib.ext.django.utils.DjangoTranslator": [ "object" ] }, { "passlib.ext.django.utils.ProxyProperty": [ "object" ] }, { "passlib.ext.django.utils._PasslibHasherWrapper": [ "object" ] }, { "passlib.ext.django.utils._PatchManager": [ "object" ] }, { "passlib.ext.django.utils.quirks": [ "object" ] }, { "passlib.exc.InternalBackendError": [ "BaseException", "Exception", "RuntimeError", "object" ] }, { "passlib.exc.InvalidTokenError": [ "BaseException", "Exception", "ValueError", "object", "passlib.exc.TokenError" ] }, { "passlib.exc.MalformedTokenError": [ "BaseException", "Exception", "ValueError", "object", "passlib.exc.TokenError" ] }, { "passlib.exc.MissingBackendError": [ "BaseException", "Exception", "RuntimeError", "object" ] }, { "passlib.exc.PasslibConfigWarning": [ "BaseException", "Exception", "UserWarning", "Warning", "object", "passlib.exc.PasslibWarning" ] }, { "passlib.exc.PasslibHashWarning": [ "BaseException", "Exception", "UserWarning", "Warning", "object", "passlib.exc.PasslibWarning" ] }, { "passlib.exc.PasslibRuntimeWarning": [ "BaseException", "Exception", "UserWarning", "Warning", "object", "passlib.exc.PasslibWarning" ] }, { "passlib.exc.PasslibSecurityError": [ "BaseException", "Exception", "RuntimeError", "object" ] }, { "passlib.exc.PasslibSecurityWarning": [ "BaseException", "Exception", "UserWarning", "Warning", "object", "passlib.exc.PasslibWarning" ] }, { "passlib.exc.PasslibWarning": [ "BaseException", "Exception", "UserWarning", "Warning", "object" ] }, { "passlib.exc.PasswordSizeError": [ "BaseException", "Exception", "ValueError", "object", "passlib.exc.PasswordValueError" ] }, { "passlib.exc.PasswordTruncateError": [ "BaseException", "Exception", "ValueError", "object", "passlib.exc.PasswordSizeError", "passlib.exc.PasswordValueError" ] }, { "passlib.exc.PasswordValueError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "passlib.exc.TokenError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "passlib.exc.UnknownBackendError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "passlib.exc.UnknownHashError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "passlib.exc.UsedTokenError": [ "BaseException", "Exception", "ValueError", "object", "passlib.exc.TokenError" ] }, { "passlib.crypto.scrypt._builtin.ScryptEngine": [ "object" ] }, { "passlib.crypto.digest.HashInfo": [ "object", "passlib.utils.SequenceMixin" ] }, { "passlib.crypto._md4.md4": [ "object" ] }, { "passlib.crypto._blowfish.unrolled.BlowfishEngine": [ "object", "passlib.crypto._blowfish.base.BlowfishEngine" ] }, { "passlib.crypto._blowfish.base.BlowfishEngine": [ "object" ] }, { "passlib.context.CryptContext": [ "object" ] }, { "passlib.context.CryptPolicy": [ "object" ] }, { "passlib.context.LazyCryptContext": [ "object", "passlib.context.CryptContext" ] }, { "passlib.context._CryptConfig": [ "object" ] }, { "passlib.apache.HtdigestFile": [ "object", "passlib.apache._CommonFile" ] }, { "passlib.apache.HtpasswdFile": [ "object", "passlib.apache._CommonFile" ] }, { "passlib.apache._CommonFile": [ "object" ] }, { "parso.utils.PythonVersionInfo": [ "object", "parso.utils._PythonVersionInfo", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "parso.utils.Version": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "parso.utils._PythonVersionInfo": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "parso.tree.BaseNode": [ "object", "parso.tree.NodeOrLeaf" ] }, { "parso.tree.ErrorLeaf": [ "object", "parso.tree.Leaf", "parso.tree.NodeOrLeaf" ] }, { "parso.tree.ErrorNode": [ "object", "parso.tree.BaseNode", "parso.tree.NodeOrLeaf" ] }, { "parso.tree.Leaf": [ "object", "parso.tree.NodeOrLeaf" ] }, { "parso.tree.Node": [ "object", "parso.tree.BaseNode", "parso.tree.NodeOrLeaf" ] }, { "parso.tree.NodeOrLeaf": [ "object" ] }, { "parso.tree.TypedLeaf": [ "object", "parso.tree.Leaf", "parso.tree.NodeOrLeaf" ] }, { "parso.python.tree.AssertStmt": [ "object", "parso.python.tree.KeywordStatement", "parso.python.tree.PythonBaseNode", "parso.python.tree.PythonMixin", "parso.tree.BaseNode", "parso.tree.NodeOrLeaf" ] }, { "parso.python.tree.Class": [ "object", "parso.python.tree.ClassOrFunc", "parso.python.tree.DocstringMixin", "parso.python.tree.PythonBaseNode", "parso.python.tree.PythonMixin", "parso.python.tree.Scope", "parso.tree.BaseNode", "parso.tree.NodeOrLeaf" ] }, { "parso.python.tree.ClassOrFunc": [ "object", "parso.python.tree.DocstringMixin", "parso.python.tree.PythonBaseNode", "parso.python.tree.PythonMixin", "parso.python.tree.Scope", "parso.tree.BaseNode", "parso.tree.NodeOrLeaf" ] }, { "parso.python.tree.Decorator": [ "object", "parso.python.tree.PythonBaseNode", "parso.python.tree.PythonMixin", "parso.tree.BaseNode", "parso.tree.NodeOrLeaf" ] }, { "parso.python.tree.DocstringMixin": [ "object" ] }, { "parso.python.tree.EndMarker": [ "object", "parso.python.tree.PythonLeaf", "parso.python.tree.PythonMixin", "parso.python.tree._LeafWithoutNewlines", "parso.tree.Leaf", "parso.tree.NodeOrLeaf" ] }, { "parso.python.tree.ExprStmt": [ "object", "parso.python.tree.DocstringMixin", "parso.python.tree.PythonBaseNode", "parso.python.tree.PythonMixin", "parso.tree.BaseNode", "parso.tree.NodeOrLeaf" ] }, { "parso.python.tree.FStringEnd": [ "object", "parso.python.tree.PythonLeaf", "parso.python.tree.PythonMixin", "parso.tree.Leaf", "parso.tree.NodeOrLeaf" ] }, { "parso.python.tree.FStringStart": [ "object", "parso.python.tree.PythonLeaf", "parso.python.tree.PythonMixin", "parso.tree.Leaf", "parso.tree.NodeOrLeaf" ] }, { "parso.python.tree.FStringString": [ "object", "parso.python.tree.PythonLeaf", "parso.python.tree.PythonMixin", "parso.tree.Leaf", "parso.tree.NodeOrLeaf" ] }, { "parso.python.tree.Flow": [ "object", "parso.python.tree.PythonBaseNode", "parso.python.tree.PythonMixin", "parso.tree.BaseNode", "parso.tree.NodeOrLeaf" ] }, { "parso.python.tree.ForStmt": [ "object", "parso.python.tree.Flow", "parso.python.tree.PythonBaseNode", "parso.python.tree.PythonMixin", "parso.tree.BaseNode", "parso.tree.NodeOrLeaf" ] }, { "parso.python.tree.Function": [ "object", "parso.python.tree.ClassOrFunc", "parso.python.tree.DocstringMixin", "parso.python.tree.PythonBaseNode", "parso.python.tree.PythonMixin", "parso.python.tree.Scope", "parso.tree.BaseNode", "parso.tree.NodeOrLeaf" ] }, { "parso.python.tree.GlobalStmt": [ "object", "parso.python.tree.KeywordStatement", "parso.python.tree.PythonBaseNode", "parso.python.tree.PythonMixin", "parso.tree.BaseNode", "parso.tree.NodeOrLeaf" ] }, { "parso.python.tree.IfStmt": [ "object", "parso.python.tree.Flow", "parso.python.tree.PythonBaseNode", "parso.python.tree.PythonMixin", "parso.tree.BaseNode", "parso.tree.NodeOrLeaf" ] }, { "parso.python.tree.Import": [ "object", "parso.python.tree.PythonBaseNode", "parso.python.tree.PythonMixin", "parso.tree.BaseNode", "parso.tree.NodeOrLeaf" ] }, { "parso.python.tree.ImportFrom": [ "object", "parso.python.tree.Import", "parso.python.tree.PythonBaseNode", "parso.python.tree.PythonMixin", "parso.tree.BaseNode", "parso.tree.NodeOrLeaf" ] }, { "parso.python.tree.ImportName": [ "object", "parso.python.tree.Import", "parso.python.tree.PythonBaseNode", "parso.python.tree.PythonMixin", "parso.tree.BaseNode", "parso.tree.NodeOrLeaf" ] }, { "parso.python.tree.Keyword": [ "object", "parso.python.tree.PythonLeaf", "parso.python.tree.PythonMixin", "parso.python.tree._LeafWithoutNewlines", "parso.python.tree._StringComparisonMixin", "parso.tree.Leaf", "parso.tree.NodeOrLeaf" ] }, { "parso.python.tree.KeywordStatement": [ "object", "parso.python.tree.PythonBaseNode", "parso.python.tree.PythonMixin", "parso.tree.BaseNode", "parso.tree.NodeOrLeaf" ] }, { "parso.python.tree.Lambda": [ "object", "parso.python.tree.ClassOrFunc", "parso.python.tree.DocstringMixin", "parso.python.tree.Function", "parso.python.tree.PythonBaseNode", "parso.python.tree.PythonMixin", "parso.python.tree.Scope", "parso.tree.BaseNode", "parso.tree.NodeOrLeaf" ] }, { "parso.python.tree.Literal": [ "object", "parso.python.tree.PythonLeaf", "parso.python.tree.PythonMixin", "parso.tree.Leaf", "parso.tree.NodeOrLeaf" ] }, { "parso.python.tree.Module": [ "object", "parso.python.tree.DocstringMixin", "parso.python.tree.PythonBaseNode", "parso.python.tree.PythonMixin", "parso.python.tree.Scope", "parso.tree.BaseNode", "parso.tree.NodeOrLeaf" ] }, { "parso.python.tree.Name": [ "object", "parso.python.tree.PythonLeaf", "parso.python.tree.PythonMixin", "parso.python.tree._LeafWithoutNewlines", "parso.tree.Leaf", "parso.tree.NodeOrLeaf" ] }, { "parso.python.tree.NamedExpr": [ "object", "parso.python.tree.PythonBaseNode", "parso.python.tree.PythonMixin", "parso.tree.BaseNode", "parso.tree.NodeOrLeaf" ] }, { "parso.python.tree.Newline": [ "object", "parso.python.tree.PythonLeaf", "parso.python.tree.PythonMixin", "parso.tree.Leaf", "parso.tree.NodeOrLeaf" ] }, { "parso.python.tree.Number": [ "object", "parso.python.tree.Literal", "parso.python.tree.PythonLeaf", "parso.python.tree.PythonMixin", "parso.tree.Leaf", "parso.tree.NodeOrLeaf" ] }, { "parso.python.tree.Operator": [ "object", "parso.python.tree.PythonLeaf", "parso.python.tree.PythonMixin", "parso.python.tree._LeafWithoutNewlines", "parso.python.tree._StringComparisonMixin", "parso.tree.Leaf", "parso.tree.NodeOrLeaf" ] }, { "parso.python.tree.Param": [ "object", "parso.python.tree.PythonBaseNode", "parso.python.tree.PythonMixin", "parso.tree.BaseNode", "parso.tree.NodeOrLeaf" ] }, { "parso.python.tree.PythonBaseNode": [ "object", "parso.python.tree.PythonMixin", "parso.tree.BaseNode", "parso.tree.NodeOrLeaf" ] }, { "parso.python.tree.PythonErrorLeaf": [ "object", "parso.python.tree.PythonLeaf", "parso.python.tree.PythonMixin", "parso.tree.ErrorLeaf", "parso.tree.Leaf", "parso.tree.NodeOrLeaf" ] }, { "parso.python.tree.PythonErrorNode": [ "object", "parso.python.tree.PythonMixin", "parso.tree.BaseNode", "parso.tree.ErrorNode", "parso.tree.NodeOrLeaf" ] }, { "parso.python.tree.PythonLeaf": [ "object", "parso.python.tree.PythonMixin", "parso.tree.Leaf", "parso.tree.NodeOrLeaf" ] }, { "parso.python.tree.PythonMixin": [ "object" ] }, { "parso.python.tree.PythonNode": [ "object", "parso.python.tree.PythonMixin", "parso.tree.BaseNode", "parso.tree.Node", "parso.tree.NodeOrLeaf" ] }, { "parso.python.tree.ReturnStmt": [ "object", "parso.python.tree.KeywordStatement", "parso.python.tree.PythonBaseNode", "parso.python.tree.PythonMixin", "parso.tree.BaseNode", "parso.tree.NodeOrLeaf" ] }, { "parso.python.tree.Scope": [ "object", "parso.python.tree.DocstringMixin", "parso.python.tree.PythonBaseNode", "parso.python.tree.PythonMixin", "parso.tree.BaseNode", "parso.tree.NodeOrLeaf" ] }, { "parso.python.tree.String": [ "object", "parso.python.tree.Literal", "parso.python.tree.PythonLeaf", "parso.python.tree.PythonMixin", "parso.tree.Leaf", "parso.tree.NodeOrLeaf" ] }, { "parso.python.tree.SyncCompFor": [ "object", "parso.python.tree.PythonBaseNode", "parso.python.tree.PythonMixin", "parso.tree.BaseNode", "parso.tree.NodeOrLeaf" ] }, { "parso.python.tree.TryStmt": [ "object", "parso.python.tree.Flow", "parso.python.tree.PythonBaseNode", "parso.python.tree.PythonMixin", "parso.tree.BaseNode", "parso.tree.NodeOrLeaf" ] }, { "parso.python.tree.UsedNamesMapping": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "parso.python.tree.WhileStmt": [ "object", "parso.python.tree.Flow", "parso.python.tree.PythonBaseNode", "parso.python.tree.PythonMixin", "parso.tree.BaseNode", "parso.tree.NodeOrLeaf" ] }, { "parso.python.tree.WithStmt": [ "object", "parso.python.tree.Flow", "parso.python.tree.PythonBaseNode", "parso.python.tree.PythonMixin", "parso.tree.BaseNode", "parso.tree.NodeOrLeaf" ] }, { "parso.python.tree.YieldExpr": [ "object", "parso.python.tree.PythonBaseNode", "parso.python.tree.PythonMixin", "parso.tree.BaseNode", "parso.tree.NodeOrLeaf" ] }, { "parso.python.tree._LeafWithoutNewlines": [ "object", "parso.python.tree.PythonLeaf", "parso.python.tree.PythonMixin", "parso.tree.Leaf", "parso.tree.NodeOrLeaf" ] }, { "parso.python.tree._StringComparisonMixin": [ "object" ] }, { "parso.python.tokenize.FStringNode": [ "object" ] }, { "parso.python.tokenize.PythonToken": [ "object", "parso.python.tokenize.Token", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "parso.python.tokenize.Token": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "parso.python.tokenize.TokenCollection": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "parso.python.token.PythonTokenTypes": [ "enum.Enum", "object" ] }, { "parso.python.token.TokenType": [ "object" ] }, { "parso.python.prefix.PrefixPart": [ "object" ] }, { "parso.python.pep8.BackslashNode": [ "object", "parso.python.pep8.IndentationNode" ] }, { "parso.python.pep8.BlankLineAtEnd": [ "object", "parso.normalizer.Rule" ] }, { "parso.python.pep8.BracketNode": [ "object", "parso.python.pep8.IndentationNode" ] }, { "parso.python.pep8.ImplicitNode": [ "object", "parso.python.pep8.BracketNode", "parso.python.pep8.IndentationNode" ] }, { "parso.python.pep8.IndentationNode": [ "object" ] }, { "parso.python.pep8.IndentationTypes": [ "object" ] }, { "parso.python.pep8.PEP8Normalizer": [ "object", "parso.normalizer.Normalizer", "parso.python.errors.ErrorFinder" ] }, { "parso.python.pep8.PEP8NormalizerConfig": [ "object", "parso.normalizer.NormalizerConfig", "parso.python.errors.ErrorFinderConfig" ] }, { "parso.python.parser.Parser": [ "object", "parso.parser.BaseParser" ] }, { "parso.python.errors.ErrorFinder": [ "object", "parso.normalizer.Normalizer" ] }, { "parso.python.errors.ErrorFinderConfig": [ "object", "parso.normalizer.NormalizerConfig" ] }, { "parso.python.errors.IndentationRule": [ "object", "parso.normalizer.Rule" ] }, { "parso.python.errors.SyntaxRule": [ "object", "parso.normalizer.Rule" ] }, { "parso.python.errors._AnnotatorRule": [ "object", "parso.normalizer.Rule", "parso.python.errors.SyntaxRule" ] }, { "parso.python.errors._ArglistRule": [ "object", "parso.normalizer.Rule", "parso.python.errors.SyntaxRule" ] }, { "parso.python.errors._ArgumentRule": [ "object", "parso.normalizer.Rule", "parso.python.errors.SyntaxRule" ] }, { "parso.python.errors._AwaitOutsideAsync": [ "object", "parso.normalizer.Rule", "parso.python.errors.SyntaxRule" ] }, { "parso.python.errors._BreakOutsideLoop": [ "object", "parso.normalizer.Rule", "parso.python.errors.SyntaxRule" ] }, { "parso.python.errors._BytesAndStringMix": [ "object", "parso.normalizer.Rule", "parso.python.errors.SyntaxRule" ] }, { "parso.python.errors._CheckAssignmentRule": [ "object", "parso.normalizer.Rule", "parso.python.errors.SyntaxRule" ] }, { "parso.python.errors._CompForRule": [ "object", "parso.normalizer.Rule", "parso.python.errors.SyntaxRule", "parso.python.errors._CheckAssignmentRule" ] }, { "parso.python.errors._Context": [ "object" ] }, { "parso.python.errors._ContinueChecks": [ "object", "parso.normalizer.Rule", "parso.python.errors.SyntaxRule" ] }, { "parso.python.errors._DelStmtRule": [ "object", "parso.normalizer.Rule", "parso.python.errors.SyntaxRule", "parso.python.errors._CheckAssignmentRule" ] }, { "parso.python.errors._ExpectIndentedBlock": [ "object", "parso.normalizer.Rule", "parso.python.errors.IndentationRule" ] }, { "parso.python.errors._ExprListRule": [ "object", "parso.normalizer.Rule", "parso.python.errors.SyntaxRule", "parso.python.errors._CheckAssignmentRule" ] }, { "parso.python.errors._ExprStmtRule": [ "object", "parso.normalizer.Rule", "parso.python.errors.SyntaxRule", "parso.python.errors._CheckAssignmentRule" ] }, { "parso.python.errors._FStringRule": [ "object", "parso.normalizer.Rule", "parso.python.errors.SyntaxRule" ] }, { "parso.python.errors._ForStmtRule": [ "object", "parso.normalizer.Rule", "parso.python.errors.SyntaxRule", "parso.python.errors._CheckAssignmentRule" ] }, { "parso.python.errors._FutureImportRule": [ "object", "parso.normalizer.Rule", "parso.python.errors.SyntaxRule" ] }, { "parso.python.errors._ImportStarInFunction": [ "object", "parso.normalizer.Rule", "parso.python.errors.SyntaxRule" ] }, { "parso.python.errors._InvalidSyntaxRule": [ "object", "parso.normalizer.Rule", "parso.python.errors.SyntaxRule" ] }, { "parso.python.errors._NameChecks": [ "object", "parso.normalizer.Rule", "parso.python.errors.SyntaxRule" ] }, { "parso.python.errors._NamedExprRule": [ "object", "parso.normalizer.Rule", "parso.python.errors.SyntaxRule", "parso.python.errors._CheckAssignmentRule" ] }, { "parso.python.errors._NonlocalModuleLevelRule": [ "object", "parso.normalizer.Rule", "parso.python.errors.SyntaxRule" ] }, { "parso.python.errors._ParameterRule": [ "object", "parso.normalizer.Rule", "parso.python.errors.SyntaxRule" ] }, { "parso.python.errors._ReturnAndYieldChecks": [ "object", "parso.normalizer.Rule", "parso.python.errors.SyntaxRule" ] }, { "parso.python.errors._StarCheck": [ "object", "parso.normalizer.Rule", "parso.python.errors.SyntaxRule" ] }, { "parso.python.errors._StarExprParentRule": [ "object", "parso.normalizer.Rule", "parso.python.errors.SyntaxRule" ] }, { "parso.python.errors._StarExprRule": [ "object", "parso.normalizer.Rule", "parso.python.errors.SyntaxRule" ] }, { "parso.python.errors._StarStarCheck": [ "object", "parso.normalizer.Rule", "parso.python.errors.SyntaxRule" ] }, { "parso.python.errors._StringChecks": [ "object", "parso.normalizer.Rule", "parso.python.errors.SyntaxRule" ] }, { "parso.python.errors._TrailingImportComma": [ "object", "parso.normalizer.Rule", "parso.python.errors.SyntaxRule" ] }, { "parso.python.errors._TryStmtRule": [ "object", "parso.normalizer.Rule", "parso.python.errors.SyntaxRule" ] }, { "parso.python.errors._WithItemRule": [ "object", "parso.normalizer.Rule", "parso.python.errors.SyntaxRule", "parso.python.errors._CheckAssignmentRule" ] }, { "parso.python.errors._YieldFromCheck": [ "object", "parso.normalizer.Rule", "parso.python.errors.SyntaxRule" ] }, { "parso.python.diff.DiffParser": [ "object" ] }, { "parso.python.diff._NodesTree": [ "object" ] }, { "parso.python.diff._NodesTreeNode": [ "object" ] }, { "parso.python.diff._NodesTreeNode._ChildrenGroup": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "parso.python.diff._PositionUpdatingFinished": [ "BaseException", "Exception", "object" ] }, { "parso.pgen2.grammar_parser.GrammarParser": [ "object" ] }, { "parso.pgen2.grammar_parser.NFAArc": [ "object" ] }, { "parso.pgen2.grammar_parser.NFAState": [ "object" ] }, { "parso.pgen2.generator.DFAPlan": [ "object" ] }, { "parso.pgen2.generator.DFAState": [ "object", "typing.Generic" ] }, { "parso.pgen2.generator.Grammar": [ "object", "typing.Generic" ] }, { "parso.pgen2.generator.ReservedString": [ "object" ] }, { "parso.parser.BaseParser": [ "object" ] }, { "parso.parser.InternalParseError": [ "BaseException", "Exception", "object" ] }, { "parso.parser.ParserSyntaxError": [ "BaseException", "Exception", "object" ] }, { "parso.parser.Stack": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "parso.parser.StackNode": [ "object" ] }, { "parso.normalizer.Issue": [ "object" ] }, { "parso.normalizer.Normalizer": [ "object" ] }, { "parso.normalizer.NormalizerConfig": [ "object" ] }, { "parso.normalizer.RefactoringNormalizer": [ "object", "parso.normalizer.Normalizer" ] }, { "parso.normalizer.Rule": [ "object" ] }, { "parso.normalizer._NormalizerMeta": [ "object", "type", "typing.Generic" ] }, { "parso.grammar.Grammar": [ "object", "typing.Generic" ] }, { "parso.grammar.PythonGrammar": [ "object", "parso.grammar.Grammar", "typing.Generic" ] }, { "parso.file_io.FileIO": [ "object" ] }, { "parso.file_io.KnownContentFileIO": [ "object", "parso.file_io.FileIO" ] }, { "parso.cache._NodeCacheItem": [ "object" ] }, { "parser.ParserError": [ "BaseException", "Exception", "object" ] }, { "parser.STType": [ "object" ] }, { "paramiko.win_pageant.COPYDATASTRUCT": [ "ctypes.Structure", "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "paramiko.win_pageant.PageantConnection": [ "object" ] }, { "paramiko.util.ClosingContextManager": [ "object" ] }, { "paramiko.util.PFilter": [ "object" ] }, { "paramiko.util.SupportsClose": [ "object", "typing.Generic", "typing.Protocol" ] }, { "paramiko.transport.ChannelMap": [ "object" ] }, { "paramiko.transport.SecurityOptions": [ "object" ] }, { "paramiko.transport.Transport": [ "object", "paramiko.util.ClosingContextManager", "threading.Thread" ] }, { "paramiko.transport._KexEngine": [ "object", "typing.Generic", "typing.Protocol" ] }, { "paramiko.ssh_gss._SSH_GSSAPI_NEW": [ "object", "paramiko.ssh_gss._SSH_GSSAuth" ] }, { "paramiko.ssh_gss._SSH_GSSAPI_OLD": [ "object", "paramiko.ssh_gss._SSH_GSSAuth" ] }, { "paramiko.ssh_gss._SSH_GSSAuth": [ "object" ] }, { "paramiko.ssh_gss._SSH_SSPI": [ "object", "paramiko.ssh_gss._SSH_GSSAuth" ] }, { "paramiko.ssh_exception.AuthenticationException": [ "BaseException", "Exception", "object", "paramiko.ssh_exception.SSHException" ] }, { "paramiko.ssh_exception.BadAuthenticationType": [ "BaseException", "Exception", "object", "paramiko.ssh_exception.AuthenticationException", "paramiko.ssh_exception.SSHException" ] }, { "paramiko.ssh_exception.BadHostKeyException": [ "BaseException", "Exception", "object", "paramiko.ssh_exception.SSHException" ] }, { "paramiko.ssh_exception.ChannelException": [ "BaseException", "Exception", "object", "paramiko.ssh_exception.SSHException" ] }, { "paramiko.ssh_exception.ConfigParseError": [ "BaseException", "Exception", "object", "paramiko.ssh_exception.SSHException" ] }, { "paramiko.ssh_exception.CouldNotCanonicalize": [ "BaseException", "Exception", "object", "paramiko.ssh_exception.SSHException" ] }, { "paramiko.ssh_exception.NoValidConnectionsError": [ "BaseException", "Exception", "OSError", "object" ] }, { "paramiko.ssh_exception.PartialAuthentication": [ "BaseException", "Exception", "object", "paramiko.ssh_exception.AuthenticationException", "paramiko.ssh_exception.SSHException" ] }, { "paramiko.ssh_exception.PasswordRequiredException": [ "BaseException", "Exception", "object", "paramiko.ssh_exception.AuthenticationException", "paramiko.ssh_exception.SSHException" ] }, { "paramiko.ssh_exception.ProxyCommandFailure": [ "BaseException", "Exception", "object", "paramiko.ssh_exception.SSHException" ] }, { "paramiko.ssh_exception.SSHException": [ "BaseException", "Exception", "object" ] }, { "paramiko.sftp_si.SFTPServerInterface": [ "object" ] }, { "paramiko.sftp_server.SFTPServer": [ "object", "paramiko.server.SubsystemHandler", "paramiko.sftp.BaseSFTP", "threading.Thread" ] }, { "paramiko.sftp_handle.SFTPHandle": [ "object", "paramiko.util.ClosingContextManager" ] }, { "paramiko.sftp_file.SFTPFile": [ "object", "paramiko.file.BufferedFile", "paramiko.util.ClosingContextManager", "typing.Generic" ] }, { "paramiko.sftp_client.SFTP": [ "object", "paramiko.sftp.BaseSFTP", "paramiko.sftp_client.SFTPClient", "paramiko.util.ClosingContextManager" ] }, { "paramiko.sftp_client.SFTPClient": [ "object", "paramiko.sftp.BaseSFTP", "paramiko.util.ClosingContextManager" ] }, { "paramiko.sftp_attr.SFTPAttributes": [ "object" ] }, { "paramiko.sftp.BaseSFTP": [ "object" ] }, { "paramiko.sftp.SFTPError": [ "BaseException", "Exception", "object" ] }, { "paramiko.server.InteractiveQuery": [ "object" ] }, { "paramiko.server.ServerInterface": [ "object" ] }, { "paramiko.server.SubsystemHandler": [ "object", "threading.Thread" ] }, { "paramiko.rsakey.RSAKey": [ "object", "paramiko.pkey.PKey" ] }, { "paramiko.proxy.ProxyCommand": [ "object", "paramiko.util.ClosingContextManager" ] }, { "paramiko.primes.ModulusPack": [ "object" ] }, { "paramiko.pkey.PKey": [ "object" ] }, { "paramiko.pkey.PublicBlob": [ "object" ] }, { "paramiko.pipe.OrPipe": [ "object" ] }, { "paramiko.pipe.PosixPipe": [ "object" ] }, { "paramiko.pipe.WindowsPipe": [ "object" ] }, { "paramiko.pipe._BasePipe": [ "object", "typing.Generic", "typing.Protocol" ] }, { "paramiko.pipe._Pipe": [ "object", "paramiko.pipe._BasePipe", "typing.Generic", "typing.Protocol" ] }, { "paramiko.packet.NeedRekeyException": [ "BaseException", "Exception", "object" ] }, { "paramiko.packet.Packetizer": [ "object" ] }, { "paramiko.message.Message": [ "object" ] }, { "paramiko.kex_gss.KexGSSGex": [ "object" ] }, { "paramiko.kex_gss.KexGSSGroup1": [ "object" ] }, { "paramiko.kex_gss.KexGSSGroup14": [ "object", "paramiko.kex_gss.KexGSSGroup1" ] }, { "paramiko.kex_gss.NullHostKey": [ "object" ] }, { "paramiko.kex_group16.KexGroup16SHA512": [ "object", "paramiko.kex_group1.KexGroup1" ] }, { "paramiko.kex_group14.KexGroup14": [ "object", "paramiko.kex_group1.KexGroup1" ] }, { "paramiko.kex_group14.KexGroup14SHA256": [ "object", "paramiko.kex_group1.KexGroup1", "paramiko.kex_group14.KexGroup14" ] }, { "paramiko.kex_group1.KexGroup1": [ "object" ] }, { "paramiko.kex_gex.KexGex": [ "object" ] }, { "paramiko.kex_gex.KexGexSHA256": [ "object", "paramiko.kex_gex.KexGex" ] }, { "paramiko.kex_ecdh_nist.KexNistp256": [ "object" ] }, { "paramiko.kex_ecdh_nist.KexNistp384": [ "object", "paramiko.kex_ecdh_nist.KexNistp256" ] }, { "paramiko.kex_ecdh_nist.KexNistp521": [ "object", "paramiko.kex_ecdh_nist.KexNistp256" ] }, { "paramiko.kex_curve25519.KexCurve25519": [ "object" ] }, { "paramiko.hostkeys.HostKeyEntry": [ "object" ] }, { "paramiko.hostkeys.HostKeys": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "paramiko.hostkeys.InvalidHostKey": [ "BaseException", "Exception", "object" ] }, { "paramiko.hostkeys._SubDict": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "paramiko.file.BufferedFile": [ "object", "paramiko.util.ClosingContextManager", "typing.Generic" ] }, { "paramiko.ed25519key.Ed25519Key": [ "object", "paramiko.pkey.PKey" ] }, { "paramiko.ecdsakey.ECDSAKey": [ "object", "paramiko.pkey.PKey" ] }, { "paramiko.ecdsakey._ECDSACurve": [ "object" ] }, { "paramiko.ecdsakey._ECDSACurveSet": [ "object" ] }, { "paramiko.dsskey.DSSKey": [ "object", "paramiko.pkey.PKey" ] }, { "paramiko.config.LazyFqdn": [ "object" ] }, { "paramiko.config.SSHConfig": [ "object" ] }, { "paramiko.config.SSHConfigDict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "paramiko.compress.ZlibCompressor": [ "object" ] }, { "paramiko.compress.ZlibDecompressor": [ "object" ] }, { "paramiko.common._SupportsAsBytes": [ "object", "typing.Generic", "typing.Protocol" ] }, { "paramiko.client.AutoAddPolicy": [ "object", "paramiko.client.MissingHostKeyPolicy" ] }, { "paramiko.client.MissingHostKeyPolicy": [ "object" ] }, { "paramiko.client.RejectPolicy": [ "object", "paramiko.client.MissingHostKeyPolicy" ] }, { "paramiko.client.SSHClient": [ "object", "paramiko.util.ClosingContextManager" ] }, { "paramiko.client.WarningPolicy": [ "object", "paramiko.client.MissingHostKeyPolicy" ] }, { "paramiko.channel.Channel": [ "object", "paramiko.util.ClosingContextManager" ] }, { "paramiko.channel.ChannelFile": [ "object", "paramiko.file.BufferedFile", "paramiko.util.ClosingContextManager", "typing.Generic" ] }, { "paramiko.channel.ChannelStderrFile": [ "object", "paramiko.channel.ChannelFile", "paramiko.file.BufferedFile", "paramiko.util.ClosingContextManager", "typing.Generic" ] }, { "paramiko.channel.ChannelStdinFile": [ "object", "paramiko.channel.ChannelFile", "paramiko.file.BufferedFile", "paramiko.util.ClosingContextManager", "typing.Generic" ] }, { "paramiko.buffered_pipe.BufferedPipe": [ "object", "typing.Generic" ] }, { "paramiko.buffered_pipe.PipeTimeout": [ "BaseException", "Exception", "OSError", "object" ] }, { "paramiko.ber.BER": [ "object" ] }, { "paramiko.ber.BERException": [ "BaseException", "Exception", "object" ] }, { "paramiko.auth_handler.AuthHandler": [ "object" ] }, { "paramiko.auth_handler.GssapiWithMicAuthHandler": [ "object" ] }, { "paramiko.agent.Agent": [ "object", "paramiko.agent.AgentSSH" ] }, { "paramiko.agent.AgentClientProxy": [ "object" ] }, { "paramiko.agent.AgentKey": [ "object", "paramiko.pkey.PKey" ] }, { "paramiko.agent.AgentLocalProxy": [ "object", "paramiko.agent.AgentProxyThread", "threading.Thread" ] }, { "paramiko.agent.AgentProxyThread": [ "object", "threading.Thread" ] }, { "paramiko.agent.AgentRemoteProxy": [ "object", "paramiko.agent.AgentProxyThread", "threading.Thread" ] }, { "paramiko.agent.AgentRequestHandler": [ "object" ] }, { "paramiko.agent.AgentSSH": [ "object" ] }, { "paramiko.agent.AgentServerProxy": [ "object", "paramiko.agent.AgentSSH" ] }, { "paramiko.agent._AgentProxy": [ "object", "typing.Generic", "typing.Protocol" ] }, { "paramiko._winapi.MemoryMap": [ "object" ] }, { "paramiko._winapi.SECURITY_ATTRIBUTES": [ "ctypes.Structure", "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "paramiko._winapi.SECURITY_DESCRIPTOR": [ "ctypes.Structure", "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "paramiko._winapi.TOKEN_USER": [ "ctypes.Structure", "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "paramiko._winapi.TokenAccess": [ "object" ] }, { "paramiko._winapi.TokenInformationClass": [ "object" ] }, { "paramiko._winapi.WindowsError": [ "object" ] }, { "packaging.version.InvalidVersion": [ "BaseException", "Exception", "ValueError", "object" ] }, { "packaging.version.LegacyVersion": [ "object", "packaging.version._BaseVersion" ] }, { "packaging.version.Version": [ "object", "packaging.version._BaseVersion" ] }, { "packaging.version._BaseVersion": [ "object" ] }, { "packaging.version._Version": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "packaging.utils.InvalidSdistFilename": [ "BaseException", "Exception", "ValueError", "object" ] }, { "packaging.utils.InvalidWheelFilename": [ "BaseException", "Exception", "ValueError", "object" ] }, { "packaging.utils.NormalizedName": [ "object", "str", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "packaging.tags.Tag": [ "object" ] }, { "packaging.specifiers.BaseSpecifier": [ "object" ] }, { "packaging.specifiers.InvalidSpecifier": [ "BaseException", "Exception", "ValueError", "object" ] }, { "packaging.specifiers.LegacySpecifier": [ "object", "packaging.specifiers.BaseSpecifier", "packaging.specifiers._IndividualSpecifier" ] }, { "packaging.specifiers.Specifier": [ "object", "packaging.specifiers.BaseSpecifier", "packaging.specifiers._IndividualSpecifier" ] }, { "packaging.specifiers.SpecifierSet": [ "object", "packaging.specifiers.BaseSpecifier" ] }, { "packaging.specifiers._IndividualSpecifier": [ "object", "packaging.specifiers.BaseSpecifier" ] }, { "packaging.requirements.InvalidRequirement": [ "BaseException", "Exception", "ValueError", "object" ] }, { "packaging.requirements.Requirement": [ "object" ] }, { "packaging.markers.InvalidMarker": [ "BaseException", "Exception", "ValueError", "object" ] }, { "packaging.markers.Marker": [ "object" ] }, { "packaging.markers.Node": [ "object" ] }, { "packaging.markers.Op": [ "object", "packaging.markers.Node" ] }, { "packaging.markers.Undefined": [ "object" ] }, { "packaging.markers.UndefinedComparison": [ "BaseException", "Exception", "ValueError", "object" ] }, { "packaging.markers.UndefinedEnvironmentName": [ "BaseException", "Exception", "ValueError", "object" ] }, { "packaging.markers.Value": [ "object", "packaging.markers.Node" ] }, { "packaging.markers.Variable": [ "object", "packaging.markers.Node" ] }, { "packaging._structures.InfinityType": [ "object" ] }, { "packaging._structures.NegativeInfinityType": [ "object" ] }, { "packaging._musllinux._MuslVersion": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "packaging._manylinux._ELFFileHeader": [ "object" ] }, { "packaging._manylinux._ELFFileHeader._InvalidELFFileHeader": [ "BaseException", "Exception", "ValueError", "object" ] }, { "packaging._manylinux._GLibCVersion": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "ossaudiodev.OSSAudioError": [ "BaseException", "Exception", "object" ] }, { "osprofiler.web.WsgiMiddleware": [ "object" ] }, { "osprofiler.tests.unit.test_web.WebMiddlewareTestCase": [ "object", "osprofiler.tests.test.TestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "osprofiler.tests.unit.test_web.WebTestCase": [ "object", "osprofiler.tests.test.TestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "osprofiler.tests.unit.test_utils.UtilsTestCase": [ "object", "osprofiler.tests.test.TestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "osprofiler.tests.unit.test_utils.UtilsTestCase.test_itersubclasses.A": [ "object" ] }, { "osprofiler.tests.unit.test_utils.UtilsTestCase.test_itersubclasses.B": [ "object", "osprofiler.tests.unit.test_utils.UtilsTestCase.test_itersubclasses.A" ] }, { "osprofiler.tests.unit.test_utils.UtilsTestCase.test_itersubclasses.C": [ "object", "osprofiler.tests.unit.test_utils.UtilsTestCase.test_itersubclasses.A" ] }, { "osprofiler.tests.unit.test_utils.UtilsTestCase.test_itersubclasses.D": [ "object", "osprofiler.tests.unit.test_utils.UtilsTestCase.test_itersubclasses.A", "osprofiler.tests.unit.test_utils.UtilsTestCase.test_itersubclasses.C" ] }, { "osprofiler.tests.unit.test_utils.UtilsTestCase.test_itersubclasses.E": [ "object", "type", "typing.Generic" ] }, { "osprofiler.tests.unit.test_sqlalchemy.SqlalchemyTracingTestCase": [ "object", "osprofiler.tests.test.TestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "osprofiler.tests.unit.test_profiler.FakeTraceClassHideArgs": [ "object", "osprofiler.tests.unit.test_profiler.FakeTracedCls" ] }, { "osprofiler.tests.unit.test_profiler.FakeTraceClassMethodBase": [ "object", "osprofiler.tests.unit.test_profiler.FakeTracedCls" ] }, { "osprofiler.tests.unit.test_profiler.FakeTraceClassMethodSkip": [ "object", "osprofiler.tests.unit.test_profiler.FakeTraceClassMethodBase", "osprofiler.tests.unit.test_profiler.FakeTracedCls" ] }, { "osprofiler.tests.unit.test_profiler.FakeTraceClassWithInfo": [ "object", "osprofiler.tests.unit.test_profiler.FakeTracedCls" ] }, { "osprofiler.tests.unit.test_profiler.FakeTraceDummy": [ "object", "osprofiler.tests.unit.test_profiler.FakeTraceWithMetaclassBase" ] }, { "osprofiler.tests.unit.test_profiler.FakeTracePrivate": [ "object", "osprofiler.tests.unit.test_profiler.FakeTracedCls" ] }, { "osprofiler.tests.unit.test_profiler.FakeTraceStaticMethod": [ "object", "osprofiler.tests.unit.test_profiler.FakeTraceStaticMethodBase", "osprofiler.tests.unit.test_profiler.FakeTracedCls" ] }, { "osprofiler.tests.unit.test_profiler.FakeTraceStaticMethodBase": [ "object", "osprofiler.tests.unit.test_profiler.FakeTracedCls" ] }, { "osprofiler.tests.unit.test_profiler.FakeTraceStaticMethodSkip": [ "object", "osprofiler.tests.unit.test_profiler.FakeTraceStaticMethodBase", "osprofiler.tests.unit.test_profiler.FakeTracedCls" ] }, { "osprofiler.tests.unit.test_profiler.FakeTraceWithMetaclassBase": [ "object" ] }, { "osprofiler.tests.unit.test_profiler.FakeTraceWithMetaclassHideArgs": [ "object", "osprofiler.tests.unit.test_profiler.FakeTraceWithMetaclassBase" ] }, { "osprofiler.tests.unit.test_profiler.FakeTraceWithMetaclassPrivate": [ "object", "osprofiler.tests.unit.test_profiler.FakeTraceWithMetaclassBase" ] }, { "osprofiler.tests.unit.test_profiler.FakeTracedCls": [ "object" ] }, { "osprofiler.tests.unit.test_profiler.ProfilerGlobMethodsTestCase": [ "object", "osprofiler.tests.test.TestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "osprofiler.tests.unit.test_profiler.ProfilerTestCase": [ "object", "osprofiler.tests.test.TestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "osprofiler.tests.unit.test_profiler.TraceClsDecoratorTestCase": [ "object", "osprofiler.tests.test.TestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "osprofiler.tests.unit.test_profiler.TraceDecoratorTestCase": [ "object", "osprofiler.tests.test.TestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "osprofiler.tests.unit.test_profiler.TraceWithMetaclassTestCase": [ "object", "osprofiler.tests.test.TestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "osprofiler.tests.unit.test_profiler.TraceWithMetaclassTestCase.test_no_name_exception.define_class_with_no_name.FakeTraceWithMetaclassNoName": [ "object", "osprofiler.tests.unit.test_profiler.FakeTracedCls" ] }, { "osprofiler.tests.unit.test_profiler.WithTraceTestCase": [ "object", "osprofiler.tests.test.TestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "osprofiler.tests.unit.test_opts.ConfigTestCase": [ "object", "osprofiler.tests.test.TestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "osprofiler.tests.unit.test_notifier.NotifierTestCase": [ "object", "osprofiler.tests.test.TestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "osprofiler.tests.unit.test_initializer.InitializerTestCase": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "osprofiler.tests.unit.drivers.test_redis_driver.RedisParserTestCase": [ "object", "osprofiler.tests.test.TestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "osprofiler.tests.unit.drivers.test_mongodb.MongoDBParserTestCase": [ "object", "osprofiler.tests.test.TestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "osprofiler.tests.unit.drivers.test_messaging.MessagingTestCase": [ "object", "osprofiler.tests.test.TestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "osprofiler.tests.unit.drivers.test_loginsight.LogInsightClientTestCase": [ "object", "osprofiler.tests.test.TestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "osprofiler.tests.unit.drivers.test_loginsight.LogInsightDriverTestCase": [ "object", "osprofiler.tests.test.TestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "osprofiler.tests.unit.drivers.test_jaeger.JaegerTestCase": [ "object", "osprofiler.tests.test.TestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "osprofiler.tests.unit.drivers.test_elasticsearch.ElasticsearchTestCase": [ "object", "osprofiler.tests.test.TestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "osprofiler.tests.unit.drivers.test_base.NotifierBaseTestCase": [ "object", "osprofiler.tests.test.TestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "osprofiler.tests.unit.drivers.test_base.NotifierBaseTestCase.test_build_complex_tree.D": [ "object", "osprofiler.drivers.base.Driver" ] }, { "osprofiler.tests.unit.drivers.test_base.NotifierBaseTestCase.test_build_empty_tree.C": [ "object", "osprofiler.drivers.base.Driver" ] }, { "osprofiler.tests.unit.drivers.test_base.NotifierBaseTestCase.test_factory.A": [ "object", "osprofiler.drivers.base.Driver" ] }, { "osprofiler.tests.unit.drivers.test_base.NotifierBaseTestCase.test_factory_with_args.B": [ "object", "osprofiler.drivers.base.Driver" ] }, { "osprofiler.tests.unit.doc.test_specs.TitlesTestCase": [ "object", "osprofiler.tests.test.TestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "osprofiler.tests.unit.cmd.test_shell.ShellTestCase": [ "object", "osprofiler.tests.test.TestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "osprofiler.tests.test.FunctionalTestCase": [ "object", "osprofiler.tests.test.TestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "osprofiler.tests.test.TestCase": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "osprofiler.tests.functional.test_driver.DriverTestCase": [ "object", "osprofiler.tests.test.FunctionalTestCase", "osprofiler.tests.test.TestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "osprofiler.tests.functional.test_driver.Foo": [ "object" ] }, { "osprofiler.tests.functional.test_driver.RedisDriverTestCase": [ "object", "osprofiler.tests.functional.test_driver.DriverTestCase", "osprofiler.tests.test.FunctionalTestCase", "osprofiler.tests.test.TestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "osprofiler.profiler.Trace": [ "object" ] }, { "osprofiler.profiler.TracedMeta": [ "object", "type", "typing.Generic" ] }, { "osprofiler.profiler._Profiler": [ "object" ] }, { "osprofiler.exc.CommandError": [ "BaseException", "Exception", "object" ] }, { "osprofiler.exc.LogInsightAPIError": [ "BaseException", "Exception", "object" ] }, { "osprofiler.exc.LogInsightLoginTimeout": [ "BaseException", "Exception", "object" ] }, { "osprofiler.drivers.sqlalchemy_driver.SQLAlchemyDriver": [ "object", "osprofiler.drivers.base.Driver" ] }, { "osprofiler.drivers.redis_driver.Redis": [ "object", "osprofiler.drivers.base.Driver" ] }, { "osprofiler.drivers.redis_driver.RedisSentinel": [ "object", "osprofiler.drivers.base.Driver", "osprofiler.drivers.redis_driver.Redis" ] }, { "osprofiler.drivers.mongodb.MongoDB": [ "object", "osprofiler.drivers.base.Driver" ] }, { "osprofiler.drivers.messaging.Messaging": [ "object", "osprofiler.drivers.base.Driver" ] }, { "osprofiler.drivers.messaging.NotifyEndpoint": [ "object" ] }, { "osprofiler.drivers.messaging.SignalExit": [ "BaseException", "object" ] }, { "osprofiler.drivers.loginsight.LogInsightClient": [ "object" ] }, { "osprofiler.drivers.loginsight.LogInsightDriver": [ "object", "osprofiler.drivers.base.Driver" ] }, { "osprofiler.drivers.jaeger.Jaeger": [ "object", "osprofiler.drivers.base.Driver" ] }, { "osprofiler.drivers.elasticsearch_driver.ElasticsearchDriver": [ "object", "osprofiler.drivers.base.Driver" ] }, { "osprofiler.drivers.base.Driver": [ "object" ] }, { "osprofiler.cmd.shell.OSProfilerShell": [ "object" ] }, { "osprofiler.cmd.commands.BaseCommand": [ "object" ] }, { "osprofiler.cmd.commands.TraceCommands": [ "object", "osprofiler.cmd.commands.BaseCommand" ] }, { "oslo_utils.timeutils.Split": [ "object" ] }, { "oslo_utils.timeutils.StopWatch": [ "object" ] }, { "oslo_utils.tests.tests_encodeutils.EncodeUtilsTest": [ "object" ] }, { "oslo_utils.tests.tests_encodeutils.ExceptionToUnicodeTest": [ "object" ] }, { "oslo_utils.tests.tests_encodeutils.ExceptionToUnicodeTest.test_str_exception.StrException": [ "BaseException", "Exception", "object" ] }, { "oslo_utils.tests.test_versionutils.IsCompatibleTestCase": [ "object" ] }, { "oslo_utils.tests.test_uuidutils.UUIDUtilsTest": [ "object" ] }, { "oslo_utils.tests.test_timeutils.StopWatchTest": [ "object" ] }, { "oslo_utils.tests.test_timeutils.TestIso8601Time": [ "object" ] }, { "oslo_utils.tests.test_timeutils.TimeItTest": [ "object" ] }, { "oslo_utils.tests.test_timeutils.TimeUtilsTest": [ "object" ] }, { "oslo_utils.tests.test_strutils.IsIntLikeTestCase": [ "object" ] }, { "oslo_utils.tests.test_strutils.MaskDictionaryPasswordTestCase": [ "object" ] }, { "oslo_utils.tests.test_strutils.MaskPasswordTestCase": [ "object" ] }, { "oslo_utils.tests.test_strutils.NestedMapping": [ "object", "oslo_utils.tests.test_strutils.TestMapping", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "oslo_utils.tests.test_strutils.SplitByCommas": [ "object" ] }, { "oslo_utils.tests.test_strutils.SplitPathTestCase": [ "object" ] }, { "oslo_utils.tests.test_strutils.StrUtilsTest": [ "object" ] }, { "oslo_utils.tests.test_strutils.StringLengthTestCase": [ "object" ] }, { "oslo_utils.tests.test_strutils.StringToBytesTest": [ "object" ] }, { "oslo_utils.tests.test_strutils.TestMapping": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "oslo_utils.tests.test_strutils.ValidateIntegerTestCase": [ "object" ] }, { "oslo_utils.tests.test_specs_matcher.SpecsMatcherTestCase": [ "object" ] }, { "oslo_utils.tests.test_secretutils.SecretUtilsTest": [ "object", "testscenarios.testcase.TestWithScenarios", "testscenarios.testcase.WithScenarios", "unittest.case.TestCase" ] }, { "oslo_utils.tests.test_reflection.AcceptsKwargsTest": [ "object" ] }, { "oslo_utils.tests.test_reflection.BadClass": [ "object" ] }, { "oslo_utils.tests.test_reflection.BoundMethodTest": [ "object" ] }, { "oslo_utils.tests.test_reflection.CallableClass": [ "object" ] }, { "oslo_utils.tests.test_reflection.CallbackEqualityTest": [ "object" ] }, { "oslo_utils.tests.test_reflection.CallbackEqualityTest.test_different_instance_callbacks.A": [ "object" ] }, { "oslo_utils.tests.test_reflection.CallbackEqualityTest.test_static_instance_callbacks.A": [ "object" ] }, { "oslo_utils.tests.test_reflection.Class": [ "object" ] }, { "oslo_utils.tests.test_reflection.ClassWithInit": [ "object" ] }, { "oslo_utils.tests.test_reflection.GetAllClassNamesTest": [ "object" ] }, { "oslo_utils.tests.test_reflection.GetCallableArgsTest": [ "object" ] }, { "oslo_utils.tests.test_reflection.GetCallableNameTest": [ "object" ] }, { "oslo_utils.tests.test_reflection.GetCallableNameTestExtended": [ "object" ] }, { "oslo_utils.tests.test_reflection.GetCallableNameTestExtended.InnerCallableClass": [ "object" ] }, { "oslo_utils.tests.test_reflection.GetClassNameTest": [ "object" ] }, { "oslo_utils.tests.test_reflection.GetClassNameTest.test_qualified_class.QualifiedClass": [ "object" ] }, { "oslo_utils.tests.test_reflection.MemberGetTest": [ "object" ] }, { "oslo_utils.tests.test_reflection.TestObject": [ "object" ] }, { "oslo_utils.tests.test_netutils.IPv6byEUI64TestCase": [ "object" ] }, { "oslo_utils.tests.test_netutils.MACbyIPv6TestCase": [ "object" ] }, { "oslo_utils.tests.test_netutils.NetworkUtilsTest": [ "object" ] }, { "oslo_utils.tests.test_netutils.TestIsIPv6Enabled": [ "object" ] }, { "oslo_utils.tests.test_importutils.ImportUtilsTest": [ "object" ] }, { "oslo_utils.tests.test_imageutils.ImageUtilsBlankTestCase": [ "object" ] }, { "oslo_utils.tests.test_imageutils.ImageUtilsHumanQemuTestCase": [ "object", "oslo_utils.tests.test_imageutils.ImageUtilsHumanRawTestCase" ] }, { "oslo_utils.tests.test_imageutils.ImageUtilsHumanRawTestCase": [ "object" ] }, { "oslo_utils.tests.test_imageutils.ImageUtilsJSONTestCase": [ "object" ] }, { "oslo_utils.tests.test_fixture.TimeFixtureTest": [ "object" ] }, { "oslo_utils.tests.test_fixture.UUIDSentinelsTest": [ "object" ] }, { "oslo_utils.tests.test_fileutils.DeleteIfExists": [ "object" ] }, { "oslo_utils.tests.test_fileutils.EnsureTree": [ "object" ] }, { "oslo_utils.tests.test_fileutils.FileTypeTestCase": [ "object" ] }, { "oslo_utils.tests.test_fileutils.LastBytesTestCase": [ "object" ] }, { "oslo_utils.tests.test_fileutils.RemovePathOnError": [ "object" ] }, { "oslo_utils.tests.test_fileutils.TestComputeFileChecksum": [ "object" ] }, { "oslo_utils.tests.test_fileutils.WriteToTempfileTestCase": [ "object" ] }, { "oslo_utils.tests.test_excutils.CausedByTest": [ "object" ] }, { "oslo_utils.tests.test_excutils.ExceptionFilterTest": [ "object" ] }, { "oslo_utils.tests.test_excutils.ExceptionFilterTest._make_filter_classmethod.ExceptionIgnorer": [ "object" ] }, { "oslo_utils.tests.test_excutils.ExceptionFilterTest._make_filter_method.ExceptionIgnorer": [ "object" ] }, { "oslo_utils.tests.test_excutils.ExceptionFilterTest._make_filter_staticmethod.ExceptionIgnorer": [ "object" ] }, { "oslo_utils.tests.test_excutils.Fail1": [ "BaseException", "Exception", "object", "oslo_utils.excutils.CausedByException" ] }, { "oslo_utils.tests.test_excutils.Fail2": [ "BaseException", "Exception", "object", "oslo_utils.excutils.CausedByException" ] }, { "oslo_utils.tests.test_excutils.ForeverRetryUncaughtExceptionsTest": [ "object" ] }, { "oslo_utils.tests.test_excutils.SaveAndReraiseTest": [ "object" ] }, { "oslo_utils.tests.test_eventletutils.EventletUtilsTest": [ "object" ] }, { "oslo_utils.tests.test_dictutils.DictUtilsTestCase": [ "object" ] }, { "oslo_utils.tests.fake.v2.dummpy.V2FakeDriver": [ "object" ] }, { "oslo_utils.tests.fake.v2.dummpy.V2FakeDriver2": [ "object" ] }, { "oslo_utils.tests.fake.v2.dummpy.V2FakeDriver3": [ "object" ] }, { "oslo_utils.tests.fake.FakeDriver": [ "object" ] }, { "oslo_utils.tests.fake.FakeDriver2": [ "object" ] }, { "oslo_utils.tests.fake.FakeDriver3": [ "object" ] }, { "oslo_utils.tests.base.TestCase": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "oslo_utils.netutils._ModifiedSplitResult": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence", "urllib.parse.SplitResult", "urllib.parse._NetlocResultMixinBase", "urllib.parse._NetlocResultMixinStr", "urllib.parse._ResultMixinBase", "urllib.parse._ResultMixinStr", "urllib.parse._SplitResultBase" ] }, { "oslo_utils.imageutils.QemuImgInfo": [ "object" ] }, { "oslo_utils.fixture.TimeFixture": [ "fixtures.fixture.Fixture", "object" ] }, { "oslo_utils.fixture._UUIDSentinels": [ "object" ] }, { "oslo_utils.excutils.CausedByException": [ "BaseException", "Exception", "object" ] }, { "oslo_utils.excutils.exception_filter": [ "object" ] }, { "oslo_utils.excutils.save_and_reraise_exception": [ "object" ] }, { "oslo_utils.eventletutils.EventletEvent": [ "object" ] }, { "oslo_upgradecheck.upgradecheck.Code": [ "complex", "enum.Enum", "enum.IntEnum", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "oslo_upgradecheck.upgradecheck.Result": [ "object" ] }, { "oslo_upgradecheck.upgradecheck.UpgradeCommands": [ "object" ] }, { "oslo_upgradecheck.tests.test_upgradecheck.SuccessCommands": [ "object", "oslo_upgradecheck.tests.test_upgradecheck.TestCommands", "oslo_upgradecheck.upgradecheck.UpgradeCommands" ] }, { "oslo_upgradecheck.tests.test_upgradecheck.TestCommands": [ "object", "oslo_upgradecheck.upgradecheck.UpgradeCommands" ] }, { "oslo_upgradecheck.tests.test_upgradecheck.TestExampleFile": [ "object" ] }, { "oslo_upgradecheck.tests.test_upgradecheck.TestMain": [ "object" ] }, { "oslo_upgradecheck.tests.test_upgradecheck.TestUpgradeCheckResult": [ "object" ] }, { "oslo_upgradecheck.tests.test_upgradecheck.TestUpgradeCommands": [ "object" ] }, { "oslo_upgradecheck.tests.test_common_checks.TestUpgradeCheckPolicyJSON": [ "object" ] }, { "oslo_service.wsgi.ConfigNotFound": [ "BaseException", "Exception", "object" ] }, { "oslo_service.wsgi.InvalidInput": [ "BaseException", "Exception", "object" ] }, { "oslo_service.wsgi.Loader": [ "object" ] }, { "oslo_service.wsgi.PasteAppNotFound": [ "BaseException", "Exception", "object" ] }, { "oslo_service.wsgi.Request": [ "object", "webob.request.AdhocAttrMixin", "webob.request.BaseRequest", "webob.request.Request" ] }, { "oslo_service.wsgi.Router": [ "object" ] }, { "oslo_service.wsgi.Server": [ "object", "oslo_service.service.ServiceBase" ] }, { "oslo_service.threadgroup.Thread": [ "object" ] }, { "oslo_service.threadgroup.ThreadGroup": [ "object" ] }, { "oslo_service.tests.test_wsgi.TestLoaderNormalFilesystem": [ "object", "oslo_service.tests.base.ServiceBaseTestCase", "oslo_service.tests.test_wsgi.WsgiTestCase" ] }, { "oslo_service.tests.test_wsgi.TestLoaderNothingExists": [ "object", "oslo_service.tests.base.ServiceBaseTestCase", "oslo_service.tests.test_wsgi.WsgiTestCase" ] }, { "oslo_service.tests.test_wsgi.TestWSGIServer": [ "object", "oslo_service.tests.base.ServiceBaseTestCase", "oslo_service.tests.test_wsgi.WsgiTestCase" ] }, { "oslo_service.tests.test_wsgi.TestWSGIServerWithSSL": [ "object", "oslo_service.tests.base.ServiceBaseTestCase", "oslo_service.tests.test_wsgi.WsgiTestCase" ] }, { "oslo_service.tests.test_wsgi.WsgiTestCase": [ "object", "oslo_service.tests.base.ServiceBaseTestCase" ] }, { "oslo_service.tests.test_threadgroup.ThreadGroupTestCase": [ "object" ] }, { "oslo_service.tests.test_systemd.SystemdTestCase": [ "object" ] }, { "oslo_service.tests.test_systemd.SystemdTestCase._test__sd_notify.FakeSocket": [ "object" ] }, { "oslo_service.tests.test_sslutils.SslutilsTestCase": [ "object", "oslo_service.tests.base.ServiceBaseTestCase" ] }, { "oslo_service.tests.test_service.EventletServerProcessLauncherTest": [ "object", "oslo_service.tests.base.ServiceBaseTestCase" ] }, { "oslo_service.tests.test_service.EventletServerServiceLauncherTest": [ "object", "oslo_service.tests.base.ServiceBaseTestCase", "oslo_service.tests.test_service.EventletServerProcessLauncherTest" ] }, { "oslo_service.tests.test_service.ExtendedService": [ "object", "oslo_service.service.Service", "oslo_service.service.ServiceBase" ] }, { "oslo_service.tests.test_service.GracefulShutdownTestService": [ "object", "oslo_service.service.Service", "oslo_service.service.ServiceBase" ] }, { "oslo_service.tests.test_service.LauncherTest": [ "object", "oslo_service.tests.base.ServiceBaseTestCase" ] }, { "oslo_service.tests.test_service.LauncherTest.test_check_service_base_fails.FooService": [ "object" ] }, { "oslo_service.tests.test_service.ProcessLauncherTest": [ "object", "oslo_service.tests.base.ServiceBaseTestCase" ] }, { "oslo_service.tests.test_service.ProcessLauncherTest.test_check_service_base_fails.FooService": [ "object" ] }, { "oslo_service.tests.test_service.ServiceCrashOnStart": [ "object", "oslo_service.service.Service", "oslo_service.service.ServiceBase", "oslo_service.tests.test_service.ServiceWithTimer" ] }, { "oslo_service.tests.test_service.ServiceLauncherTest": [ "object", "oslo_service.tests.base.ServiceBaseTestCase", "oslo_service.tests.test_service.ServiceTestBase" ] }, { "oslo_service.tests.test_service.ServiceManagerTestCase": [ "object" ] }, { "oslo_service.tests.test_service.ServiceRestartTest": [ "object", "oslo_service.tests.base.ServiceBaseTestCase", "oslo_service.tests.test_service.ServiceTestBase" ] }, { "oslo_service.tests.test_service.ServiceTest": [ "object" ] }, { "oslo_service.tests.test_service.ServiceTestBase": [ "object", "oslo_service.tests.base.ServiceBaseTestCase" ] }, { "oslo_service.tests.test_service.ServiceWithTimer": [ "object", "oslo_service.service.Service", "oslo_service.service.ServiceBase" ] }, { "oslo_service.tests.test_service._Service": [ "object", "oslo_service.service.Service", "oslo_service.service.ServiceBase" ] }, { "oslo_service.tests.test_periodic.AnException": [ "BaseException", "Exception", "object" ] }, { "oslo_service.tests.test_periodic.ManagerMetaTestCase": [ "object", "oslo_service.tests.base.ServiceBaseTestCase" ] }, { "oslo_service.tests.test_periodic.ManagerMetaTestCase.test_meta.Manager": [ "object", "oslo_service.periodic_task.PeriodicTasks" ] }, { "oslo_service.tests.test_periodic.ManagerTestCase": [ "object", "oslo_service.tests.base.ServiceBaseTestCase" ] }, { "oslo_service.tests.test_periodic.ManagerTestCase.test_external_running_here.Manager": [ "object", "oslo_service.periodic_task.PeriodicTasks" ] }, { "oslo_service.tests.test_periodic.ManagerTestCase.test_periodic_tasks_constant.Manager": [ "object", "oslo_service.periodic_task.PeriodicTasks" ] }, { "oslo_service.tests.test_periodic.ManagerTestCase.test_periodic_tasks_disabled.Manager": [ "object", "oslo_service.periodic_task.PeriodicTasks" ] }, { "oslo_service.tests.test_periodic.ManagerTestCase.test_periodic_tasks_idle_calculation.Manager": [ "object", "oslo_service.periodic_task.PeriodicTasks" ] }, { "oslo_service.tests.test_periodic.ManagerTestCase.test_periodic_tasks_immediate_runs_now.Manager": [ "object", "oslo_service.periodic_task.PeriodicTasks" ] }, { "oslo_service.tests.test_periodic.ManagerTestCase.test_periodic_tasks_with_idle.Manager": [ "object", "oslo_service.periodic_task.PeriodicTasks" ] }, { "oslo_service.tests.test_periodic.PeriodicTasksTestCase": [ "object", "oslo_service.tests.base.ServiceBaseTestCase" ] }, { "oslo_service.tests.test_periodic.PeriodicTasksTestCase.test_called_correct.AService": [ "object", "oslo_service.periodic_task.PeriodicTasks" ] }, { "oslo_service.tests.test_periodic.PeriodicTasksTestCase.test_called_thrice.AService": [ "object", "oslo_service.periodic_task.PeriodicTasks" ] }, { "oslo_service.tests.test_periodic.PeriodicTasksTestCase.test_name.AService": [ "object", "oslo_service.periodic_task.PeriodicTasks" ] }, { "oslo_service.tests.test_periodic.PeriodicTasksTestCase.test_raises.AService": [ "object", "oslo_service.periodic_task.PeriodicTasks" ] }, { "oslo_service.tests.test_loopingcall.AnException": [ "BaseException", "Exception", "object" ] }, { "oslo_service.tests.test_loopingcall.DynamicLoopingCallTestCase": [ "object" ] }, { "oslo_service.tests.test_loopingcall.LoopingCallTestCase": [ "object" ] }, { "oslo_service.tests.test_loopingcall.RetryDecoratorTest": [ "object" ] }, { "oslo_service.tests.test_loopingcall.TestBackOffLoopingCall": [ "object" ] }, { "oslo_service.tests.test_loopingcall.UnknownException": [ "BaseException", "Exception", "object" ] }, { "oslo_service.tests.test_fixture.FixtureTestCase": [ "object" ] }, { "oslo_service.tests.test_eventlet_backdoor.BackdoorPortTest": [ "object", "oslo_service.tests.base.ServiceBaseTestCase" ] }, { "oslo_service.tests.test_eventlet_backdoor.BackdoorSocketPathTest": [ "object", "oslo_service.tests.base.ServiceBaseTestCase" ] }, { "oslo_service.tests.eventlet_service.Server": [ "object", "oslo_service.service.ServiceBase" ] }, { "oslo_service.tests.base.ServiceBaseTestCase": [ "object" ] }, { "oslo_service.service.Launcher": [ "object" ] }, { "oslo_service.service.ProcessLauncher": [ "object" ] }, { "oslo_service.service.Service": [ "object", "oslo_service.service.ServiceBase" ] }, { "oslo_service.service.ServiceBase": [ "object" ] }, { "oslo_service.service.ServiceLauncher": [ "object", "oslo_service.service.Launcher" ] }, { "oslo_service.service.ServiceWrapper": [ "object" ] }, { "oslo_service.service.Services": [ "object" ] }, { "oslo_service.service.SignalExit": [ "BaseException", "SystemExit", "object" ] }, { "oslo_service.service.SignalHandler": [ "object" ] }, { "oslo_service.service.Singleton": [ "object", "type", "typing.Generic" ] }, { "oslo_service.periodic_task.InvalidPeriodicTaskArg": [ "BaseException", "Exception", "object" ] }, { "oslo_service.periodic_task.PeriodicTasks": [ "object" ] }, { "oslo_service.periodic_task._PeriodicTasksMeta": [ "object", "type", "typing.Generic" ] }, { "oslo_service.loopingcall.BackOffLoopingCall": [ "object", "oslo_service.loopingcall.LoopingCallBase" ] }, { "oslo_service.loopingcall.DynamicLoopingCall": [ "object", "oslo_service.loopingcall.LoopingCallBase" ] }, { "oslo_service.loopingcall.FixedIntervalLoopingCall": [ "object", "oslo_service.loopingcall.LoopingCallBase" ] }, { "oslo_service.loopingcall.FixedIntervalWithTimeoutLoopingCall": [ "object", "oslo_service.loopingcall.LoopingCallBase" ] }, { "oslo_service.loopingcall.LoopingCallBase": [ "object" ] }, { "oslo_service.loopingcall.LoopingCallDone": [ "BaseException", "Exception", "object" ] }, { "oslo_service.loopingcall.LoopingCallTimeOut": [ "BaseException", "Exception", "object" ] }, { "oslo_service.loopingcall.RetryDecorator": [ "object" ] }, { "oslo_service.fixture.SleepFixture": [ "fixtures.fixture.Fixture", "object" ] }, { "oslo_service.eventlet_backdoor.EventletBackdoorConfigValueError": [ "BaseException", "Exception", "object" ] }, { "oslo_serialization.tests.test_msgpackutils.Color": [ "object" ] }, { "oslo_serialization.tests.test_msgpackutils.ColorHandler": [ "object" ] }, { "oslo_serialization.tests.test_msgpackutils.MsgPackUtilsTest": [ "object" ] }, { "oslo_serialization.tests.test_msgpackutils.MySpecialSetHandler": [ "object" ] }, { "oslo_serialization.tests.test_jsonutils.JSONUtilsTestJson": [ "object", "oslo_serialization.tests.test_jsonutils.JSONUtilsTestMixin" ] }, { "oslo_serialization.tests.test_jsonutils.JSONUtilsTestMixin": [ "object" ] }, { "oslo_serialization.tests.test_jsonutils.ReprObject": [ "object" ] }, { "oslo_serialization.tests.test_jsonutils.ToPrimitiveTestCase": [ "object" ] }, { "oslo_serialization.tests.test_jsonutils.ToPrimitiveTestCase.test_depth.LevelsGenerator": [ "object" ] }, { "oslo_serialization.tests.test_jsonutils.ToPrimitiveTestCase.test_fallback_typeerror.NotIterable": [ "object" ] }, { "oslo_serialization.tests.test_jsonutils.ToPrimitiveTestCase.test_instance.MysteryClass": [ "object" ] }, { "oslo_serialization.tests.test_jsonutils.ToPrimitiveTestCase.test_items.ItemsClass": [ "object" ] }, { "oslo_serialization.tests.test_jsonutils.ToPrimitiveTestCase.test_iter.IterClass": [ "object" ] }, { "oslo_serialization.tests.test_jsonutils.ToPrimitiveTestCase.test_iteritems.IterItemsClass": [ "object" ] }, { "oslo_serialization.tests.test_jsonutils.ToPrimitiveTestCase.test_iteritems_with_cycle.IterItemsClass": [ "object" ] }, { "oslo_serialization.tests.test_jsonutils.ToPrimitiveTestCase.test_mapping.MappingClass": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "oslo_serialization.tests.test_jsonutils.ToPrimitiveTestCase.test_precedence_items_iteritems.ItemsIterItemsClass": [ "object" ] }, { "oslo_serialization.tests.test_base64.Base64Tests": [ "object" ] }, { "oslo_serialization.serializer.msgpack_serializer.MessagePackSerializer": [ "object", "oslo_serialization.serializer.base_serializer.BaseSerializer" ] }, { "oslo_serialization.serializer.json_serializer.JSONSerializer": [ "object", "oslo_serialization.serializer.base_serializer.BaseSerializer" ] }, { "oslo_serialization.serializer.base_serializer.BaseSerializer": [ "object" ] }, { "oslo_serialization.msgpackutils.CountHandler": [ "object" ] }, { "oslo_serialization.msgpackutils.DateHandler": [ "object" ] }, { "oslo_serialization.msgpackutils.DateTimeHandler": [ "object" ] }, { "oslo_serialization.msgpackutils.FrozenSetHandler": [ "object", "oslo_serialization.msgpackutils.SetHandler" ] }, { "oslo_serialization.msgpackutils.HandlerRegistry": [ "object" ] }, { "oslo_serialization.msgpackutils.Interval": [ "object" ] }, { "oslo_serialization.msgpackutils.NetAddrIPHandler": [ "object" ] }, { "oslo_serialization.msgpackutils.SetHandler": [ "object" ] }, { "oslo_serialization.msgpackutils.UUIDHandler": [ "object" ] }, { "oslo_serialization.msgpackutils.XMLRPCDateTimeHandler": [ "object" ] }, { "oslo_policy.tests.test_sphinxpolicygen.SingleSampleGenerationTest": [ "object" ] }, { "oslo_policy.tests.test_sphinxext.FormatPolicyTest": [ "object" ] }, { "oslo_policy.tests.test_sphinxext.IndentTest": [ "object" ] }, { "oslo_policy.tests.test_shell.CheckerTestCase": [ "object", "oslo_policy.tests.base.PolicyBaseTestCase" ] }, { "oslo_policy.tests.test_policy.BaseCheckTypesTestCase": [ "object", "oslo_policy.tests.base.PolicyBaseTestCase" ] }, { "oslo_policy.tests.test_policy.BaseCheckTypesTestCase.test_base_check_types_are_public.TestCheck": [ "object" ] }, { "oslo_policy.tests.test_policy.CheckFunctionTestCase": [ "object", "oslo_policy.tests.base.PolicyBaseTestCase" ] }, { "oslo_policy.tests.test_policy.DeprecatedRuleTestCase": [ "object", "oslo_policy.tests.base.PolicyBaseTestCase" ] }, { "oslo_policy.tests.test_policy.DocumentedRuleDefaultDeprecationTestCase": [ "object", "oslo_policy.tests.base.PolicyBaseTestCase" ] }, { "oslo_policy.tests.test_policy.DocumentedRuleDefaultTestCase": [ "object", "oslo_policy.tests.base.PolicyBaseTestCase" ] }, { "oslo_policy.tests.test_policy.EnforcerCheckRulesTest": [ "object", "oslo_policy.tests.base.PolicyBaseTestCase" ] }, { "oslo_policy.tests.test_policy.EnforcerNoPolicyFileTest": [ "object", "oslo_policy.tests.base.PolicyBaseTestCase" ] }, { "oslo_policy.tests.test_policy.EnforcerTest": [ "object", "oslo_policy.tests.base.PolicyBaseTestCase" ] }, { "oslo_policy.tests.test_policy.EnforcerTest.test_enforcer_accepts_subclassed_context_objects.SpecializedContext": [ "object", "oslo_context.context.RequestContext" ] }, { "oslo_policy.tests.test_policy.EnforcerTest.test_enforcer_rejects_non_context_objects.InvalidContext": [ "object" ] }, { "oslo_policy.tests.test_policy.FieldCheck": [ "object", "oslo_policy._checks.BaseCheck", "oslo_policy._checks.Check" ] }, { "oslo_policy.tests.test_policy.MyException": [ "BaseException", "Exception", "object" ] }, { "oslo_policy.tests.test_policy.PickPolicyFileTestCase": [ "object", "oslo_policy.tests.base.PolicyBaseTestCase" ] }, { "oslo_policy.tests.test_policy.RegisterCheckTestCase": [ "object", "oslo_policy.tests.base.PolicyBaseTestCase" ] }, { "oslo_policy.tests.test_policy.RegisterCheckTestCase.test_register_check.TestCheck": [ "object", "oslo_policy._checks.BaseCheck", "oslo_policy._checks.Check" ] }, { "oslo_policy.tests.test_policy.RuleDefaultTestCase": [ "object", "oslo_policy.tests.base.PolicyBaseTestCase" ] }, { "oslo_policy.tests.test_policy.RuleDefaultTestCase.test_equal_subclass.RuleDefaultSub": [ "object", "oslo_policy.policy.RuleDefault", "oslo_policy.policy._BaseRule" ] }, { "oslo_policy.tests.test_policy.RuleDefaultTestCase.test_not_equal_class.NotRuleDefault": [ "object" ] }, { "oslo_policy.tests.test_policy.RuleDefaultTestCase.test_not_equal_subclass.RuleDefaultSub": [ "object", "oslo_policy.policy.RuleDefault", "oslo_policy.policy._BaseRule" ] }, { "oslo_policy.tests.test_policy.RulesTestCase": [ "object" ] }, { "oslo_policy.tests.test_parser.ParseCheckTestCase": [ "object" ] }, { "oslo_policy.tests.test_parser.ParseListRuleTestCase": [ "object" ] }, { "oslo_policy.tests.test_parser.ParseRuleTestCase": [ "object" ] }, { "oslo_policy.tests.test_parser.ParseStateMetaTestCase": [ "object" ] }, { "oslo_policy.tests.test_parser.ParseStateMetaTestCase.test_parse_state_meta.FakeState": [ "object" ] }, { "oslo_policy.tests.test_parser.ParseStateTestCase": [ "object" ] }, { "oslo_policy.tests.test_parser.ParseTextRuleTestCase": [ "object" ] }, { "oslo_policy.tests.test_parser.ParseTokenizeTestCase": [ "object" ] }, { "oslo_policy.tests.test_opts.OptsTestCase": [ "object" ] }, { "oslo_policy.tests.test_generator.ConvertJsonToYamlTestCase": [ "object", "oslo_policy.tests.base.PolicyBaseTestCase" ] }, { "oslo_policy.tests.test_generator.GeneratePolicyTestCase": [ "object", "oslo_policy.tests.base.PolicyBaseTestCase" ] }, { "oslo_policy.tests.test_generator.GenerateSampleJSONTestCase": [ "object", "oslo_policy.tests.base.PolicyBaseTestCase" ] }, { "oslo_policy.tests.test_generator.GenerateSampleYAMLTestCase": [ "object", "oslo_policy.tests.base.PolicyBaseTestCase" ] }, { "oslo_policy.tests.test_generator.GeneratorRaiseErrorTestCase": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "oslo_policy.tests.test_generator.GeneratorRaiseErrorTestCase.test_generator_raises_error.FakeEP": [ "object" ] }, { "oslo_policy.tests.test_generator.GeneratorRaiseErrorTestCase.test_generator_raises_error.FakeException": [ "BaseException", "Exception", "object" ] }, { "oslo_policy.tests.test_generator.GetEnforcerTestCase": [ "object", "oslo_policy.tests.base.PolicyBaseTestCase" ] }, { "oslo_policy.tests.test_generator.ListRedundantTestCase": [ "object", "oslo_policy.tests.base.PolicyBaseTestCase" ] }, { "oslo_policy.tests.test_generator.UpgradePolicyTestCase": [ "object", "oslo_policy.tests.base.PolicyBaseTestCase" ] }, { "oslo_policy.tests.test_generator.ValidatorTestCase": [ "object", "oslo_policy.tests.base.PolicyBaseTestCase" ] }, { "oslo_policy.tests.test_fixtures.FixtureTestCase": [ "object", "oslo_policy.tests.base.PolicyBaseTestCase" ] }, { "oslo_policy.tests.test_external.HttpCheckTestCase": [ "object", "oslo_policy.tests.base.PolicyBaseTestCase" ] }, { "oslo_policy.tests.test_external.HttpsCheckTestCase": [ "object", "oslo_policy.tests.base.PolicyBaseTestCase" ] }, { "oslo_policy.tests.test_checks.AndCheckTestCase": [ "object" ] }, { "oslo_policy.tests.test_checks.AndCheckTestCase.test_rule_does_not_take_current_rule.TestCheck": [ "object" ] }, { "oslo_policy.tests.test_checks.AndCheckTestCase.test_rule_takes_current_rule.TestCheck": [ "object" ] }, { "oslo_policy.tests.test_checks.CheckForTest": [ "object", "oslo_policy._checks.BaseCheck", "oslo_policy._checks.Check" ] }, { "oslo_policy.tests.test_checks.CheckRegisterTestCase": [ "object" ] }, { "oslo_policy.tests.test_checks.CheckRegisterTestCase.test_register_check.TestCheck": [ "object", "oslo_policy._checks.BaseCheck", "oslo_policy._checks.Check" ] }, { "oslo_policy.tests.test_checks.CheckRegisterTestCase.test_register_check_decorator.TestCheck": [ "object", "oslo_policy._checks.BaseCheck", "oslo_policy._checks.Check" ] }, { "oslo_policy.tests.test_checks.CheckTestCase": [ "object" ] }, { "oslo_policy.tests.test_checks.FalseCheckTestCase": [ "object" ] }, { "oslo_policy.tests.test_checks.GenericCheckTestCase": [ "object", "oslo_policy.tests.base.PolicyBaseTestCase" ] }, { "oslo_policy.tests.test_checks.NotCheckTestCase": [ "object" ] }, { "oslo_policy.tests.test_checks.NotCheckTestCase.test_rule_does_not_take_current_rule.TestCheck": [ "object" ] }, { "oslo_policy.tests.test_checks.NotCheckTestCase.test_rule_takes_current_rule.TestCheck": [ "object" ] }, { "oslo_policy.tests.test_checks.OrCheckTestCase": [ "object" ] }, { "oslo_policy.tests.test_checks.OrCheckTestCase.test_rule_does_not_take_current_rule.TestCheck": [ "object" ] }, { "oslo_policy.tests.test_checks.OrCheckTestCase.test_rule_takes_current_rule.TestCheck": [ "object" ] }, { "oslo_policy.tests.test_checks.RoleCheckTestCase": [ "object", "oslo_policy.tests.base.PolicyBaseTestCase" ] }, { "oslo_policy.tests.test_checks.RuleCheckTestCase": [ "object", "oslo_policy.tests.base.PolicyBaseTestCase" ] }, { "oslo_policy.tests.test_checks.TrueCheckTestCase": [ "object" ] }, { "oslo_policy.tests.test_checks._BoolCheck": [ "object", "oslo_policy._checks.BaseCheck" ] }, { "oslo_policy.tests.test_cache_handler.CacheHandlerTest": [ "object" ] }, { "oslo_policy.tests.base.FakeCheck": [ "object", "oslo_policy._checks.BaseCheck" ] }, { "oslo_policy.tests.base.PolicyBaseTestCase": [ "object" ] }, { "oslo_policy.sphinxext.ShowPolicyDirective": [ "object" ] }, { "oslo_policy.shell.FakeEnforcer": [ "object" ] }, { "oslo_policy.policy.DeprecatedRule": [ "object", "oslo_policy.policy._BaseRule" ] }, { "oslo_policy.policy.DocumentedRuleDefault": [ "object", "oslo_policy.policy.RuleDefault", "oslo_policy.policy._BaseRule" ] }, { "oslo_policy.policy.DuplicatePolicyError": [ "BaseException", "Exception", "object" ] }, { "oslo_policy.policy.Enforcer": [ "object" ] }, { "oslo_policy.policy.InvalidContextObject": [ "BaseException", "Exception", "object" ] }, { "oslo_policy.policy.InvalidDefinitionError": [ "BaseException", "Exception", "object" ] }, { "oslo_policy.policy.InvalidRuleDefault": [ "BaseException", "Exception", "object" ] }, { "oslo_policy.policy.InvalidScope": [ "BaseException", "Exception", "object" ] }, { "oslo_policy.policy.PolicyNotAuthorized": [ "BaseException", "Exception", "object" ] }, { "oslo_policy.policy.PolicyNotRegistered": [ "BaseException", "Exception", "object" ] }, { "oslo_policy.policy.RuleDefault": [ "object", "oslo_policy.policy._BaseRule" ] }, { "oslo_policy.policy.Rules": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "oslo_policy.policy._BaseRule": [ "object" ] }, { "oslo_policy.fixture.HttpCheckFixture": [ "fixtures.fixture.Fixture", "object" ] }, { "oslo_policy.fixture.HttpsCheckFixture": [ "fixtures.fixture.Fixture", "object" ] }, { "oslo_policy._parser.ParseState": [ "object" ] }, { "oslo_policy._parser.ParseStateMeta": [ "object", "type", "typing.Generic" ] }, { "oslo_policy._external.HttpCheck": [ "object", "oslo_policy._checks.BaseCheck", "oslo_policy._checks.Check" ] }, { "oslo_policy._external.HttpsCheck": [ "object", "oslo_policy._checks.BaseCheck", "oslo_policy._checks.Check", "oslo_policy._external.HttpCheck" ] }, { "oslo_policy._checks.AndCheck": [ "object", "oslo_policy._checks.BaseCheck" ] }, { "oslo_policy._checks.BaseCheck": [ "object" ] }, { "oslo_policy._checks.Check": [ "object", "oslo_policy._checks.BaseCheck" ] }, { "oslo_policy._checks.FalseCheck": [ "object", "oslo_policy._checks.BaseCheck" ] }, { "oslo_policy._checks.GenericCheck": [ "object", "oslo_policy._checks.BaseCheck", "oslo_policy._checks.Check" ] }, { "oslo_policy._checks.NotCheck": [ "object", "oslo_policy._checks.BaseCheck" ] }, { "oslo_policy._checks.OrCheck": [ "object", "oslo_policy._checks.BaseCheck" ] }, { "oslo_policy._checks.RoleCheck": [ "object", "oslo_policy._checks.BaseCheck", "oslo_policy._checks.Check" ] }, { "oslo_policy._checks.RuleCheck": [ "object", "oslo_policy._checks.BaseCheck", "oslo_policy._checks.Check" ] }, { "oslo_policy._checks.TrueCheck": [ "object", "oslo_policy._checks.BaseCheck" ] }, { "oslo_middleware.tests.test_stats.TestStaticMethods": [ "object" ] }, { "oslo_middleware.tests.test_stats.TestStatsMiddleware": [ "object" ] }, { "oslo_middleware.tests.test_ssl.SSLMiddlewareTest": [ "object" ] }, { "oslo_middleware.tests.test_sizelimit.TestLimitingReader": [ "object" ] }, { "oslo_middleware.tests.test_sizelimit.TestRequestBodySizeLimiter": [ "object" ] }, { "oslo_middleware.tests.test_request_id.AltHeader": [ "object", "oslo_middleware.base.ConfigurableMiddleware", "oslo_middleware.request_id.RequestId" ] }, { "oslo_middleware.tests.test_request_id.RequestIdTest": [ "object" ] }, { "oslo_middleware.tests.test_opts.TestOptionDiscovery": [ "object" ] }, { "oslo_middleware.tests.test_http_proxy_to_wsgi.TestHTTPProxyToWSGI": [ "object" ] }, { "oslo_middleware.tests.test_http_proxy_to_wsgi.TestHTTPProxyToWSGIDisabled": [ "object" ] }, { "oslo_middleware.tests.test_healthcheck.HealthcheckMainTests": [ "object" ] }, { "oslo_middleware.tests.test_healthcheck.HealthcheckTests": [ "object" ] }, { "oslo_middleware.tests.test_entry_points.TestPasteDeploymentEntryPoints": [ "object" ] }, { "oslo_middleware.tests.test_cors.CORSPreflightRequestTest": [ "object", "oslo_middleware.tests.test_cors.CORSTestBase" ] }, { "oslo_middleware.tests.test_cors.CORSRegularRequestTest": [ "object", "oslo_middleware.tests.test_cors.CORSTestBase" ] }, { "oslo_middleware.tests.test_cors.CORSTestBase": [ "object" ] }, { "oslo_middleware.tests.test_cors.CORSTestDefaultOverrides": [ "object", "oslo_middleware.tests.test_cors.CORSTestBase" ] }, { "oslo_middleware.tests.test_cors.CORSTestFilterFactory": [ "object", "oslo_middleware.tests.test_cors.CORSTestBase" ] }, { "oslo_middleware.tests.test_cors.CORSTestWildcard": [ "object", "oslo_middleware.tests.test_cors.CORSTestBase" ] }, { "oslo_middleware.tests.test_correlation_id.CorrelationIdTest": [ "object" ] }, { "oslo_middleware.tests.test_catch_errors.CatchErrorsTest": [ "object" ] }, { "oslo_middleware.tests.test_base.ConfigurableMiddlewareTest": [ "object", "oslo_middleware.base.ConfigurableMiddleware" ] }, { "oslo_middleware.tests.test_base.LegacyMiddlewareTest": [ "object", "oslo_middleware.base.ConfigurableMiddleware", "oslo_middleware.base.Middleware" ] }, { "oslo_middleware.tests.test_base.NoRequestBase": [ "object", "oslo_middleware.base.ConfigurableMiddleware", "oslo_middleware.base.Middleware" ] }, { "oslo_middleware.tests.test_base.RequestBase": [ "object", "oslo_middleware.base.ConfigurableMiddleware", "oslo_middleware.base.Middleware" ] }, { "oslo_middleware.tests.test_base.TestBase": [ "object" ] }, { "oslo_middleware.tests.test_base.TestBase.test_no_content_type_added.TestMiddleware": [ "object", "oslo_middleware.base.ConfigurableMiddleware", "oslo_middleware.base.Middleware" ] }, { "oslo_middleware.stats.StatsMiddleware": [ "object", "oslo_middleware.base.ConfigurableMiddleware" ] }, { "oslo_middleware.ssl.SSLMiddleware": [ "object", "oslo_middleware.base.ConfigurableMiddleware" ] }, { "oslo_middleware.sizelimit.LimitingReader": [ "object" ] }, { "oslo_middleware.sizelimit.RequestBodySizeLimiter": [ "object", "oslo_middleware.base.ConfigurableMiddleware" ] }, { "oslo_middleware.request_id.RequestId": [ "object", "oslo_middleware.base.ConfigurableMiddleware" ] }, { "oslo_middleware.http_proxy_to_wsgi.HTTPProxyToWSGI": [ "object", "oslo_middleware.base.ConfigurableMiddleware" ] }, { "oslo_middleware.healthcheck.pluginbase.HealthcheckBaseExtension": [ "object" ] }, { "oslo_middleware.healthcheck.pluginbase.HealthcheckResult": [ "object" ] }, { "oslo_middleware.healthcheck.disable_by_file.DisableByFileHealthcheck": [ "object", "oslo_middleware.healthcheck.pluginbase.HealthcheckBaseExtension" ] }, { "oslo_middleware.healthcheck.disable_by_file.DisableByFilesPortsHealthcheck": [ "object", "oslo_middleware.healthcheck.pluginbase.HealthcheckBaseExtension" ] }, { "oslo_middleware.healthcheck.__main__.HttpHandler": [ "http.server.BaseHTTPRequestHandler", "http.server.SimpleHTTPRequestHandler", "object", "socketserver.BaseRequestHandler", "socketserver.StreamRequestHandler" ] }, { "oslo_middleware.healthcheck.Healthcheck": [ "object", "oslo_middleware.base.ConfigurableMiddleware" ] }, { "oslo_middleware.debug.Debug": [ "object", "oslo_middleware.base.ConfigurableMiddleware" ] }, { "oslo_middleware.cors.CORS": [ "object", "oslo_middleware.base.ConfigurableMiddleware" ] }, { "oslo_middleware.cors.InvalidOriginError": [ "BaseException", "Exception", "object" ] }, { "oslo_middleware.correlation_id.CorrelationId": [ "object", "oslo_middleware.base.ConfigurableMiddleware" ] }, { "oslo_middleware.catch_errors.CatchErrors": [ "object", "oslo_middleware.base.ConfigurableMiddleware" ] }, { "oslo_middleware.base.ConfigurableMiddleware": [ "object" ] }, { "oslo_middleware.base.Middleware": [ "object", "oslo_middleware.base.ConfigurableMiddleware" ] }, { "oslo_middleware.base.NoContentTypeRequest": [ "object", "webob.request.AdhocAttrMixin", "webob.request.BaseRequest", "webob.request.Request" ] }, { "oslo_middleware.base.NoContentTypeResponse": [ "object", "webob.response.Response" ] }, { "oslo_messaging.transport.DriverLoadFailure": [ "BaseException", "Exception", "object", "oslo_messaging.exceptions.MessagingException" ] }, { "oslo_messaging.transport.InvalidTransportURL": [ "BaseException", "Exception", "object", "oslo_messaging.exceptions.MessagingException" ] }, { "oslo_messaging.transport.NotificationTransport": [ "object", "oslo_messaging.transport.Transport" ] }, { "oslo_messaging.transport.RPCTransport": [ "object", "oslo_messaging.transport.Transport" ] }, { "oslo_messaging.transport.Transport": [ "object" ] }, { "oslo_messaging.transport.TransportHost": [ "object" ] }, { "oslo_messaging.transport.TransportOptions": [ "object" ] }, { "oslo_messaging.transport.TransportURL": [ "object" ] }, { "oslo_messaging.tests.utils.BaseTestCase": [ "object" ] }, { "oslo_messaging.tests.utils.ServerThreadHelper": [ "object", "threading.Thread" ] }, { "oslo_messaging.tests.test_utils.TimerTestCase": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.test_utils.VersionIsCompatibleTestCase": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.test_urls.TestFormatURL": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.test_urls.TestParseURL": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.test_transport.GetTransportSadPathTestCase": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.test_transport.GetTransportTestCase": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.test_transport.TestSetDefaults": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.test_transport.TestTransportHostCustomisation": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.test_transport.TestTransportMethodArgs": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.test_transport.TestTransportUrlCustomisation": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.test_transport._FakeDriver": [ "object" ] }, { "oslo_messaging.tests.test_transport._FakeManager": [ "object" ] }, { "oslo_messaging.tests.test_transport._SetDefaultsFixture": [ "fixtures.fixture.Fixture", "object" ] }, { "oslo_messaging.tests.test_target.EqualityTestCase": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.test_target.TargetCallableTestCase": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.test_target.TargetConstructorTestCase": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.test_target.TargetReprTestCase": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.test_opts.OptsTestCase": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.test_opts.OptsTestCase.test_defaults.MessageHandlingServerImpl": [ "object", "oslo_messaging.server.MessageHandlingServer", "oslo_messaging.server._OrderedTaskRunner", "oslo_service.service.ServiceBase" ] }, { "oslo_messaging.tests.test_fixture.TestConfFixture": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.test_expected_exceptions.TestExpectedExceptions": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.test_expected_exceptions.TestExpectedExceptions.test_decorator_expected.FooException": [ "BaseException", "Exception", "object" ] }, { "oslo_messaging.tests.test_expected_exceptions.TestExpectedExceptions.test_decorator_expected_subclass.BarException": [ "BaseException", "Exception", "object", "oslo_messaging.tests.test_expected_exceptions.TestExpectedExceptions.test_decorator_expected_subclass.FooException" ] }, { "oslo_messaging.tests.test_expected_exceptions.TestExpectedExceptions.test_decorator_expected_subclass.FooException": [ "BaseException", "Exception", "object" ] }, { "oslo_messaging.tests.test_expected_exceptions.TestExpectedExceptions.test_decorator_unexpected.FooException": [ "BaseException", "Exception", "object" ] }, { "oslo_messaging.tests.test_exception_serialization.DeserializeRemoteExceptionTestCase": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.test_exception_serialization.KwargsStyleException": [ "BaseException", "Exception", "object", "oslo_messaging.tests.test_exception_serialization.NovaStyleException" ] }, { "oslo_messaging.tests.test_exception_serialization.NovaStyleException": [ "BaseException", "Exception", "object" ] }, { "oslo_messaging.tests.test_exception_serialization.SerializeRemoteExceptionTestCase": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.test_config_opts_proxy.TestConfigOptsProxy": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.rpc.test_server.ServerSetupMixin": [ "object" ] }, { "oslo_messaging.tests.rpc.test_server.ServerSetupMixin.Server": [ "object" ] }, { "oslo_messaging.tests.rpc.test_server.ServerSetupMixin.ServerController": [ "object" ] }, { "oslo_messaging.tests.rpc.test_server.ServerSetupMixin.TestSerializer": [ "object" ] }, { "oslo_messaging.tests.rpc.test_server.TestMultipleServers": [ "object", "oslo_messaging.tests.rpc.test_server.ServerSetupMixin", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.rpc.test_server.TestMultipleServers.test_multiple_servers.TestEndpoint": [ "object" ] }, { "oslo_messaging.tests.rpc.test_server.TestRPCExposeDecorator": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.rpc.test_server.TestRPCServer": [ "object", "oslo_messaging.tests.rpc.test_server.ServerSetupMixin", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.rpc.test_server.TestRPCServer.test_call.TestEndpoint": [ "object" ] }, { "oslo_messaging.tests.rpc.test_server.TestRPCServer.test_cast.TestEndpoint": [ "object" ] }, { "oslo_messaging.tests.rpc.test_server.TestRPCServer.test_client_call_timeout.TestEndpoint": [ "object" ] }, { "oslo_messaging.tests.rpc.test_server.TestRPCServer.test_context.TestEndpoint": [ "object" ] }, { "oslo_messaging.tests.rpc.test_server.TestRPCServer.test_direct_call.TestEndpoint": [ "object" ] }, { "oslo_messaging.tests.rpc.test_server.TestRPCServer.test_expected_failure.TestEndpoint": [ "object" ] }, { "oslo_messaging.tests.rpc.test_server.TestRPCServer.test_failure.TestEndpoint": [ "object" ] }, { "oslo_messaging.tests.rpc.test_server.TestRPCServer.test_server_wait_method.MagicMockIgnoreArgs": [ "object", "unittest.mock.Base", "unittest.mock.CallableMixin", "unittest.mock.MagicMixin", "unittest.mock.MagicMock", "unittest.mock.Mock", "unittest.mock.NonCallableMock" ] }, { "oslo_messaging.tests.rpc.test_server.TestServerLocking": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.rpc.test_server.TestServerLocking.setUp.FakeExecutor": [ "object" ] }, { "oslo_messaging.tests.rpc.test_server.TestServerLocking.setUp.MessageHandlingServerImpl": [ "object", "oslo_messaging.server.MessageHandlingServer", "oslo_messaging.server._OrderedTaskRunner", "oslo_service.service.ServiceBase" ] }, { "oslo_messaging.tests.rpc.test_server.TestServerLocking.test_wait_for_running_task.SteppingFakeExecutor": [ "object" ] }, { "oslo_messaging.tests.rpc.test_dispatcher.TestDispatcher": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.rpc.test_dispatcher.TestDispatcherWithPingEndpoint": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.rpc.test_dispatcher.TestDispatcherWithPingEndpoint.test_dispatcher_with_ping_already_used.MockEndpoint": [ "object" ] }, { "oslo_messaging.tests.rpc.test_dispatcher.TestMonitorFailure": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.rpc.test_dispatcher.TestMonitorFailure._SleepyEndpoint": [ "object" ] }, { "oslo_messaging.tests.rpc.test_dispatcher.TestSerializer": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.rpc.test_dispatcher._FakeEndpoint": [ "object" ] }, { "oslo_messaging.tests.rpc.test_client.TestCallFanout": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.rpc.test_client.TestCallRetry": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.rpc.test_client.TestCallTimeout": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.rpc.test_client.TestCanSendVersion": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.rpc.test_client.TestCastCall": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.rpc.test_client.TestCastToTarget": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.rpc.test_client.TestSerializer": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.rpc.test_client.TestTransportWarning": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.rpc.test_client.TestVersionCap": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.notify.test_notifier.JsonMessageMatcher": [ "object" ] }, { "oslo_messaging.tests.notify.test_notifier.TestLogNotifier": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.notify.test_notifier.TestMessagingNotifier": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.notify.test_notifier.TestNoOpNotifier": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.notify.test_notifier.TestNotificationConfig": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.notify.test_notifier.TestNotifierTopics": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.notify.test_notifier.TestNotifierTransportWarning": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.notify.test_notifier.TestRoutingNotifier": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.notify.test_notifier.TestSerializer": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.notify.test_notifier._ReRaiseLoggedExceptionsFixture": [ "fixtures.fixture.Fixture", "object" ] }, { "oslo_messaging.tests.notify.test_notifier._ReRaiseLoggedExceptionsFixture.FakeLogger": [ "object" ] }, { "oslo_messaging.tests.notify.test_middleware.FakeApp": [ "object" ] }, { "oslo_messaging.tests.notify.test_middleware.FakeFailingApp": [ "object" ] }, { "oslo_messaging.tests.notify.test_middleware.NotifierMiddlewareTest": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.notify.test_logger.TestLogNotifier": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.notify.test_log_handler.PublishErrorsHandlerTestCase": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.notify.test_listener.ListenerSetupMixin": [ "object" ] }, { "oslo_messaging.tests.notify.test_listener.ListenerSetupMixin.ThreadTracker": [ "object" ] }, { "oslo_messaging.tests.notify.test_listener.RestartableServerThread": [ "object" ] }, { "oslo_messaging.tests.notify.test_listener.TestListenerTransportWarning": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.notify.test_listener.TestNotifyListener": [ "object", "oslo_messaging.tests.notify.test_listener.ListenerSetupMixin", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.notify.test_dispatcher.TestDispatcher": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.notify.test_dispatcher.TestDispatcherFilter": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.functional.utils.BatchNotificationFixture": [ "fixtures.fixture.Fixture", "object", "oslo_messaging.tests.functional.utils.NotificationFixture" ] }, { "oslo_messaging.tests.functional.utils.ClientStub": [ "object" ] }, { "oslo_messaging.tests.functional.utils.InvalidDistribution": [ "object" ] }, { "oslo_messaging.tests.functional.utils.IsValidDistributionOf": [ "object" ] }, { "oslo_messaging.tests.functional.utils.NotificationFixture": [ "fixtures.fixture.Fixture", "object" ] }, { "oslo_messaging.tests.functional.utils.NotificationTransportFixture": [ "fixtures.fixture.Fixture", "object", "oslo_messaging.tests.functional.utils.TransportFixture" ] }, { "oslo_messaging.tests.functional.utils.RPCTransportFixture": [ "fixtures.fixture.Fixture", "object", "oslo_messaging.tests.functional.utils.TransportFixture" ] }, { "oslo_messaging.tests.functional.utils.RpcCall": [ "object" ] }, { "oslo_messaging.tests.functional.utils.RpcCast": [ "object", "oslo_messaging.tests.functional.utils.RpcCall" ] }, { "oslo_messaging.tests.functional.utils.RpcServerFixture": [ "fixtures.fixture.Fixture", "object" ] }, { "oslo_messaging.tests.functional.utils.RpcServerGroupFixture": [ "fixtures.fixture.Fixture", "object" ] }, { "oslo_messaging.tests.functional.utils.SkipIfNoTransportURL": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.functional.utils.TestServerEndpoint": [ "object" ] }, { "oslo_messaging.tests.functional.utils.TransportFixture": [ "fixtures.fixture.Fixture", "object" ] }, { "oslo_messaging.tests.functional.test_rabbitmq.ConnectedPortMatcher": [ "object" ] }, { "oslo_messaging.tests.functional.test_rabbitmq.RabbitMQFailoverTests": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.functional.test_functional.CallTestCase": [ "object", "oslo_messaging.tests.functional.utils.SkipIfNoTransportURL", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.functional.test_functional.CallTestCase.test_bad_endpoint._endpoint": [ "object" ] }, { "oslo_messaging.tests.functional.test_functional.CallTestCase.test_endpoint_version_namespace._endpoint": [ "object" ] }, { "oslo_messaging.tests.functional.test_functional.CallTestCase.test_monitor_long_call._endpoint": [ "object" ] }, { "oslo_messaging.tests.functional.test_functional.CastTestCase": [ "object", "oslo_messaging.tests.functional.utils.SkipIfNoTransportURL", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.functional.test_functional.NotifyTestCase": [ "object", "oslo_messaging.tests.functional.utils.SkipIfNoTransportURL", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.functional.notify.test_logger.LoggingNotificationHandlerTestCase": [ "object", "oslo_messaging.tests.functional.utils.SkipIfNoTransportURL", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.drivers.test_pool.PoolTestCase": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.drivers.test_pool.PoolTestCase.TestPool": [ "object", "oslo_messaging._drivers.pool.Pool" ] }, { "oslo_messaging.tests.drivers.test_pool.PoolTestCase.ThreadWaitWaiter": [ "object" ] }, { "oslo_messaging.tests.drivers.test_impl_rabbit.ConnectionLockTestCase": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.drivers.test_impl_rabbit.RpcKombuHATestCase": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.drivers.test_impl_rabbit.TestHeartbeat": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.drivers.test_impl_rabbit.TestPollAsync": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.drivers.test_impl_rabbit.TestRabbitConsume": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.drivers.test_impl_rabbit.TestRabbitDriverLoad": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.drivers.test_impl_rabbit.TestRabbitDriverLoadSSL": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.drivers.test_impl_rabbit.TestRabbitPublisher": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.drivers.test_impl_rabbit.TestRabbitQos": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.drivers.test_impl_rabbit.TestRabbitTransportURL": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.drivers.test_impl_rabbit.TestRacyWaitForReply": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.drivers.test_impl_rabbit.TestReplyWireFormat": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.drivers.test_impl_rabbit.TestRequestWireFormat": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.drivers.test_impl_rabbit.TestSendReceive": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.drivers.test_impl_kafka.TestKafkaConnection": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.drivers.test_impl_kafka.TestKafkaDriver": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.drivers.test_impl_kafka.TestKafkaDriverLoad": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.drivers.test_impl_kafka.TestKafkaTransportURL": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.drivers.test_amqp_driver.FakeBroker": [ "object", "threading.Thread" ] }, { "oslo_messaging.tests.drivers.test_amqp_driver.FakeBroker.Connection": [ "object" ] }, { "oslo_messaging.tests.drivers.test_amqp_driver.FakeBroker.ReceiverLink": [ "object" ] }, { "oslo_messaging.tests.drivers.test_amqp_driver.FakeBroker.SenderLink": [ "object" ] }, { "oslo_messaging.tests.drivers.test_amqp_driver.TestAddressing": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.drivers.test_amqp_driver.TestAmqpNotification": [ "object", "oslo_messaging.tests.drivers.test_amqp_driver._AmqpBrokerTestCase", "oslo_messaging.tests.drivers.test_amqp_driver._AmqpBrokerTestCaseAuto", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.drivers.test_amqp_driver.TestAmqpSend": [ "object", "oslo_messaging.tests.drivers.test_amqp_driver._AmqpBrokerTestCase", "oslo_messaging.tests.drivers.test_amqp_driver._AmqpBrokerTestCaseAuto", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.drivers.test_amqp_driver.TestAmqpSend.test_call_failed_reply._FailedResponder": [ "object", "oslo_messaging.tests.drivers.test_amqp_driver._ListenerThread", "threading.Thread" ] }, { "oslo_messaging.tests.drivers.test_amqp_driver.TestAmqpSend.test_call_reply_timeout._TimeoutListener": [ "object", "oslo_messaging.tests.drivers.test_amqp_driver._ListenerThread", "threading.Thread" ] }, { "oslo_messaging.tests.drivers.test_amqp_driver.TestAuthentication": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.drivers.test_amqp_driver.TestCyrusAuthentication": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.drivers.test_amqp_driver.TestFailover": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.drivers.test_amqp_driver.TestLinkRecovery": [ "object", "oslo_messaging.tests.drivers.test_amqp_driver._AmqpBrokerTestCase", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.drivers.test_amqp_driver.TestMessageRetransmit": [ "object", "oslo_messaging.tests.drivers.test_amqp_driver._AmqpBrokerTestCase", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.drivers.test_amqp_driver.TestProtonDriverLoad": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.drivers.test_amqp_driver.TestSSL": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.drivers.test_amqp_driver.TestVHost": [ "object", "oslo_messaging.tests.drivers.test_amqp_driver._AmqpBrokerTestCase", "oslo_messaging.tests.drivers.test_amqp_driver._AmqpBrokerTestCaseAuto", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.drivers.test_amqp_driver._AmqpBrokerTestCase": [ "object", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.drivers.test_amqp_driver._AmqpBrokerTestCaseAuto": [ "object", "oslo_messaging.tests.drivers.test_amqp_driver._AmqpBrokerTestCase", "oslo_messaging.tests.utils.BaseTestCase" ] }, { "oslo_messaging.tests.drivers.test_amqp_driver._CallMonitor": [ "object", "oslo_messaging.tests.drivers.test_amqp_driver._ListenerThread", "threading.Thread" ] }, { "oslo_messaging.tests.drivers.test_amqp_driver._ListenerThread": [ "object", "threading.Thread" ] }, { "oslo_messaging.tests.drivers.test_amqp_driver._SlowResponder": [ "object", "oslo_messaging.tests.drivers.test_amqp_driver._ListenerThread", "threading.Thread" ] }, { "oslo_messaging.target.Target": [ "object" ] }, { "oslo_messaging.server.ExecutorLoadFailure": [ "BaseException", "Exception", "object", "oslo_messaging.exceptions.MessagingException", "oslo_messaging.server.MessagingServerError" ] }, { "oslo_messaging.server.MessageHandlingServer": [ "object", "oslo_messaging.server._OrderedTaskRunner", "oslo_service.service.ServiceBase" ] }, { "oslo_messaging.server.MessagingServerError": [ "BaseException", "Exception", "object", "oslo_messaging.exceptions.MessagingException" ] }, { "oslo_messaging.server.ServerListenError": [ "BaseException", "Exception", "object", "oslo_messaging.exceptions.MessagingException", "oslo_messaging.server.MessagingServerError" ] }, { "oslo_messaging.server.TaskTimeout": [ "BaseException", "Exception", "object", "oslo_messaging.exceptions.MessagingException", "oslo_messaging.server.MessagingServerError" ] }, { "oslo_messaging.server._OrderedTask": [ "object" ] }, { "oslo_messaging.server._OrderedTaskRunner": [ "object" ] }, { "oslo_messaging.serializer.JsonPayloadSerializer": [ "object", "oslo_messaging.serializer.NoOpSerializer", "oslo_messaging.serializer.Serializer" ] }, { "oslo_messaging.serializer.NoOpSerializer": [ "object", "oslo_messaging.serializer.Serializer" ] }, { "oslo_messaging.serializer.Serializer": [ "object" ] }, { "oslo_messaging.rpc.server.RPCServer": [ "object", "oslo_messaging.server.MessageHandlingServer", "oslo_messaging.server._OrderedTaskRunner", "oslo_service.service.ServiceBase" ] }, { "oslo_messaging.rpc.dispatcher.DefaultRPCAccessPolicy": [ "object", "oslo_messaging.rpc.dispatcher.RPCAccessPolicyBase" ] }, { "oslo_messaging.rpc.dispatcher.ExpectedException": [ "BaseException", "Exception", "object" ] }, { "oslo_messaging.rpc.dispatcher.ExplicitRPCAccessPolicy": [ "object", "oslo_messaging.rpc.dispatcher.RPCAccessPolicyBase" ] }, { "oslo_messaging.rpc.dispatcher.LegacyRPCAccessPolicy": [ "object", "oslo_messaging.rpc.dispatcher.RPCAccessPolicyBase" ] }, { "oslo_messaging.rpc.dispatcher.NoSuchMethod": [ "AttributeError", "BaseException", "Exception", "object", "oslo_messaging.exceptions.MessagingException", "oslo_messaging.rpc.dispatcher.RPCDispatcherError", "oslo_messaging.server.MessagingServerError" ] }, { "oslo_messaging.rpc.dispatcher.PingEndpoint": [ "object" ] }, { "oslo_messaging.rpc.dispatcher.RPCAccessPolicyBase": [ "object" ] }, { "oslo_messaging.rpc.dispatcher.RPCDispatcher": [ "object", "oslo_messaging.dispatcher.DispatcherBase" ] }, { "oslo_messaging.rpc.dispatcher.RPCDispatcherError": [ "BaseException", "Exception", "object", "oslo_messaging.exceptions.MessagingException", "oslo_messaging.server.MessagingServerError" ] }, { "oslo_messaging.rpc.dispatcher.UnsupportedVersion": [ "BaseException", "Exception", "object", "oslo_messaging.exceptions.MessagingException", "oslo_messaging.rpc.dispatcher.RPCDispatcherError", "oslo_messaging.server.MessagingServerError" ] }, { "oslo_messaging.rpc.client.ClientSendError": [ "BaseException", "Exception", "object", "oslo_messaging.exceptions.MessagingException" ] }, { "oslo_messaging.rpc.client.RPCClient": [ "object", "oslo_messaging.rpc.client._BaseCallContext" ] }, { "oslo_messaging.rpc.client.RPCVersionCapError": [ "BaseException", "Exception", "object", "oslo_messaging.exceptions.MessagingException" ] }, { "oslo_messaging.rpc.client.RemoteError": [ "BaseException", "Exception", "object", "oslo_messaging.exceptions.MessagingException" ] }, { "oslo_messaging.rpc.client._BaseCallContext": [ "object" ] }, { "oslo_messaging.rpc.client._CallContext": [ "object", "oslo_messaging.rpc.client._BaseCallContext" ] }, { "oslo_messaging.notify.notifier.Driver": [ "object" ] }, { "oslo_messaging.notify.notifier.Notifier": [ "object" ] }, { "oslo_messaging.notify.notifier._SubNotifier": [ "object", "oslo_messaging.notify.notifier.Notifier" ] }, { "oslo_messaging.notify.middleware.RequestNotifier": [ "object", "oslo_middleware.base.ConfigurableMiddleware", "oslo_middleware.base.Middleware" ] }, { "oslo_messaging.notify.messaging.MessagingDriver": [ "object", "oslo_messaging.notify.notifier.Driver" ] }, { "oslo_messaging.notify.messaging.MessagingV2Driver": [ "object", "oslo_messaging.notify.messaging.MessagingDriver", "oslo_messaging.notify.notifier.Driver" ] }, { "oslo_messaging.notify.logger.LoggingNotificationHandler": [ "logging.Filterer", "logging.Handler", "object" ] }, { "oslo_messaging.notify.log_handler.LoggingErrorNotificationHandler": [ "logging.Filterer", "logging.Handler", "object" ] }, { "oslo_messaging.notify.listener.BatchNotificationServer": [ "object", "oslo_messaging.notify.listener.NotificationServerBase", "oslo_messaging.server.MessageHandlingServer", "oslo_messaging.server._OrderedTaskRunner", "oslo_service.service.ServiceBase" ] }, { "oslo_messaging.notify.listener.NotificationServer": [ "object", "oslo_messaging.notify.listener.NotificationServerBase", "oslo_messaging.server.MessageHandlingServer", "oslo_messaging.server._OrderedTaskRunner", "oslo_service.service.ServiceBase" ] }, { "oslo_messaging.notify.listener.NotificationServerBase": [ "object", "oslo_messaging.server.MessageHandlingServer", "oslo_messaging.server._OrderedTaskRunner", "oslo_service.service.ServiceBase" ] }, { "oslo_messaging.notify.filter.NotificationFilter": [ "object" ] }, { "oslo_messaging.notify.dispatcher.BatchNotificationDispatcher": [ "object", "oslo_messaging.dispatcher.DispatcherBase", "oslo_messaging.notify.dispatcher.NotificationDispatcher" ] }, { "oslo_messaging.notify.dispatcher.NotificationDispatcher": [ "object", "oslo_messaging.dispatcher.DispatcherBase" ] }, { "oslo_messaging.notify.dispatcher.NotificationResult": [ "object" ] }, { "oslo_messaging.notify._impl_test.TestDriver": [ "object", "oslo_messaging.notify.notifier.Driver" ] }, { "oslo_messaging.notify._impl_routing.RoutingDriver": [ "object", "oslo_messaging.notify.notifier.Driver" ] }, { "oslo_messaging.notify._impl_noop.NoOpDriver": [ "object", "oslo_messaging.notify.notifier.Driver" ] }, { "oslo_messaging.notify._impl_log.LogDriver": [ "object", "oslo_messaging.notify.notifier.Driver" ] }, { "oslo_messaging.hacking.checks.BaseASTChecker": [ "ast.NodeVisitor", "object" ] }, { "oslo_messaging.hacking.checks.CheckForLoggingIssues": [ "ast.NodeVisitor", "object", "oslo_messaging.hacking.checks.BaseASTChecker" ] }, { "oslo_messaging.exceptions.InvalidTarget": [ "BaseException", "Exception", "ValueError", "object", "oslo_messaging.exceptions.MessagingException" ] }, { "oslo_messaging.exceptions.MessageDeliveryFailure": [ "BaseException", "Exception", "object", "oslo_messaging.exceptions.MessagingException" ] }, { "oslo_messaging.exceptions.MessageUndeliverable": [ "BaseException", "Exception", "object" ] }, { "oslo_messaging.exceptions.MessagingException": [ "BaseException", "Exception", "object" ] }, { "oslo_messaging.exceptions.MessagingTimeout": [ "BaseException", "Exception", "object", "oslo_messaging.exceptions.MessagingException" ] }, { "oslo_messaging.dispatcher.DispatcherBase": [ "object" ] }, { "oslo_messaging.conffixture.ConfFixture": [ "fixtures.fixture.Fixture", "object" ] }, { "oslo_messaging._utils.DummyLock": [ "object" ] }, { "oslo_messaging._drivers.pool.ConnectionPool": [ "object", "oslo_messaging._drivers.pool.Pool" ] }, { "oslo_messaging._drivers.pool.Pool": [ "object" ] }, { "oslo_messaging._drivers.impl_rabbit.Connection": [ "object" ] }, { "oslo_messaging._drivers.impl_rabbit.ConnectionLock": [ "object", "oslo_messaging._drivers.impl_rabbit.DummyConnectionLock", "oslo_messaging._utils.DummyLock" ] }, { "oslo_messaging._drivers.impl_rabbit.Consumer": [ "object" ] }, { "oslo_messaging._drivers.impl_rabbit.DummyConnectionLock": [ "object", "oslo_messaging._utils.DummyLock" ] }, { "oslo_messaging._drivers.impl_rabbit.RabbitDriver": [ "object", "oslo_messaging._drivers.amqpdriver.AMQPDriverBase", "oslo_messaging._drivers.base.BaseDriver" ] }, { "oslo_messaging._drivers.impl_rabbit.RabbitMessage": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "oslo_messaging._drivers.impl_kafka.AssignedPartition": [ "object" ] }, { "oslo_messaging._drivers.impl_kafka.Connection": [ "object" ] }, { "oslo_messaging._drivers.impl_kafka.ConsumerConnection": [ "object", "oslo_messaging._drivers.impl_kafka.Connection" ] }, { "oslo_messaging._drivers.impl_kafka.ConsumerTimeout": [ "object" ] }, { "oslo_messaging._drivers.impl_kafka.KafkaDriver": [ "object", "oslo_messaging._drivers.base.BaseDriver" ] }, { "oslo_messaging._drivers.impl_kafka.KafkaListener": [ "object", "oslo_messaging._drivers.base.PollStyleListener" ] }, { "oslo_messaging._drivers.impl_kafka.OsloKafkaMessage": [ "object", "oslo_messaging._drivers.base.IncomingMessage", "oslo_messaging._drivers.base.RpcIncomingMessage" ] }, { "oslo_messaging._drivers.impl_kafka.ProducerConnection": [ "object", "oslo_messaging._drivers.impl_kafka.Connection" ] }, { "oslo_messaging._drivers.impl_fake.FakeDriver": [ "object", "oslo_messaging._drivers.base.BaseDriver" ] }, { "oslo_messaging._drivers.impl_fake.FakeExchange": [ "object" ] }, { "oslo_messaging._drivers.impl_fake.FakeExchangeManager": [ "object" ] }, { "oslo_messaging._drivers.impl_fake.FakeIncomingMessage": [ "object", "oslo_messaging._drivers.base.IncomingMessage", "oslo_messaging._drivers.base.RpcIncomingMessage" ] }, { "oslo_messaging._drivers.impl_fake.FakeListener": [ "object", "oslo_messaging._drivers.base.PollStyleListener" ] }, { "oslo_messaging._drivers.impl_amqp1.ProtonDriver": [ "object", "oslo_messaging._drivers.base.BaseDriver" ] }, { "oslo_messaging._drivers.impl_amqp1.ProtonIncomingMessage": [ "object", "oslo_messaging._drivers.base.IncomingMessage", "oslo_messaging._drivers.base.RpcIncomingMessage" ] }, { "oslo_messaging._drivers.impl_amqp1.ProtonListener": [ "object", "oslo_messaging._drivers.base.PollStyleListener" ] }, { "oslo_messaging._drivers.impl_amqp1.Queue": [ "object" ] }, { "oslo_messaging._drivers.common.ClientException": [ "BaseException", "Exception", "object" ] }, { "oslo_messaging._drivers.common.CommonRpcContext": [ "object" ] }, { "oslo_messaging._drivers.common.ConfigOptsProxy": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "oslo_messaging._drivers.common.ConfigOptsProxy.GroupAttrProxy": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "oslo_messaging._drivers.common.Connection": [ "object" ] }, { "oslo_messaging._drivers.common.ConnectionContext": [ "object", "oslo_messaging._drivers.common.Connection" ] }, { "oslo_messaging._drivers.common.DecayingTimer": [ "object" ] }, { "oslo_messaging._drivers.common.DuplicateMessageError": [ "BaseException", "Exception", "object", "oslo_messaging._drivers.common.RPCException" ] }, { "oslo_messaging._drivers.common.InvalidRPCConnectionReuse": [ "BaseException", "Exception", "object", "oslo_messaging._drivers.common.RPCException" ] }, { "oslo_messaging._drivers.common.RPCException": [ "BaseException", "Exception", "object" ] }, { "oslo_messaging._drivers.common.RpcVersionCapError": [ "BaseException", "Exception", "object", "oslo_messaging._drivers.common.RPCException" ] }, { "oslo_messaging._drivers.common.Timeout": [ "BaseException", "Exception", "object", "oslo_messaging._drivers.common.RPCException" ] }, { "oslo_messaging._drivers.common.UnsupportedRpcEnvelopeVersion": [ "BaseException", "Exception", "object", "oslo_messaging._drivers.common.RPCException" ] }, { "oslo_messaging._drivers.common.UnsupportedRpcVersion": [ "BaseException", "Exception", "object", "oslo_messaging._drivers.common.RPCException" ] }, { "oslo_messaging._drivers.base.BaseDriver": [ "object" ] }, { "oslo_messaging._drivers.base.IncomingMessage": [ "object" ] }, { "oslo_messaging._drivers.base.Listener": [ "object" ] }, { "oslo_messaging._drivers.base.PollStyleListener": [ "object" ] }, { "oslo_messaging._drivers.base.PollStyleListenerAdapter": [ "object", "oslo_messaging._drivers.base.Listener" ] }, { "oslo_messaging._drivers.base.RpcIncomingMessage": [ "object", "oslo_messaging._drivers.base.IncomingMessage" ] }, { "oslo_messaging._drivers.base.TransportDriverError": [ "BaseException", "Exception", "object", "oslo_messaging.exceptions.MessagingException" ] }, { "oslo_messaging._drivers.amqpdriver.AMQPDriverBase": [ "object", "oslo_messaging._drivers.base.BaseDriver" ] }, { "oslo_messaging._drivers.amqpdriver.AMQPIncomingMessage": [ "object", "oslo_messaging._drivers.base.IncomingMessage", "oslo_messaging._drivers.base.RpcIncomingMessage" ] }, { "oslo_messaging._drivers.amqpdriver.AMQPListener": [ "object", "oslo_messaging._drivers.base.PollStyleListener" ] }, { "oslo_messaging._drivers.amqpdriver.MessageOperationsHandler": [ "object" ] }, { "oslo_messaging._drivers.amqpdriver.NotificationAMQPIncomingMessage": [ "object", "oslo_messaging._drivers.amqpdriver.AMQPIncomingMessage", "oslo_messaging._drivers.base.IncomingMessage", "oslo_messaging._drivers.base.RpcIncomingMessage" ] }, { "oslo_messaging._drivers.amqpdriver.NotificationAMQPListener": [ "object", "oslo_messaging._drivers.amqpdriver.AMQPListener", "oslo_messaging._drivers.base.PollStyleListener" ] }, { "oslo_messaging._drivers.amqpdriver.ObsoleteReplyQueuesCache": [ "object" ] }, { "oslo_messaging._drivers.amqpdriver.ReplyWaiter": [ "object" ] }, { "oslo_messaging._drivers.amqpdriver.ReplyWaiters": [ "object" ] }, { "oslo_messaging._drivers.amqpdriver.RpcAMQPListener": [ "object", "oslo_messaging._drivers.amqpdriver.AMQPListener", "oslo_messaging._drivers.base.PollStyleListener" ] }, { "oslo_messaging._drivers.amqp1_driver.eventloop.Requests": [ "object" ] }, { "oslo_messaging._drivers.amqp1_driver.eventloop.Scheduler": [ "object" ] }, { "oslo_messaging._drivers.amqp1_driver.eventloop.Scheduler.Event": [ "object" ] }, { "oslo_messaging._drivers.amqp1_driver.eventloop.Thread": [ "object", "threading.Thread" ] }, { "oslo_messaging._drivers.amqp1_driver.eventloop._SocketConnection": [ "object" ] }, { "oslo_messaging._drivers.amqp1_driver.controller.Controller": [ "object" ] }, { "oslo_messaging._drivers.amqp1_driver.controller.Hosts": [ "object" ] }, { "oslo_messaging._drivers.amqp1_driver.controller.MessageDispositionTask": [ "object", "oslo_messaging._drivers.amqp1_driver.controller.Task" ] }, { "oslo_messaging._drivers.amqp1_driver.controller.NotificationServer": [ "object", "oslo_messaging._drivers.amqp1_driver.controller.Server" ] }, { "oslo_messaging._drivers.amqp1_driver.controller.RPCCallTask": [ "object", "oslo_messaging._drivers.amqp1_driver.controller.SendTask", "oslo_messaging._drivers.amqp1_driver.controller.Task" ] }, { "oslo_messaging._drivers.amqp1_driver.controller.RPCMonitoredCallTask": [ "object", "oslo_messaging._drivers.amqp1_driver.controller.RPCCallTask", "oslo_messaging._drivers.amqp1_driver.controller.SendTask", "oslo_messaging._drivers.amqp1_driver.controller.Task" ] }, { "oslo_messaging._drivers.amqp1_driver.controller.RPCServer": [ "object", "oslo_messaging._drivers.amqp1_driver.controller.Server" ] }, { "oslo_messaging._drivers.amqp1_driver.controller.Replies": [ "object" ] }, { "oslo_messaging._drivers.amqp1_driver.controller.SendTask": [ "object", "oslo_messaging._drivers.amqp1_driver.controller.Task" ] }, { "oslo_messaging._drivers.amqp1_driver.controller.Sender": [ "object" ] }, { "oslo_messaging._drivers.amqp1_driver.controller.Server": [ "object" ] }, { "oslo_messaging._drivers.amqp1_driver.controller.SubscribeTask": [ "object", "oslo_messaging._drivers.amqp1_driver.controller.Task" ] }, { "oslo_messaging._drivers.amqp1_driver.controller.Task": [ "object" ] }, { "oslo_messaging._drivers.amqp1_driver.addressing.Addresser": [ "object" ] }, { "oslo_messaging._drivers.amqp1_driver.addressing.AddresserFactory": [ "object" ] }, { "oslo_messaging._drivers.amqp1_driver.addressing.LegacyAddresser": [ "object", "oslo_messaging._drivers.amqp1_driver.addressing.Addresser" ] }, { "oslo_messaging._drivers.amqp1_driver.addressing.RoutableAddresser": [ "object", "oslo_messaging._drivers.amqp1_driver.addressing.Addresser" ] }, { "oslo_messaging._drivers.amqp.AMQPDestinationNotFound": [ "BaseException", "Exception", "object" ] }, { "oslo_messaging._drivers.amqp.RpcContext": [ "object", "oslo_messaging._drivers.common.CommonRpcContext" ] }, { "oslo_messaging._drivers.amqp._MsgIdCache": [ "object" ] }, { "oslo_log.watchers.FastWatchedFileHandler": [ "logging.FileHandler", "logging.Filterer", "logging.Handler", "logging.StreamHandler", "logging.handlers.WatchedFileHandler", "object" ] }, { "oslo_log.watchers._EventletThreadedNotifier": [ "object", "pyinotify.Notifier", "pyinotify.ThreadedNotifier", "threading.Thread" ] }, { "oslo_log.watchers._FileKeeper": [ "object", "pyinotify.ProcessEvent", "pyinotify._ProcessEvent" ] }, { "oslo_log.versionutils.DeprecatedConfig": [ "BaseException", "Exception", "object" ] }, { "oslo_log.versionutils.deprecated": [ "object" ] }, { "oslo_log.versionutils.deprecated.__call__.ExceptionMeta": [ "object", "type", "typing.Generic" ] }, { "oslo_log.tests.unit.test_versionutils.DeprecatedTestCase": [ "object" ] }, { "oslo_log.tests.unit.test_versionutils.DeprecatedTestCase.test_deprecated_class_with_init.OutdatedClass": [ "object" ] }, { "oslo_log.tests.unit.test_versionutils.DeprecatedTestCase.test_deprecated_class_without_init.OutdatedClass": [ "object" ] }, { "oslo_log.tests.unit.test_versionutils.DeprecatedTestCase.test_deprecated_exception_new.NewException": [ "BaseException", "Exception", "object", "oslo_log.tests.unit.test_versionutils.DeprecatedTestCase.test_deprecated_exception_new.OldException" ] }, { "oslo_log.tests.unit.test_versionutils.DeprecatedTestCase.test_deprecated_exception_new.OldException": [ "BaseException", "Exception", "object" ] }, { "oslo_log.tests.unit.test_versionutils.DeprecatedTestCase.test_deprecated_exception_old.OldException": [ "BaseException", "Exception", "object" ] }, { "oslo_log.tests.unit.test_versionutils.DeprecatedTestCase.test_deprecated_exception_unrelated.OldException": [ "BaseException", "Exception", "object" ] }, { "oslo_log.tests.unit.test_versionutils.DeprecatedTestCase.test_deprecated_exception_unrelated.UnrelatedException": [ "BaseException", "Exception", "object" ] }, { "oslo_log.tests.unit.test_versionutils.DeprecatedTestCase.test_deprecated_mitaka_plus_two.OutdatedClass": [ "object" ] }, { "oslo_log.tests.unit.test_versionutils.DeprecatedTestCase.test_deprecated_newton_plus_two.OutdatedClass": [ "object" ] }, { "oslo_log.tests.unit.test_versionutils.DeprecatedTestCase.test_deprecated_ocata_plus_two.OutdatedClass": [ "object" ] }, { "oslo_log.tests.unit.test_versionutils.DeprecatedTestCase.test_deprecating_a_method_returns_correct_value.C": [ "object" ] }, { "oslo_log.tests.unit.test_rate_limit.LogRateLimitTestCase": [ "object" ] }, { "oslo_log.tests.unit.test_log.BaseTestCase": [ "object" ] }, { "oslo_log.tests.unit.test_log.CommonLoggerTestsMixIn": [ "object" ] }, { "oslo_log.tests.unit.test_log.ContextFormatterTestCase": [ "object", "oslo_log.tests.unit.test_log.BaseTestCase", "oslo_log.tests.unit.test_log.LogTestBase" ] }, { "oslo_log.tests.unit.test_log.DictStreamHandler": [ "logging.Filterer", "logging.Handler", "logging.StreamHandler", "object" ] }, { "oslo_log.tests.unit.test_log.DomainTestCase": [ "object", "oslo_log.tests.unit.test_log.BaseTestCase", "oslo_log.tests.unit.test_log.LogTestBase" ] }, { "oslo_log.tests.unit.test_log.ExceptionLoggingTestCase": [ "object", "oslo_log.tests.unit.test_log.BaseTestCase", "oslo_log.tests.unit.test_log.LogTestBase" ] }, { "oslo_log.tests.unit.test_log.FancyRecordTestCase": [ "object", "oslo_log.tests.unit.test_log.BaseTestCase", "oslo_log.tests.unit.test_log.LogTestBase" ] }, { "oslo_log.tests.unit.test_log.FastWatchedFileHandlerTestCase": [ "object", "oslo_log.tests.unit.test_log.BaseTestCase" ] }, { "oslo_log.tests.unit.test_log.FluentFormatterTestCase": [ "object", "oslo_log.tests.unit.test_log.BaseTestCase", "oslo_log.tests.unit.test_log.LogTestBase" ] }, { "oslo_log.tests.unit.test_log.InstanceRecordTestCase": [ "object", "oslo_log.tests.unit.test_log.BaseTestCase", "oslo_log.tests.unit.test_log.LogTestBase" ] }, { "oslo_log.tests.unit.test_log.IsDebugEnabledTestCase": [ "object" ] }, { "oslo_log.tests.unit.test_log.JSONFormatterTestCase": [ "object", "oslo_log.tests.unit.test_log.BaseTestCase", "oslo_log.tests.unit.test_log.LogTestBase" ] }, { "oslo_log.tests.unit.test_log.JSONFormatterTestCase.test_fallback.MyObject": [ "object" ] }, { "oslo_log.tests.unit.test_log.KeywordArgumentAdapterTestCase": [ "object", "oslo_log.tests.unit.test_log.BaseTestCase" ] }, { "oslo_log.tests.unit.test_log.LogConfigOptsTestCase": [ "object", "oslo_log.tests.unit.test_log.BaseTestCase" ] }, { "oslo_log.tests.unit.test_log.LogConfigTestCase": [ "object", "oslo_log.tests.unit.test_log.BaseTestCase" ] }, { "oslo_log.tests.unit.test_log.LogHandlerTestCase": [ "object", "oslo_log.tests.unit.test_log.BaseTestCase" ] }, { "oslo_log.tests.unit.test_log.LogLevelTestCase": [ "object", "oslo_log.tests.unit.test_log.BaseTestCase" ] }, { "oslo_log.tests.unit.test_log.LogTestBase": [ "object", "oslo_log.tests.unit.test_log.BaseTestCase" ] }, { "oslo_log.tests.unit.test_log.LoggerNameTestCase": [ "object", "oslo_log.tests.unit.test_log.CommonLoggerTestsMixIn", "oslo_log.tests.unit.test_log.LoggerTestCase" ] }, { "oslo_log.tests.unit.test_log.LoggerTestCase": [ "object", "oslo_log.tests.unit.test_log.CommonLoggerTestsMixIn" ] }, { "oslo_log.tests.unit.test_log.MutateTestCase": [ "object", "oslo_log.tests.unit.test_log.BaseTestCase" ] }, { "oslo_log.tests.unit.test_log.OSJournalHandlerTestCase": [ "object", "oslo_log.tests.unit.test_log.BaseTestCase" ] }, { "oslo_log.tests.unit.test_log.OSSysLogHandlerTestCase": [ "object", "oslo_log.tests.unit.test_log.BaseTestCase" ] }, { "oslo_log.tests.unit.test_log.SavingAdapter": [ "logging.LoggerAdapter", "object", "oslo_log.log.BaseLoggerAdapter", "oslo_log.log.KeywordArgumentAdapter" ] }, { "oslo_log.tests.unit.test_log.SetDefaultsTestCase": [ "object", "oslo_log.tests.unit.test_log.BaseTestCase" ] }, { "oslo_log.tests.unit.test_log.SetDefaultsTestCase.TestConfigOpts": [ "object", "oslo_config.cfg.ConfigOpts", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "oslo_log.tests.unit.test_log.SysLogHandlersTestCase": [ "object", "oslo_log.tests.unit.test_log.BaseTestCase" ] }, { "oslo_log.tests.unit.test_log.TraceLevelTestCase": [ "object", "oslo_log.tests.unit.test_log.BaseTestCase", "oslo_log.tests.unit.test_log.LogTestBase" ] }, { "oslo_log.tests.unit.test_log.UnicodeConversionTestCase": [ "object", "oslo_log.tests.unit.test_log.BaseTestCase" ] }, { "oslo_log.tests.unit.test_log.get_fake_datetime.FakeDateTime": [ "datetime.date", "datetime.datetime", "object" ] }, { "oslo_log.tests.unit.test_helpers.LogHelpersTestCase": [ "object" ] }, { "oslo_log.tests.unit.test_helpers.LogHelpersTestCase.test_log_decorator.test_class": [ "object" ] }, { "oslo_log.tests.unit.test_helpers.LogHelpersTestCase.test_log_decorator_for_static.test_class": [ "object" ] }, { "oslo_log.tests.unit.test_formatters.AlternativeRequestContext": [ "object" ] }, { "oslo_log.tests.unit.test_formatters.FormatUnhashableExceptionTest": [ "object" ] }, { "oslo_log.tests.unit.test_formatters.FormatUnhashableExceptionTest._unhashable_exception_info.UnhashableException": [ "BaseException", "Exception", "object" ] }, { "oslo_log.tests.unit.test_formatters.FormatterTest": [ "object" ] }, { "oslo_log.tests.unit.test_custom_loghandler.CustomLogHandler": [ "logging.Filterer", "logging.Handler", "logging.StreamHandler", "object" ] }, { "oslo_log.tests.unit.test_custom_loghandler.CustomLogHandlerTestCase": [ "object", "oslo_log.tests.unit.test_log.BaseTestCase", "oslo_log.tests.unit.test_log.LogTestBase" ] }, { "oslo_log.tests.unit.test_convert_json.ConvertJsonTestCase": [ "object" ] }, { "oslo_log.tests.unit.fixture.test_setlevel.TestSetLevelFixture": [ "object" ] }, { "oslo_log.tests.unit.fixture.test_logging_error.TestLoggingFixture": [ "object" ] }, { "oslo_log.rate_limit._LogRateLimit": [ "logging.Filter", "object" ] }, { "oslo_log.rate_limit.install_filter.RateLimitLogger": [ "object" ] }, { "oslo_log.log.BaseLoggerAdapter": [ "logging.LoggerAdapter", "object" ] }, { "oslo_log.log.KeywordArgumentAdapter": [ "logging.LoggerAdapter", "object", "oslo_log.log.BaseLoggerAdapter" ] }, { "oslo_log.log.LogConfigError": [ "BaseException", "Exception", "object" ] }, { "oslo_log.handlers.ColorHandler": [ "logging.Filterer", "logging.Handler", "logging.StreamHandler", "object" ] }, { "oslo_log.handlers.OSJournalHandler": [ "logging.Filterer", "logging.Handler", "object" ] }, { "oslo_log.handlers.OSSysLogHandler": [ "logging.Filterer", "logging.Handler", "object" ] }, { "oslo_log.formatters.ContextFormatter": [ "logging.Formatter", "object" ] }, { "oslo_log.formatters.FluentFormatter": [ "logging.Formatter", "object" ] }, { "oslo_log.formatters.JSONFormatter": [ "logging.Formatter", "object" ] }, { "oslo_log.formatters._ReplaceFalseValue": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "oslo_log.fixture.setlevel.SetLogLevel": [ "fixtures.fixture.Fixture", "object" ] }, { "oslo_i18n.tests.utils.NoDeepCopyObject": [ "object" ] }, { "oslo_i18n.tests.utils.SomeObject": [ "object" ] }, { "oslo_i18n.tests.test_translate.TranslateTest": [ "object" ] }, { "oslo_i18n.tests.test_public_api.PublicAPITest": [ "object", "unittest.case.TestCase" ] }, { "oslo_i18n.tests.test_message.MessageTestCase": [ "object" ] }, { "oslo_i18n.tests.test_message.TranslateMsgidTest": [ "object" ] }, { "oslo_i18n.tests.test_logging.LogLevelTranslationsTest": [ "object" ] }, { "oslo_i18n.tests.test_locale_dir_variable.LocaleDirVariableTest": [ "object", "testscenarios.testcase.WithScenarios" ] }, { "oslo_i18n.tests.test_lazy.LazyTest": [ "object" ] }, { "oslo_i18n.tests.test_handler.TranslationHandlerTestCase": [ "object" ] }, { "oslo_i18n.tests.test_gettextutils.GettextTest": [ "object" ] }, { "oslo_i18n.tests.test_fixture.PrefixLazyTranslationTest": [ "object" ] }, { "oslo_i18n.tests.test_fixture.ToggleLazyFixtureText": [ "object" ] }, { "oslo_i18n.tests.test_fixture.TranslationFixtureTest": [ "object" ] }, { "oslo_i18n.tests.test_factory.TranslatorFactoryTest": [ "object" ] }, { "oslo_i18n.tests.fakes.FakeTranslations": [ "gettext.GNUTranslations", "gettext.NullTranslations", "object" ] }, { "oslo_i18n.log.TranslationHandler": [ "logging.Filterer", "logging.Handler", "logging.handlers.BufferingHandler", "logging.handlers.MemoryHandler", "object" ] }, { "oslo_i18n.fixture.PrefixLazyTranslation": [ "fixtures.fixture.Fixture", "object" ] }, { "oslo_i18n.fixture.ToggleLazy": [ "fixtures.fixture.Fixture", "object" ] }, { "oslo_i18n.fixture.Translation": [ "fixtures.fixture.Fixture", "object" ] }, { "oslo_i18n.fixture._PrefixTranslator": [ "gettext.NullTranslations", "object" ] }, { "oslo_i18n._message.Message": [ "object", "str", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "oslo_i18n._factory.TranslatorFactory": [ "object" ] }, { "oslo_db.warning.NotSupportedWarning": [ "BaseException", "Exception", "Warning", "object" ] }, { "oslo_db.warning.OsloDBDeprecationWarning": [ "BaseException", "DeprecationWarning", "Exception", "Warning", "object" ] }, { "oslo_db.tests.utils.BaseTestCase": [ "object" ] }, { "oslo_db.tests.test_concurrency.TpoolDbapiWrapperTestCase": [ "object", "oslo_db.tests.utils.BaseTestCase" ] }, { "oslo_db.tests.test_api.DBAPI": [ "object" ] }, { "oslo_db.tests.test_api.DBAPITestCase": [ "object", "oslo_db.tests.utils.BaseTestCase" ] }, { "oslo_db.tests.test_api.DBReconnectTestCase": [ "object", "oslo_db.tests.test_api.DBAPITestCase", "oslo_db.tests.utils.BaseTestCase" ] }, { "oslo_db.tests.test_api.DBRetryRequestCase": [ "object", "oslo_db.tests.test_api.DBAPITestCase", "oslo_db.tests.utils.BaseTestCase" ] }, { "oslo_db.tests.sqlalchemy.test_utils.Base": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_utils.CustomType": [ "object", "sqlalchemy.sql.type_api.UserDefinedType" ] }, { "oslo_db.tests.sqlalchemy.test_utils.FakeModel": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_utils.FakeTable": [ "object", "oslo_db.tests.sqlalchemy.test_utils.Base" ] }, { "oslo_db.tests.sqlalchemy.test_utils.FakeTableClassicalyMapped": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_utils.FakeTableJoinedInh": [ "object", "oslo_db.tests.sqlalchemy.test_utils.Base", "oslo_db.tests.sqlalchemy.test_utils.FakeTable" ] }, { "oslo_db.tests.sqlalchemy.test_utils.FakeTableSingleInh": [ "object", "oslo_db.tests.sqlalchemy.test_utils.Base", "oslo_db.tests.sqlalchemy.test_utils.FakeTable" ] }, { "oslo_db.tests.sqlalchemy.test_utils.FakeTableWithIndexes": [ "object", "oslo_db.tests.sqlalchemy.test_utils.Base" ] }, { "oslo_db.tests.sqlalchemy.test_utils.FakeTableWithMultipleKeys": [ "object", "oslo_db.tests.sqlalchemy.test_utils.Base" ] }, { "oslo_db.tests.sqlalchemy.test_utils.MyModel": [ "object", "oslo_db.sqlalchemy.models.ModelBase" ] }, { "oslo_db.tests.sqlalchemy.test_utils.MyModelSoftDeleted": [ "object", "oslo_db.sqlalchemy.models.ModelBase", "oslo_db.sqlalchemy.models.SoftDeleteMixin" ] }, { "oslo_db.tests.sqlalchemy.test_utils.MyModelSoftDeletedProjectId": [ "object", "oslo_db.sqlalchemy.models.ModelBase", "oslo_db.sqlalchemy.models.SoftDeleteMixin" ] }, { "oslo_db.tests.sqlalchemy.test_utils.MySQLTestMigrations": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase", "oslo_db.tests.sqlalchemy.base._MySQLOpportunisticTestCase", "oslo_db.tests.sqlalchemy.test_utils.TestMigrationUtils" ] }, { "oslo_db.tests.sqlalchemy.test_utils.PostgresqlTestMigrations": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase", "oslo_db.tests.sqlalchemy.base._PostgreSQLOpportunisticTestCase", "oslo_db.tests.sqlalchemy.test_utils.TestMigrationUtils" ] }, { "oslo_db.tests.sqlalchemy.test_utils.TestConnectionUtils": [ "object", "oslo_db.tests.utils.BaseTestCase" ] }, { "oslo_db.tests.sqlalchemy.test_utils.TestDialectFunctionDispatcher": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_utils.TestGetInnoDBTables": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase", "oslo_db.tests.sqlalchemy.base._MySQLOpportunisticTestCase" ] }, { "oslo_db.tests.sqlalchemy.test_utils.TestGetUniqueKeys": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_utils.TestGetUniqueKeys.test_cache.CacheModel": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_utils.TestGetUniqueKeys.test_cache.CacheTable": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_utils.TestMigrationUtils": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase" ] }, { "oslo_db.tests.sqlalchemy.test_utils.TestModelQuery": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_utils.TestPaginateQuery": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_utils.TestPaginateQueryActualSQL": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_utils.TestSanitizeDbUrl": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_utils.TestUtils": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase" ] }, { "oslo_db.tests.sqlalchemy.test_utils.TestUtilsMysqlOpportunistically": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase", "oslo_db.tests.sqlalchemy.base._MySQLOpportunisticTestCase", "oslo_db.tests.sqlalchemy.test_utils.TestUtils" ] }, { "oslo_db.tests.sqlalchemy.test_utils.TestUtilsPostgresqlOpportunistically": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase", "oslo_db.tests.sqlalchemy.base._PostgreSQLOpportunisticTestCase", "oslo_db.tests.sqlalchemy.test_utils.TestUtils" ] }, { "oslo_db.tests.sqlalchemy.test_utils.Test_UnstableSortingOrder": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_update_match.Base": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_update_match.ManufactureCriteriaTest": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_update_match.MyModel": [ "object", "oslo_db.tests.sqlalchemy.test_update_match.Base" ] }, { "oslo_db.tests.sqlalchemy.test_update_match.MySQLUpdateMatchTest": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase", "oslo_db.tests.sqlalchemy.base._MySQLOpportunisticTestCase", "oslo_db.tests.sqlalchemy.test_update_match.UpdateMatchTest" ] }, { "oslo_db.tests.sqlalchemy.test_update_match.PGUpdateMatchTest": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase", "oslo_db.tests.sqlalchemy.base._PostgreSQLOpportunisticTestCase", "oslo_db.tests.sqlalchemy.test_update_match.UpdateMatchTest" ] }, { "oslo_db.tests.sqlalchemy.test_update_match.UpdateMatchTest": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase" ] }, { "oslo_db.tests.sqlalchemy.test_update_match.UpdateMatchTest.test_custom_handle_failure_cancel_raise.MyException": [ "BaseException", "Exception", "object" ] }, { "oslo_db.tests.sqlalchemy.test_update_match.UpdateMatchTest.test_custom_handle_failure_raise_new.MyException": [ "BaseException", "Exception", "object" ] }, { "oslo_db.tests.sqlalchemy.test_types.BASE": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_types.JsonTable": [ "object", "oslo_db.sqlalchemy.models.ModelBase", "oslo_db.tests.sqlalchemy.test_types.BASE" ] }, { "oslo_db.tests.sqlalchemy.test_types.JsonTypesTestCase": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase" ] }, { "oslo_db.tests.sqlalchemy.test_sqlalchemy.BASE": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_sqlalchemy.CreateEngineTest": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_sqlalchemy.EngineFacadeTestCase": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_sqlalchemy.FakeConnectionProxy": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_sqlalchemy.FakeConnectionRec": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_sqlalchemy.FakeCursor": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_sqlalchemy.FakeDB2Engine": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_sqlalchemy.FakeDB2Engine.Dialect": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_sqlalchemy.FakeDBAPIConnection": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_sqlalchemy.MySQLDefaultModeTestCase": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase", "oslo_db.tests.sqlalchemy.base._MySQLOpportunisticTestCase" ] }, { "oslo_db.tests.sqlalchemy.test_sqlalchemy.MySQLModeTestCase": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase", "oslo_db.tests.sqlalchemy.base._MySQLOpportunisticTestCase" ] }, { "oslo_db.tests.sqlalchemy.test_sqlalchemy.MySQLStrictAllTablesModeTestCase": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase", "oslo_db.tests.sqlalchemy.base._MySQLOpportunisticTestCase", "oslo_db.tests.sqlalchemy.test_sqlalchemy.MySQLModeTestCase" ] }, { "oslo_db.tests.sqlalchemy.test_sqlalchemy.MySQLTraditionalModeTestCase": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase", "oslo_db.tests.sqlalchemy.base._MySQLOpportunisticTestCase", "oslo_db.tests.sqlalchemy.test_sqlalchemy.MySQLModeTestCase", "oslo_db.tests.sqlalchemy.test_sqlalchemy.MySQLStrictAllTablesModeTestCase" ] }, { "oslo_db.tests.sqlalchemy.test_sqlalchemy.MysqlConnectTest": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase", "oslo_db.tests.sqlalchemy.base._MySQLOpportunisticTestCase" ] }, { "oslo_db.tests.sqlalchemy.test_sqlalchemy.OperationalError": [ "BaseException", "Exception", "object" ] }, { "oslo_db.tests.sqlalchemy.test_sqlalchemy.PatchStacktraceTest": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase" ] }, { "oslo_db.tests.sqlalchemy.test_sqlalchemy.ProcessGuardTest": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase" ] }, { "oslo_db.tests.sqlalchemy.test_sqlalchemy.ProgrammingError": [ "BaseException", "Exception", "object" ] }, { "oslo_db.tests.sqlalchemy.test_sqlalchemy.QueryParamTest": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base.DbTestCase" ] }, { "oslo_db.tests.sqlalchemy.test_sqlalchemy.RegexpFilterTestCase": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase" ] }, { "oslo_db.tests.sqlalchemy.test_sqlalchemy.RegexpTable": [ "object", "oslo_db.sqlalchemy.models.ModelBase", "oslo_db.tests.sqlalchemy.test_sqlalchemy.BASE" ] }, { "oslo_db.tests.sqlalchemy.test_sqlalchemy.SQLiteConnectTest": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_sqlalchemy.SQLiteSavepointTest": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase" ] }, { "oslo_db.tests.sqlalchemy.test_provision.AdHocURLTest": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_provision.BackendNotAvailableTest": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_provision.DropAllObjectsTest": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase" ] }, { "oslo_db.tests.sqlalchemy.test_provision.MySQLDropAllObjectsTest": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase", "oslo_db.tests.sqlalchemy.base._MySQLOpportunisticTestCase", "oslo_db.tests.sqlalchemy.test_provision.DropAllObjectsTest" ] }, { "oslo_db.tests.sqlalchemy.test_provision.MySQLRetainSchemaTest": [ "object", "oslo_db.tests.sqlalchemy.test_provision.RetainSchemaTest" ] }, { "oslo_db.tests.sqlalchemy.test_provision.PostgreSQLDropAllObjectsTest": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase", "oslo_db.tests.sqlalchemy.base._PostgreSQLOpportunisticTestCase", "oslo_db.tests.sqlalchemy.test_provision.DropAllObjectsTest" ] }, { "oslo_db.tests.sqlalchemy.test_provision.PostgresqlRetainSchemaTest": [ "object", "oslo_db.tests.sqlalchemy.test_provision.RetainSchemaTest" ] }, { "oslo_db.tests.sqlalchemy.test_provision.RetainSchemaTest": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_options.DbApiOptionsTestCase": [ "object", "oslo_db.tests.utils.BaseTestCase" ] }, { "oslo_db.tests.sqlalchemy.test_ndb.NDBDatatypesDefaultTestCase": [ "object", "oslo_db.tests.sqlalchemy.test_ndb.NDBMockTestBase" ] }, { "oslo_db.tests.sqlalchemy.test_ndb.NDBDatatypesTestCase": [ "object", "oslo_db.tests.sqlalchemy.test_ndb.NDBMockTestBase" ] }, { "oslo_db.tests.sqlalchemy.test_ndb.NDBEventTestCase": [ "object", "oslo_db.tests.sqlalchemy.test_ndb.NDBMockTestBase" ] }, { "oslo_db.tests.sqlalchemy.test_ndb.NDBMockTestBase": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_ndb.NDBOpportunisticTestCase": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin" ] }, { "oslo_db.tests.sqlalchemy.test_models.BASE": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_models.ExtraKeysModel": [ "object", "oslo_db.sqlalchemy.models.ModelBase", "oslo_db.tests.sqlalchemy.test_models.BASE" ] }, { "oslo_db.tests.sqlalchemy.test_models.ModelBaseTest": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase" ] }, { "oslo_db.tests.sqlalchemy.test_models.ModelBaseTest.test_modelbase_contains_exc.ErrorModel": [ "object", "oslo_db.sqlalchemy.models.ModelBase" ] }, { "oslo_db.tests.sqlalchemy.test_models.SoftDeleteMixinTest": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase" ] }, { "oslo_db.tests.sqlalchemy.test_models.SoftDeletedModel": [ "object", "oslo_db.sqlalchemy.models.ModelBase", "oslo_db.sqlalchemy.models.SoftDeleteMixin", "oslo_db.tests.sqlalchemy.test_models.BASE" ] }, { "oslo_db.tests.sqlalchemy.test_models.TimestampMixinTest": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_migrations.ModelsMigrationSyncMixin": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase" ] }, { "oslo_db.tests.sqlalchemy.test_migrations.ModelsMigrationSyncMixin.setUp.ModelThatShouldNotBeCompared": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_migrations.ModelsMigrationSyncMixin.setUp.TestModel": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_migrations.ModelsMigrationsSyncMysql": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.sqlalchemy.test_migrations.ModelsMigrationsSync", "oslo_db.tests.sqlalchemy.base._DbTestCase", "oslo_db.tests.sqlalchemy.base._MySQLOpportunisticTestCase", "oslo_db.tests.sqlalchemy.test_migrations.ModelsMigrationSyncMixin" ] }, { "oslo_db.tests.sqlalchemy.test_migrations.ModelsMigrationsSyncPsql": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.sqlalchemy.test_migrations.ModelsMigrationsSync", "oslo_db.tests.sqlalchemy.base._DbTestCase", "oslo_db.tests.sqlalchemy.base._PostgreSQLOpportunisticTestCase", "oslo_db.tests.sqlalchemy.test_migrations.ModelsMigrationSyncMixin" ] }, { "oslo_db.tests.sqlalchemy.test_migrations.MySQLTestOldCheckForeignKeys": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase", "oslo_db.tests.sqlalchemy.base._MySQLOpportunisticTestCase", "oslo_db.tests.sqlalchemy.test_migrations.TestOldCheckForeignKeys" ] }, { "oslo_db.tests.sqlalchemy.test_migrations.PGTestOldCheckForeignKeys": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase", "oslo_db.tests.sqlalchemy.base._PostgreSQLOpportunisticTestCase", "oslo_db.tests.sqlalchemy.test_migrations.TestOldCheckForeignKeys" ] }, { "oslo_db.tests.sqlalchemy.test_migrations.TestOldCheckForeignKeys": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase" ] }, { "oslo_db.tests.sqlalchemy.test_migrations.TestOldCheckForeignKeys.setUp.MigrateSync": [ "object", "oslo_db.sqlalchemy.test_migrations.ModelsMigrationsSync" ] }, { "oslo_db.tests.sqlalchemy.test_migrations.TestWalkVersions": [ "object", "oslo_db.sqlalchemy.test_migrations.WalkVersionsMixin" ] }, { "oslo_db.tests.sqlalchemy.test_migration_common.TestMigrationCommon": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase" ] }, { "oslo_db.tests.sqlalchemy.test_migrate_cli.MockWithCmp": [ "object", "unittest.mock.Base", "unittest.mock.CallableMixin", "unittest.mock.MagicMixin", "unittest.mock.MagicMock", "unittest.mock.Mock", "unittest.mock.NonCallableMock" ] }, { "oslo_db.tests.sqlalchemy.test_migrate_cli.TestAlembicExtension": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_migrate_cli.TestMigrateExtension": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_migrate_cli.TestMigrationManager": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_migrate_cli.TestMigrationMultipleExtensions": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_fixtures.BackendSkipTest": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_fixtures.BackendSkipTest.test_skip_no_dbapi.FakeDatabaseOpportunisticFixture": [ "fixtures.fixture.Fixture", "object", "oslo_db.sqlalchemy.test_fixtures.BaseDbFixture", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDbFixture" ] }, { "oslo_db.tests.sqlalchemy.test_fixtures.BackendSkipTest.test_skip_no_dbapi.SomeTest": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin" ] }, { "oslo_db.tests.sqlalchemy.test_fixtures.BackendSkipTest.test_skip_no_dbapi_legacy.FakeDatabaseOpportunisticFixture": [ "fixtures.fixture.Fixture", "object", "oslo_db.sqlalchemy.test_base.DbFixture" ] }, { "oslo_db.tests.sqlalchemy.test_fixtures.BackendSkipTest.test_skip_no_dbapi_legacy.SomeTest": [ "object", "oslo_db.sqlalchemy.test_base.DbTestCase" ] }, { "oslo_db.tests.sqlalchemy.test_fixtures.BackendSkipTest.test_skip_no_such_backend.FakeDatabaseOpportunisticFixture": [ "fixtures.fixture.Fixture", "object", "oslo_db.sqlalchemy.test_fixtures.BaseDbFixture", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDbFixture" ] }, { "oslo_db.tests.sqlalchemy.test_fixtures.BackendSkipTest.test_skip_no_such_backend.SomeTest": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin" ] }, { "oslo_db.tests.sqlalchemy.test_fixtures.BackendSkipTest.test_skip_no_such_backend_legacy.FakeDatabaseOpportunisticFixture": [ "fixtures.fixture.Fixture", "object", "oslo_db.sqlalchemy.test_base.DbFixture" ] }, { "oslo_db.tests.sqlalchemy.test_fixtures.BackendSkipTest.test_skip_no_such_backend_legacy.SomeTest": [ "object", "oslo_db.sqlalchemy.test_base.DbTestCase" ] }, { "oslo_db.tests.sqlalchemy.test_fixtures.EnginefacadeIntegrationTest": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_fixtures.EnginefacadeIntegrationTest.test_db_fixture.MyFixture": [ "fixtures.fixture.Fixture", "object", "oslo_db.sqlalchemy.test_fixtures.BaseDbFixture", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDbFixture" ] }, { "oslo_db.tests.sqlalchemy.test_fixtures.LegacyBaseClassTest": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_fixtures.LegacyBaseClassTest._test_new_db_is_provisioned_by_default.SomeTest": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_fixtures.TestLoadHook": [ "object", "unittest.case.TestCase" ] }, { "oslo_db.tests.sqlalchemy.test_fixtures.TestWScenarios": [ "object", "unittest.case.TestCase" ] }, { "oslo_db.tests.sqlalchemy.test_exc_filters.IntegrationTest": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase" ] }, { "oslo_db.tests.sqlalchemy.test_exc_filters.IntegrationTest.setUp.Foo": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_exc_filters.TestConstraint": [ "object", "oslo_db.tests.sqlalchemy.test_exc_filters.TestsExceptionFilter", "oslo_db.tests.sqlalchemy.test_exc_filters._SQLAExceptionMatcher" ] }, { "oslo_db.tests.sqlalchemy.test_exc_filters.TestDBConnectPingWrapping": [ "object", "oslo_db.tests.sqlalchemy.test_exc_filters.TestsExceptionFilter", "oslo_db.tests.sqlalchemy.test_exc_filters._SQLAExceptionMatcher" ] }, { "oslo_db.tests.sqlalchemy.test_exc_filters.TestDBConnectRetry": [ "object", "oslo_db.tests.sqlalchemy.test_exc_filters.TestsExceptionFilter", "oslo_db.tests.sqlalchemy.test_exc_filters._SQLAExceptionMatcher" ] }, { "oslo_db.tests.sqlalchemy.test_exc_filters.TestDBDisconnected": [ "object", "oslo_db.tests.sqlalchemy.test_exc_filters.TestsExceptionFilter", "oslo_db.tests.sqlalchemy.test_exc_filters._SQLAExceptionMatcher" ] }, { "oslo_db.tests.sqlalchemy.test_exc_filters.TestDataError": [ "object", "oslo_db.tests.sqlalchemy.test_exc_filters.TestsExceptionFilter", "oslo_db.tests.sqlalchemy.test_exc_filters._SQLAExceptionMatcher" ] }, { "oslo_db.tests.sqlalchemy.test_exc_filters.TestDeadlock": [ "object", "oslo_db.tests.sqlalchemy.test_exc_filters.TestsExceptionFilter", "oslo_db.tests.sqlalchemy.test_exc_filters._SQLAExceptionMatcher" ] }, { "oslo_db.tests.sqlalchemy.test_exc_filters.TestDuplicate": [ "object", "oslo_db.tests.sqlalchemy.test_exc_filters.TestsExceptionFilter", "oslo_db.tests.sqlalchemy.test_exc_filters._SQLAExceptionMatcher" ] }, { "oslo_db.tests.sqlalchemy.test_exc_filters.TestExceptionCauseMySQLSavepoint": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase", "oslo_db.tests.sqlalchemy.base._MySQLOpportunisticTestCase" ] }, { "oslo_db.tests.sqlalchemy.test_exc_filters.TestExceptionCauseMySQLSavepoint.setUp.A": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_exc_filters.TestFallthroughsAndNonDBAPI": [ "object", "oslo_db.tests.sqlalchemy.test_exc_filters.TestsExceptionFilter", "oslo_db.tests.sqlalchemy.test_exc_filters._SQLAExceptionMatcher" ] }, { "oslo_db.tests.sqlalchemy.test_exc_filters.TestNonExistentConstraint": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase", "oslo_db.tests.sqlalchemy.test_exc_filters._SQLAExceptionMatcher" ] }, { "oslo_db.tests.sqlalchemy.test_exc_filters.TestNonExistentConstraintMySQL": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase", "oslo_db.tests.sqlalchemy.base._MySQLOpportunisticTestCase", "oslo_db.tests.sqlalchemy.test_exc_filters.TestNonExistentConstraint", "oslo_db.tests.sqlalchemy.test_exc_filters._SQLAExceptionMatcher" ] }, { "oslo_db.tests.sqlalchemy.test_exc_filters.TestNonExistentConstraintPostgreSQL": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase", "oslo_db.tests.sqlalchemy.base._PostgreSQLOpportunisticTestCase", "oslo_db.tests.sqlalchemy.test_exc_filters.TestNonExistentConstraint", "oslo_db.tests.sqlalchemy.test_exc_filters._SQLAExceptionMatcher" ] }, { "oslo_db.tests.sqlalchemy.test_exc_filters.TestNonExistentDatabase": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase", "oslo_db.tests.sqlalchemy.test_exc_filters._SQLAExceptionMatcher" ] }, { "oslo_db.tests.sqlalchemy.test_exc_filters.TestNonExistentDatabaseMySQL": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase", "oslo_db.tests.sqlalchemy.base._MySQLOpportunisticTestCase", "oslo_db.tests.sqlalchemy.test_exc_filters.TestNonExistentDatabase", "oslo_db.tests.sqlalchemy.test_exc_filters._SQLAExceptionMatcher" ] }, { "oslo_db.tests.sqlalchemy.test_exc_filters.TestNonExistentDatabasePostgreSQL": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase", "oslo_db.tests.sqlalchemy.base._PostgreSQLOpportunisticTestCase", "oslo_db.tests.sqlalchemy.test_exc_filters.TestNonExistentDatabase", "oslo_db.tests.sqlalchemy.test_exc_filters._SQLAExceptionMatcher" ] }, { "oslo_db.tests.sqlalchemy.test_exc_filters.TestNonExistentTable": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase", "oslo_db.tests.sqlalchemy.test_exc_filters._SQLAExceptionMatcher" ] }, { "oslo_db.tests.sqlalchemy.test_exc_filters.TestNonExistentTableMySQL": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase", "oslo_db.tests.sqlalchemy.base._MySQLOpportunisticTestCase", "oslo_db.tests.sqlalchemy.test_exc_filters.TestNonExistentTable", "oslo_db.tests.sqlalchemy.test_exc_filters._SQLAExceptionMatcher" ] }, { "oslo_db.tests.sqlalchemy.test_exc_filters.TestNonExistentTablePostgreSQL": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase", "oslo_db.tests.sqlalchemy.base._PostgreSQLOpportunisticTestCase", "oslo_db.tests.sqlalchemy.test_exc_filters.TestNonExistentTable", "oslo_db.tests.sqlalchemy.test_exc_filters._SQLAExceptionMatcher" ] }, { "oslo_db.tests.sqlalchemy.test_exc_filters.TestReferenceErrorMySQL": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase", "oslo_db.tests.sqlalchemy.base._MySQLOpportunisticTestCase", "oslo_db.tests.sqlalchemy.test_exc_filters.TestReferenceErrorSQLite", "oslo_db.tests.sqlalchemy.test_exc_filters._SQLAExceptionMatcher" ] }, { "oslo_db.tests.sqlalchemy.test_exc_filters.TestReferenceErrorPostgreSQL": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase", "oslo_db.tests.sqlalchemy.base._PostgreSQLOpportunisticTestCase", "oslo_db.tests.sqlalchemy.test_exc_filters.TestReferenceErrorSQLite", "oslo_db.tests.sqlalchemy.test_exc_filters._SQLAExceptionMatcher" ] }, { "oslo_db.tests.sqlalchemy.test_exc_filters.TestReferenceErrorSQLite": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase", "oslo_db.tests.sqlalchemy.test_exc_filters._SQLAExceptionMatcher" ] }, { "oslo_db.tests.sqlalchemy.test_exc_filters.TestsErrorHandler": [ "object", "oslo_db.tests.sqlalchemy.test_exc_filters.TestsExceptionFilter", "oslo_db.tests.sqlalchemy.test_exc_filters._SQLAExceptionMatcher" ] }, { "oslo_db.tests.sqlalchemy.test_exc_filters.TestsErrorHandler.test_chained_exceptions.CustomError": [ "BaseException", "Exception", "object" ] }, { "oslo_db.tests.sqlalchemy.test_exc_filters.TestsExceptionFilter": [ "object", "oslo_db.tests.sqlalchemy.test_exc_filters._SQLAExceptionMatcher" ] }, { "oslo_db.tests.sqlalchemy.test_exc_filters.TestsExceptionFilter.DataError": [ "BaseException", "Exception", "object", "oslo_db.tests.sqlalchemy.test_exc_filters.TestsExceptionFilter.Error" ] }, { "oslo_db.tests.sqlalchemy.test_exc_filters.TestsExceptionFilter.Error": [ "BaseException", "Exception", "object" ] }, { "oslo_db.tests.sqlalchemy.test_exc_filters.TestsExceptionFilter.IntegrityError": [ "BaseException", "Exception", "object", "oslo_db.tests.sqlalchemy.test_exc_filters.TestsExceptionFilter.Error" ] }, { "oslo_db.tests.sqlalchemy.test_exc_filters.TestsExceptionFilter.InterfaceError": [ "BaseException", "Exception", "object", "oslo_db.tests.sqlalchemy.test_exc_filters.TestsExceptionFilter.Error" ] }, { "oslo_db.tests.sqlalchemy.test_exc_filters.TestsExceptionFilter.InternalError": [ "BaseException", "Exception", "object", "oslo_db.tests.sqlalchemy.test_exc_filters.TestsExceptionFilter.Error" ] }, { "oslo_db.tests.sqlalchemy.test_exc_filters.TestsExceptionFilter.OperationalError": [ "BaseException", "Exception", "object", "oslo_db.tests.sqlalchemy.test_exc_filters.TestsExceptionFilter.Error" ] }, { "oslo_db.tests.sqlalchemy.test_exc_filters.TestsExceptionFilter.ProgrammingError": [ "BaseException", "Exception", "object", "oslo_db.tests.sqlalchemy.test_exc_filters.TestsExceptionFilter.Error" ] }, { "oslo_db.tests.sqlalchemy.test_exc_filters.TestsExceptionFilter.TransactionRollbackError": [ "BaseException", "Exception", "object", "oslo_db.tests.sqlalchemy.test_exc_filters.TestsExceptionFilter.Error", "oslo_db.tests.sqlalchemy.test_exc_filters.TestsExceptionFilter.OperationalError" ] }, { "oslo_db.tests.sqlalchemy.test_exc_filters._SQLAExceptionMatcher": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_enginefacade.AssertDataSource": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "oslo_db.tests.sqlalchemy.test_enginefacade.AsyncReaderWSlaveMockFacadeTest": [ "object", "oslo_db.tests.sqlalchemy.test_enginefacade.MockFacadeTest" ] }, { "oslo_db.tests.sqlalchemy.test_enginefacade.ConfigOptionsTest": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_enginefacade.LegacyIntegrationtest": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase" ] }, { "oslo_db.tests.sqlalchemy.test_enginefacade.LiveFacadeTest": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase" ] }, { "oslo_db.tests.sqlalchemy.test_enginefacade.LiveFacadeTest.setUp.User": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_enginefacade.LiveFacadeTest.test_save_and_reraise_when_rollback_exception.CommitException": [ "BaseException", "Exception", "object" ] }, { "oslo_db.tests.sqlalchemy.test_enginefacade.LiveFacadeTest.test_save_and_reraise_when_rollback_exception.RollbackException": [ "BaseException", "Exception", "object" ] }, { "oslo_db.tests.sqlalchemy.test_enginefacade.LiveFacadeTest.test_transaction_rollback.MyException": [ "BaseException", "Exception", "object" ] }, { "oslo_db.tests.sqlalchemy.test_enginefacade.MockFacadeTest": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_enginefacade.MockFacadeTest.test_context_found_for_class_method.Spam": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_enginefacade.MySQLLiveFacadeTest": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase", "oslo_db.tests.sqlalchemy.base._MySQLOpportunisticTestCase", "oslo_db.tests.sqlalchemy.test_enginefacade.LiveFacadeTest" ] }, { "oslo_db.tests.sqlalchemy.test_enginefacade.NonDecoratedContext": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_enginefacade.PGLiveFacadeTest": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase", "oslo_db.tests.sqlalchemy.base._PostgreSQLOpportunisticTestCase", "oslo_db.tests.sqlalchemy.test_enginefacade.LiveFacadeTest" ] }, { "oslo_db.tests.sqlalchemy.test_enginefacade.PatchFactoryTest": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_enginefacade.SingletonConnection": [ "object", "oslo_db.tests.sqlalchemy.test_enginefacade.SingletonOnName", "unittest.mock.Base", "unittest.mock.CallableMixin", "unittest.mock.MagicMixin", "unittest.mock.MagicMock", "unittest.mock.Mock", "unittest.mock.NonCallableMock" ] }, { "oslo_db.tests.sqlalchemy.test_enginefacade.SingletonEngine": [ "object", "oslo_db.tests.sqlalchemy.test_enginefacade.SingletonOnName", "unittest.mock.Base", "unittest.mock.CallableMixin", "unittest.mock.MagicMixin", "unittest.mock.MagicMock", "unittest.mock.Mock", "unittest.mock.NonCallableMock" ] }, { "oslo_db.tests.sqlalchemy.test_enginefacade.SingletonOnName": [ "object", "unittest.mock.Base", "unittest.mock.CallableMixin", "unittest.mock.MagicMixin", "unittest.mock.MagicMock", "unittest.mock.Mock", "unittest.mock.NonCallableMock" ] }, { "oslo_db.tests.sqlalchemy.test_enginefacade.SynchronousReaderWSlaveMockFacadeTest": [ "object", "oslo_db.tests.sqlalchemy.test_enginefacade.MockFacadeTest" ] }, { "oslo_db.tests.sqlalchemy.test_enginefacade.TestTransactionFactoryCallback": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_enginefacade.ThreadingTest": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase" ] }, { "oslo_db.tests.sqlalchemy.test_enginefacade.ThreadingTest._patch_thread_ident.MockThreadingLocal": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_async_eventlet.EventletTestMixin": [ "object" ] }, { "oslo_db.tests.sqlalchemy.test_async_eventlet.EventletTestMixin.setUp.TmpTable": [ "object", "oslo_db.sqlalchemy.models.ModelBase" ] }, { "oslo_db.tests.sqlalchemy.test_async_eventlet.MySQLEventletTestCase": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase", "oslo_db.tests.sqlalchemy.base._MySQLOpportunisticTestCase", "oslo_db.tests.sqlalchemy.test_async_eventlet.EventletTestMixin" ] }, { "oslo_db.tests.sqlalchemy.test_async_eventlet.PostgreSQLEventletTestCase": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase", "oslo_db.tests.sqlalchemy.base._PostgreSQLOpportunisticTestCase", "oslo_db.tests.sqlalchemy.test_async_eventlet.EventletTestMixin" ] }, { "oslo_db.tests.sqlalchemy.base.Context": [ "object" ] }, { "oslo_db.tests.sqlalchemy.base.DbTestCase": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin" ] }, { "oslo_db.tests.sqlalchemy.base.MySQLOpportunisticTestCase": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base.DbTestCase" ] }, { "oslo_db.tests.sqlalchemy.base.PostgreSQLOpportunisticTestCase": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base.DbTestCase" ] }, { "oslo_db.tests.sqlalchemy.base._DbTestCase": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin" ] }, { "oslo_db.tests.sqlalchemy.base._MySQLOpportunisticTestCase": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase" ] }, { "oslo_db.tests.sqlalchemy.base._PostgreSQLOpportunisticTestCase": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.tests.sqlalchemy.base._DbTestCase" ] }, { "oslo_db.tests.base.TestCase": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "oslo_db.sqlalchemy.utils.DialectFunctionDispatcher": [ "object" ] }, { "oslo_db.sqlalchemy.utils.DialectMultiFunctionDispatcher": [ "object", "oslo_db.sqlalchemy.utils.DialectFunctionDispatcher" ] }, { "oslo_db.sqlalchemy.utils.DialectSingleFunctionDispatcher": [ "object", "oslo_db.sqlalchemy.utils.DialectFunctionDispatcher" ] }, { "oslo_db.sqlalchemy.utils.NonCommittingConnectable": [ "object" ] }, { "oslo_db.sqlalchemy.utils.NonCommittingConnection": [ "object", "oslo_db.sqlalchemy.utils.NonCommittingConnectable" ] }, { "oslo_db.sqlalchemy.utils.NonCommittingEngine": [ "object", "oslo_db.sqlalchemy.utils.NonCommittingConnectable" ] }, { "oslo_db.sqlalchemy.utils.NonCommittingTransaction": [ "object" ] }, { "oslo_db.sqlalchemy.update_match.CantUpdateException": [ "BaseException", "Exception", "object" ] }, { "oslo_db.sqlalchemy.update_match.MultiRowsMatched": [ "BaseException", "Exception", "object", "oslo_db.sqlalchemy.update_match.CantUpdateException" ] }, { "oslo_db.sqlalchemy.update_match.NoRowsMatched": [ "BaseException", "Exception", "object", "oslo_db.sqlalchemy.update_match.CantUpdateException" ] }, { "oslo_db.sqlalchemy.types.JsonEncodedDict": [ "object", "oslo_db.sqlalchemy.types.JsonEncodedType", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.type_api.TypeDecorator", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "oslo_db.sqlalchemy.types.JsonEncodedList": [ "object", "oslo_db.sqlalchemy.types.JsonEncodedType", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.type_api.TypeDecorator", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "oslo_db.sqlalchemy.types.JsonEncodedType": [ "object", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.type_api.TypeDecorator", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "oslo_db.sqlalchemy.types.SoftDeleteInteger": [ "object", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.type_api.TypeDecorator", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "oslo_db.sqlalchemy.types.String": [ "object", "sqlalchemy.sql.sqltypes.Concatenable", "sqlalchemy.sql.sqltypes.String", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "oslo_db.sqlalchemy.test_migrations.ModelsMigrationsSync": [ "object" ] }, { "oslo_db.sqlalchemy.test_migrations.ModelsMigrationsSync.FKInfo": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "oslo_db.sqlalchemy.test_migrations.WalkVersionsMixin": [ "object" ] }, { "oslo_db.sqlalchemy.test_fixtures.AdHocDbFixture": [ "fixtures.fixture.Fixture", "object", "oslo_db.sqlalchemy.test_fixtures.BaseDbFixture", "oslo_db.sqlalchemy.test_fixtures.SimpleDbFixture" ] }, { "oslo_db.sqlalchemy.test_fixtures.BaseDbFixture": [ "fixtures.fixture.Fixture", "object" ] }, { "oslo_db.sqlalchemy.test_fixtures.DeletesFromSchema": [ "object", "oslo_db.sqlalchemy.test_fixtures.ResetsData" ] }, { "oslo_db.sqlalchemy.test_fixtures.GeneratesSchema": [ "object" ] }, { "oslo_db.sqlalchemy.test_fixtures.GeneratesSchemaFromMigrations": [ "object", "oslo_db.sqlalchemy.test_fixtures.GeneratesSchema" ] }, { "oslo_db.sqlalchemy.test_fixtures.MySQLOpportunisticFixture": [ "fixtures.fixture.Fixture", "object", "oslo_db.sqlalchemy.test_fixtures.BaseDbFixture", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDbFixture" ] }, { "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin": [ "object" ] }, { "oslo_db.sqlalchemy.test_fixtures.OpportunisticDbFixture": [ "fixtures.fixture.Fixture", "object", "oslo_db.sqlalchemy.test_fixtures.BaseDbFixture" ] }, { "oslo_db.sqlalchemy.test_fixtures.PostgresqlOpportunisticFixture": [ "fixtures.fixture.Fixture", "object", "oslo_db.sqlalchemy.test_fixtures.BaseDbFixture", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDbFixture" ] }, { "oslo_db.sqlalchemy.test_fixtures.ReplaceEngineFacadeFixture": [ "fixtures.fixture.Fixture", "object" ] }, { "oslo_db.sqlalchemy.test_fixtures.ResetsData": [ "object" ] }, { "oslo_db.sqlalchemy.test_fixtures.RollsBackTransaction": [ "object", "oslo_db.sqlalchemy.test_fixtures.ResetsData" ] }, { "oslo_db.sqlalchemy.test_fixtures.SimpleDbFixture": [ "fixtures.fixture.Fixture", "object", "oslo_db.sqlalchemy.test_fixtures.BaseDbFixture" ] }, { "oslo_db.sqlalchemy.test_base.DbFixture": [ "fixtures.fixture.Fixture", "object" ] }, { "oslo_db.sqlalchemy.test_base.DbTestCase": [ "object" ] }, { "oslo_db.sqlalchemy.test_base.MySQLOpportunisticFixture": [ "fixtures.fixture.Fixture", "object", "oslo_db.sqlalchemy.test_base.DbFixture" ] }, { "oslo_db.sqlalchemy.test_base.MySQLOpportunisticTestCase": [ "object", "oslo_db.sqlalchemy.test_base.DbTestCase", "oslo_db.sqlalchemy.test_base.OpportunisticTestCase" ] }, { "oslo_db.sqlalchemy.test_base.OpportunisticTestCase": [ "object", "oslo_db.sqlalchemy.test_base.DbTestCase" ] }, { "oslo_db.sqlalchemy.test_base.PostgreSQLOpportunisticFixture": [ "fixtures.fixture.Fixture", "object", "oslo_db.sqlalchemy.test_base.DbFixture" ] }, { "oslo_db.sqlalchemy.test_base.PostgreSQLOpportunisticTestCase": [ "object", "oslo_db.sqlalchemy.test_base.DbTestCase", "oslo_db.sqlalchemy.test_base.OpportunisticTestCase" ] }, { "oslo_db.sqlalchemy.provision.Backend": [ "object" ] }, { "oslo_db.sqlalchemy.provision.BackendImpl": [ "object" ] }, { "oslo_db.sqlalchemy.provision.BackendResource": [ "object", "testresources.TestResourceManager" ] }, { "oslo_db.sqlalchemy.provision.DatabaseResource": [ "object", "testresources.TestResourceManager" ] }, { "oslo_db.sqlalchemy.provision.MySQLBackendImpl": [ "object", "oslo_db.sqlalchemy.provision.BackendImpl" ] }, { "oslo_db.sqlalchemy.provision.PostgresqlBackendImpl": [ "object", "oslo_db.sqlalchemy.provision.BackendImpl" ] }, { "oslo_db.sqlalchemy.provision.ProvisionedDatabase": [ "object" ] }, { "oslo_db.sqlalchemy.provision.SQLiteBackendImpl": [ "object", "oslo_db.sqlalchemy.provision.BackendImpl" ] }, { "oslo_db.sqlalchemy.provision.Schema": [ "object" ] }, { "oslo_db.sqlalchemy.provision.SchemaResource": [ "object", "testresources.TestResourceManager" ] }, { "oslo_db.sqlalchemy.orm.Query": [ "object", "sqlalchemy.orm.query.Query", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsCloneAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.selectable.HasHints", "sqlalchemy.sql.selectable.HasPrefixes", "sqlalchemy.sql.selectable.HasSuffixes", "sqlalchemy.sql.selectable._SelectFromElements", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "oslo_db.sqlalchemy.orm.Session": [ "object", "sqlalchemy.orm.session.Session", "sqlalchemy.orm.session._SessionClassMethods" ] }, { "oslo_db.sqlalchemy.models.ModelBase": [ "object" ] }, { "oslo_db.sqlalchemy.models.ModelIterator": [ "object" ] }, { "oslo_db.sqlalchemy.models.SoftDeleteMixin": [ "object" ] }, { "oslo_db.sqlalchemy.models.TimestampMixin": [ "object" ] }, { "oslo_db.sqlalchemy.migration_cli.manager.MigrationManager": [ "object" ] }, { "oslo_db.sqlalchemy.migration_cli.ext_migrate.MigrateExtension": [ "object", "oslo_db.sqlalchemy.migration_cli.ext_base.MigrationExtensionBase" ] }, { "oslo_db.sqlalchemy.migration_cli.ext_base.MigrationExtensionBase": [ "object" ] }, { "oslo_db.sqlalchemy.migration_cli.ext_alembic.AlembicExtension": [ "object", "oslo_db.sqlalchemy.migration_cli.ext_base.MigrationExtensionBase" ] }, { "oslo_db.sqlalchemy.enginefacade.AlreadyStartedError": [ "BaseException", "Exception", "TypeError", "object" ] }, { "oslo_db.sqlalchemy.enginefacade.LegacyEngineFacade": [ "object" ] }, { "oslo_db.sqlalchemy.enginefacade._Default": [ "object" ] }, { "oslo_db.sqlalchemy.enginefacade._TestTransactionFactory": [ "object", "oslo_db.sqlalchemy.enginefacade._TransactionFactory" ] }, { "oslo_db.sqlalchemy.enginefacade._TransactionContext": [ "object" ] }, { "oslo_db.sqlalchemy.enginefacade._TransactionContextManager": [ "object" ] }, { "oslo_db.sqlalchemy.enginefacade._TransactionContextTLocal": [ "object", "threading.local" ] }, { "oslo_db.sqlalchemy.enginefacade._TransactionFactory": [ "object" ] }, { "oslo_db.sqlalchemy.enginefacade._symbol": [ "object" ] }, { "oslo_db.exception.BackendNotAvailable": [ "BaseException", "Exception", "object" ] }, { "oslo_db.exception.CantStartEngineError": [ "BaseException", "Exception", "object" ] }, { "oslo_db.exception.ColumnError": [ "BaseException", "Exception", "object" ] }, { "oslo_db.exception.ContextNotRequestedError": [ "AttributeError", "BaseException", "Exception", "object" ] }, { "oslo_db.exception.DBConnectionError": [ "BaseException", "Exception", "object", "oslo_db.exception.DBError", "oslo_utils.excutils.CausedByException" ] }, { "oslo_db.exception.DBConstraintError": [ "BaseException", "Exception", "object", "oslo_db.exception.DBError", "oslo_utils.excutils.CausedByException" ] }, { "oslo_db.exception.DBDataError": [ "BaseException", "Exception", "object", "oslo_db.exception.DBError", "oslo_utils.excutils.CausedByException" ] }, { "oslo_db.exception.DBDeadlock": [ "BaseException", "Exception", "object", "oslo_db.exception.DBError", "oslo_utils.excutils.CausedByException" ] }, { "oslo_db.exception.DBDuplicateEntry": [ "BaseException", "Exception", "object", "oslo_db.exception.DBError", "oslo_utils.excutils.CausedByException" ] }, { "oslo_db.exception.DBError": [ "BaseException", "Exception", "object", "oslo_utils.excutils.CausedByException" ] }, { "oslo_db.exception.DBInvalidUnicodeParameter": [ "BaseException", "Exception", "object" ] }, { "oslo_db.exception.DBMigrationError": [ "BaseException", "Exception", "object", "oslo_db.exception.DBError", "oslo_utils.excutils.CausedByException" ] }, { "oslo_db.exception.DBNonExistentConstraint": [ "BaseException", "Exception", "object", "oslo_db.exception.DBError", "oslo_utils.excutils.CausedByException" ] }, { "oslo_db.exception.DBNonExistentDatabase": [ "BaseException", "Exception", "object", "oslo_db.exception.DBError", "oslo_utils.excutils.CausedByException" ] }, { "oslo_db.exception.DBNonExistentTable": [ "BaseException", "Exception", "object", "oslo_db.exception.DBError", "oslo_utils.excutils.CausedByException" ] }, { "oslo_db.exception.DBNotSupportedError": [ "BaseException", "Exception", "object", "oslo_db.exception.DBError", "oslo_utils.excutils.CausedByException" ] }, { "oslo_db.exception.DBReferenceError": [ "BaseException", "Exception", "object", "oslo_db.exception.DBError", "oslo_utils.excutils.CausedByException" ] }, { "oslo_db.exception.InvalidSortKey": [ "BaseException", "Exception", "object" ] }, { "oslo_db.exception.NoEngineContextEstablished": [ "AttributeError", "BaseException", "Exception", "object" ] }, { "oslo_db.exception.RetryRequest": [ "BaseException", "Exception", "object" ] }, { "oslo_db.concurrency.TpoolDbapiWrapper": [ "object" ] }, { "oslo_db.api.DBAPI": [ "object" ] }, { "oslo_db.api.wrap_db_retry": [ "object" ] }, { "oslo_context.tests.test_fixture.ClearRequestContextTest": [ "object" ] }, { "oslo_context.tests.test_context.ContextTest": [ "object" ] }, { "oslo_context.tests.test_context.Object": [ "object" ] }, { "oslo_context.tests.test_context.TestContext": [ "object", "oslo_context.context.RequestContext" ] }, { "oslo_context.tests.test_context.WarningsFixture": [ "fixtures.fixture.Fixture", "object" ] }, { "oslo_context.fixture.ClearRequestContext": [ "fixtures.fixture.Fixture", "object" ] }, { "oslo_context.context.RequestContext": [ "object" ] }, { "oslo_context.context._DeprecatedPolicyValues": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "oslo_config.types.Boolean": [ "object", "oslo_config.types.ConfigType" ] }, { "oslo_config.types.ConfigType": [ "object" ] }, { "oslo_config.types.Dict": [ "object", "oslo_config.types.ConfigType" ] }, { "oslo_config.types.Float": [ "object", "oslo_config.types.ConfigType", "oslo_config.types.Number" ] }, { "oslo_config.types.HostAddress": [ "object", "oslo_config.types.ConfigType" ] }, { "oslo_config.types.HostDomain": [ "object", "oslo_config.types.ConfigType", "oslo_config.types.HostAddress" ] }, { "oslo_config.types.Hostname": [ "object", "oslo_config.types.ConfigType" ] }, { "oslo_config.types.IPAddress": [ "object", "oslo_config.types.ConfigType" ] }, { "oslo_config.types.Integer": [ "object", "oslo_config.types.ConfigType", "oslo_config.types.Number" ] }, { "oslo_config.types.List": [ "object", "oslo_config.types.ConfigType" ] }, { "oslo_config.types.MultiString": [ "object", "oslo_config.types.ConfigType", "oslo_config.types.String" ] }, { "oslo_config.types.Number": [ "object", "oslo_config.types.ConfigType" ] }, { "oslo_config.types.Port": [ "object", "oslo_config.types.ConfigType", "oslo_config.types.Integer", "oslo_config.types.Number" ] }, { "oslo_config.types.Range": [ "object", "oslo_config.types.ConfigType" ] }, { "oslo_config.types.String": [ "object", "oslo_config.types.ConfigType" ] }, { "oslo_config.types.URI": [ "object", "oslo_config.types.ConfigType" ] }, { "oslo_config.tests.test_validator.TestValidator": [ "object" ] }, { "oslo_config.tests.test_types.BooleanTypeTests": [ "object", "oslo_config.tests.test_types.TypeTestHelper", "unittest.case.TestCase" ] }, { "oslo_config.tests.test_types.ConfigTypeTests": [ "object", "unittest.case.TestCase" ] }, { "oslo_config.tests.test_types.ConfigTypeTests.test_concrete_class.MyString": [ "object", "oslo_config.types.ConfigType" ] }, { "oslo_config.tests.test_types.ConfigTypeTests.test_none_concrete_class.MyString": [ "object", "oslo_config.types.ConfigType" ] }, { "oslo_config.tests.test_types.DictTypeTests": [ "object", "oslo_config.tests.test_types.TypeTestHelper", "unittest.case.TestCase" ] }, { "oslo_config.tests.test_types.FloatTypeTests": [ "object", "oslo_config.tests.test_types.TypeTestHelper", "unittest.case.TestCase" ] }, { "oslo_config.tests.test_types.FormatSampleDefaultTests": [ "object", "unittest.case.TestCase" ] }, { "oslo_config.tests.test_types.HostAddressTypeTests": [ "object", "oslo_config.tests.test_types.TypeTestHelper", "unittest.case.TestCase" ] }, { "oslo_config.tests.test_types.HostDomainTypeTests": [ "object", "oslo_config.tests.test_types.TypeTestHelper", "unittest.case.TestCase" ] }, { "oslo_config.tests.test_types.HostnameTypeTests": [ "object", "oslo_config.tests.test_types.TypeTestHelper", "unittest.case.TestCase" ] }, { "oslo_config.tests.test_types.IPAddressTypeTests": [ "object", "oslo_config.tests.test_types.TypeTestHelper", "unittest.case.TestCase" ] }, { "oslo_config.tests.test_types.IPv4AddressTypeTests": [ "object", "oslo_config.tests.test_types.IPAddressTypeTests", "oslo_config.tests.test_types.TypeTestHelper", "unittest.case.TestCase" ] }, { "oslo_config.tests.test_types.IPv6AddressTypeTests": [ "object", "oslo_config.tests.test_types.IPAddressTypeTests", "oslo_config.tests.test_types.TypeTestHelper", "unittest.case.TestCase" ] }, { "oslo_config.tests.test_types.IntegerTypeTests": [ "object", "oslo_config.tests.test_types.TypeTestHelper", "unittest.case.TestCase" ] }, { "oslo_config.tests.test_types.ListTypeTests": [ "object", "oslo_config.tests.test_types.TypeTestHelper", "unittest.case.TestCase" ] }, { "oslo_config.tests.test_types.PortTypeTests": [ "object", "oslo_config.tests.test_types.TypeTestHelper", "unittest.case.TestCase" ] }, { "oslo_config.tests.test_types.RangeTypeTests": [ "object", "oslo_config.tests.test_types.TypeTestHelper", "unittest.case.TestCase" ] }, { "oslo_config.tests.test_types.StringTypeTests": [ "object", "oslo_config.tests.test_types.TypeTestHelper", "unittest.case.TestCase" ] }, { "oslo_config.tests.test_types.TypeTestHelper": [ "object" ] }, { "oslo_config.tests.test_types.URITypeTests": [ "object", "oslo_config.tests.test_types.TypeTestHelper", "unittest.case.TestCase" ] }, { "oslo_config.tests.test_sphinxext.FormatGroupTest": [ "object" ] }, { "oslo_config.tests.test_sphinxext.FormatOptionHelpTest": [ "object" ] }, { "oslo_config.tests.test_sphinxconfiggen.MultipleSampleGenerationTest": [ "object" ] }, { "oslo_config.tests.test_sphinxconfiggen.SingleSampleGenerationTest": [ "object" ] }, { "oslo_config.tests.test_sources.TestEnvironmentConfigurationSource": [ "object" ] }, { "oslo_config.tests.test_sources.TestLoading": [ "object" ] }, { "oslo_config.tests.test_sources.TestProcessingSources": [ "object" ] }, { "oslo_config.tests.test_sources.URISourceTestCase": [ "object" ] }, { "oslo_config.tests.test_iniparser.BaseParserTestCase": [ "object", "unittest.case.TestCase" ] }, { "oslo_config.tests.test_iniparser.ExceptionTestCase": [ "object", "unittest.case.TestCase" ] }, { "oslo_config.tests.test_iniparser.ParserTestCase": [ "object", "unittest.case.TestCase" ] }, { "oslo_config.tests.test_iniparser.TestParser": [ "object", "oslo_config.iniparser.BaseParser" ] }, { "oslo_config.tests.test_get_location.GetLocationTestCase": [ "object" ] }, { "oslo_config.tests.test_get_location.LocationTestCase": [ "object" ] }, { "oslo_config.tests.test_get_location.TestConfigOpts": [ "object", "oslo_config.cfg.ConfigOpts", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "oslo_config.tests.test_generator.AdvancedOptionsTestCase": [ "object" ] }, { "oslo_config.tests.test_generator.ChangeDefaultsTestCase": [ "object" ] }, { "oslo_config.tests.test_generator.DriverOptionTestCase": [ "object" ] }, { "oslo_config.tests.test_generator.GeneratorAdditionalTestCase": [ "object" ] }, { "oslo_config.tests.test_generator.GeneratorFileHandlingTestCase": [ "object" ] }, { "oslo_config.tests.test_generator.GeneratorMutableOptionTestCase": [ "object" ] }, { "oslo_config.tests.test_generator.GeneratorRaiseErrorTestCase": [ "object" ] }, { "oslo_config.tests.test_generator.GeneratorRaiseErrorTestCase.test_generator_raises_error.FakeEP": [ "object" ] }, { "oslo_config.tests.test_generator.GeneratorRaiseErrorTestCase.test_generator_raises_error.FakeException": [ "BaseException", "Exception", "object" ] }, { "oslo_config.tests.test_generator.GeneratorTestCase": [ "object" ] }, { "oslo_config.tests.test_generator.HostAddressTestCase": [ "object" ] }, { "oslo_config.tests.test_generator.HostDomainTestCase": [ "object" ] }, { "oslo_config.tests.test_generator.IgnoreDoublesTestCase": [ "object" ] }, { "oslo_config.tests.test_generator.MachineReadableGeneratorTestCase": [ "object" ] }, { "oslo_config.tests.test_generator.RequiredOptionTestCase": [ "object" ] }, { "oslo_config.tests.test_generator.SummarizedOptionsTestCase": [ "object" ] }, { "oslo_config.tests.test_fixture.ConfigTestCase": [ "object" ] }, { "oslo_config.tests.test_cfg.BaseTestCase": [ "object" ] }, { "oslo_config.tests.test_cfg.BaseTestCase.TestConfigOpts": [ "object", "oslo_config.cfg.ConfigOpts", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "oslo_config.tests.test_cfg.ChoicesTestCase": [ "object", "oslo_config.tests.test_cfg.BaseTestCase" ] }, { "oslo_config.tests.test_cfg.CliOptsTestCase": [ "object", "oslo_config.tests.test_cfg.BaseTestCase" ] }, { "oslo_config.tests.test_cfg.CliSpecialOptsTestCase": [ "object", "oslo_config.tests.test_cfg.BaseTestCase" ] }, { "oslo_config.tests.test_cfg.ConfigDirTestCase": [ "object", "oslo_config.tests.test_cfg.BaseTestCase" ] }, { "oslo_config.tests.test_cfg.ConfigFileMutateTestCase": [ "object", "oslo_config.tests.test_cfg.BaseTestCase" ] }, { "oslo_config.tests.test_cfg.ConfigFileOptsTestCase": [ "object", "oslo_config.tests.test_cfg.BaseTestCase" ] }, { "oslo_config.tests.test_cfg.ConfigFileReloadTestCase": [ "object", "oslo_config.tests.test_cfg.BaseTestCase" ] }, { "oslo_config.tests.test_cfg.ConfigParserTestCase": [ "object", "oslo_config.tests.test_cfg.BaseTestCase" ] }, { "oslo_config.tests.test_cfg.DefaultConfigDirsTestCase": [ "object", "oslo_config.tests.test_cfg.BaseTestCase" ] }, { "oslo_config.tests.test_cfg.DefaultConfigFilesTestCase": [ "object", "oslo_config.tests.test_cfg.BaseTestCase" ] }, { "oslo_config.tests.test_cfg.DeprecatedOptionsTestCase": [ "object", "oslo_config.tests.test_cfg.BaseTestCase" ] }, { "oslo_config.tests.test_cfg.DeprecationWarningTestBase": [ "object", "oslo_config.tests.test_cfg.BaseTestCase" ] }, { "oslo_config.tests.test_cfg.DeprecationWarningTestScenarios": [ "object", "oslo_config.tests.test_cfg.BaseTestCase", "oslo_config.tests.test_cfg.DeprecationWarningTestBase" ] }, { "oslo_config.tests.test_cfg.DeprecationWarningTests": [ "object", "oslo_config.tests.test_cfg.BaseTestCase", "oslo_config.tests.test_cfg.DeprecationWarningTestBase" ] }, { "oslo_config.tests.test_cfg.DeprecationWarningTestsNoOsloLog": [ "object", "oslo_config.tests.test_cfg.BaseTestCase", "oslo_config.tests.test_cfg.DeprecationWarningTestBase", "oslo_config.tests.test_cfg.DeprecationWarningTests" ] }, { "oslo_config.tests.test_cfg.ExceptionsTestCase": [ "object" ] }, { "oslo_config.tests.test_cfg.FindConfigDirsTestCase": [ "object", "oslo_config.tests.test_cfg.BaseTestCase" ] }, { "oslo_config.tests.test_cfg.FindConfigFilesTestCase": [ "object", "oslo_config.tests.test_cfg.BaseTestCase" ] }, { "oslo_config.tests.test_cfg.FindFileTestCase": [ "object", "oslo_config.tests.test_cfg.BaseTestCase" ] }, { "oslo_config.tests.test_cfg.HelpTestCase": [ "object", "oslo_config.tests.test_cfg.BaseTestCase" ] }, { "oslo_config.tests.test_cfg.IgnoreCaseTestCase": [ "object", "oslo_config.tests.test_cfg.BaseTestCase" ] }, { "oslo_config.tests.test_cfg.ImportGroupTestCase": [ "object", "oslo_config.tests.test_cfg.BaseTestCase" ] }, { "oslo_config.tests.test_cfg.ImportOptTestCase": [ "object", "oslo_config.tests.test_cfg.BaseTestCase" ] }, { "oslo_config.tests.test_cfg.MappingInterfaceTestCase": [ "object", "oslo_config.tests.test_cfg.BaseTestCase" ] }, { "oslo_config.tests.test_cfg.MultipleDeprecatedCliOptionsTestCase": [ "object", "oslo_config.tests.test_cfg.BaseTestCase" ] }, { "oslo_config.tests.test_cfg.MultipleDeprecatedOptionsTestCase": [ "object", "oslo_config.tests.test_cfg.BaseTestCase" ] }, { "oslo_config.tests.test_cfg.NamespaceTestCase": [ "object", "oslo_config.tests.test_cfg.BaseTestCase" ] }, { "oslo_config.tests.test_cfg.OptDumpingTestCase": [ "object", "oslo_config.tests.test_cfg.BaseTestCase" ] }, { "oslo_config.tests.test_cfg.OptDumpingTestCase.FakeLogger": [ "object" ] }, { "oslo_config.tests.test_cfg.OptGroupsTestCase": [ "object", "oslo_config.tests.test_cfg.BaseTestCase" ] }, { "oslo_config.tests.test_cfg.OptNameSeparatorTestCase": [ "object", "oslo_config.tests.test_cfg.BaseTestCase" ] }, { "oslo_config.tests.test_cfg.OptTestCase": [ "object" ] }, { "oslo_config.tests.test_cfg.OverridesTestCase": [ "object", "oslo_config.tests.test_cfg.BaseTestCase" ] }, { "oslo_config.tests.test_cfg.PortChoicesTestCase": [ "object", "oslo_config.tests.test_cfg.BaseTestCase" ] }, { "oslo_config.tests.test_cfg.PositionalTestCase": [ "object", "oslo_config.tests.test_cfg.BaseTestCase" ] }, { "oslo_config.tests.test_cfg.PrintHelpTestCase": [ "object" ] }, { "oslo_config.tests.test_cfg.QuotesTestCase": [ "object", "oslo_config.tests.test_cfg.BaseTestCase" ] }, { "oslo_config.tests.test_cfg.ReRegisterOptTestCase": [ "object", "oslo_config.tests.test_cfg.BaseTestCase" ] }, { "oslo_config.tests.test_cfg.RegexTestCase": [ "object", "oslo_config.tests.test_cfg.BaseTestCase" ] }, { "oslo_config.tests.test_cfg.RegisterOptNameTestCase": [ "object", "oslo_config.tests.test_cfg.BaseTestCase" ] }, { "oslo_config.tests.test_cfg.ReparseTestCase": [ "object", "oslo_config.tests.test_cfg.BaseTestCase" ] }, { "oslo_config.tests.test_cfg.RequiredOptsTestCase": [ "object", "oslo_config.tests.test_cfg.BaseTestCase" ] }, { "oslo_config.tests.test_cfg.ResetAndClearTestCase": [ "object", "oslo_config.tests.test_cfg.BaseTestCase" ] }, { "oslo_config.tests.test_cfg.SadPathTestCase": [ "object", "oslo_config.tests.test_cfg.BaseTestCase" ] }, { "oslo_config.tests.test_cfg.SectionsTestCase": [ "object", "oslo_config.tests.test_cfg.BaseTestCase" ] }, { "oslo_config.tests.test_cfg.SetDefaultsTestCase": [ "object", "oslo_config.tests.test_cfg.BaseTestCase" ] }, { "oslo_config.tests.test_cfg.StrOptMaxLengthTestCase": [ "object", "oslo_config.tests.test_cfg.BaseTestCase" ] }, { "oslo_config.tests.test_cfg.SubCommandTestCase": [ "object", "oslo_config.tests.test_cfg.BaseTestCase" ] }, { "oslo_config.tests.test_cfg.TemplateSubstitutionTestCase": [ "object", "oslo_config.tests.test_cfg.BaseTestCase" ] }, { "oslo_config.tests.test_cfg.TildeExpansionTestCase": [ "object", "oslo_config.tests.test_cfg.BaseTestCase" ] }, { "oslo_config.tests.test_cfg.URIOptMaxLengthTestCase": [ "object", "oslo_config.tests.test_cfg.BaseTestCase" ] }, { "oslo_config.tests.test_cfg.URIOptSchemesTestCase": [ "object", "oslo_config.tests.test_cfg.BaseTestCase" ] }, { "oslo_config.tests.test_cfg.UnregisterOptTestCase": [ "object", "oslo_config.tests.test_cfg.BaseTestCase" ] }, { "oslo_config.tests.test_cfg.UsageTestCase": [ "object", "oslo_config.tests.test_cfg.BaseTestCase" ] }, { "oslo_config.sphinxext.ConfigDomain": [ "object" ] }, { "oslo_config.sphinxext.ConfigGroup": [ "object" ] }, { "oslo_config.sphinxext.ConfigGroupXRefRole": [ "object" ] }, { "oslo_config.sphinxext.ConfigOptXRefRole": [ "object" ] }, { "oslo_config.sphinxext.ConfigOption": [ "object" ] }, { "oslo_config.sphinxext.ShowOptionsDirective": [ "object" ] }, { "oslo_config.sources._uri.URIConfigurationSource": [ "object", "oslo_config.sources.ConfigurationSource" ] }, { "oslo_config.sources._uri.URIConfigurationSourceDriver": [ "object", "oslo_config.sources.ConfigurationSourceDriver" ] }, { "oslo_config.sources._environment.EnvironmentConfigurationSource": [ "object", "oslo_config.sources.ConfigurationSource" ] }, { "oslo_config.sources._environment.EnvironmentConfigurationSourceDriver": [ "object", "oslo_config.sources.ConfigurationSourceDriver" ] }, { "oslo_config.sources.ConfigurationSource": [ "object" ] }, { "oslo_config.sources.ConfigurationSourceDriver": [ "object" ] }, { "oslo_config.iniparser.BaseParser": [ "object" ] }, { "oslo_config.iniparser.ParseError": [ "BaseException", "Exception", "object" ] }, { "oslo_config.generator._OptFormatter": [ "object" ] }, { "oslo_config.fixture.Config": [ "fixtures.fixture.Fixture", "object" ] }, { "oslo_config.cfg.ArgsAlreadyParsedError": [ "BaseException", "Exception", "object", "oslo_config.cfg.Error" ] }, { "oslo_config.cfg.BoolOpt": [ "object", "oslo_config.cfg.Opt" ] }, { "oslo_config.cfg.ConfigDirNotFoundError": [ "BaseException", "Exception", "object", "oslo_config.cfg.Error" ] }, { "oslo_config.cfg.ConfigFileParseError": [ "BaseException", "Exception", "object", "oslo_config.cfg.Error" ] }, { "oslo_config.cfg.ConfigFileValueError": [ "BaseException", "Exception", "ValueError", "object", "oslo_config.cfg.ConfigSourceValueError", "oslo_config.cfg.Error" ] }, { "oslo_config.cfg.ConfigFilesNotFoundError": [ "BaseException", "Exception", "object", "oslo_config.cfg.Error" ] }, { "oslo_config.cfg.ConfigFilesPermissionDeniedError": [ "BaseException", "Exception", "object", "oslo_config.cfg.Error" ] }, { "oslo_config.cfg.ConfigOpts": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "oslo_config.cfg.ConfigOpts.GroupAttr": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "oslo_config.cfg.ConfigOpts.StrSubWrapper": [ "object" ] }, { "oslo_config.cfg.ConfigOpts.SubCommandAttr": [ "object" ] }, { "oslo_config.cfg.ConfigOpts.Template": [ "object", "string.Template" ] }, { "oslo_config.cfg.ConfigParser": [ "object", "oslo_config.iniparser.BaseParser" ] }, { "oslo_config.cfg.ConfigSourceValueError": [ "BaseException", "Exception", "ValueError", "object", "oslo_config.cfg.Error" ] }, { "oslo_config.cfg.DefaultValueError": [ "BaseException", "Exception", "ValueError", "object", "oslo_config.cfg.Error" ] }, { "oslo_config.cfg.DeprecatedOpt": [ "object" ] }, { "oslo_config.cfg.DictOpt": [ "object", "oslo_config.cfg.Opt" ] }, { "oslo_config.cfg.DuplicateOptError": [ "BaseException", "Exception", "object", "oslo_config.cfg.Error" ] }, { "oslo_config.cfg.Error": [ "BaseException", "Exception", "object" ] }, { "oslo_config.cfg.FloatOpt": [ "object", "oslo_config.cfg.Opt" ] }, { "oslo_config.cfg.HostAddressOpt": [ "object", "oslo_config.cfg.Opt" ] }, { "oslo_config.cfg.HostDomainOpt": [ "object", "oslo_config.cfg.Opt" ] }, { "oslo_config.cfg.HostnameOpt": [ "object", "oslo_config.cfg.Opt" ] }, { "oslo_config.cfg.IPOpt": [ "object", "oslo_config.cfg.Opt" ] }, { "oslo_config.cfg.IntOpt": [ "object", "oslo_config.cfg.Opt" ] }, { "oslo_config.cfg.ListOpt": [ "object", "oslo_config.cfg.Opt" ] }, { "oslo_config.cfg.LocationInfo": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "oslo_config.cfg.Locations": [ "enum.Enum", "object" ] }, { "oslo_config.cfg.MultiOpt": [ "object", "oslo_config.cfg.Opt" ] }, { "oslo_config.cfg.MultiStrOpt": [ "object", "oslo_config.cfg.MultiOpt", "oslo_config.cfg.Opt" ] }, { "oslo_config.cfg.NoSuchGroupError": [ "BaseException", "Exception", "object", "oslo_config.cfg.Error" ] }, { "oslo_config.cfg.NoSuchOptError": [ "AttributeError", "BaseException", "Exception", "object", "oslo_config.cfg.Error" ] }, { "oslo_config.cfg.NotInitializedError": [ "BaseException", "Exception", "object", "oslo_config.cfg.Error" ] }, { "oslo_config.cfg.Opt": [ "object" ] }, { "oslo_config.cfg.OptGroup": [ "object" ] }, { "oslo_config.cfg.ParseError": [ "BaseException", "Exception", "object", "oslo_config.iniparser.ParseError" ] }, { "oslo_config.cfg.PortOpt": [ "object", "oslo_config.cfg.Opt" ] }, { "oslo_config.cfg.RequiredOptError": [ "BaseException", "Exception", "object", "oslo_config.cfg.Error" ] }, { "oslo_config.cfg.StrOpt": [ "object", "oslo_config.cfg.Opt" ] }, { "oslo_config.cfg.SubCommandOpt": [ "object", "oslo_config.cfg.Opt" ] }, { "oslo_config.cfg.TemplateSubstitutionError": [ "BaseException", "Exception", "object", "oslo_config.cfg.Error" ] }, { "oslo_config.cfg.URIOpt": [ "object", "oslo_config.cfg.Opt" ] }, { "oslo_config.cfg._CachedArgumentParser": [ "argparse.ArgumentParser", "argparse._ActionsContainer", "argparse._AttributeHolder", "object" ] }, { "oslo_config.cfg._ConfigDirOpt": [ "object", "oslo_config.cfg.Opt" ] }, { "oslo_config.cfg._ConfigDirOpt.ConfigDirAction": [ "argparse.Action", "argparse._AttributeHolder", "object" ] }, { "oslo_config.cfg._ConfigFileOpt": [ "object", "oslo_config.cfg.Opt" ] }, { "oslo_config.cfg._ConfigFileOpt.ConfigFileAction": [ "argparse.Action", "argparse._AttributeHolder", "object" ] }, { "oslo_config.cfg._Namespace": [ "argparse.Namespace", "argparse._AttributeHolder", "object" ] }, { "oslo_concurrency.tests.unit.test_processutils.FakeSshChannel": [ "object" ] }, { "oslo_concurrency.tests.unit.test_processutils.FakeSshConnection": [ "object" ] }, { "oslo_concurrency.tests.unit.test_processutils.FakeSshStream": [ "io.BufferedIOBase", "io.BytesIO", "io.IOBase", "object", "typing.BinaryIO", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "oslo_concurrency.tests.unit.test_processutils.PrlimitTestCase": [ "object" ] }, { "oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorLoggingTest": [ "object" ] }, { "oslo_concurrency.tests.unit.test_processutils.ProcessExecutionErrorTest": [ "object" ] }, { "oslo_concurrency.tests.unit.test_processutils.SshExecuteTestCase": [ "object" ] }, { "oslo_concurrency.tests.unit.test_processutils.TryCmdTestCase": [ "object" ] }, { "oslo_concurrency.tests.unit.test_processutils.UtilsTest": [ "object" ] }, { "oslo_concurrency.tests.unit.test_lockutils_eventlet.TestFileLocks": [ "object" ] }, { "oslo_concurrency.tests.unit.test_lockutils.FileBasedLockingTestCase": [ "object" ] }, { "oslo_concurrency.tests.unit.test_lockutils.LockTestCase": [ "object" ] }, { "oslo_concurrency.tests.unit.test_lockutils.LockutilsModuleTestCase": [ "object" ] }, { "oslo_concurrency.tests.unit.test_lockutils.TestGetLockPath": [ "object" ] }, { "oslo_concurrency.tests.unit.test_lockutils.TestLockFixture": [ "object" ] }, { "oslo_concurrency.processutils.InvalidArgumentError": [ "BaseException", "Exception", "object" ] }, { "oslo_concurrency.processutils.LogErrors": [ "complex", "enum.Enum", "enum.IntEnum", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "oslo_concurrency.processutils.NoRootWrapSpecified": [ "BaseException", "Exception", "object" ] }, { "oslo_concurrency.processutils.ProcessExecutionError": [ "BaseException", "Exception", "object" ] }, { "oslo_concurrency.processutils.ProcessLimits": [ "object" ] }, { "oslo_concurrency.processutils.UnknownArgumentError": [ "BaseException", "Exception", "object" ] }, { "oslo_concurrency.lockutils.FairLocks": [ "object" ] }, { "oslo_concurrency.lockutils.Semaphores": [ "object" ] }, { "oslo_concurrency.fixture.lockutils.ExternalLockFixture": [ "fixtures.fixture.Fixture", "object" ] }, { "oslo_concurrency.fixture.lockutils.LockFixture": [ "fixtures.fixture.Fixture", "object" ] }, { "oslo_cache.tests.unit.test_dict_backend.CacheDictBackendTest": [ "object", "oslo_cache.tests.test_cache.BaseTestCase" ] }, { "oslo_cache.tests.unit.test_connection_pool.TestConnectionPool": [ "object", "oslo_cache.tests.test_cache.BaseTestCase" ] }, { "oslo_cache.tests.unit.test_connection_pool.TestConnectionPool.test_acquire_conn_exception_returns_acquired_count.TestException": [ "BaseException", "Exception", "object" ] }, { "oslo_cache.tests.unit.test_connection_pool.TestMemcacheClientOverrides": [ "object", "oslo_cache.tests.test_cache.BaseTestCase" ] }, { "oslo_cache.tests.unit.test_connection_pool._TestConnectionPool": [ "object", "oslo_cache._memcache_pool.ConnectionPool", "queue.Queue", "typing.Generic" ] }, { "oslo_cache.tests.unit.test_cache_basics.CacheRegionTest": [ "object", "oslo_cache.tests.test_cache.BaseTestCase" ] }, { "oslo_cache.tests.unit.test_cache_basics.CacheRegionTest._get_cache_fallthrough_fn._test_obj": [ "object" ] }, { "oslo_cache.tests.unit.test_cache_basics.TestProxy": [ "dogpile.cache.api.CacheBackend", "dogpile.cache.proxy.ProxyBackend", "object" ] }, { "oslo_cache.tests.unit.test_cache_basics.TestProxyValue": [ "object" ] }, { "oslo_cache.tests.unit.test_cache_basics.UTF8KeyManglerTests": [ "object", "oslo_cache.tests.test_cache.BaseTestCase" ] }, { "oslo_cache.tests.unit.test_cache_backend_mongo.MockCollection": [ "object" ] }, { "oslo_cache.tests.unit.test_cache_backend_mongo.MockCursor": [ "object" ] }, { "oslo_cache.tests.unit.test_cache_backend_mongo.MockMongoClient": [ "object" ] }, { "oslo_cache.tests.unit.test_cache_backend_mongo.MockMongoDB": [ "object" ] }, { "oslo_cache.tests.unit.test_cache_backend_mongo.MongoCache": [ "object", "oslo_cache.tests.test_cache.BaseTestCase" ] }, { "oslo_cache.tests.unit.test_cache_backend_mongo.MyTransformer": [ "object", "oslo_cache.backends.mongo.AbstractManipulator", "oslo_cache.backends.mongo.BaseTransform" ] }, { "oslo_cache.tests.test_cache.BaseTestCase": [ "object" ] }, { "oslo_cache.tests.functional.test_base.BaseTestCaseCacheBackend": [ "object" ] }, { "oslo_cache.tests.functional.memcache_pool.test_cache_backend.TestMemcachePoolCacheBackend": [ "object", "oslo_cache.tests.functional.test_base.BaseTestCaseCacheBackend" ] }, { "oslo_cache.tests.functional.etcd3gw.test_cache_backend.TestEtcdCacheBackend": [ "object", "oslo_cache.tests.functional.test_base.BaseTestCaseCacheBackend" ] }, { "oslo_cache.tests.functional.dogpile_cache_pymemcache.test_cache_backend.TestDogpileCachePyMemcacheBackend": [ "object", "oslo_cache.tests.functional.test_base.BaseTestCaseCacheBackend" ] }, { "oslo_cache.tests.functional.dogpile_cache_bmemcached.test_cache_backend.TestDogpileCacheBMemcachedBackend": [ "object", "oslo_cache.tests.functional.test_base.BaseTestCaseCacheBackend" ] }, { "oslo_cache.testing.CacheIsolatingProxy": [ "dogpile.cache.api.CacheBackend", "dogpile.cache.proxy.ProxyBackend", "object" ] }, { "oslo_cache.exception.ConfigurationError": [ "BaseException", "Exception", "object" ] }, { "oslo_cache.exception.QueueEmpty": [ "BaseException", "Exception", "object" ] }, { "oslo_cache.core._DebugProxy": [ "dogpile.cache.api.CacheBackend", "dogpile.cache.proxy.ProxyBackend", "object" ] }, { "oslo_cache.backends.mongo.AbstractManipulator": [ "object" ] }, { "oslo_cache.backends.mongo.BaseTransform": [ "object", "oslo_cache.backends.mongo.AbstractManipulator" ] }, { "oslo_cache.backends.mongo.MongoApi": [ "object" ] }, { "oslo_cache.backends.mongo.MongoCacheBackend": [ "dogpile.cache.api.CacheBackend", "object" ] }, { "oslo_cache.backends.memcache_pool.ClientProxy": [ "object" ] }, { "oslo_cache.backends.memcache_pool.PooledMemcachedBackend": [ "dogpile.cache.api.CacheBackend", "dogpile.cache.backends.memcached.GenericMemcachedBackend", "dogpile.cache.backends.memcached.MemcacheArgs", "dogpile.cache.backends.memcached.MemcachedBackend", "object" ] }, { "oslo_cache.backends.etcd3gw.Etcd3gwCacheBackend": [ "dogpile.cache.api.CacheBackend", "object" ] }, { "oslo_cache.backends.dictionary.DictCacheBackend": [ "dogpile.cache.api.CacheBackend", "object" ] }, { "oslo_cache._memcache_pool.ConnectionPool": [ "object", "queue.Queue", "typing.Generic" ] }, { "oslo_cache._memcache_pool.MemcacheClientPool": [ "object", "oslo_cache._memcache_pool.ConnectionPool", "queue.Queue", "typing.Generic" ] }, { "oslo_cache._memcache_pool._MemcacheClient": [ "object" ] }, { "oslo_cache._memcache_pool._PoolItem": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "os_service_types.tests.test_warn.TestWarnOff": [ "object", "os_service_types.tests.base.TestCase" ] }, { "os_service_types.tests.test_warn.TestWarnOn": [ "object", "os_service_types.tests.base.TestCase" ] }, { "os_service_types.tests.test_singleton.TestSingleton": [ "object", "os_service_types.tests.base.TestCase" ] }, { "os_service_types.tests.test_remote.TestRemote": [ "object", "os_service_types.tests.base.ServiceDataMixin", "os_service_types.tests.base.TestCase" ] }, { "os_service_types.tests.test_misc.TestMisc": [ "object", "os_service_types.tests.base.TestCase" ] }, { "os_service_types.tests.test_match.TestMatch": [ "object", "os_service_types.tests.base.TestCase" ] }, { "os_service_types.tests.test_data.TestData": [ "object", "os_service_types.tests.base.TemporaryFileMixin", "os_service_types.tests.base.TestCase" ] }, { "os_service_types.tests.test_builtin.TestBuiltin": [ "object", "os_service_types.tests.base.ServiceDataMixin", "os_service_types.tests.base.TestCase" ] }, { "os_service_types.tests.base.ServiceDataMixin": [ "object" ] }, { "os_service_types.tests.base.TemporaryFileMixin": [ "object" ] }, { "os_service_types.tests.base.TestCase": [ "object" ] }, { "os_service_types.service_types.ServiceTypes": [ "object" ] }, { "os_service_types.exc.AliasUsageWarning": [ "BaseException", "Exception", "Warning", "object" ] }, { "os_service_types.exc.UnofficialUsageWarning": [ "BaseException", "Exception", "Warning", "object" ] }, { "os.DirEntry": [ "object", "typing.Generic" ] }, { "os._Environ": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "os._ScandirIterator": [ "object", "typing.ContextManager", "typing.Generic", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "os._wrap_close": [ "io.IOBase", "io.TextIOBase", "io.TextIOWrapper", "object", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol", "typing.TextIO" ] }, { "os.stat_result": [ "object" ] }, { "os.statvfs_result": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "os.terminal_size": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "orjson.JSONDecodeError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "orjson.JSONEncodeError": [ "BaseException", "Exception", "TypeError", "object" ] }, { "optparse.AmbiguousOptionError": [ "BaseException", "Exception", "object", "optparse.BadOptionError", "optparse.OptParseError" ] }, { "optparse.BadOptionError": [ "BaseException", "Exception", "object", "optparse.OptParseError" ] }, { "optparse.HelpFormatter": [ "object" ] }, { "optparse.IndentedHelpFormatter": [ "object", "optparse.HelpFormatter" ] }, { "optparse.OptParseError": [ "BaseException", "Exception", "object" ] }, { "optparse.Option": [ "object" ] }, { "optparse.OptionConflictError": [ "BaseException", "Exception", "object", "optparse.OptParseError", "optparse.OptionError" ] }, { "optparse.OptionContainer": [ "object" ] }, { "optparse.OptionError": [ "BaseException", "Exception", "object", "optparse.OptParseError" ] }, { "optparse.OptionGroup": [ "object", "optparse.OptionContainer" ] }, { "optparse.OptionParser": [ "object", "optparse.OptionContainer" ] }, { "optparse.OptionValueError": [ "BaseException", "Exception", "object", "optparse.OptParseError" ] }, { "optparse.TitledHelpFormatter": [ "object", "optparse.HelpFormatter" ] }, { "optparse.Values": [ "object" ] }, { "oauthlib.signals.Namespace": [ "object" ] }, { "oauthlib.signals._FakeSignal": [ "object" ] }, { "oauthlib.openid.connect.core.tokens.JWTToken": [ "oauthlib.oauth2.rfc6749.tokens.TokenBase", "object" ] }, { "oauthlib.openid.connect.core.request_validator.RequestValidator": [ "oauthlib.oauth2.rfc6749.request_validator.RequestValidator", "object" ] }, { "oauthlib.openid.connect.core.grant_types.implicit.ImplicitGrant": [ "oauthlib.openid.connect.core.grant_types.base.GrantTypeBase", "object" ] }, { "oauthlib.openid.connect.core.grant_types.hybrid.HybridGrant": [ "oauthlib.openid.connect.core.grant_types.base.GrantTypeBase", "object" ] }, { "oauthlib.openid.connect.core.grant_types.dispatchers.AuthorizationCodeGrantDispatcher": [ "oauthlib.openid.connect.core.grant_types.dispatchers.Dispatcher", "object" ] }, { "oauthlib.openid.connect.core.grant_types.dispatchers.AuthorizationTokenGrantDispatcher": [ "oauthlib.openid.connect.core.grant_types.dispatchers.Dispatcher", "object" ] }, { "oauthlib.openid.connect.core.grant_types.dispatchers.Dispatcher": [ "object" ] }, { "oauthlib.openid.connect.core.grant_types.dispatchers.ImplicitTokenGrantDispatcher": [ "oauthlib.openid.connect.core.grant_types.dispatchers.Dispatcher", "object" ] }, { "oauthlib.openid.connect.core.grant_types.base.GrantTypeBase": [ "object" ] }, { "oauthlib.openid.connect.core.grant_types.authorization_code.AuthorizationCodeGrant": [ "oauthlib.openid.connect.core.grant_types.base.GrantTypeBase", "object" ] }, { "oauthlib.openid.connect.core.exceptions.AccountSelectionRequired": [ "BaseException", "Exception", "oauthlib.oauth2.rfc6749.errors.OAuth2Error", "oauthlib.openid.connect.core.exceptions.OpenIDClientError", "object" ] }, { "oauthlib.openid.connect.core.exceptions.ConsentRequired": [ "BaseException", "Exception", "oauthlib.oauth2.rfc6749.errors.OAuth2Error", "oauthlib.openid.connect.core.exceptions.OpenIDClientError", "object" ] }, { "oauthlib.openid.connect.core.exceptions.FatalOpenIDClientError": [ "BaseException", "Exception", "oauthlib.oauth2.rfc6749.errors.FatalClientError", "oauthlib.oauth2.rfc6749.errors.OAuth2Error", "object" ] }, { "oauthlib.openid.connect.core.exceptions.InsufficientScopeError": [ "BaseException", "Exception", "oauthlib.oauth2.rfc6749.errors.OAuth2Error", "object" ] }, { "oauthlib.openid.connect.core.exceptions.InteractionRequired": [ "BaseException", "Exception", "oauthlib.oauth2.rfc6749.errors.OAuth2Error", "oauthlib.openid.connect.core.exceptions.OpenIDClientError", "object" ] }, { "oauthlib.openid.connect.core.exceptions.InvalidRequestObject": [ "BaseException", "Exception", "oauthlib.oauth2.rfc6749.errors.OAuth2Error", "oauthlib.openid.connect.core.exceptions.OpenIDClientError", "object" ] }, { "oauthlib.openid.connect.core.exceptions.InvalidRequestURI": [ "BaseException", "Exception", "oauthlib.oauth2.rfc6749.errors.OAuth2Error", "oauthlib.openid.connect.core.exceptions.OpenIDClientError", "object" ] }, { "oauthlib.openid.connect.core.exceptions.InvalidTokenError": [ "BaseException", "Exception", "oauthlib.oauth2.rfc6749.errors.OAuth2Error", "object" ] }, { "oauthlib.openid.connect.core.exceptions.LoginRequired": [ "BaseException", "Exception", "oauthlib.oauth2.rfc6749.errors.OAuth2Error", "oauthlib.openid.connect.core.exceptions.OpenIDClientError", "object" ] }, { "oauthlib.openid.connect.core.exceptions.OpenIDClientError": [ "BaseException", "Exception", "oauthlib.oauth2.rfc6749.errors.OAuth2Error", "object" ] }, { "oauthlib.openid.connect.core.exceptions.RegistrationNotSupported": [ "BaseException", "Exception", "oauthlib.oauth2.rfc6749.errors.OAuth2Error", "oauthlib.openid.connect.core.exceptions.OpenIDClientError", "object" ] }, { "oauthlib.openid.connect.core.exceptions.RequestNotSupported": [ "BaseException", "Exception", "oauthlib.oauth2.rfc6749.errors.OAuth2Error", "oauthlib.openid.connect.core.exceptions.OpenIDClientError", "object" ] }, { "oauthlib.openid.connect.core.exceptions.RequestURINotSupported": [ "BaseException", "Exception", "oauthlib.oauth2.rfc6749.errors.OAuth2Error", "oauthlib.openid.connect.core.exceptions.OpenIDClientError", "object" ] }, { "oauthlib.openid.connect.core.endpoints.userinfo.UserInfoEndpoint": [ "oauthlib.oauth2.rfc6749.endpoints.base.BaseEndpoint", "object" ] }, { "oauthlib.openid.connect.core.endpoints.pre_configured.Server": [ "oauthlib.oauth2.rfc6749.endpoints.authorization.AuthorizationEndpoint", "oauthlib.oauth2.rfc6749.endpoints.base.BaseEndpoint", "oauthlib.oauth2.rfc6749.endpoints.introspect.IntrospectEndpoint", "oauthlib.oauth2.rfc6749.endpoints.resource.ResourceEndpoint", "oauthlib.oauth2.rfc6749.endpoints.revocation.RevocationEndpoint", "oauthlib.oauth2.rfc6749.endpoints.token.TokenEndpoint", "oauthlib.openid.connect.core.endpoints.userinfo.UserInfoEndpoint", "object" ] }, { "oauthlib.oauth2.rfc6749.tokens.BearerToken": [ "oauthlib.oauth2.rfc6749.tokens.TokenBase", "object" ] }, { "oauthlib.oauth2.rfc6749.tokens.OAuth2Token": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "oauthlib.oauth2.rfc6749.tokens.TokenBase": [ "object" ] }, { "oauthlib.oauth2.rfc6749.request_validator.RequestValidator": [ "object" ] }, { "oauthlib.oauth2.rfc6749.grant_types.resource_owner_password_credentials.ResourceOwnerPasswordCredentialsGrant": [ "oauthlib.oauth2.rfc6749.grant_types.base.GrantTypeBase", "object" ] }, { "oauthlib.oauth2.rfc6749.grant_types.refresh_token.RefreshTokenGrant": [ "oauthlib.oauth2.rfc6749.grant_types.base.GrantTypeBase", "object" ] }, { "oauthlib.oauth2.rfc6749.grant_types.implicit.ImplicitGrant": [ "oauthlib.oauth2.rfc6749.grant_types.base.GrantTypeBase", "object" ] }, { "oauthlib.oauth2.rfc6749.grant_types.client_credentials.ClientCredentialsGrant": [ "oauthlib.oauth2.rfc6749.grant_types.base.GrantTypeBase", "object" ] }, { "oauthlib.oauth2.rfc6749.grant_types.base.GrantTypeBase": [ "object" ] }, { "oauthlib.oauth2.rfc6749.grant_types.base.ValidatorsContainer": [ "object" ] }, { "oauthlib.oauth2.rfc6749.grant_types.authorization_code.AuthorizationCodeGrant": [ "oauthlib.oauth2.rfc6749.grant_types.base.GrantTypeBase", "object" ] }, { "oauthlib.oauth2.rfc6749.errors.AccessDeniedError": [ "BaseException", "Exception", "oauthlib.oauth2.rfc6749.errors.OAuth2Error", "object" ] }, { "oauthlib.oauth2.rfc6749.errors.ConsentRequired": [ "BaseException", "Exception", "oauthlib.oauth2.rfc6749.errors.OAuth2Error", "object" ] }, { "oauthlib.oauth2.rfc6749.errors.CustomOAuth2Error": [ "BaseException", "Exception", "oauthlib.oauth2.rfc6749.errors.OAuth2Error", "object" ] }, { "oauthlib.oauth2.rfc6749.errors.FatalClientError": [ "BaseException", "Exception", "oauthlib.oauth2.rfc6749.errors.OAuth2Error", "object" ] }, { "oauthlib.oauth2.rfc6749.errors.InsecureTransportError": [ "BaseException", "Exception", "oauthlib.oauth2.rfc6749.errors.OAuth2Error", "object" ] }, { "oauthlib.oauth2.rfc6749.errors.InsufficientScopeError": [ "BaseException", "Exception", "oauthlib.oauth2.rfc6749.errors.OAuth2Error", "object" ] }, { "oauthlib.oauth2.rfc6749.errors.InvalidClientError": [ "BaseException", "Exception", "oauthlib.oauth2.rfc6749.errors.FatalClientError", "oauthlib.oauth2.rfc6749.errors.OAuth2Error", "object" ] }, { "oauthlib.oauth2.rfc6749.errors.InvalidClientIdError": [ "BaseException", "Exception", "oauthlib.oauth2.rfc6749.errors.FatalClientError", "oauthlib.oauth2.rfc6749.errors.InvalidRequestFatalError", "oauthlib.oauth2.rfc6749.errors.OAuth2Error", "object" ] }, { "oauthlib.oauth2.rfc6749.errors.InvalidGrantError": [ "BaseException", "Exception", "oauthlib.oauth2.rfc6749.errors.OAuth2Error", "object" ] }, { "oauthlib.oauth2.rfc6749.errors.InvalidRedirectURIError": [ "BaseException", "Exception", "oauthlib.oauth2.rfc6749.errors.FatalClientError", "oauthlib.oauth2.rfc6749.errors.InvalidRequestFatalError", "oauthlib.oauth2.rfc6749.errors.OAuth2Error", "object" ] }, { "oauthlib.oauth2.rfc6749.errors.InvalidRequestError": [ "BaseException", "Exception", "oauthlib.oauth2.rfc6749.errors.OAuth2Error", "object" ] }, { "oauthlib.oauth2.rfc6749.errors.InvalidRequestFatalError": [ "BaseException", "Exception", "oauthlib.oauth2.rfc6749.errors.FatalClientError", "oauthlib.oauth2.rfc6749.errors.OAuth2Error", "object" ] }, { "oauthlib.oauth2.rfc6749.errors.InvalidScopeError": [ "BaseException", "Exception", "oauthlib.oauth2.rfc6749.errors.OAuth2Error", "object" ] }, { "oauthlib.oauth2.rfc6749.errors.InvalidTokenError": [ "BaseException", "Exception", "oauthlib.oauth2.rfc6749.errors.OAuth2Error", "object" ] }, { "oauthlib.oauth2.rfc6749.errors.LoginRequired": [ "BaseException", "Exception", "oauthlib.oauth2.rfc6749.errors.OAuth2Error", "object" ] }, { "oauthlib.oauth2.rfc6749.errors.MismatchingRedirectURIError": [ "BaseException", "Exception", "oauthlib.oauth2.rfc6749.errors.FatalClientError", "oauthlib.oauth2.rfc6749.errors.InvalidRequestFatalError", "oauthlib.oauth2.rfc6749.errors.OAuth2Error", "object" ] }, { "oauthlib.oauth2.rfc6749.errors.MismatchingStateError": [ "BaseException", "Exception", "oauthlib.oauth2.rfc6749.errors.OAuth2Error", "object" ] }, { "oauthlib.oauth2.rfc6749.errors.MissingClientIdError": [ "BaseException", "Exception", "oauthlib.oauth2.rfc6749.errors.FatalClientError", "oauthlib.oauth2.rfc6749.errors.InvalidRequestFatalError", "oauthlib.oauth2.rfc6749.errors.OAuth2Error", "object" ] }, { "oauthlib.oauth2.rfc6749.errors.MissingCodeChallengeError": [ "BaseException", "Exception", "oauthlib.oauth2.rfc6749.errors.InvalidRequestError", "oauthlib.oauth2.rfc6749.errors.OAuth2Error", "object" ] }, { "oauthlib.oauth2.rfc6749.errors.MissingCodeError": [ "BaseException", "Exception", "oauthlib.oauth2.rfc6749.errors.OAuth2Error", "object" ] }, { "oauthlib.oauth2.rfc6749.errors.MissingCodeVerifierError": [ "BaseException", "Exception", "oauthlib.oauth2.rfc6749.errors.InvalidRequestError", "oauthlib.oauth2.rfc6749.errors.OAuth2Error", "object" ] }, { "oauthlib.oauth2.rfc6749.errors.MissingRedirectURIError": [ "BaseException", "Exception", "oauthlib.oauth2.rfc6749.errors.FatalClientError", "oauthlib.oauth2.rfc6749.errors.InvalidRequestFatalError", "oauthlib.oauth2.rfc6749.errors.OAuth2Error", "object" ] }, { "oauthlib.oauth2.rfc6749.errors.MissingResponseTypeError": [ "BaseException", "Exception", "oauthlib.oauth2.rfc6749.errors.InvalidRequestError", "oauthlib.oauth2.rfc6749.errors.OAuth2Error", "object" ] }, { "oauthlib.oauth2.rfc6749.errors.MissingTokenError": [ "BaseException", "Exception", "oauthlib.oauth2.rfc6749.errors.OAuth2Error", "object" ] }, { "oauthlib.oauth2.rfc6749.errors.MissingTokenTypeError": [ "BaseException", "Exception", "oauthlib.oauth2.rfc6749.errors.OAuth2Error", "object" ] }, { "oauthlib.oauth2.rfc6749.errors.OAuth2Error": [ "BaseException", "Exception", "object" ] }, { "oauthlib.oauth2.rfc6749.errors.ServerError": [ "BaseException", "Exception", "oauthlib.oauth2.rfc6749.errors.OAuth2Error", "object" ] }, { "oauthlib.oauth2.rfc6749.errors.TemporarilyUnavailableError": [ "BaseException", "Exception", "oauthlib.oauth2.rfc6749.errors.OAuth2Error", "object" ] }, { "oauthlib.oauth2.rfc6749.errors.TokenExpiredError": [ "BaseException", "Exception", "oauthlib.oauth2.rfc6749.errors.OAuth2Error", "object" ] }, { "oauthlib.oauth2.rfc6749.errors.UnauthorizedClientError": [ "BaseException", "Exception", "oauthlib.oauth2.rfc6749.errors.OAuth2Error", "object" ] }, { "oauthlib.oauth2.rfc6749.errors.UnsupportedCodeChallengeMethodError": [ "BaseException", "Exception", "oauthlib.oauth2.rfc6749.errors.InvalidRequestError", "oauthlib.oauth2.rfc6749.errors.OAuth2Error", "object" ] }, { "oauthlib.oauth2.rfc6749.errors.UnsupportedGrantTypeError": [ "BaseException", "Exception", "oauthlib.oauth2.rfc6749.errors.OAuth2Error", "object" ] }, { "oauthlib.oauth2.rfc6749.errors.UnsupportedResponseTypeError": [ "BaseException", "Exception", "oauthlib.oauth2.rfc6749.errors.OAuth2Error", "object" ] }, { "oauthlib.oauth2.rfc6749.errors.UnsupportedTokenTypeError": [ "BaseException", "Exception", "oauthlib.oauth2.rfc6749.errors.OAuth2Error", "object" ] }, { "oauthlib.oauth2.rfc6749.endpoints.token.TokenEndpoint": [ "oauthlib.oauth2.rfc6749.endpoints.base.BaseEndpoint", "object" ] }, { "oauthlib.oauth2.rfc6749.endpoints.revocation.RevocationEndpoint": [ "oauthlib.oauth2.rfc6749.endpoints.base.BaseEndpoint", "object" ] }, { "oauthlib.oauth2.rfc6749.endpoints.resource.ResourceEndpoint": [ "oauthlib.oauth2.rfc6749.endpoints.base.BaseEndpoint", "object" ] }, { "oauthlib.oauth2.rfc6749.endpoints.pre_configured.BackendApplicationServer": [ "oauthlib.oauth2.rfc6749.endpoints.base.BaseEndpoint", "oauthlib.oauth2.rfc6749.endpoints.introspect.IntrospectEndpoint", "oauthlib.oauth2.rfc6749.endpoints.resource.ResourceEndpoint", "oauthlib.oauth2.rfc6749.endpoints.revocation.RevocationEndpoint", "oauthlib.oauth2.rfc6749.endpoints.token.TokenEndpoint", "object" ] }, { "oauthlib.oauth2.rfc6749.endpoints.pre_configured.LegacyApplicationServer": [ "oauthlib.oauth2.rfc6749.endpoints.base.BaseEndpoint", "oauthlib.oauth2.rfc6749.endpoints.introspect.IntrospectEndpoint", "oauthlib.oauth2.rfc6749.endpoints.resource.ResourceEndpoint", "oauthlib.oauth2.rfc6749.endpoints.revocation.RevocationEndpoint", "oauthlib.oauth2.rfc6749.endpoints.token.TokenEndpoint", "object" ] }, { "oauthlib.oauth2.rfc6749.endpoints.pre_configured.MobileApplicationServer": [ "oauthlib.oauth2.rfc6749.endpoints.authorization.AuthorizationEndpoint", "oauthlib.oauth2.rfc6749.endpoints.base.BaseEndpoint", "oauthlib.oauth2.rfc6749.endpoints.introspect.IntrospectEndpoint", "oauthlib.oauth2.rfc6749.endpoints.resource.ResourceEndpoint", "oauthlib.oauth2.rfc6749.endpoints.revocation.RevocationEndpoint", "object" ] }, { "oauthlib.oauth2.rfc6749.endpoints.pre_configured.Server": [ "oauthlib.oauth2.rfc6749.endpoints.authorization.AuthorizationEndpoint", "oauthlib.oauth2.rfc6749.endpoints.base.BaseEndpoint", "oauthlib.oauth2.rfc6749.endpoints.introspect.IntrospectEndpoint", "oauthlib.oauth2.rfc6749.endpoints.resource.ResourceEndpoint", "oauthlib.oauth2.rfc6749.endpoints.revocation.RevocationEndpoint", "oauthlib.oauth2.rfc6749.endpoints.token.TokenEndpoint", "object" ] }, { "oauthlib.oauth2.rfc6749.endpoints.pre_configured.WebApplicationServer": [ "oauthlib.oauth2.rfc6749.endpoints.authorization.AuthorizationEndpoint", "oauthlib.oauth2.rfc6749.endpoints.base.BaseEndpoint", "oauthlib.oauth2.rfc6749.endpoints.introspect.IntrospectEndpoint", "oauthlib.oauth2.rfc6749.endpoints.resource.ResourceEndpoint", "oauthlib.oauth2.rfc6749.endpoints.revocation.RevocationEndpoint", "oauthlib.oauth2.rfc6749.endpoints.token.TokenEndpoint", "object" ] }, { "oauthlib.oauth2.rfc6749.endpoints.metadata.MetadataEndpoint": [ "oauthlib.oauth2.rfc6749.endpoints.base.BaseEndpoint", "object" ] }, { "oauthlib.oauth2.rfc6749.endpoints.introspect.IntrospectEndpoint": [ "oauthlib.oauth2.rfc6749.endpoints.base.BaseEndpoint", "object" ] }, { "oauthlib.oauth2.rfc6749.endpoints.base.BaseEndpoint": [ "object" ] }, { "oauthlib.oauth2.rfc6749.endpoints.authorization.AuthorizationEndpoint": [ "oauthlib.oauth2.rfc6749.endpoints.base.BaseEndpoint", "object" ] }, { "oauthlib.oauth2.rfc6749.clients.web_application.WebApplicationClient": [ "oauthlib.oauth2.rfc6749.clients.base.Client", "object" ] }, { "oauthlib.oauth2.rfc6749.clients.service_application.ServiceApplicationClient": [ "oauthlib.oauth2.rfc6749.clients.base.Client", "object" ] }, { "oauthlib.oauth2.rfc6749.clients.mobile_application.MobileApplicationClient": [ "oauthlib.oauth2.rfc6749.clients.base.Client", "object" ] }, { "oauthlib.oauth2.rfc6749.clients.legacy_application.LegacyApplicationClient": [ "oauthlib.oauth2.rfc6749.clients.base.Client", "object" ] }, { "oauthlib.oauth2.rfc6749.clients.base.Client": [ "object" ] }, { "oauthlib.oauth2.rfc6749.clients.backend_application.BackendApplicationClient": [ "oauthlib.oauth2.rfc6749.clients.base.Client", "object" ] }, { "oauthlib.oauth1.rfc5849.request_validator.RequestValidator": [ "object" ] }, { "oauthlib.oauth1.rfc5849.errors.InsecureTransportError": [ "BaseException", "Exception", "oauthlib.oauth1.rfc5849.errors.OAuth1Error", "object" ] }, { "oauthlib.oauth1.rfc5849.errors.InvalidClientError": [ "BaseException", "Exception", "oauthlib.oauth1.rfc5849.errors.OAuth1Error", "object" ] }, { "oauthlib.oauth1.rfc5849.errors.InvalidRequestError": [ "BaseException", "Exception", "oauthlib.oauth1.rfc5849.errors.OAuth1Error", "object" ] }, { "oauthlib.oauth1.rfc5849.errors.InvalidSignatureMethodError": [ "BaseException", "Exception", "oauthlib.oauth1.rfc5849.errors.OAuth1Error", "object" ] }, { "oauthlib.oauth1.rfc5849.errors.OAuth1Error": [ "BaseException", "Exception", "object" ] }, { "oauthlib.oauth1.rfc5849.endpoints.signature_only.SignatureOnlyEndpoint": [ "oauthlib.oauth1.rfc5849.endpoints.base.BaseEndpoint", "object" ] }, { "oauthlib.oauth1.rfc5849.endpoints.resource.ResourceEndpoint": [ "oauthlib.oauth1.rfc5849.endpoints.base.BaseEndpoint", "object" ] }, { "oauthlib.oauth1.rfc5849.endpoints.request_token.RequestTokenEndpoint": [ "oauthlib.oauth1.rfc5849.endpoints.base.BaseEndpoint", "object" ] }, { "oauthlib.oauth1.rfc5849.endpoints.pre_configured.WebApplicationServer": [ "oauthlib.oauth1.rfc5849.endpoints.access_token.AccessTokenEndpoint", "oauthlib.oauth1.rfc5849.endpoints.authorization.AuthorizationEndpoint", "oauthlib.oauth1.rfc5849.endpoints.base.BaseEndpoint", "oauthlib.oauth1.rfc5849.endpoints.request_token.RequestTokenEndpoint", "oauthlib.oauth1.rfc5849.endpoints.resource.ResourceEndpoint", "object" ] }, { "oauthlib.oauth1.rfc5849.endpoints.base.BaseEndpoint": [ "object" ] }, { "oauthlib.oauth1.rfc5849.endpoints.authorization.AuthorizationEndpoint": [ "oauthlib.oauth1.rfc5849.endpoints.base.BaseEndpoint", "object" ] }, { "oauthlib.oauth1.rfc5849.endpoints.access_token.AccessTokenEndpoint": [ "oauthlib.oauth1.rfc5849.endpoints.base.BaseEndpoint", "object" ] }, { "oauthlib.oauth1.rfc5849.Client": [ "object" ] }, { "oauthlib.common.CaseInsensitiveDict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "oauthlib.common.Request": [ "object" ] }, { "numbers.Complex": [ "numbers.Number", "object" ] }, { "numbers.Integral": [ "numbers.Complex", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "numbers.Number": [ "object" ] }, { "numbers.Rational": [ "numbers.Complex", "numbers.Number", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "numbers.Real": [ "numbers.Complex", "numbers.Number", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "nntplib.ArticleInfo": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "nntplib.GroupInfo": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "nntplib.NNTP": [ "nntplib._NNTPBase", "object" ] }, { "nntplib.NNTPDataError": [ "BaseException", "Exception", "nntplib.NNTPError", "object" ] }, { "nntplib.NNTPError": [ "BaseException", "Exception", "object" ] }, { "nntplib.NNTPPermanentError": [ "BaseException", "Exception", "nntplib.NNTPError", "object" ] }, { "nntplib.NNTPProtocolError": [ "BaseException", "Exception", "nntplib.NNTPError", "object" ] }, { "nntplib.NNTPReplyError": [ "BaseException", "Exception", "nntplib.NNTPError", "object" ] }, { "nntplib.NNTPTemporaryError": [ "BaseException", "Exception", "nntplib.NNTPError", "object" ] }, { "nntplib.NNTP_SSL": [ "nntplib._NNTPBase", "object" ] }, { "nntplib._NNTPBase": [ "object" ] }, { "nmap.nmap.PortScanner": [ "object" ] }, { "nmap.nmap.PortScannerAsync": [ "object" ] }, { "nmap.nmap.PortScannerError": [ "BaseException", "Exception", "object" ] }, { "nmap.nmap.PortScannerHostDict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "nmap.nmap.PortScannerYield": [ "nmap.nmap.PortScannerAsync", "object" ] }, { "nmap.nmap._ResulHostUptime": [ "TypedDictionary", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "nmap.nmap._Result": [ "TypedDictionary", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "nmap.nmap._ResultHostNames": [ "TypedDictionary", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "nmap.nmap._ResultHostPort": [ "TypedDictionary", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "nmap.nmap._ResultNampInfoProtocol": [ "TypedDictionary", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "nmap.nmap._ResultNampStats": [ "TypedDictionary", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "nmap.nmap._ResultNmap": [ "TypedDictionary", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "nmap.nmap._ResultNmapInfo": [ "NonTotalTypedDictionary", "TypedDictionary", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "nis.error": [ "BaseException", "Exception", "object" ] }, { "netrc.NetrcParseError": [ "BaseException", "Exception", "object" ] }, { "netrc.netrc": [ "object" ] }, { "netaddr.strategy.ipv6.ipv6_compact": [ "object" ] }, { "netaddr.strategy.ipv6.ipv6_full": [ "netaddr.strategy.ipv6.ipv6_compact", "object" ] }, { "netaddr.strategy.ipv6.ipv6_verbose": [ "netaddr.strategy.ipv6.ipv6_compact", "object" ] }, { "netaddr.strategy.eui64.eui64_bare": [ "netaddr.strategy.eui64.eui64_base", "object" ] }, { "netaddr.strategy.eui64.eui64_base": [ "object" ] }, { "netaddr.strategy.eui64.eui64_cisco": [ "netaddr.strategy.eui64.eui64_base", "object" ] }, { "netaddr.strategy.eui64.eui64_unix": [ "netaddr.strategy.eui64.eui64_base", "object" ] }, { "netaddr.strategy.eui64.eui64_unix_expanded": [ "netaddr.strategy.eui64.eui64_base", "netaddr.strategy.eui64.eui64_unix", "object" ] }, { "netaddr.strategy.eui48.mac_bare": [ "netaddr.strategy.eui48.mac_eui48", "object" ] }, { "netaddr.strategy.eui48.mac_cisco": [ "netaddr.strategy.eui48.mac_eui48", "object" ] }, { "netaddr.strategy.eui48.mac_eui48": [ "object" ] }, { "netaddr.strategy.eui48.mac_pgsql": [ "netaddr.strategy.eui48.mac_eui48", "object" ] }, { "netaddr.strategy.eui48.mac_unix": [ "netaddr.strategy.eui48.mac_eui48", "object" ] }, { "netaddr.strategy.eui48.mac_unix_expanded": [ "netaddr.strategy.eui48.mac_eui48", "netaddr.strategy.eui48.mac_unix", "object" ] }, { "netaddr.ip.sets.IPSet": [ "object" ] }, { "netaddr.ip.iana.DictUpdater": [ "netaddr.core.Subscriber", "object" ] }, { "netaddr.ip.iana.IPv4Parser": [ "netaddr.core.Publisher", "netaddr.ip.iana.XMLRecordParser", "object" ] }, { "netaddr.ip.iana.IPv6Parser": [ "netaddr.core.Publisher", "netaddr.ip.iana.XMLRecordParser", "object" ] }, { "netaddr.ip.iana.IPv6UnicastParser": [ "netaddr.core.Publisher", "netaddr.ip.iana.XMLRecordParser", "object" ] }, { "netaddr.ip.iana.MulticastParser": [ "netaddr.core.Publisher", "netaddr.ip.iana.XMLRecordParser", "object" ] }, { "netaddr.ip.iana.SaxRecordParser": [ "object", "xml.sax.handler.ContentHandler" ] }, { "netaddr.ip.iana.XMLRecordParser": [ "netaddr.core.Publisher", "object" ] }, { "netaddr.ip.glob.IPGlob": [ "netaddr.ip.BaseIP", "netaddr.ip.IPListMixin", "netaddr.ip.IPRange", "object" ] }, { "netaddr.ip.BaseIP": [ "object" ] }, { "netaddr.ip.IPAddress": [ "netaddr.ip.BaseIP", "object" ] }, { "netaddr.ip.IPListMixin": [ "object" ] }, { "netaddr.ip.IPNetwork": [ "netaddr.ip.BaseIP", "netaddr.ip.IPListMixin", "object" ] }, { "netaddr.ip.IPRange": [ "netaddr.ip.BaseIP", "netaddr.ip.IPListMixin", "object" ] }, { "netaddr.eui.ieee.FileIndexer": [ "netaddr.core.Subscriber", "object" ] }, { "netaddr.eui.ieee.IABIndexParser": [ "netaddr.core.Publisher", "object" ] }, { "netaddr.eui.ieee.OUIIndexParser": [ "netaddr.core.Publisher", "object" ] }, { "netaddr.eui.BaseIdentifier": [ "object" ] }, { "netaddr.eui.EUI": [ "netaddr.eui.BaseIdentifier", "object" ] }, { "netaddr.eui.IAB": [ "netaddr.eui.BaseIdentifier", "object" ] }, { "netaddr.eui.OUI": [ "netaddr.eui.BaseIdentifier", "object" ] }, { "netaddr.core.AddrConversionError": [ "BaseException", "Exception", "object" ] }, { "netaddr.core.AddrFormatError": [ "BaseException", "Exception", "object" ] }, { "netaddr.core.DictDotLookup": [ "object" ] }, { "netaddr.core.NotRegisteredError": [ "BaseException", "Exception", "object" ] }, { "netaddr.core.PrettyPrinter": [ "netaddr.core.Subscriber", "object" ] }, { "netaddr.core.Publisher": [ "object" ] }, { "netaddr.core.Subscriber": [ "object" ] }, { "netaddr.contrib.subnet_splitter.SubnetSplitter": [ "object" ] }, { "mypy_extensions.FlexibleAlias": [ "object", "typing.Generic" ] }, { "mypy_extensions._TypedDict": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "munch.AutoMunch": [ "dict", "munch.Munch", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "munch.DefaultFactoryMunch": [ "dict", "munch.Munch", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "munch.DefaultMunch": [ "dict", "munch.Munch", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "munch.Munch": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "multiprocessing.synchronize.Barrier": [ "object", "threading.Barrier" ] }, { "multiprocessing.synchronize.BoundedSemaphore": [ "multiprocessing.synchronize.SemLock", "multiprocessing.synchronize.Semaphore", "object", "typing.ContextManager", "typing.Generic", "typing.Protocol" ] }, { "multiprocessing.synchronize.Condition": [ "object", "typing.ContextManager", "typing.Generic", "typing.Protocol" ] }, { "multiprocessing.synchronize.Event": [ "object", "typing.ContextManager", "typing.Generic", "typing.Protocol" ] }, { "multiprocessing.synchronize.Lock": [ "multiprocessing.synchronize.SemLock", "object", "typing.ContextManager", "typing.Generic", "typing.Protocol" ] }, { "multiprocessing.synchronize.RLock": [ "multiprocessing.synchronize.SemLock", "object", "typing.ContextManager", "typing.Generic", "typing.Protocol" ] }, { "multiprocessing.synchronize.SemLock": [ "object", "typing.ContextManager", "typing.Generic", "typing.Protocol" ] }, { "multiprocessing.synchronize.Semaphore": [ "multiprocessing.synchronize.SemLock", "object", "typing.ContextManager", "typing.Generic", "typing.Protocol" ] }, { "multiprocessing.sharedctypes._Array": [ "object" ] }, { "multiprocessing.sharedctypes._Value": [ "object" ] }, { "multiprocessing.shared_memory.ShareableList": [ "object", "typing.Generic" ] }, { "multiprocessing.shared_memory.SharedMemory": [ "object" ] }, { "multiprocessing.queues.JoinableQueue": [ "multiprocessing.queues.Queue", "object", "queue.Queue", "typing.Generic" ] }, { "multiprocessing.queues.Queue": [ "object", "queue.Queue", "typing.Generic" ] }, { "multiprocessing.queues.SimpleQueue": [ "object", "typing.Generic" ] }, { "multiprocessing.process.BaseProcess": [ "object" ] }, { "multiprocessing.pool.ApplyResult": [ "object", "typing.Generic" ] }, { "multiprocessing.pool.IMapIterator": [ "object", "typing.Generic", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "multiprocessing.pool.IMapUnorderedIterator": [ "multiprocessing.pool.IMapIterator", "object", "typing.Generic", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "multiprocessing.pool.MapResult": [ "multiprocessing.pool.ApplyResult", "object", "typing.Generic" ] }, { "multiprocessing.pool.Pool": [ "object", "typing.ContextManager", "typing.Generic", "typing.Protocol" ] }, { "multiprocessing.pool.ThreadPool": [ "multiprocessing.pool.Pool", "object", "typing.ContextManager", "typing.Generic", "typing.Protocol" ] }, { "multiprocessing.managers.BaseManager": [ "object", "typing.ContextManager", "typing.Generic", "typing.Protocol" ] }, { "multiprocessing.managers.BaseProxy": [ "object" ] }, { "multiprocessing.managers.Namespace": [ "object" ] }, { "multiprocessing.managers.RemoteError": [ "BaseException", "Exception", "object" ] }, { "multiprocessing.managers.Server": [ "object" ] }, { "multiprocessing.managers.SharedMemoryManager": [ "multiprocessing.managers.BaseManager", "object", "typing.ContextManager", "typing.Generic", "typing.Protocol" ] }, { "multiprocessing.managers.SharedMemoryServer": [ "multiprocessing.managers.Server", "object" ] }, { "multiprocessing.managers.SyncManager": [ "multiprocessing.managers.BaseManager", "object", "typing.ContextManager", "typing.Generic", "typing.Protocol" ] }, { "multiprocessing.managers.Token": [ "object" ] }, { "multiprocessing.managers.ValueProxy": [ "multiprocessing.managers.BaseProxy", "object", "typing.Generic" ] }, { "multiprocessing.dummy.connection.Connection": [ "object" ] }, { "multiprocessing.dummy.connection.Listener": [ "object" ] }, { "multiprocessing.dummy.DummyProcess": [ "object", "threading.Thread" ] }, { "multiprocessing.dummy.Namespace": [ "object" ] }, { "multiprocessing.dummy.Value": [ "object" ] }, { "multiprocessing.context.AuthenticationError": [ "BaseException", "Exception", "multiprocessing.context.ProcessError", "object" ] }, { "multiprocessing.context.BaseContext": [ "object" ] }, { "multiprocessing.context.BufferTooShort": [ "BaseException", "Exception", "multiprocessing.context.ProcessError", "object" ] }, { "multiprocessing.context.DefaultContext": [ "multiprocessing.context.BaseContext", "object" ] }, { "multiprocessing.context.ForkContext": [ "multiprocessing.context.BaseContext", "object" ] }, { "multiprocessing.context.ForkProcess": [ "multiprocessing.process.BaseProcess", "object" ] }, { "multiprocessing.context.ForkServerContext": [ "multiprocessing.context.BaseContext", "object" ] }, { "multiprocessing.context.ForkServerProcess": [ "multiprocessing.process.BaseProcess", "object" ] }, { "multiprocessing.context.Process": [ "multiprocessing.process.BaseProcess", "object" ] }, { "multiprocessing.context.ProcessError": [ "BaseException", "Exception", "object" ] }, { "multiprocessing.context.SpawnContext": [ "multiprocessing.context.BaseContext", "object" ] }, { "multiprocessing.context.SpawnProcess": [ "multiprocessing.process.BaseProcess", "object" ] }, { "multiprocessing.context.TimeoutError": [ "BaseException", "Exception", "multiprocessing.context.ProcessError", "object" ] }, { "multiprocessing.connection.Connection": [ "multiprocessing.connection._ConnectionBase", "object" ] }, { "multiprocessing.connection.Listener": [ "object" ] }, { "multiprocessing.connection._ConnectionBase": [ "object" ] }, { "msgpack.fallback.Packer": [ "object" ] }, { "msgpack.fallback.StringIO": [ "object" ] }, { "msgpack.fallback.Unpacker": [ "object" ] }, { "msgpack.ext.ExtType": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "msgpack.ext.Timestamp": [ "object" ] }, { "msgpack.exceptions.BufferFull": [ "BaseException", "Exception", "msgpack.exceptions.UnpackException", "object" ] }, { "msgpack.exceptions.ExtraData": [ "BaseException", "Exception", "ValueError", "object" ] }, { "msgpack.exceptions.FormatError": [ "BaseException", "Exception", "ValueError", "msgpack.exceptions.UnpackException", "object" ] }, { "msgpack.exceptions.OutOfData": [ "BaseException", "Exception", "msgpack.exceptions.UnpackException", "object" ] }, { "msgpack.exceptions.StackError": [ "BaseException", "Exception", "ValueError", "msgpack.exceptions.UnpackException", "object" ] }, { "msgpack.exceptions.UnpackException": [ "BaseException", "Exception", "object" ] }, { "modulefinder.Module": [ "object" ] }, { "modulefinder.ModuleFinder": [ "object" ] }, { "mock.AsyncMagicMixin": [ "mock.MagicMixin", "object" ] }, { "mock.AsyncMock": [ "mock.AsyncMagicMixin", "mock.AsyncMockMixin", "mock.Base", "mock.CallableMixin", "mock.MagicMixin", "mock.Mock", "mock.NonCallableMock", "object" ] }, { "mock.AsyncMockMixin": [ "mock.Base", "object" ] }, { "mock.Base": [ "object" ] }, { "mock.CallableMixin": [ "mock.Base", "object" ] }, { "mock.MagicMixin": [ "object" ] }, { "mock.MagicMock": [ "mock.Base", "mock.CallableMixin", "mock.MagicMixin", "mock.Mock", "mock.NonCallableMock", "object" ] }, { "mock.MagicProxy": [ "object" ] }, { "mock.Mock": [ "mock.Base", "mock.CallableMixin", "mock.NonCallableMock", "object" ] }, { "mock.NonCallableMagicMock": [ "mock.Base", "mock.MagicMixin", "mock.NonCallableMock", "object" ] }, { "mock.NonCallableMock": [ "mock.Base", "object" ] }, { "mock._ANY": [ "object" ] }, { "mock._Call": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "mock._CallList": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "mock._MockIter": [ "object" ] }, { "mock._Sentinel": [ "object" ] }, { "mock._SentinelObject": [ "object" ] }, { "mock._SpecState": [ "object" ] }, { "mock._patch": [ "object", "typing.Generic" ] }, { "mock._patch_dict": [ "object" ] }, { "mock._patcher": [ "object" ] }, { "mock._slotted": [ "object" ] }, { "mmap._mmap": [ "object", "typing.Generic" ] }, { "mmap.mmap": [ "mmap._mmap", "object", "typing.ContextManager", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Sized" ] }, { "mimetypes.MimeTypes": [ "object" ] }, { "mimeparse.MimeTypeParseException": [ "BaseException", "Exception", "ValueError", "object" ] }, { "migrate.versioning.version.Collection": [ "migrate.versioning.pathed.Pathed", "migrate.versioning.util.keyedinstance.KeyedInstance", "object" ] }, { "migrate.versioning.version.Extensions": [ "object" ] }, { "migrate.versioning.version.VerNum": [ "object" ] }, { "migrate.versioning.version.Version": [ "object" ] }, { "migrate.versioning.util.keyedinstance.KeyedInstance": [ "object" ] }, { "migrate.versioning.util.Memoize": [ "object" ] }, { "migrate.versioning.template.Collection": [ "migrate.versioning.pathed.Pathed", "migrate.versioning.util.keyedinstance.KeyedInstance", "object" ] }, { "migrate.versioning.template.ManageCollection": [ "migrate.versioning.pathed.Pathed", "migrate.versioning.template.Collection", "migrate.versioning.util.keyedinstance.KeyedInstance", "object" ] }, { "migrate.versioning.template.RepositoryCollection": [ "migrate.versioning.pathed.Pathed", "migrate.versioning.template.Collection", "migrate.versioning.util.keyedinstance.KeyedInstance", "object" ] }, { "migrate.versioning.template.SQLScriptCollection": [ "migrate.versioning.pathed.Pathed", "migrate.versioning.template.Collection", "migrate.versioning.util.keyedinstance.KeyedInstance", "object" ] }, { "migrate.versioning.template.ScriptCollection": [ "migrate.versioning.pathed.Pathed", "migrate.versioning.template.Collection", "migrate.versioning.util.keyedinstance.KeyedInstance", "object" ] }, { "migrate.versioning.template.Template": [ "migrate.versioning.pathed.Pathed", "migrate.versioning.util.keyedinstance.KeyedInstance", "object" ] }, { "migrate.versioning.shell.PassiveOptionParser": [ "object", "optparse.OptionContainer", "optparse.OptionParser" ] }, { "migrate.versioning.shell.main.SingleLevelFilter": [ "logging.Filter", "object" ] }, { "migrate.versioning.script.sql.SqlScript": [ "migrate.versioning.pathed.Pathed", "migrate.versioning.script.base.BaseScript", "migrate.versioning.util.keyedinstance.KeyedInstance", "object" ] }, { "migrate.versioning.script.py.PythonScript": [ "migrate.versioning.pathed.Pathed", "migrate.versioning.script.base.BaseScript", "migrate.versioning.util.keyedinstance.KeyedInstance", "object" ] }, { "migrate.versioning.script.base.BaseScript": [ "migrate.versioning.pathed.Pathed", "migrate.versioning.util.keyedinstance.KeyedInstance", "object" ] }, { "migrate.versioning.schemadiff.ColDiff": [ "object" ] }, { "migrate.versioning.schemadiff.SchemaDiff": [ "object" ] }, { "migrate.versioning.schemadiff.TableDiff": [ "object" ] }, { "migrate.versioning.schema.ControlledSchema": [ "object" ] }, { "migrate.versioning.repository.Changeset": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "migrate.versioning.repository.Repository": [ "migrate.versioning.pathed.Pathed", "migrate.versioning.util.keyedinstance.KeyedInstance", "object" ] }, { "migrate.versioning.pathed.Pathed": [ "migrate.versioning.util.keyedinstance.KeyedInstance", "object" ] }, { "migrate.versioning.genmodel.ModelGenerator": [ "object" ] }, { "migrate.versioning.cfgparse.Config": [ "configparser.ConfigParser", "configparser.RawConfigParser", "migrate.versioning.cfgparse.Parser", "migrate.versioning.pathed.Pathed", "migrate.versioning.util.keyedinstance.KeyedInstance", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "migrate.versioning.cfgparse.Parser": [ "configparser.ConfigParser", "configparser.RawConfigParser", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "migrate.tests.versioning.test_version.TestVerNum": [ "migrate.tests.fixture.base.Base", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "migrate.tests.versioning.test_version.TestVersion": [ "migrate.tests.fixture.base.Base", "migrate.tests.fixture.pathed.Pathed", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "migrate.tests.versioning.test_util.TestUtil": [ "migrate.tests.fixture.base.Base", "migrate.tests.fixture.pathed.Pathed", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "migrate.tests.versioning.test_template.TestTemplate": [ "migrate.tests.fixture.base.Base", "migrate.tests.fixture.pathed.Pathed", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "migrate.tests.versioning.test_shell.TestShellCommands": [ "migrate.tests.fixture.base.Base", "migrate.tests.fixture.pathed.Pathed", "migrate.tests.fixture.shell.Shell", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "migrate.tests.versioning.test_shell.TestShellDatabase": [ "migrate.tests.fixture.base.Base", "migrate.tests.fixture.database.DB", "migrate.tests.fixture.pathed.Pathed", "migrate.tests.fixture.shell.Shell", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "migrate.tests.versioning.test_shell.TestShellRepository": [ "migrate.tests.fixture.base.Base", "migrate.tests.fixture.pathed.Pathed", "migrate.tests.fixture.shell.Shell", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "migrate.tests.versioning.test_script.TestBaseScript": [ "migrate.tests.fixture.base.Base", "migrate.tests.fixture.pathed.Pathed", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "migrate.tests.versioning.test_script.TestPyScript": [ "migrate.tests.fixture.base.Base", "migrate.tests.fixture.database.DB", "migrate.tests.fixture.pathed.Pathed", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "migrate.tests.versioning.test_script.TestSqlScript": [ "migrate.tests.fixture.base.Base", "migrate.tests.fixture.database.DB", "migrate.tests.fixture.pathed.Pathed", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "migrate.tests.versioning.test_schemadiff.SchemaDiffBase": [ "migrate.tests.fixture.base.Base", "migrate.tests.fixture.database.DB", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "migrate.tests.versioning.test_schemadiff.Test_getDiffOfModelAgainstDatabase": [ "migrate.tests.fixture.base.Base", "migrate.tests.fixture.database.DB", "migrate.tests.versioning.test_schemadiff.SchemaDiffBase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "migrate.tests.versioning.test_schemadiff.Test_getDiffOfModelAgainstModel": [ "migrate.tests.fixture.base.Base", "migrate.tests.fixture.database.DB", "migrate.tests.versioning.test_schemadiff.SchemaDiffBase", "migrate.tests.versioning.test_schemadiff.Test_getDiffOfModelAgainstDatabase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "migrate.tests.versioning.test_schema.TestControlledSchema": [ "migrate.tests.fixture.base.Base", "migrate.tests.fixture.database.DB", "migrate.tests.fixture.pathed.Pathed", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "migrate.tests.versioning.test_runchangeset.TestRunChangeset": [ "migrate.tests.fixture.base.Base", "migrate.tests.fixture.database.DB", "migrate.tests.fixture.pathed.Pathed", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "migrate.tests.versioning.test_repository.TestRepository": [ "migrate.tests.fixture.base.Base", "migrate.tests.fixture.pathed.Pathed", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "migrate.tests.versioning.test_repository.TestVersionedRepository": [ "migrate.tests.fixture.base.Base", "migrate.tests.fixture.pathed.Pathed", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "migrate.tests.versioning.test_pathed.TestPathed": [ "migrate.tests.fixture.base.Base", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "migrate.tests.versioning.test_pathed.TestPathed.test_new.Test": [ "migrate.versioning.pathed.Pathed", "migrate.versioning.util.keyedinstance.KeyedInstance", "object" ] }, { "migrate.tests.versioning.test_pathed.TestPathed.test_parent.Child": [ "migrate.versioning.pathed.Pathed", "migrate.versioning.util.keyedinstance.KeyedInstance", "object" ] }, { "migrate.tests.versioning.test_pathed.TestPathed.test_parent.Parent": [ "migrate.versioning.pathed.Pathed", "migrate.versioning.util.keyedinstance.KeyedInstance", "object" ] }, { "migrate.tests.versioning.test_keyedinstance.TestKeydInstance": [ "migrate.tests.fixture.base.Base", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "migrate.tests.versioning.test_keyedinstance.TestKeydInstance.test_unique.Uniq1": [ "migrate.versioning.util.keyedinstance.KeyedInstance", "object" ] }, { "migrate.tests.versioning.test_keyedinstance.TestKeydInstance.test_unique.Uniq2": [ "migrate.versioning.util.keyedinstance.KeyedInstance", "object" ] }, { "migrate.tests.versioning.test_genmodel.TestSchemaDiff": [ "migrate.tests.fixture.base.Base", "migrate.tests.fixture.database.DB", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "migrate.tests.versioning.test_database.TestConnect": [ "migrate.tests.fixture.base.Base", "migrate.tests.fixture.database.DB", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "migrate.tests.versioning.test_cfgparse.TestConfigParser": [ "migrate.tests.fixture.base.Base", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "migrate.tests.versioning.test_api.TestAPI": [ "migrate.tests.fixture.base.Base", "migrate.tests.fixture.pathed.Pathed", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "migrate.tests.versioning.test_api.TestSchemaAPI": [ "migrate.tests.fixture.base.Base", "migrate.tests.fixture.database.DB", "migrate.tests.fixture.pathed.Pathed", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "migrate.tests.fixture.warnings.WarningMessage": [ "object" ] }, { "migrate.tests.fixture.warnings.catch_warnings": [ "object" ] }, { "migrate.tests.fixture.shell.Shell": [ "migrate.tests.fixture.base.Base", "migrate.tests.fixture.pathed.Pathed", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "migrate.tests.fixture.pathed.Pathed": [ "migrate.tests.fixture.base.Base", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "migrate.tests.fixture.database.DB": [ "migrate.tests.fixture.base.Base", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "migrate.tests.fixture.base.Base": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "migrate.tests.changeset.test_constraint.CommonTestConstraint": [ "migrate.tests.fixture.base.Base", "migrate.tests.fixture.database.DB", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "migrate.tests.changeset.test_constraint.TestAutoname": [ "migrate.tests.changeset.test_constraint.CommonTestConstraint", "migrate.tests.fixture.base.Base", "migrate.tests.fixture.database.DB", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "migrate.tests.changeset.test_constraint.TestConstraint": [ "migrate.tests.changeset.test_constraint.CommonTestConstraint", "migrate.tests.fixture.base.Base", "migrate.tests.fixture.database.DB", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "migrate.tests.changeset.test_changeset.TestAddDropColumn": [ "migrate.tests.fixture.base.Base", "migrate.tests.fixture.database.DB", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "migrate.tests.changeset.test_changeset.TestColumnChange": [ "migrate.tests.fixture.base.Base", "migrate.tests.fixture.database.DB", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "migrate.tests.changeset.test_changeset.TestColumnDelta": [ "migrate.tests.fixture.base.Base", "migrate.tests.fixture.database.DB", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "migrate.tests.changeset.test_changeset.TestRename": [ "migrate.tests.fixture.base.Base", "migrate.tests.fixture.database.DB", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "migrate.tests.changeset.databases.test_ibmdb2.TestIBMDBDialect": [ "migrate.tests.fixture.base.Base", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "migrate.tests.TestVersionDefined": [ "object", "unittest.case.TestCase" ] }, { "migrate.exceptions.ApiError": [ "BaseException", "Exception", "migrate.exceptions.Error", "object" ] }, { "migrate.exceptions.ControlledSchemaError": [ "BaseException", "Exception", "migrate.exceptions.Error", "object" ] }, { "migrate.exceptions.DatabaseAlreadyControlledError": [ "BaseException", "Exception", "migrate.exceptions.ControlledSchemaError", "migrate.exceptions.Error", "object" ] }, { "migrate.exceptions.DatabaseNotControlledError": [ "BaseException", "Exception", "migrate.exceptions.ControlledSchemaError", "migrate.exceptions.Error", "object" ] }, { "migrate.exceptions.Error": [ "BaseException", "Exception", "object" ] }, { "migrate.exceptions.InvalidConstraintError": [ "BaseException", "Exception", "migrate.exceptions.Error", "object" ] }, { "migrate.exceptions.InvalidRepositoryError": [ "BaseException", "Exception", "migrate.exceptions.Error", "migrate.exceptions.RepositoryError", "object" ] }, { "migrate.exceptions.InvalidScriptError": [ "BaseException", "Exception", "migrate.exceptions.Error", "migrate.exceptions.ScriptError", "object" ] }, { "migrate.exceptions.InvalidVersionError": [ "BaseException", "Exception", "migrate.exceptions.Error", "object" ] }, { "migrate.exceptions.KnownError": [ "BaseException", "Exception", "migrate.exceptions.ApiError", "migrate.exceptions.Error", "object" ] }, { "migrate.exceptions.MigrateDeprecationWarning": [ "BaseException", "DeprecationWarning", "Exception", "Warning", "object" ] }, { "migrate.exceptions.NoSuchTableError": [ "BaseException", "Exception", "migrate.exceptions.ControlledSchemaError", "migrate.exceptions.Error", "object" ] }, { "migrate.exceptions.NotSupportedError": [ "BaseException", "Exception", "migrate.exceptions.Error", "object" ] }, { "migrate.exceptions.PathError": [ "BaseException", "Exception", "migrate.exceptions.Error", "object" ] }, { "migrate.exceptions.PathFoundError": [ "BaseException", "Exception", "migrate.exceptions.Error", "migrate.exceptions.PathError", "object" ] }, { "migrate.exceptions.PathNotFoundError": [ "BaseException", "Exception", "migrate.exceptions.Error", "migrate.exceptions.PathError", "object" ] }, { "migrate.exceptions.RepositoryError": [ "BaseException", "Exception", "migrate.exceptions.Error", "object" ] }, { "migrate.exceptions.ScriptError": [ "BaseException", "Exception", "migrate.exceptions.Error", "object" ] }, { "migrate.exceptions.UsageError": [ "BaseException", "Exception", "migrate.exceptions.ApiError", "migrate.exceptions.Error", "object" ] }, { "migrate.exceptions.VersionNotFoundError": [ "BaseException", "Exception", "KeyError", "LookupError", "object" ] }, { "migrate.exceptions.WrongRepositoryError": [ "BaseException", "Exception", "migrate.exceptions.ControlledSchemaError", "migrate.exceptions.Error", "object" ] }, { "migrate.changeset.schema.ChangesetColumn": [ "object" ] }, { "migrate.changeset.schema.ChangesetDefaultClause": [ "object" ] }, { "migrate.changeset.schema.ChangesetIndex": [ "object" ] }, { "migrate.changeset.schema.ChangesetTable": [ "object" ] }, { "migrate.changeset.schema.ColumnDelta": [ "object" ] }, { "migrate.changeset.schema.MyMeta": [ "abc.ABCMeta", "object", "sqlalchemy.sql.visitors.TraversibleType", "type", "typing.Generic" ] }, { "migrate.changeset.databases.sqlite.SQLiteColumnDropper": [ "migrate.changeset.ansisql.ANSIColumnDropper", "migrate.changeset.ansisql.AlterTableVisitor", "migrate.changeset.databases.sqlite.SQLiteCommon", "migrate.changeset.databases.sqlite.SQLiteHelper", "object", "sqlalchemy.sql.base.SchemaVisitor", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.DDLCompiler", "sqlalchemy.sql.visitors.ExternalTraversal" ] }, { "migrate.changeset.databases.sqlite.SQLiteColumnGenerator": [ "migrate.changeset.ansisql.ANSIColumnGenerator", "migrate.changeset.ansisql.AlterTableVisitor", "migrate.changeset.databases.sqlite.SQLiteCommon", "migrate.changeset.databases.sqlite.SQLiteHelper", "object", "sqlalchemy.sql.base.SchemaVisitor", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.DDLCompiler", "sqlalchemy.sql.visitors.ExternalTraversal" ] }, { "migrate.changeset.databases.sqlite.SQLiteCommon": [ "object" ] }, { "migrate.changeset.databases.sqlite.SQLiteConstraintDropper": [ "migrate.changeset.ansisql.ANSIColumnDropper", "migrate.changeset.ansisql.ANSIConstraintCommon", "migrate.changeset.ansisql.AlterTableVisitor", "migrate.changeset.databases.sqlite.SQLiteCommon", "migrate.changeset.databases.sqlite.SQLiteHelper", "object", "sqlalchemy.sql.base.SchemaVisitor", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.DDLCompiler", "sqlalchemy.sql.visitors.ExternalTraversal" ] }, { "migrate.changeset.databases.sqlite.SQLiteConstraintGenerator": [ "migrate.changeset.ansisql.ANSIConstraintCommon", "migrate.changeset.ansisql.ANSIConstraintGenerator", "migrate.changeset.ansisql.AlterTableVisitor", "migrate.changeset.databases.sqlite.SQLiteCommon", "migrate.changeset.databases.sqlite.SQLiteHelper", "object", "sqlalchemy.sql.base.SchemaVisitor", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.DDLCompiler", "sqlalchemy.sql.visitors.ExternalTraversal" ] }, { "migrate.changeset.databases.sqlite.SQLiteDialect": [ "migrate.changeset.ansisql.ANSIDialect", "object", "sqlalchemy.engine.default.DefaultDialect", "sqlalchemy.engine.interfaces.Dialect" ] }, { "migrate.changeset.databases.sqlite.SQLiteHelper": [ "migrate.changeset.databases.sqlite.SQLiteCommon", "object" ] }, { "migrate.changeset.databases.sqlite.SQLiteSchemaChanger": [ "migrate.changeset.ansisql.ANSISchemaChanger", "migrate.changeset.ansisql.AlterTableVisitor", "migrate.changeset.databases.sqlite.SQLiteCommon", "migrate.changeset.databases.sqlite.SQLiteHelper", "object", "sqlalchemy.sql.base.SchemaVisitor", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.DDLCompiler", "sqlalchemy.sql.visitors.ExternalTraversal" ] }, { "migrate.changeset.databases.postgres.PGColumnDropper": [ "migrate.changeset.ansisql.ANSIColumnDropper", "migrate.changeset.ansisql.AlterTableVisitor", "object", "sqlalchemy.sql.base.SchemaVisitor", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.DDLCompiler", "sqlalchemy.sql.visitors.ExternalTraversal" ] }, { "migrate.changeset.databases.postgres.PGColumnGenerator": [ "migrate.changeset.ansisql.ANSIColumnGenerator", "migrate.changeset.ansisql.AlterTableVisitor", "object", "sqlalchemy.sql.base.SchemaVisitor", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.DDLCompiler", "sqlalchemy.sql.visitors.ExternalTraversal" ] }, { "migrate.changeset.databases.postgres.PGConstraintDropper": [ "migrate.changeset.ansisql.ANSIConstraintCommon", "migrate.changeset.ansisql.ANSIConstraintDropper", "migrate.changeset.ansisql.AlterTableVisitor", "object", "sqlalchemy.sql.base.SchemaVisitor", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.DDLCompiler", "sqlalchemy.sql.visitors.ExternalTraversal" ] }, { "migrate.changeset.databases.postgres.PGConstraintGenerator": [ "migrate.changeset.ansisql.ANSIConstraintCommon", "migrate.changeset.ansisql.ANSIConstraintGenerator", "migrate.changeset.ansisql.AlterTableVisitor", "object", "sqlalchemy.sql.base.SchemaVisitor", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.DDLCompiler", "sqlalchemy.sql.visitors.ExternalTraversal" ] }, { "migrate.changeset.databases.postgres.PGDialect": [ "migrate.changeset.ansisql.ANSIDialect", "object", "sqlalchemy.engine.default.DefaultDialect", "sqlalchemy.engine.interfaces.Dialect" ] }, { "migrate.changeset.databases.postgres.PGSchemaChanger": [ "migrate.changeset.ansisql.ANSISchemaChanger", "migrate.changeset.ansisql.AlterTableVisitor", "object", "sqlalchemy.sql.base.SchemaVisitor", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.DDLCompiler", "sqlalchemy.sql.visitors.ExternalTraversal" ] }, { "migrate.changeset.databases.oracle.OracleColumnDropper": [ "migrate.changeset.ansisql.ANSIColumnDropper", "migrate.changeset.ansisql.AlterTableVisitor", "object", "sqlalchemy.sql.base.SchemaVisitor", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.DDLCompiler", "sqlalchemy.sql.visitors.ExternalTraversal" ] }, { "migrate.changeset.databases.oracle.OracleColumnGenerator": [ "migrate.changeset.ansisql.ANSIColumnGenerator", "migrate.changeset.ansisql.AlterTableVisitor", "object", "sqlalchemy.sql.base.SchemaVisitor", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.DDLCompiler", "sqlalchemy.sql.visitors.ExternalTraversal" ] }, { "migrate.changeset.databases.oracle.OracleConstraintCommon": [ "object" ] }, { "migrate.changeset.databases.oracle.OracleConstraintDropper": [ "migrate.changeset.ansisql.ANSIConstraintCommon", "migrate.changeset.ansisql.ANSIConstraintDropper", "migrate.changeset.ansisql.AlterTableVisitor", "migrate.changeset.databases.oracle.OracleConstraintCommon", "object", "sqlalchemy.sql.base.SchemaVisitor", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.DDLCompiler", "sqlalchemy.sql.visitors.ExternalTraversal" ] }, { "migrate.changeset.databases.oracle.OracleConstraintGenerator": [ "migrate.changeset.ansisql.ANSIConstraintCommon", "migrate.changeset.ansisql.ANSIConstraintGenerator", "migrate.changeset.ansisql.AlterTableVisitor", "migrate.changeset.databases.oracle.OracleConstraintCommon", "object", "sqlalchemy.sql.base.SchemaVisitor", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.DDLCompiler", "sqlalchemy.sql.visitors.ExternalTraversal" ] }, { "migrate.changeset.databases.oracle.OracleDialect": [ "migrate.changeset.ansisql.ANSIDialect", "object", "sqlalchemy.engine.default.DefaultDialect", "sqlalchemy.engine.interfaces.Dialect" ] }, { "migrate.changeset.databases.oracle.OracleSchemaChanger": [ "migrate.changeset.ansisql.ANSISchemaChanger", "migrate.changeset.ansisql.AlterTableVisitor", "object", "sqlalchemy.sql.base.SchemaVisitor", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.DDLCompiler", "sqlalchemy.sql.visitors.ExternalTraversal" ] }, { "migrate.changeset.databases.mysql.MySQLColumnDropper": [ "migrate.changeset.ansisql.ANSIColumnDropper", "migrate.changeset.ansisql.AlterTableVisitor", "object", "sqlalchemy.sql.base.SchemaVisitor", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.DDLCompiler", "sqlalchemy.sql.visitors.ExternalTraversal" ] }, { "migrate.changeset.databases.mysql.MySQLColumnGenerator": [ "migrate.changeset.ansisql.ANSIColumnGenerator", "migrate.changeset.ansisql.AlterTableVisitor", "object", "sqlalchemy.sql.base.SchemaVisitor", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.DDLCompiler", "sqlalchemy.sql.visitors.ExternalTraversal" ] }, { "migrate.changeset.databases.mysql.MySQLConstraintDropper": [ "migrate.changeset.ansisql.ANSIConstraintCommon", "migrate.changeset.ansisql.ANSIConstraintDropper", "migrate.changeset.ansisql.AlterTableVisitor", "object", "sqlalchemy.sql.base.SchemaVisitor", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.DDLCompiler", "sqlalchemy.sql.visitors.ExternalTraversal" ] }, { "migrate.changeset.databases.mysql.MySQLConstraintGenerator": [ "migrate.changeset.ansisql.ANSIConstraintCommon", "migrate.changeset.ansisql.ANSIConstraintGenerator", "migrate.changeset.ansisql.AlterTableVisitor", "object", "sqlalchemy.sql.base.SchemaVisitor", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.DDLCompiler", "sqlalchemy.sql.visitors.ExternalTraversal" ] }, { "migrate.changeset.databases.mysql.MySQLDialect": [ "migrate.changeset.ansisql.ANSIDialect", "object", "sqlalchemy.engine.default.DefaultDialect", "sqlalchemy.engine.interfaces.Dialect" ] }, { "migrate.changeset.databases.mysql.MySQLSchemaChanger": [ "migrate.changeset.ansisql.ANSISchemaChanger", "migrate.changeset.ansisql.AlterTableVisitor", "object", "sqlalchemy.sql.base.SchemaVisitor", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.DDLCompiler", "sqlalchemy.sql.visitors.ExternalTraversal" ] }, { "migrate.changeset.databases.ibmdb2.IBMDBColumnDropper": [ "migrate.changeset.ansisql.ANSIColumnDropper", "migrate.changeset.ansisql.AlterTableVisitor", "object", "sqlalchemy.sql.base.SchemaVisitor", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.DDLCompiler", "sqlalchemy.sql.visitors.ExternalTraversal" ] }, { "migrate.changeset.databases.ibmdb2.IBMDBColumnGenerator": [ "migrate.changeset.ansisql.ANSIColumnGenerator", "migrate.changeset.ansisql.AlterTableVisitor", "object", "sqlalchemy.sql.base.SchemaVisitor", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.DDLCompiler", "sqlalchemy.sql.visitors.ExternalTraversal" ] }, { "migrate.changeset.databases.ibmdb2.IBMDBConstraintDropper": [ "migrate.changeset.ansisql.ANSIConstraintCommon", "migrate.changeset.ansisql.ANSIConstraintDropper", "migrate.changeset.ansisql.AlterTableVisitor", "object", "sqlalchemy.sql.base.SchemaVisitor", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.DDLCompiler", "sqlalchemy.sql.visitors.ExternalTraversal" ] }, { "migrate.changeset.databases.ibmdb2.IBMDBConstraintGenerator": [ "migrate.changeset.ansisql.ANSIConstraintCommon", "migrate.changeset.ansisql.ANSIConstraintGenerator", "migrate.changeset.ansisql.AlterTableVisitor", "object", "sqlalchemy.sql.base.SchemaVisitor", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.DDLCompiler", "sqlalchemy.sql.visitors.ExternalTraversal" ] }, { "migrate.changeset.databases.ibmdb2.IBMDBDialect": [ "migrate.changeset.ansisql.ANSIDialect", "object", "sqlalchemy.engine.default.DefaultDialect", "sqlalchemy.engine.interfaces.Dialect" ] }, { "migrate.changeset.databases.ibmdb2.IBMDBSchemaChanger": [ "migrate.changeset.ansisql.ANSISchemaChanger", "migrate.changeset.ansisql.AlterTableVisitor", "object", "sqlalchemy.sql.base.SchemaVisitor", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.DDLCompiler", "sqlalchemy.sql.visitors.ExternalTraversal" ] }, { "migrate.changeset.databases.ibmdb2.IBMDBSchemaChanger.visit_index.NewName": [ "object" ] }, { "migrate.changeset.databases.firebird.FBColumnDropper": [ "migrate.changeset.ansisql.ANSIColumnDropper", "migrate.changeset.ansisql.AlterTableVisitor", "object", "sqlalchemy.sql.base.SchemaVisitor", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.DDLCompiler", "sqlalchemy.sql.visitors.ExternalTraversal" ] }, { "migrate.changeset.databases.firebird.FBColumnGenerator": [ "migrate.changeset.ansisql.ANSIColumnGenerator", "migrate.changeset.ansisql.AlterTableVisitor", "object", "sqlalchemy.sql.base.SchemaVisitor", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.DDLCompiler", "sqlalchemy.sql.visitors.ExternalTraversal" ] }, { "migrate.changeset.databases.firebird.FBConstraintDropper": [ "migrate.changeset.ansisql.ANSIConstraintCommon", "migrate.changeset.ansisql.ANSIConstraintDropper", "migrate.changeset.ansisql.AlterTableVisitor", "object", "sqlalchemy.sql.base.SchemaVisitor", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.DDLCompiler", "sqlalchemy.sql.visitors.ExternalTraversal" ] }, { "migrate.changeset.databases.firebird.FBConstraintGenerator": [ "migrate.changeset.ansisql.ANSIConstraintCommon", "migrate.changeset.ansisql.ANSIConstraintGenerator", "migrate.changeset.ansisql.AlterTableVisitor", "object", "sqlalchemy.sql.base.SchemaVisitor", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.DDLCompiler", "sqlalchemy.sql.visitors.ExternalTraversal" ] }, { "migrate.changeset.databases.firebird.FBDialect": [ "migrate.changeset.ansisql.ANSIDialect", "object", "sqlalchemy.engine.default.DefaultDialect", "sqlalchemy.engine.interfaces.Dialect" ] }, { "migrate.changeset.databases.firebird.FBSchemaChanger": [ "migrate.changeset.ansisql.ANSISchemaChanger", "migrate.changeset.ansisql.AlterTableVisitor", "object", "sqlalchemy.sql.base.SchemaVisitor", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.DDLCompiler", "sqlalchemy.sql.visitors.ExternalTraversal" ] }, { "migrate.changeset.constraint.CheckConstraint": [ "migrate.changeset.constraint.ConstraintChangeset", "object", "sqlalchemy.sql.base.DialectKWArgs", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.schema.CheckConstraint", "sqlalchemy.sql.schema.ColumnCollectionConstraint", "sqlalchemy.sql.schema.ColumnCollectionMixin", "sqlalchemy.sql.schema.Constraint", "sqlalchemy.sql.schema.SchemaItem", "sqlalchemy.sql.visitors.Traversible" ] }, { "migrate.changeset.constraint.ConstraintChangeset": [ "object" ] }, { "migrate.changeset.constraint.ForeignKeyConstraint": [ "migrate.changeset.constraint.ConstraintChangeset", "object", "sqlalchemy.sql.base.DialectKWArgs", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.schema.ColumnCollectionConstraint", "sqlalchemy.sql.schema.ColumnCollectionMixin", "sqlalchemy.sql.schema.Constraint", "sqlalchemy.sql.schema.ForeignKeyConstraint", "sqlalchemy.sql.schema.SchemaItem", "sqlalchemy.sql.visitors.Traversible" ] }, { "migrate.changeset.constraint.PrimaryKeyConstraint": [ "migrate.changeset.constraint.ConstraintChangeset", "object", "sqlalchemy.sql.base.DialectKWArgs", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.schema.ColumnCollectionConstraint", "sqlalchemy.sql.schema.ColumnCollectionMixin", "sqlalchemy.sql.schema.Constraint", "sqlalchemy.sql.schema.PrimaryKeyConstraint", "sqlalchemy.sql.schema.SchemaItem", "sqlalchemy.sql.visitors.Traversible" ] }, { "migrate.changeset.constraint.UniqueConstraint": [ "migrate.changeset.constraint.ConstraintChangeset", "object", "sqlalchemy.sql.base.DialectKWArgs", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.schema.ColumnCollectionConstraint", "sqlalchemy.sql.schema.ColumnCollectionMixin", "sqlalchemy.sql.schema.Constraint", "sqlalchemy.sql.schema.SchemaItem", "sqlalchemy.sql.schema.UniqueConstraint", "sqlalchemy.sql.visitors.Traversible" ] }, { "migrate.changeset.ansisql.ANSIColumnDropper": [ "migrate.changeset.ansisql.AlterTableVisitor", "object", "sqlalchemy.sql.base.SchemaVisitor", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.DDLCompiler", "sqlalchemy.sql.visitors.ExternalTraversal" ] }, { "migrate.changeset.ansisql.ANSIColumnGenerator": [ "migrate.changeset.ansisql.AlterTableVisitor", "object", "sqlalchemy.sql.base.SchemaVisitor", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.DDLCompiler", "sqlalchemy.sql.visitors.ExternalTraversal" ] }, { "migrate.changeset.ansisql.ANSIConstraintCommon": [ "migrate.changeset.ansisql.AlterTableVisitor", "object", "sqlalchemy.sql.base.SchemaVisitor", "sqlalchemy.sql.visitors.ExternalTraversal" ] }, { "migrate.changeset.ansisql.ANSIConstraintDropper": [ "migrate.changeset.ansisql.ANSIConstraintCommon", "migrate.changeset.ansisql.AlterTableVisitor", "object", "sqlalchemy.sql.base.SchemaVisitor", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.DDLCompiler", "sqlalchemy.sql.visitors.ExternalTraversal" ] }, { "migrate.changeset.ansisql.ANSIConstraintGenerator": [ "migrate.changeset.ansisql.ANSIConstraintCommon", "migrate.changeset.ansisql.AlterTableVisitor", "object", "sqlalchemy.sql.base.SchemaVisitor", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.DDLCompiler", "sqlalchemy.sql.visitors.ExternalTraversal" ] }, { "migrate.changeset.ansisql.ANSIDialect": [ "object", "sqlalchemy.engine.default.DefaultDialect", "sqlalchemy.engine.interfaces.Dialect" ] }, { "migrate.changeset.ansisql.ANSISchemaChanger": [ "migrate.changeset.ansisql.AlterTableVisitor", "object", "sqlalchemy.sql.base.SchemaVisitor", "sqlalchemy.sql.compiler.Compiled", "sqlalchemy.sql.compiler.DDLCompiler", "sqlalchemy.sql.visitors.ExternalTraversal" ] }, { "migrate.changeset.ansisql.ANSISchemaChanger.visit_index.NewName": [ "object" ] }, { "migrate.changeset.ansisql.AlterTableVisitor": [ "object", "sqlalchemy.sql.base.SchemaVisitor", "sqlalchemy.sql.visitors.ExternalTraversal" ] }, { "maxminddb.reader.Metadata": [ "object" ] }, { "maxminddb.reader.Reader": [ "object" ] }, { "maxminddb.extension.Reader": [ "object" ] }, { "maxminddb.extension.extension": [ "object" ] }, { "maxminddb.errors.InvalidDatabaseError": [ "BaseException", "Exception", "RuntimeError", "object" ] }, { "maxminddb.decoder.Decoder": [ "object" ] }, { "matplotlib_inline.config.InlineBackend": [ "matplotlib_inline.config.InlineBackendConfig", "object", "traitlets.config.configurable.Configurable", "traitlets.config.configurable.LoggingConfigurable", "traitlets.config.configurable.SingletonConfigurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "matplotlib_inline.config.InlineBackendConfig": [ "object", "traitlets.config.configurable.Configurable", "traitlets.config.configurable.LoggingConfigurable", "traitlets.config.configurable.SingletonConfigurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "marshmallow_enum.EnumField": [ "marshmallow.base.FieldABC", "marshmallow.fields.Field", "object" ] }, { "marshmallow_enum.LoadDumpOptions": [ "enum.Enum", "object" ] }, { "marshmallow.warnings.RemovedInMarshmallow4Warning": [ "BaseException", "DeprecationWarning", "Exception", "Warning", "object" ] }, { "marshmallow.validate.And": [ "abc.ABC", "marshmallow.validate.Validator", "object" ] }, { "marshmallow.validate.ContainsNoneOf": [ "abc.ABC", "marshmallow.validate.NoneOf", "marshmallow.validate.Validator", "object" ] }, { "marshmallow.validate.ContainsOnly": [ "abc.ABC", "marshmallow.validate.OneOf", "marshmallow.validate.Validator", "object" ] }, { "marshmallow.validate.Email": [ "abc.ABC", "marshmallow.validate.Validator", "object" ] }, { "marshmallow.validate.Equal": [ "abc.ABC", "marshmallow.validate.Validator", "object" ] }, { "marshmallow.validate.Length": [ "abc.ABC", "marshmallow.validate.Validator", "object" ] }, { "marshmallow.validate.NoneOf": [ "abc.ABC", "marshmallow.validate.Validator", "object" ] }, { "marshmallow.validate.OneOf": [ "abc.ABC", "marshmallow.validate.Validator", "object" ] }, { "marshmallow.validate.Predicate": [ "abc.ABC", "marshmallow.validate.Validator", "object" ] }, { "marshmallow.validate.Range": [ "abc.ABC", "marshmallow.validate.Validator", "object" ] }, { "marshmallow.validate.Regexp": [ "abc.ABC", "marshmallow.validate.Validator", "object" ] }, { "marshmallow.validate.URL": [ "abc.ABC", "marshmallow.validate.Validator", "object" ] }, { "marshmallow.validate.URL.RegexMemoizer": [ "object" ] }, { "marshmallow.validate.Validator": [ "abc.ABC", "object" ] }, { "marshmallow.utils._Missing": [ "object" ] }, { "marshmallow.schema.Schema": [ "marshmallow.base.SchemaABC", "object" ] }, { "marshmallow.schema.Schema.Meta": [ "object" ] }, { "marshmallow.schema.SchemaMeta": [ "object", "type", "typing.Generic" ] }, { "marshmallow.schema.SchemaOpts": [ "object" ] }, { "marshmallow.orderedset.OrderedSet": [ "object", "typing.AbstractSet", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSet", "typing.Protocol" ] }, { "marshmallow.fields.AwareDateTime": [ "marshmallow.base.FieldABC", "marshmallow.fields.DateTime", "marshmallow.fields.Field", "object" ] }, { "marshmallow.fields.Boolean": [ "marshmallow.base.FieldABC", "marshmallow.fields.Field", "object" ] }, { "marshmallow.fields.Constant": [ "marshmallow.base.FieldABC", "marshmallow.fields.Field", "object" ] }, { "marshmallow.fields.Date": [ "marshmallow.base.FieldABC", "marshmallow.fields.DateTime", "marshmallow.fields.Field", "object" ] }, { "marshmallow.fields.DateTime": [ "marshmallow.base.FieldABC", "marshmallow.fields.Field", "object" ] }, { "marshmallow.fields.Decimal": [ "marshmallow.base.FieldABC", "marshmallow.fields.Field", "marshmallow.fields.Number", "object" ] }, { "marshmallow.fields.Dict": [ "marshmallow.base.FieldABC", "marshmallow.fields.Field", "marshmallow.fields.Mapping", "object" ] }, { "marshmallow.fields.Email": [ "marshmallow.base.FieldABC", "marshmallow.fields.Field", "marshmallow.fields.String", "object" ] }, { "marshmallow.fields.Field": [ "marshmallow.base.FieldABC", "object" ] }, { "marshmallow.fields.Float": [ "marshmallow.base.FieldABC", "marshmallow.fields.Field", "marshmallow.fields.Number", "object" ] }, { "marshmallow.fields.Function": [ "marshmallow.base.FieldABC", "marshmallow.fields.Field", "object" ] }, { "marshmallow.fields.IP": [ "marshmallow.base.FieldABC", "marshmallow.fields.Field", "object" ] }, { "marshmallow.fields.IPInterface": [ "marshmallow.base.FieldABC", "marshmallow.fields.Field", "object" ] }, { "marshmallow.fields.IPv4": [ "marshmallow.base.FieldABC", "marshmallow.fields.Field", "marshmallow.fields.IP", "object" ] }, { "marshmallow.fields.IPv4Interface": [ "marshmallow.base.FieldABC", "marshmallow.fields.Field", "marshmallow.fields.IPInterface", "object" ] }, { "marshmallow.fields.IPv6": [ "marshmallow.base.FieldABC", "marshmallow.fields.Field", "marshmallow.fields.IP", "object" ] }, { "marshmallow.fields.IPv6Interface": [ "marshmallow.base.FieldABC", "marshmallow.fields.Field", "marshmallow.fields.IPInterface", "object" ] }, { "marshmallow.fields.Inferred": [ "marshmallow.base.FieldABC", "marshmallow.fields.Field", "object" ] }, { "marshmallow.fields.Integer": [ "marshmallow.base.FieldABC", "marshmallow.fields.Field", "marshmallow.fields.Number", "object" ] }, { "marshmallow.fields.List": [ "marshmallow.base.FieldABC", "marshmallow.fields.Field", "object" ] }, { "marshmallow.fields.Mapping": [ "marshmallow.base.FieldABC", "marshmallow.fields.Field", "object" ] }, { "marshmallow.fields.Method": [ "marshmallow.base.FieldABC", "marshmallow.fields.Field", "object" ] }, { "marshmallow.fields.NaiveDateTime": [ "marshmallow.base.FieldABC", "marshmallow.fields.DateTime", "marshmallow.fields.Field", "object" ] }, { "marshmallow.fields.Nested": [ "marshmallow.base.FieldABC", "marshmallow.fields.Field", "object" ] }, { "marshmallow.fields.Number": [ "marshmallow.base.FieldABC", "marshmallow.fields.Field", "object" ] }, { "marshmallow.fields.Pluck": [ "marshmallow.base.FieldABC", "marshmallow.fields.Field", "marshmallow.fields.Nested", "object" ] }, { "marshmallow.fields.Raw": [ "marshmallow.base.FieldABC", "marshmallow.fields.Field", "object" ] }, { "marshmallow.fields.String": [ "marshmallow.base.FieldABC", "marshmallow.fields.Field", "object" ] }, { "marshmallow.fields.Time": [ "marshmallow.base.FieldABC", "marshmallow.fields.DateTime", "marshmallow.fields.Field", "object" ] }, { "marshmallow.fields.TimeDelta": [ "marshmallow.base.FieldABC", "marshmallow.fields.Field", "object" ] }, { "marshmallow.fields.Tuple": [ "marshmallow.base.FieldABC", "marshmallow.fields.Field", "object" ] }, { "marshmallow.fields.UUID": [ "marshmallow.base.FieldABC", "marshmallow.fields.Field", "marshmallow.fields.String", "object" ] }, { "marshmallow.fields.Url": [ "marshmallow.base.FieldABC", "marshmallow.fields.Field", "marshmallow.fields.String", "object" ] }, { "marshmallow.exceptions.FieldInstanceResolutionError": [ "BaseException", "Exception", "TypeError", "marshmallow.exceptions.MarshmallowError", "object" ] }, { "marshmallow.exceptions.MarshmallowError": [ "BaseException", "Exception", "object" ] }, { "marshmallow.exceptions.RegistryError": [ "BaseException", "Exception", "NameError", "object" ] }, { "marshmallow.exceptions.StringNotCollectionError": [ "BaseException", "Exception", "TypeError", "marshmallow.exceptions.MarshmallowError", "object" ] }, { "marshmallow.exceptions.ValidationError": [ "BaseException", "Exception", "marshmallow.exceptions.MarshmallowError", "object" ] }, { "marshmallow.error_store.ErrorStore": [ "object" ] }, { "marshmallow.decorators.MarshmallowHook": [ "object" ] }, { "marshmallow.base.FieldABC": [ "object" ] }, { "marshmallow.base.SchemaABC": [ "object" ] }, { "markupsafe.EscapeFormatter": [ "object", "string.Formatter" ] }, { "markupsafe.Markup": [ "object", "str", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "markdown.util.AtomicString": [ "object", "str", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "markdown.util.HtmlStash": [ "object" ] }, { "markdown.util.Processor": [ "object" ] }, { "markdown.util.Registry": [ "object" ] }, { "markdown.treeprocessors.InlineProcessor": [ "markdown.treeprocessors.Treeprocessor", "markdown.util.Processor", "object" ] }, { "markdown.treeprocessors.PrettifyTreeprocessor": [ "markdown.treeprocessors.Treeprocessor", "markdown.util.Processor", "object" ] }, { "markdown.treeprocessors.Treeprocessor": [ "markdown.util.Processor", "object" ] }, { "markdown.preprocessors.HtmlBlockPreprocessor": [ "markdown.preprocessors.Preprocessor", "markdown.util.Processor", "object" ] }, { "markdown.preprocessors.NormalizeWhitespace": [ "markdown.preprocessors.Preprocessor", "markdown.util.Processor", "object" ] }, { "markdown.preprocessors.Preprocessor": [ "markdown.util.Processor", "object" ] }, { "markdown.preprocessors.ReferencePreprocessor": [ "markdown.preprocessors.Preprocessor", "markdown.util.Processor", "object" ] }, { "markdown.postprocessors.AndSubstitutePostprocessor": [ "markdown.postprocessors.Postprocessor", "markdown.util.Processor", "object" ] }, { "markdown.postprocessors.Postprocessor": [ "markdown.util.Processor", "object" ] }, { "markdown.postprocessors.RawHtmlPostprocessor": [ "markdown.postprocessors.Postprocessor", "markdown.util.Processor", "object" ] }, { "markdown.postprocessors.UnescapePostprocessor": [ "markdown.postprocessors.Postprocessor", "markdown.util.Processor", "object" ] }, { "markdown.pep562.Pep562": [ "object" ] }, { "markdown.pep562.Version": [ "object" ] }, { "markdown.inlinepatterns.AsteriskProcessor": [ "markdown.inlinepatterns.InlineProcessor", "markdown.inlinepatterns.Pattern", "object" ] }, { "markdown.inlinepatterns.AutolinkInlineProcessor": [ "markdown.inlinepatterns.InlineProcessor", "markdown.inlinepatterns.Pattern", "object" ] }, { "markdown.inlinepatterns.AutomailInlineProcessor": [ "markdown.inlinepatterns.InlineProcessor", "markdown.inlinepatterns.Pattern", "object" ] }, { "markdown.inlinepatterns.BacktickInlineProcessor": [ "markdown.inlinepatterns.InlineProcessor", "markdown.inlinepatterns.Pattern", "object" ] }, { "markdown.inlinepatterns.DoubleTagInlineProcessor": [ "markdown.inlinepatterns.InlineProcessor", "markdown.inlinepatterns.Pattern", "markdown.inlinepatterns.SimpleTagInlineProcessor", "object" ] }, { "markdown.inlinepatterns.DoubleTagPattern": [ "markdown.inlinepatterns.Pattern", "markdown.inlinepatterns.SimpleTagPattern", "object" ] }, { "markdown.inlinepatterns.EmStrongItem": [ "object" ] }, { "markdown.inlinepatterns.EscapeInlineProcessor": [ "markdown.inlinepatterns.InlineProcessor", "markdown.inlinepatterns.Pattern", "object" ] }, { "markdown.inlinepatterns.HtmlInlineProcessor": [ "markdown.inlinepatterns.InlineProcessor", "markdown.inlinepatterns.Pattern", "object" ] }, { "markdown.inlinepatterns.ImageInlineProcessor": [ "markdown.inlinepatterns.InlineProcessor", "markdown.inlinepatterns.LinkInlineProcessor", "markdown.inlinepatterns.Pattern", "object" ] }, { "markdown.inlinepatterns.ImageReferenceInlineProcessor": [ "markdown.inlinepatterns.InlineProcessor", "markdown.inlinepatterns.LinkInlineProcessor", "markdown.inlinepatterns.Pattern", "markdown.inlinepatterns.ReferenceInlineProcessor", "object" ] }, { "markdown.inlinepatterns.InlineProcessor": [ "markdown.inlinepatterns.Pattern", "object" ] }, { "markdown.inlinepatterns.LinkInlineProcessor": [ "markdown.inlinepatterns.InlineProcessor", "markdown.inlinepatterns.Pattern", "object" ] }, { "markdown.inlinepatterns.Pattern": [ "object" ] }, { "markdown.inlinepatterns.ReferenceInlineProcessor": [ "markdown.inlinepatterns.InlineProcessor", "markdown.inlinepatterns.LinkInlineProcessor", "markdown.inlinepatterns.Pattern", "object" ] }, { "markdown.inlinepatterns.ShortReferenceInlineProcessor": [ "markdown.inlinepatterns.InlineProcessor", "markdown.inlinepatterns.LinkInlineProcessor", "markdown.inlinepatterns.Pattern", "markdown.inlinepatterns.ReferenceInlineProcessor", "object" ] }, { "markdown.inlinepatterns.SimpleTagInlineProcessor": [ "markdown.inlinepatterns.InlineProcessor", "markdown.inlinepatterns.Pattern", "object" ] }, { "markdown.inlinepatterns.SimpleTagPattern": [ "markdown.inlinepatterns.Pattern", "object" ] }, { "markdown.inlinepatterns.SimpleTextInlineProcessor": [ "markdown.inlinepatterns.InlineProcessor", "markdown.inlinepatterns.Pattern", "object" ] }, { "markdown.inlinepatterns.SimpleTextPattern": [ "markdown.inlinepatterns.Pattern", "object" ] }, { "markdown.inlinepatterns.SubstituteTagInlineProcessor": [ "markdown.inlinepatterns.InlineProcessor", "markdown.inlinepatterns.Pattern", "markdown.inlinepatterns.SimpleTagInlineProcessor", "object" ] }, { "markdown.inlinepatterns.SubstituteTagPattern": [ "markdown.inlinepatterns.Pattern", "markdown.inlinepatterns.SimpleTagPattern", "object" ] }, { "markdown.inlinepatterns.UnderscoreProcessor": [ "markdown.inlinepatterns.AsteriskProcessor", "markdown.inlinepatterns.InlineProcessor", "markdown.inlinepatterns.Pattern", "object" ] }, { "markdown.extensions.wikilinks.WikiLinkExtension": [ "markdown.extensions.Extension", "object" ] }, { "markdown.extensions.wikilinks.WikiLinksInlineProcessor": [ "markdown.inlinepatterns.InlineProcessor", "markdown.inlinepatterns.Pattern", "object" ] }, { "markdown.extensions.toc.TocExtension": [ "markdown.extensions.Extension", "object" ] }, { "markdown.extensions.toc.TocTreeprocessor": [ "markdown.treeprocessors.Treeprocessor", "markdown.util.Processor", "object" ] }, { "markdown.extensions.tables.TableExtension": [ "markdown.extensions.Extension", "object" ] }, { "markdown.extensions.tables.TableProcessor": [ "markdown.blockprocessors.BlockProcessor", "object" ] }, { "markdown.extensions.smarty.SmartyExtension": [ "markdown.extensions.Extension", "object" ] }, { "markdown.extensions.smarty.SubstituteTextPattern": [ "markdown.inlinepatterns.HtmlInlineProcessor", "markdown.inlinepatterns.InlineProcessor", "markdown.inlinepatterns.Pattern", "object" ] }, { "markdown.extensions.sane_lists.SaneListExtension": [ "markdown.extensions.Extension", "object" ] }, { "markdown.extensions.sane_lists.SaneOListProcessor": [ "markdown.blockprocessors.BlockProcessor", "markdown.blockprocessors.OListProcessor", "object" ] }, { "markdown.extensions.sane_lists.SaneUListProcessor": [ "markdown.blockprocessors.BlockProcessor", "markdown.blockprocessors.OListProcessor", "markdown.blockprocessors.UListProcessor", "object" ] }, { "markdown.extensions.nl2br.Nl2BrExtension": [ "markdown.extensions.Extension", "object" ] }, { "markdown.extensions.meta.MetaExtension": [ "markdown.extensions.Extension", "object" ] }, { "markdown.extensions.meta.MetaPreprocessor": [ "markdown.preprocessors.Preprocessor", "markdown.util.Processor", "object" ] }, { "markdown.extensions.md_in_html.MarkdownInHtmlExtension": [ "markdown.extensions.Extension", "object" ] }, { "markdown.extensions.md_in_html.MarkdownInHtmlProcessor": [ "markdown.blockprocessors.BlockProcessor", "object" ] }, { "markdown.extensions.legacy_em.LegacyEmExtension": [ "markdown.extensions.Extension", "object" ] }, { "markdown.extensions.legacy_em.LegacyUnderscoreProcessor": [ "markdown.inlinepatterns.AsteriskProcessor", "markdown.inlinepatterns.InlineProcessor", "markdown.inlinepatterns.Pattern", "markdown.inlinepatterns.UnderscoreProcessor", "object" ] }, { "markdown.extensions.legacy_attrs.LegacyAttrExtension": [ "markdown.extensions.Extension", "object" ] }, { "markdown.extensions.legacy_attrs.LegacyAttrs": [ "markdown.treeprocessors.Treeprocessor", "markdown.util.Processor", "object" ] }, { "markdown.extensions.footnotes.FootnoteExtension": [ "markdown.extensions.Extension", "object" ] }, { "markdown.extensions.footnotes.FootnoteInlineProcessor": [ "markdown.inlinepatterns.InlineProcessor", "markdown.inlinepatterns.Pattern", "object" ] }, { "markdown.extensions.footnotes.FootnotePostTreeprocessor": [ "markdown.treeprocessors.Treeprocessor", "markdown.util.Processor", "object" ] }, { "markdown.extensions.footnotes.FootnotePostprocessor": [ "markdown.postprocessors.Postprocessor", "markdown.util.Processor", "object" ] }, { "markdown.extensions.footnotes.FootnotePreprocessor": [ "markdown.preprocessors.Preprocessor", "markdown.util.Processor", "object" ] }, { "markdown.extensions.footnotes.FootnoteTreeprocessor": [ "markdown.treeprocessors.Treeprocessor", "markdown.util.Processor", "object" ] }, { "markdown.extensions.fenced_code.FencedBlockPreprocessor": [ "markdown.preprocessors.Preprocessor", "markdown.util.Processor", "object" ] }, { "markdown.extensions.fenced_code.FencedCodeExtension": [ "markdown.extensions.Extension", "object" ] }, { "markdown.extensions.extra.ExtraExtension": [ "markdown.extensions.Extension", "object" ] }, { "markdown.extensions.def_list.DefListExtension": [ "markdown.extensions.Extension", "object" ] }, { "markdown.extensions.def_list.DefListIndentProcessor": [ "markdown.blockprocessors.BlockProcessor", "markdown.blockprocessors.ListIndentProcessor", "object" ] }, { "markdown.extensions.def_list.DefListProcessor": [ "markdown.blockprocessors.BlockProcessor", "object" ] }, { "markdown.extensions.codehilite.CodeHilite": [ "object" ] }, { "markdown.extensions.codehilite.CodeHiliteExtension": [ "markdown.extensions.Extension", "object" ] }, { "markdown.extensions.codehilite.HiliteTreeprocessor": [ "markdown.treeprocessors.Treeprocessor", "markdown.util.Processor", "object" ] }, { "markdown.extensions.attr_list.AttrListExtension": [ "markdown.extensions.Extension", "object" ] }, { "markdown.extensions.attr_list.AttrListTreeprocessor": [ "markdown.treeprocessors.Treeprocessor", "markdown.util.Processor", "object" ] }, { "markdown.extensions.admonition.AdmonitionExtension": [ "markdown.extensions.Extension", "object" ] }, { "markdown.extensions.admonition.AdmonitionProcessor": [ "markdown.blockprocessors.BlockProcessor", "object" ] }, { "markdown.extensions.abbr.AbbrExtension": [ "markdown.extensions.Extension", "object" ] }, { "markdown.extensions.abbr.AbbrInlineProcessor": [ "markdown.inlinepatterns.InlineProcessor", "markdown.inlinepatterns.Pattern", "object" ] }, { "markdown.extensions.abbr.AbbrPreprocessor": [ "markdown.blockprocessors.BlockProcessor", "object" ] }, { "markdown.extensions.Extension": [ "object" ] }, { "markdown.core.Markdown": [ "object" ] }, { "markdown.blockprocessors.BlockProcessor": [ "object" ] }, { "markdown.blockprocessors.BlockQuoteProcessor": [ "markdown.blockprocessors.BlockProcessor", "object" ] }, { "markdown.blockprocessors.CodeBlockProcessor": [ "markdown.blockprocessors.BlockProcessor", "object" ] }, { "markdown.blockprocessors.EmptyBlockProcessor": [ "markdown.blockprocessors.BlockProcessor", "object" ] }, { "markdown.blockprocessors.HRProcessor": [ "markdown.blockprocessors.BlockProcessor", "object" ] }, { "markdown.blockprocessors.HashHeaderProcessor": [ "markdown.blockprocessors.BlockProcessor", "object" ] }, { "markdown.blockprocessors.ListIndentProcessor": [ "markdown.blockprocessors.BlockProcessor", "object" ] }, { "markdown.blockprocessors.OListProcessor": [ "markdown.blockprocessors.BlockProcessor", "object" ] }, { "markdown.blockprocessors.ParagraphProcessor": [ "markdown.blockprocessors.BlockProcessor", "object" ] }, { "markdown.blockprocessors.SetextHeaderProcessor": [ "markdown.blockprocessors.BlockProcessor", "object" ] }, { "markdown.blockprocessors.UListProcessor": [ "markdown.blockprocessors.BlockProcessor", "markdown.blockprocessors.OListProcessor", "object" ] }, { "markdown.blockparser.BlockParser": [ "object" ] }, { "markdown.blockparser.State": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "mako.util.FastEncodingBuffer": [ "object" ] }, { "mako.util.LRUCache": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "mako.util.LRUCache._Item": [ "object" ] }, { "mako.util.PluginLoader": [ "object" ] }, { "mako.util.SetLikeDict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "mako.util.memoized_instancemethod": [ "object" ] }, { "mako.util.memoized_property": [ "object" ] }, { "mako.template.DefTemplate": [ "mako.template.Template", "object" ] }, { "mako.template.ModuleInfo": [ "object" ] }, { "mako.template.ModuleTemplate": [ "mako.template.Template", "object" ] }, { "mako.template.Template": [ "object" ] }, { "mako.runtime.CallerStack": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "mako.runtime.Context": [ "object" ] }, { "mako.runtime.LoopContext": [ "object" ] }, { "mako.runtime.LoopStack": [ "object" ] }, { "mako.runtime.ModuleNamespace": [ "mako.runtime.Namespace", "object" ] }, { "mako.runtime.Namespace": [ "object" ] }, { "mako.runtime.TemplateNamespace": [ "mako.runtime.Namespace", "object" ] }, { "mako.runtime.Undefined": [ "object" ] }, { "mako.runtime._NSAttr": [ "object" ] }, { "mako.pyparser.ExpressionGenerator": [ "object" ] }, { "mako.pyparser.FindIdentifiers": [ "mako._ast_util.NodeVisitor", "object" ] }, { "mako.pyparser.FindTuple": [ "mako._ast_util.NodeVisitor", "object" ] }, { "mako.pyparser.ParseFunc": [ "mako._ast_util.NodeVisitor", "object" ] }, { "mako.pygen.PythonPrinter": [ "object" ] }, { "mako.parsetree.BlockTag": [ "mako.parsetree.Tag", "object" ] }, { "mako.parsetree.CallNamespaceTag": [ "mako.parsetree.Tag", "object" ] }, { "mako.parsetree.CallTag": [ "mako.parsetree.Tag", "object" ] }, { "mako.parsetree.Code": [ "mako.parsetree.Node", "object" ] }, { "mako.parsetree.Comment": [ "mako.parsetree.Node", "object" ] }, { "mako.parsetree.ControlLine": [ "mako.parsetree.Node", "object" ] }, { "mako.parsetree.DefTag": [ "mako.parsetree.Tag", "object" ] }, { "mako.parsetree.Expression": [ "mako.parsetree.Node", "object" ] }, { "mako.parsetree.IncludeTag": [ "mako.parsetree.Tag", "object" ] }, { "mako.parsetree.InheritTag": [ "mako.parsetree.Tag", "object" ] }, { "mako.parsetree.NamespaceTag": [ "mako.parsetree.Tag", "object" ] }, { "mako.parsetree.Node": [ "object" ] }, { "mako.parsetree.PageTag": [ "mako.parsetree.Tag", "object" ] }, { "mako.parsetree.Tag": [ "object" ] }, { "mako.parsetree.TemplateNode": [ "mako.parsetree.Node", "object" ] }, { "mako.parsetree.Text": [ "mako.parsetree.Node", "object" ] }, { "mako.parsetree.TextTag": [ "mako.parsetree.Tag", "object" ] }, { "mako.parsetree._TagMeta": [ "object", "type", "typing.Generic" ] }, { "mako.lookup.TemplateCollection": [ "object" ] }, { "mako.lookup.TemplateLookup": [ "mako.lookup.TemplateCollection", "object" ] }, { "mako.lexer.Lexer": [ "object" ] }, { "mako.filters.Decode": [ "object" ] }, { "mako.filters.XMLEntityEscaper": [ "object" ] }, { "mako.ext.turbogears.TGPlugin": [ "object" ] }, { "mako.ext.pygmentplugin.MakoCssLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "mako.ext.pygmentplugin.MakoHtmlLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "mako.ext.pygmentplugin.MakoJavascriptLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "mako.ext.pygmentplugin.MakoLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "mako.ext.pygmentplugin.MakoXmlLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "mako.ext.linguaplugin.LinguaMakoExtractor": [ "mako.ext.extract.MessageExtractor", "object" ] }, { "mako.ext.extract.MessageExtractor": [ "object" ] }, { "mako.ext.beaker_cache.BeakerCacheImpl": [ "mako.cache.CacheImpl", "object" ] }, { "mako.ext.babelplugin.BabelMakoExtractor": [ "mako.ext.extract.MessageExtractor", "object" ] }, { "mako.exceptions.CompileException": [ "BaseException", "Exception", "mako.exceptions.MakoException", "object" ] }, { "mako.exceptions.MakoException": [ "BaseException", "Exception", "object" ] }, { "mako.exceptions.NameConflictError": [ "BaseException", "Exception", "mako.exceptions.MakoException", "object" ] }, { "mako.exceptions.RichTraceback": [ "object" ] }, { "mako.exceptions.RuntimeException": [ "BaseException", "Exception", "mako.exceptions.MakoException", "object" ] }, { "mako.exceptions.SyntaxException": [ "BaseException", "Exception", "mako.exceptions.MakoException", "object" ] }, { "mako.exceptions.TemplateLookupException": [ "BaseException", "Exception", "mako.exceptions.MakoException", "object" ] }, { "mako.exceptions.TopLevelLookupException": [ "BaseException", "Exception", "mako.exceptions.MakoException", "mako.exceptions.TemplateLookupException", "object" ] }, { "mako.exceptions.UnsupportedError": [ "BaseException", "Exception", "mako.exceptions.MakoException", "object" ] }, { "mako.compat.ArgSpec": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "mako.codegen.LoopVariable": [ "object" ] }, { "mako.codegen._CompileContext": [ "object" ] }, { "mako.codegen._GenerateRenderMethod": [ "object" ] }, { "mako.codegen._GenerateRenderMethod.visitCallTag.DefVisitor": [ "object" ] }, { "mako.codegen._GenerateRenderMethod.write_namespaces.NSDefVisitor": [ "object" ] }, { "mako.codegen._GenerateRenderMethod.write_toplevel.FindTopLevel": [ "object" ] }, { "mako.codegen._Identifiers": [ "object" ] }, { "mako.cache.Cache": [ "object" ] }, { "mako.cache.CacheImpl": [ "object" ] }, { "mako.ast.ArgumentList": [ "object" ] }, { "mako.ast.FunctionArgs": [ "mako.ast.FunctionDecl", "object" ] }, { "mako.ast.FunctionDecl": [ "object" ] }, { "mako.ast.PythonCode": [ "object" ] }, { "mako.ast.PythonFragment": [ "mako.ast.PythonCode", "object" ] }, { "mako._ast_util.NodeTransformer": [ "mako._ast_util.NodeVisitor", "object" ] }, { "mako._ast_util.NodeVisitor": [ "object" ] }, { "mako._ast_util.SourceGenerator": [ "mako._ast_util.NodeVisitor", "object" ] }, { "mailbox.Babyl": [ "mailbox.Mailbox", "mailbox._singlefileMailbox", "object", "typing.Generic" ] }, { "mailbox.BabylMessage": [ "email.message.Message", "mailbox.Message", "object" ] }, { "mailbox.Error": [ "BaseException", "Exception", "object" ] }, { "mailbox.ExternalClashError": [ "BaseException", "Exception", "mailbox.Error", "object" ] }, { "mailbox.FormatError": [ "BaseException", "Exception", "mailbox.Error", "object" ] }, { "mailbox.MH": [ "mailbox.Mailbox", "object", "typing.Generic" ] }, { "mailbox.MHMessage": [ "email.message.Message", "mailbox.Message", "object" ] }, { "mailbox.MMDF": [ "mailbox.Mailbox", "mailbox._mboxMMDF", "mailbox._singlefileMailbox", "object", "typing.Generic" ] }, { "mailbox.MMDFMessage": [ "email.message.Message", "mailbox.Message", "mailbox._mboxMMDFMessage", "object" ] }, { "mailbox.Mailbox": [ "object", "typing.Generic" ] }, { "mailbox.Maildir": [ "mailbox.Mailbox", "object", "typing.Generic" ] }, { "mailbox.MaildirMessage": [ "email.message.Message", "mailbox.Message", "object" ] }, { "mailbox.Message": [ "email.message.Message", "object" ] }, { "mailbox.NoSuchMailboxError": [ "BaseException", "Exception", "mailbox.Error", "object" ] }, { "mailbox.NotEmptyError": [ "BaseException", "Exception", "mailbox.Error", "object" ] }, { "mailbox._HasItems": [ "object", "typing.Generic", "typing.Protocol" ] }, { "mailbox._HasIteritems": [ "object", "typing.Generic", "typing.Protocol" ] }, { "mailbox._PartialFile": [ "mailbox._ProxyFile", "object", "typing.Generic" ] }, { "mailbox._ProxyFile": [ "object", "typing.Generic" ] }, { "mailbox._mboxMMDF": [ "mailbox.Mailbox", "mailbox._singlefileMailbox", "object", "typing.Generic" ] }, { "mailbox._mboxMMDFMessage": [ "email.message.Message", "mailbox.Message", "object" ] }, { "mailbox._singlefileMailbox": [ "mailbox.Mailbox", "object", "typing.Generic" ] }, { "mailbox.mbox": [ "mailbox.Mailbox", "mailbox._mboxMMDF", "mailbox._singlefileMailbox", "object", "typing.Generic" ] }, { "mailbox.mboxMessage": [ "email.message.Message", "mailbox.Message", "mailbox._mboxMMDFMessage", "object" ] }, { "lzma.LZMACompressor": [ "object" ] }, { "lzma.LZMADecompressor": [ "object" ] }, { "lzma.LZMAError": [ "BaseException", "Exception", "object" ] }, { "lzma.LZMAFile": [ "io.BufferedIOBase", "io.IOBase", "object", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "logging.handlers.BaseRotatingHandler": [ "logging.FileHandler", "logging.Filterer", "logging.Handler", "logging.StreamHandler", "object" ] }, { "logging.handlers.BufferingHandler": [ "logging.Filterer", "logging.Handler", "object" ] }, { "logging.handlers.DatagramHandler": [ "logging.Filterer", "logging.Handler", "logging.handlers.SocketHandler", "object" ] }, { "logging.handlers.HTTPHandler": [ "logging.Filterer", "logging.Handler", "object" ] }, { "logging.handlers.MemoryHandler": [ "logging.Filterer", "logging.Handler", "logging.handlers.BufferingHandler", "object" ] }, { "logging.handlers.NTEventLogHandler": [ "logging.Filterer", "logging.Handler", "object" ] }, { "logging.handlers.QueueHandler": [ "logging.Filterer", "logging.Handler", "object" ] }, { "logging.handlers.QueueListener": [ "object" ] }, { "logging.handlers.RotatingFileHandler": [ "logging.FileHandler", "logging.Filterer", "logging.Handler", "logging.StreamHandler", "logging.handlers.BaseRotatingHandler", "object" ] }, { "logging.handlers.SMTPHandler": [ "logging.Filterer", "logging.Handler", "object" ] }, { "logging.handlers.SocketHandler": [ "logging.Filterer", "logging.Handler", "object" ] }, { "logging.handlers.SysLogHandler": [ "logging.Filterer", "logging.Handler", "object" ] }, { "logging.handlers.TimedRotatingFileHandler": [ "logging.FileHandler", "logging.Filterer", "logging.Handler", "logging.StreamHandler", "logging.handlers.BaseRotatingHandler", "object" ] }, { "logging.handlers.WatchedFileHandler": [ "logging.FileHandler", "logging.Filterer", "logging.Handler", "logging.StreamHandler", "object" ] }, { "logging.FileHandler": [ "logging.Filterer", "logging.Handler", "logging.StreamHandler", "object" ] }, { "logging.Filter": [ "object" ] }, { "logging.Filterer": [ "object" ] }, { "logging.Formatter": [ "object" ] }, { "logging.Handler": [ "logging.Filterer", "object" ] }, { "logging.LogRecord": [ "object" ] }, { "logging.Logger": [ "logging.Filterer", "object" ] }, { "logging.LoggerAdapter": [ "object" ] }, { "logging.NullHandler": [ "logging.Filterer", "logging.Handler", "object" ] }, { "logging.PercentStyle": [ "object" ] }, { "logging.PlaceHolder": [ "object" ] }, { "logging.RootLogger": [ "logging.Filterer", "logging.Logger", "object" ] }, { "logging.StrFormatStyle": [ "logging.PercentStyle", "object" ] }, { "logging.StreamHandler": [ "logging.Filterer", "logging.Handler", "object" ] }, { "logging.StringTemplateStyle": [ "logging.PercentStyle", "object" ] }, { "locale.Error": [ "BaseException", "Exception", "object" ] }, { "linecache2.tests.test_linecache.LineCacheTests": [ "object", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "linecache2.tests.mapping_tests.BasicTestMappingProtocol": [ "object", "unittest.case.TestCase" ] }, { "linecache2.tests.mapping_tests.BasicTestMappingProtocol.test_update.Exc": [ "BaseException", "Exception", "object" ] }, { "linecache2.tests.mapping_tests.BasicTestMappingProtocol.test_update.FailingUserDict": [ "object" ] }, { "linecache2.tests.mapping_tests.BasicTestMappingProtocol.test_update.FailingUserDict.keys.BogonIter": [ "object" ] }, { "linecache2.tests.mapping_tests.BasicTestMappingProtocol.test_update.SimpleUserDict": [ "object" ] }, { "linecache2.tests.mapping_tests.BasicTestMappingProtocol.test_update.badseq": [ "object" ] }, { "linecache2.tests.mapping_tests.TestHashMappingProtocol": [ "linecache2.tests.mapping_tests.BasicTestMappingProtocol", "linecache2.tests.mapping_tests.TestMappingProtocol", "object", "unittest.case.TestCase" ] }, { "linecache2.tests.mapping_tests.TestHashMappingProtocol.test_eq.BadCmp": [ "object" ] }, { "linecache2.tests.mapping_tests.TestHashMappingProtocol.test_eq.Exc": [ "BaseException", "Exception", "object" ] }, { "linecache2.tests.mapping_tests.TestHashMappingProtocol.test_fromkeys.mydict": [ "object" ] }, { "linecache2.tests.mapping_tests.TestHashMappingProtocol.test_getitem.BadEq": [ "object" ] }, { "linecache2.tests.mapping_tests.TestHashMappingProtocol.test_getitem.BadHash": [ "object" ] }, { "linecache2.tests.mapping_tests.TestHashMappingProtocol.test_getitem.Exc": [ "BaseException", "Exception", "object" ] }, { "linecache2.tests.mapping_tests.TestHashMappingProtocol.test_pop.BadHash": [ "object" ] }, { "linecache2.tests.mapping_tests.TestHashMappingProtocol.test_pop.Exc": [ "BaseException", "Exception", "object" ] }, { "linecache2.tests.mapping_tests.TestHashMappingProtocol.test_repr.BadRepr": [ "object" ] }, { "linecache2.tests.mapping_tests.TestHashMappingProtocol.test_repr.Exc": [ "BaseException", "Exception", "object" ] }, { "linecache2.tests.mapping_tests.TestHashMappingProtocol.test_setdefault.BadHash": [ "object" ] }, { "linecache2.tests.mapping_tests.TestHashMappingProtocol.test_setdefault.Exc": [ "BaseException", "Exception", "object" ] }, { "linecache2.tests.mapping_tests.TestMappingProtocol": [ "linecache2.tests.mapping_tests.BasicTestMappingProtocol", "object", "unittest.case.TestCase" ] }, { "linecache2.tests.mapping_tests.TestMappingProtocol.test_fromkeys.BadSeq": [ "object" ] }, { "linecache2.tests.mapping_tests.TestMappingProtocol.test_fromkeys.Exc": [ "BaseException", "Exception", "object" ] }, { "linecache2.tests.mapping_tests.TestMappingProtocol.test_fromkeys.baddict1": [ "object" ] }, { "linecache2.tests.mapping_tests.TestMappingProtocol.test_fromkeys.baddict2": [ "object" ] }, { "linecache2.tests.mapping_tests.TestMappingProtocol.test_fromkeys.dictlike": [ "object" ] }, { "linecache2.tests.mapping_tests.TestMappingProtocol.test_fromkeys.mydict": [ "object" ] }, { "linecache2.tests.mapping_tests.TestMappingProtocol.test_update.SimpleUserDict": [ "object" ] }, { "linecache2.tests.inspect_fodder2.cls82": [ "object" ] }, { "linecache2.tests.inspect_fodder2.f.X": [ "object" ] }, { "linecache2.tests.inspect_fodder2.func69.cls70": [ "object" ] }, { "linecache2.tests.inspect_fodder.FesteringGob": [ "linecache2.tests.inspect_fodder.MalodorousPervert", "linecache2.tests.inspect_fodder.ParrotDroppings", "linecache2.tests.inspect_fodder.StupidGit", "object" ] }, { "linecache2.tests.inspect_fodder.MalodorousPervert": [ "linecache2.tests.inspect_fodder.StupidGit", "object" ] }, { "linecache2.tests.inspect_fodder.ParrotDroppings": [ "object" ] }, { "linecache2.tests.inspect_fodder.StupidGit": [ "object" ] }, { "libcst.tool._ListSerializer": [ "abc.ABC", "libcst.tool._SerializerBase", "object" ] }, { "libcst.tool._SerializerBase": [ "abc.ABC", "object" ] }, { "libcst.tool._StrSerializer": [ "abc.ABC", "libcst.tool._SerializerBase", "object" ] }, { "libcst.tests.test_visitor.VisitorTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.tests.test_visitor.VisitorTest.test_transformer.SomeTransformer": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "object" ] }, { "libcst.tests.test_visitor.VisitorTest.test_visitor.SomeVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "object" ] }, { "libcst.tests.test_type_enforce.MyExampleChildClass": [ "libcst.tests.test_type_enforce.MyExampleClass", "object" ] }, { "libcst.tests.test_type_enforce.MyExampleClass": [ "object" ] }, { "libcst.tests.test_type_enforce.MyExampleClassWithMetaclass": [ "object" ] }, { "libcst.tests.test_type_enforce.MyExampleMetaclass": [ "object", "type", "typing.Generic" ] }, { "libcst.tests.test_type_enforce.NamedTupleSubclass": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "libcst.tests.test_type_enforce.TypeEnforcementTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.tests.test_type_enforce.WeirdSubclassOfList": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "libcst.tests.test_tool.PrettyPrintNodesTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.tests.test_tabs.ExpandTabsTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.tests.test_pyre_integration.PyreIntegrationTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.tests.test_pyre_integration.TypeVerificationVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "object" ] }, { "libcst.tests.test_fuzz.FuzzTest": [ "object", "unittest.case.TestCase" ] }, { "libcst.tests.test_exceptions.ExceptionsTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.tests.test_e2e.PrintToPPrintCommand": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.codemod._codemod.Codemod", "libcst.codemod._command.CodemodCommand", "libcst.codemod._command.VisitorBasedCodemodCommand", "libcst.codemod._visitor.ContextAwareTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.tests.test_e2e.ToolE2ETest": [ "object", "unittest.case.TestCase" ] }, { "libcst.tests.test_deep_replace.DeepReplaceTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.tests.test_deep_replace.DeepReplaceTest.test_with_deep_changes_complex.NodeFinder": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "object" ] }, { "libcst.tests.test_deep_clone.DeepCloneTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.tests.test_deep_clone.DeepCloneTest.test_deep_clone.NodeGatherVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "object" ] }, { "libcst.tests.test_deep_clone.DeepCloneTest.test_deep_clone.NodeVerifyVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "object" ] }, { "libcst.tests.test_batched_visitor.BatchedVisitorTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.tests.test_batched_visitor.BatchedVisitorTest.test_all_visits.Batchable": [ "abc.ABC", "libcst._batched_visitor.BatchableCSTVisitor", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "object" ] }, { "libcst.tests.test_batched_visitor.BatchedVisitorTest.test_simple.ABatchable": [ "abc.ABC", "libcst._batched_visitor.BatchableCSTVisitor", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "object" ] }, { "libcst.tests.test_batched_visitor.BatchedVisitorTest.test_simple.BBatchable": [ "abc.ABC", "libcst._batched_visitor.BatchableCSTVisitor", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "object" ] }, { "libcst.testing.utils.BaseTestMeta": [ "object", "type", "typing.Generic" ] }, { "libcst.testing.utils.UnitTest": [ "object", "unittest.case.TestCase" ] }, { "libcst.metadata.wrapper.MetadataWrapper": [ "object" ] }, { "libcst.metadata.type_inference_provider.InferredType": [ "TypedDictionary", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "libcst.metadata.type_inference_provider.Location": [ "TypedDictionary", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "libcst.metadata.type_inference_provider.Position": [ "TypedDictionary", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "libcst.metadata.type_inference_provider.PyreData": [ "NonTotalTypedDictionary", "TypedDictionary", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "libcst.metadata.type_inference_provider.RawPyreData": [ "TypedDictionary", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "libcst.metadata.type_inference_provider.TypeInferenceProvider": [ "abc.ABC", "libcst._batched_visitor.BatchableCSTVisitor", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst.metadata.base_provider.BaseMetadataProvider", "libcst.metadata.base_provider.BatchableMetadataProvider", "object", "typing.Generic" ] }, { "libcst.metadata.tests.test_type_inference_provider.TypeInferenceProviderTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.metadata.tests.test_span_provider.ByteSpanPositionProviderTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.metadata.tests.test_span_provider.ByteSpanPositionProviderTest.test_batchable_provider.SomeVisitor": [ "abc.ABC", "libcst._batched_visitor.BatchableCSTVisitor", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "object" ] }, { "libcst.metadata.tests.test_span_provider.ByteSpanPositionProviderTest.test_visitor_provider.SomeVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "object" ] }, { "libcst.metadata.tests.test_span_provider.SpanProvidingCodegenStateTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.metadata.tests.test_scope_provider.DependentVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "object" ] }, { "libcst.metadata.tests.test_scope_provider.ScopeProviderTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.metadata.tests.test_reentrant_codegen.ExperimentalReentrantCodegenProviderTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.metadata.tests.test_position_provider.PositionProviderTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.metadata.tests.test_position_provider.PositionProviderTest.test_batchable_provider.ABatchable": [ "abc.ABC", "libcst._batched_visitor.BatchableCSTVisitor", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "object" ] }, { "libcst.metadata.tests.test_position_provider.PositionProviderTest.test_equal_range.EqualPositionVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "object" ] }, { "libcst.metadata.tests.test_position_provider.PositionProviderTest.test_visitor_provider.DependentVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "object" ] }, { "libcst.metadata.tests.test_position_provider.PositionProvidingCodegenStateTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.metadata.tests.test_parent_node_provider.DependentVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "object" ] }, { "libcst.metadata.tests.test_parent_node_provider.ParentNodeProviderTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.metadata.tests.test_name_provider.FullyQualifiedNameIntegrationTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.metadata.tests.test_name_provider.FullyQualifiedNameProviderTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.metadata.tests.test_name_provider.QualifiedNameProviderTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.metadata.tests.test_name_provider.QualifiedNameProviderTest.test_has_name_helper.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "object" ] }, { "libcst.metadata.tests.test_metadata_wrapper.MetadataWrapperTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.metadata.tests.test_metadata_wrapper.MetadataWrapperTest.test_metadata_cache.DummyMetadataProvider": [ "abc.ABC", "libcst._batched_visitor.BatchableCSTVisitor", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst.metadata.base_provider.BaseMetadataProvider", "libcst.metadata.base_provider.BatchableMetadataProvider", "object", "typing.Generic" ] }, { "libcst.metadata.tests.test_metadata_wrapper.MetadataWrapperTest.test_metadata_cache.SimpleCacheMetadataProvider": [ "abc.ABC", "libcst._batched_visitor.BatchableCSTVisitor", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst.metadata.base_provider.BaseMetadataProvider", "libcst.metadata.base_provider.BatchableMetadataProvider", "object", "typing.Generic" ] }, { "libcst.metadata.tests.test_metadata_provider.MetadataProviderTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.metadata.tests.test_metadata_provider.MetadataProviderTest.test_batchable_provider_inherited_metadata.ProviderA": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.metadata.base_provider.BaseMetadataProvider", "libcst.metadata.base_provider.VisitorMetadataProvider", "object", "typing.Generic" ] }, { "libcst.metadata.tests.test_metadata_provider.MetadataProviderTest.test_batchable_provider_inherited_metadata.ProviderB": [ "abc.ABC", "libcst._batched_visitor.BatchableCSTVisitor", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst.metadata.base_provider.BaseMetadataProvider", "libcst.metadata.base_provider.BatchableMetadataProvider", "object", "typing.Generic" ] }, { "libcst.metadata.tests.test_metadata_provider.MetadataProviderTest.test_batchable_provider_inherited_metadata.ProviderC": [ "abc.ABC", "libcst._batched_visitor.BatchableCSTVisitor", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst.metadata.base_provider.BaseMetadataProvider", "libcst.metadata.base_provider.BatchableMetadataProvider", "libcst.metadata.tests.test_metadata_provider.MetadataProviderTest.test_batchable_provider_inherited_metadata.ProviderB", "object", "typing.Generic" ] }, { "libcst.metadata.tests.test_metadata_provider.MetadataProviderTest.test_batchable_provider_inherited_metadata.VisitorA": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "object" ] }, { "libcst.metadata.tests.test_metadata_provider.MetadataProviderTest.test_batched_provider.BatchedProviderA": [ "abc.ABC", "libcst._batched_visitor.BatchableCSTVisitor", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst.metadata.base_provider.BaseMetadataProvider", "libcst.metadata.base_provider.BatchableMetadataProvider", "object", "typing.Generic" ] }, { "libcst.metadata.tests.test_metadata_provider.MetadataProviderTest.test_batched_provider.BatchedProviderB": [ "abc.ABC", "libcst._batched_visitor.BatchableCSTVisitor", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst.metadata.base_provider.BaseMetadataProvider", "libcst.metadata.base_provider.BatchableMetadataProvider", "object", "typing.Generic" ] }, { "libcst.metadata.tests.test_metadata_provider.MetadataProviderTest.test_batched_provider.DependentVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "object" ] }, { "libcst.metadata.tests.test_metadata_provider.MetadataProviderTest.test_circular_dependency.BadVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "object" ] }, { "libcst.metadata.tests.test_metadata_provider.MetadataProviderTest.test_circular_dependency.ProviderA": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.metadata.base_provider.BaseMetadataProvider", "libcst.metadata.base_provider.VisitorMetadataProvider", "object", "typing.Generic" ] }, { "libcst.metadata.tests.test_metadata_provider.MetadataProviderTest.test_inherited_metadata.SimpleProvider": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.metadata.base_provider.BaseMetadataProvider", "libcst.metadata.base_provider.VisitorMetadataProvider", "object", "typing.Generic" ] }, { "libcst.metadata.tests.test_metadata_provider.MetadataProviderTest.test_inherited_metadata.VisitorA": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "object" ] }, { "libcst.metadata.tests.test_metadata_provider.MetadataProviderTest.test_inherited_metadata.VisitorB": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.metadata.tests.test_metadata_provider.MetadataProviderTest.test_inherited_metadata.VisitorA", "object" ] }, { "libcst.metadata.tests.test_metadata_provider.MetadataProviderTest.test_mixed_providers.BatchedProviderA": [ "abc.ABC", "libcst._batched_visitor.BatchableCSTVisitor", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst.metadata.base_provider.BaseMetadataProvider", "libcst.metadata.base_provider.BatchableMetadataProvider", "object", "typing.Generic" ] }, { "libcst.metadata.tests.test_metadata_provider.MetadataProviderTest.test_mixed_providers.BatchedProviderB": [ "abc.ABC", "libcst._batched_visitor.BatchableCSTVisitor", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst.metadata.base_provider.BaseMetadataProvider", "libcst.metadata.base_provider.BatchableMetadataProvider", "object", "typing.Generic" ] }, { "libcst.metadata.tests.test_metadata_provider.MetadataProviderTest.test_mixed_providers.BatchedProviderC": [ "abc.ABC", "libcst._batched_visitor.BatchableCSTVisitor", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst.metadata.base_provider.BaseMetadataProvider", "libcst.metadata.base_provider.BatchableMetadataProvider", "object", "typing.Generic" ] }, { "libcst.metadata.tests.test_metadata_provider.MetadataProviderTest.test_mixed_providers.DependentProvider": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.metadata.base_provider.BaseMetadataProvider", "libcst.metadata.base_provider.VisitorMetadataProvider", "object", "typing.Generic" ] }, { "libcst.metadata.tests.test_metadata_provider.MetadataProviderTest.test_mixed_providers.DependentVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "object" ] }, { "libcst.metadata.tests.test_metadata_provider.MetadataProviderTest.test_mixed_providers.SimpleProvider": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.metadata.base_provider.BaseMetadataProvider", "libcst.metadata.base_provider.VisitorMetadataProvider", "object", "typing.Generic" ] }, { "libcst.metadata.tests.test_metadata_provider.MetadataProviderTest.test_provider_inherited_metadata.ProviderA": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.metadata.base_provider.BaseMetadataProvider", "libcst.metadata.base_provider.VisitorMetadataProvider", "object", "typing.Generic" ] }, { "libcst.metadata.tests.test_metadata_provider.MetadataProviderTest.test_provider_inherited_metadata.ProviderB": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.metadata.base_provider.BaseMetadataProvider", "libcst.metadata.base_provider.VisitorMetadataProvider", "object", "typing.Generic" ] }, { "libcst.metadata.tests.test_metadata_provider.MetadataProviderTest.test_provider_inherited_metadata.ProviderC": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.metadata.base_provider.BaseMetadataProvider", "libcst.metadata.base_provider.VisitorMetadataProvider", "libcst.metadata.tests.test_metadata_provider.MetadataProviderTest.test_provider_inherited_metadata.ProviderB", "object", "typing.Generic" ] }, { "libcst.metadata.tests.test_metadata_provider.MetadataProviderTest.test_provider_inherited_metadata.Visitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "object" ] }, { "libcst.metadata.tests.test_metadata_provider.MetadataProviderTest.test_self_metadata.AVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "object" ] }, { "libcst.metadata.tests.test_metadata_provider.MetadataProviderTest.test_self_metadata.ProviderA": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.metadata.base_provider.BaseMetadataProvider", "libcst.metadata.base_provider.VisitorMetadataProvider", "object", "typing.Generic" ] }, { "libcst.metadata.tests.test_metadata_provider.MetadataProviderTest.test_undeclared_metadata.AVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "object" ] }, { "libcst.metadata.tests.test_metadata_provider.MetadataProviderTest.test_undeclared_metadata.ProviderA": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.metadata.base_provider.BaseMetadataProvider", "libcst.metadata.base_provider.VisitorMetadataProvider", "object", "typing.Generic" ] }, { "libcst.metadata.tests.test_metadata_provider.MetadataProviderTest.test_undeclared_metadata.ProviderB": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.metadata.base_provider.BaseMetadataProvider", "libcst.metadata.base_provider.VisitorMetadataProvider", "object", "typing.Generic" ] }, { "libcst.metadata.tests.test_metadata_provider.MetadataProviderTest.test_unset_metadata.AVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "object" ] }, { "libcst.metadata.tests.test_metadata_provider.MetadataProviderTest.test_unset_metadata.ProviderA": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.metadata.base_provider.BaseMetadataProvider", "libcst.metadata.base_provider.VisitorMetadataProvider", "object", "typing.Generic" ] }, { "libcst.metadata.tests.test_metadata_provider.MetadataProviderTest.test_visitor_provider.DependentProvider": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.metadata.base_provider.BaseMetadataProvider", "libcst.metadata.base_provider.VisitorMetadataProvider", "object", "typing.Generic" ] }, { "libcst.metadata.tests.test_metadata_provider.MetadataProviderTest.test_visitor_provider.DependentVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "object" ] }, { "libcst.metadata.tests.test_metadata_provider.MetadataProviderTest.test_visitor_provider.SimpleProvider": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.metadata.base_provider.BaseMetadataProvider", "libcst.metadata.base_provider.VisitorMetadataProvider", "object", "typing.Generic" ] }, { "libcst.metadata.tests.test_full_repo_manager.FullRepoManagerTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.metadata.tests.test_expression_context_provider.DependentVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "object" ] }, { "libcst.metadata.tests.test_expression_context_provider.ExpressionContextProviderTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.metadata.tests.test_base_provider.BaseMetadataProviderTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.metadata.tests.test_base_provider.BaseMetadataProviderTest.test_batchable_provider.SimpleProvider": [ "abc.ABC", "libcst._batched_visitor.BatchableCSTVisitor", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst.metadata.base_provider.BaseMetadataProvider", "libcst.metadata.base_provider.BatchableMetadataProvider", "object", "typing.Generic" ] }, { "libcst.metadata.tests.test_base_provider.BaseMetadataProviderTest.test_visitor_provider.SimpleProvider": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.metadata.base_provider.BaseMetadataProvider", "libcst.metadata.base_provider.VisitorMetadataProvider", "object", "typing.Generic" ] }, { "libcst.metadata.span_provider.ByteSpanPositionProvider": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst.metadata.base_provider.BaseMetadataProvider", "object", "typing.Generic" ] }, { "libcst.metadata.span_provider.CodeSpan": [ "object" ] }, { "libcst.metadata.span_provider.SpanProvidingCodegenState": [ "libcst._nodes.internal.CodegenState", "object" ] }, { "libcst.metadata.scope_provider.Access": [ "object" ] }, { "libcst.metadata.scope_provider.Accesses": [ "object" ] }, { "libcst.metadata.scope_provider.Assignment": [ "abc.ABC", "libcst.metadata.scope_provider.BaseAssignment", "object" ] }, { "libcst.metadata.scope_provider.Assignments": [ "object" ] }, { "libcst.metadata.scope_provider.BaseAssignment": [ "abc.ABC", "object" ] }, { "libcst.metadata.scope_provider.BuiltinAssignment": [ "abc.ABC", "libcst.metadata.scope_provider.BaseAssignment", "object" ] }, { "libcst.metadata.scope_provider.BuiltinScope": [ "abc.ABC", "libcst.metadata.scope_provider.Scope", "object" ] }, { "libcst.metadata.scope_provider.ClassScope": [ "abc.ABC", "libcst.metadata.scope_provider.LocalScope", "libcst.metadata.scope_provider.Scope", "object" ] }, { "libcst.metadata.scope_provider.ComprehensionScope": [ "abc.ABC", "libcst.metadata.scope_provider.LocalScope", "libcst.metadata.scope_provider.Scope", "object" ] }, { "libcst.metadata.scope_provider.DeferredAccess": [ "object" ] }, { "libcst.metadata.scope_provider.FunctionScope": [ "abc.ABC", "libcst.metadata.scope_provider.LocalScope", "libcst.metadata.scope_provider.Scope", "object" ] }, { "libcst.metadata.scope_provider.GlobalScope": [ "abc.ABC", "libcst.metadata.scope_provider.Scope", "object" ] }, { "libcst.metadata.scope_provider.LocalScope": [ "abc.ABC", "libcst.metadata.scope_provider.Scope", "object" ] }, { "libcst.metadata.scope_provider.QualifiedName": [ "object" ] }, { "libcst.metadata.scope_provider.QualifiedNameSource": [ "enum.Enum", "object" ] }, { "libcst.metadata.scope_provider.Scope": [ "abc.ABC", "object" ] }, { "libcst.metadata.scope_provider.ScopeProvider": [ "abc.ABC", "libcst._batched_visitor.BatchableCSTVisitor", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst.metadata.base_provider.BaseMetadataProvider", "libcst.metadata.base_provider.BatchableMetadataProvider", "object", "typing.Generic" ] }, { "libcst.metadata.scope_provider.ScopeVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "object" ] }, { "libcst.metadata.scope_provider._NameUtil": [ "object" ] }, { "libcst.metadata.reentrant_codegen.CodegenPartial": [ "object" ] }, { "libcst.metadata.reentrant_codegen.ExperimentalReentrantCodegenProvider": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst.metadata.base_provider.BaseMetadataProvider", "object", "typing.Generic" ] }, { "libcst.metadata.reentrant_codegen._ReentrantCodegenState": [ "libcst._nodes.internal.CodegenState", "object" ] }, { "libcst.metadata.position_provider.PositionProvider": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst.metadata.base_provider.BaseMetadataProvider", "object", "typing.Generic" ] }, { "libcst.metadata.position_provider.PositionProvidingCodegenState": [ "libcst._nodes.internal.CodegenState", "libcst.metadata.position_provider.WhitespaceInclusivePositionProvidingCodegenState", "object" ] }, { "libcst.metadata.position_provider.WhitespaceInclusivePositionProvider": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst.metadata.base_provider.BaseMetadataProvider", "object", "typing.Generic" ] }, { "libcst.metadata.position_provider.WhitespaceInclusivePositionProvidingCodegenState": [ "libcst._nodes.internal.CodegenState", "object" ] }, { "libcst.metadata.parent_node_provider.ParentNodeProvider": [ "abc.ABC", "libcst._batched_visitor.BatchableCSTVisitor", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst.metadata.base_provider.BaseMetadataProvider", "libcst.metadata.base_provider.BatchableMetadataProvider", "object", "typing.Generic" ] }, { "libcst.metadata.parent_node_provider.ParentNodeVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "object" ] }, { "libcst.metadata.name_provider.FullyQualifiedNameProvider": [ "abc.ABC", "libcst._batched_visitor.BatchableCSTVisitor", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst.metadata.base_provider.BaseMetadataProvider", "libcst.metadata.base_provider.BatchableMetadataProvider", "object", "typing.Generic" ] }, { "libcst.metadata.name_provider.FullyQualifiedNameVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "object" ] }, { "libcst.metadata.name_provider.QualifiedNameProvider": [ "abc.ABC", "libcst._batched_visitor.BatchableCSTVisitor", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst.metadata.base_provider.BaseMetadataProvider", "libcst.metadata.base_provider.BatchableMetadataProvider", "object", "typing.Generic" ] }, { "libcst.metadata.name_provider.QualifiedNameVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "object" ] }, { "libcst.metadata.full_repo_manager.FullRepoManager": [ "object" ] }, { "libcst.metadata.expression_context_provider.ExpressionContext": [ "enum.Enum", "object" ] }, { "libcst.metadata.expression_context_provider.ExpressionContextProvider": [ "abc.ABC", "libcst._batched_visitor.BatchableCSTVisitor", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst.metadata.base_provider.BaseMetadataProvider", "libcst.metadata.base_provider.BatchableMetadataProvider", "object", "typing.Generic" ] }, { "libcst.metadata.expression_context_provider.ExpressionContextVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "object" ] }, { "libcst.metadata.base_provider.BaseMetadataProvider": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "object", "typing.Generic" ] }, { "libcst.metadata.base_provider.BatchableMetadataProvider": [ "abc.ABC", "libcst._batched_visitor.BatchableCSTVisitor", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst.metadata.base_provider.BaseMetadataProvider", "object", "typing.Generic" ] }, { "libcst.metadata.base_provider.VisitorMetadataProvider": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.metadata.base_provider.BaseMetadataProvider", "object", "typing.Generic" ] }, { "libcst.matchers.tests.test_visitors.MatchersVisitLeaveDecoratorTypingTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.matchers.tests.test_visitors.MatchersVisitLeaveDecoratorTypingTest.test_bad_leave_collecter_decorator.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.matchers._visitors.MatcherDecoratableVisitor", "object" ] }, { "libcst.matchers.tests.test_visitors.MatchersVisitLeaveDecoratorTypingTest.test_bad_leave_transform_decorator.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.matchers.tests.test_visitors.MatchersVisitLeaveDecoratorTypingTest.test_bad_visit_collecter_decorator.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.matchers._visitors.MatcherDecoratableVisitor", "object" ] }, { "libcst.matchers.tests.test_visitors.MatchersVisitLeaveDecoratorTypingTest.test_bad_visit_transform_decorator.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.matchers.tests.test_visitors.MatchersVisitLeaveDecoratorTypingTest.test_invalid_collector_leave_num_params.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.matchers._visitors.MatcherDecoratableVisitor", "object" ] }, { "libcst.matchers.tests.test_visitors.MatchersVisitLeaveDecoratorTypingTest.test_invalid_collector_leave_return.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.matchers._visitors.MatcherDecoratableVisitor", "object" ] }, { "libcst.matchers.tests.test_visitors.MatchersVisitLeaveDecoratorTypingTest.test_invalid_collector_leave_superclass.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.matchers._visitors.MatcherDecoratableVisitor", "object" ] }, { "libcst.matchers.tests.test_visitors.MatchersVisitLeaveDecoratorTypingTest.test_invalid_collector_leave_union.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.matchers._visitors.MatcherDecoratableVisitor", "object" ] }, { "libcst.matchers.tests.test_visitors.MatchersVisitLeaveDecoratorTypingTest.test_invalid_collector_visit_num_params.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.matchers._visitors.MatcherDecoratableVisitor", "object" ] }, { "libcst.matchers.tests.test_visitors.MatchersVisitLeaveDecoratorTypingTest.test_invalid_collector_visit_return.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.matchers._visitors.MatcherDecoratableVisitor", "object" ] }, { "libcst.matchers.tests.test_visitors.MatchersVisitLeaveDecoratorTypingTest.test_invalid_collector_visit_superclass.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.matchers._visitors.MatcherDecoratableVisitor", "object" ] }, { "libcst.matchers.tests.test_visitors.MatchersVisitLeaveDecoratorTypingTest.test_invalid_collector_visit_union.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.matchers._visitors.MatcherDecoratableVisitor", "object" ] }, { "libcst.matchers.tests.test_visitors.MatchersVisitLeaveDecoratorTypingTest.test_invalid_transformer_leave_num_params.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.matchers.tests.test_visitors.MatchersVisitLeaveDecoratorTypingTest.test_invalid_transformer_leave_return_invalid_maybe.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.matchers.tests.test_visitors.MatchersVisitLeaveDecoratorTypingTest.test_invalid_transformer_leave_return_invalid_remove.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.matchers.tests.test_visitors.MatchersVisitLeaveDecoratorTypingTest.test_invalid_transformer_leave_return_invalid_superclass.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.matchers.tests.test_visitors.MatchersVisitLeaveDecoratorTypingTest.test_invalid_transformer_leave_return_invalid_union.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.matchers.tests.test_visitors.MatchersVisitLeaveDecoratorTypingTest.test_invalid_transformer_leave_return_wrong_type.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.matchers.tests.test_visitors.MatchersVisitLeaveDecoratorTypingTest.test_invalid_transformer_leave_superclass.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.matchers.tests.test_visitors.MatchersVisitLeaveDecoratorTypingTest.test_invalid_transformer_leave_union.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.matchers.tests.test_visitors.MatchersVisitLeaveDecoratorTypingTest.test_invalid_transformer_visit_num_params.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.matchers.tests.test_visitors.MatchersVisitLeaveDecoratorTypingTest.test_invalid_transformer_visit_return.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.matchers.tests.test_visitors.MatchersVisitLeaveDecoratorTypingTest.test_invalid_transformer_visit_superclass.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.matchers.tests.test_visitors.MatchersVisitLeaveDecoratorTypingTest.test_invalid_transformer_visit_union.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.matchers.tests.test_visitors.MatchersVisitLeaveDecoratorTypingTest.test_valid_collector_leave_superclass.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.matchers._visitors.MatcherDecoratableVisitor", "object" ] }, { "libcst.matchers.tests.test_visitors.MatchersVisitLeaveDecoratorTypingTest.test_valid_collector_leave_union.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.matchers._visitors.MatcherDecoratableVisitor", "object" ] }, { "libcst.matchers.tests.test_visitors.MatchersVisitLeaveDecoratorTypingTest.test_valid_collector_simple.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.matchers._visitors.MatcherDecoratableVisitor", "object" ] }, { "libcst.matchers.tests.test_visitors.MatchersVisitLeaveDecoratorTypingTest.test_valid_collector_visit_superclass.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.matchers._visitors.MatcherDecoratableVisitor", "object" ] }, { "libcst.matchers.tests.test_visitors.MatchersVisitLeaveDecoratorTypingTest.test_valid_collector_visit_union.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.matchers._visitors.MatcherDecoratableVisitor", "object" ] }, { "libcst.matchers.tests.test_visitors.MatchersVisitLeaveDecoratorTypingTest.test_valid_transformer_base_class.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.matchers.tests.test_visitors.MatchersVisitLeaveDecoratorTypingTest.test_valid_transformer_leave_return_maybe.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.matchers.tests.test_visitors.MatchersVisitLeaveDecoratorTypingTest.test_valid_transformer_leave_return_remove.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.matchers.tests.test_visitors.MatchersVisitLeaveDecoratorTypingTest.test_valid_transformer_leave_superclass.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.matchers.tests.test_visitors.MatchersVisitLeaveDecoratorTypingTest.test_valid_transformer_leave_union.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.matchers.tests.test_visitors.MatchersVisitLeaveDecoratorTypingTest.test_valid_transformer_simple.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.matchers.tests.test_visitors.MatchersVisitLeaveDecoratorTypingTest.test_valid_transformer_visit_superclass.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.matchers.tests.test_visitors.MatchersVisitLeaveDecoratorTypingTest.test_valid_transformer_visit_union.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.matchers.tests.test_replace.MatchersReplaceTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.matchers.tests.test_replace.MatchersReplaceTest.test_replace_metadata_on_transform.TestTransformer": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.matchers.tests.test_matchers_with_metadata.MatchersMetadataTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.matchers.tests.test_matchers_with_metadata.MatchersVisitorMetadataTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.matchers.tests.test_matchers_with_metadata.MatchersVisitorMetadataTest.test_matches_decorator_on_transformers.TestTransformer": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.matchers.tests.test_matchers_with_metadata.MatchersVisitorMetadataTest.test_matches_decorator_on_visitors.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.matchers._visitors.MatcherDecoratableVisitor", "object" ] }, { "libcst.matchers.tests.test_matchers_with_metadata.MatchersVisitorMetadataTest.test_matches_on_transformers.TestTransformer": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.matchers.tests.test_matchers_with_metadata.MatchersVisitorMetadataTest.test_matches_on_visitors.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.matchers._visitors.MatcherDecoratableVisitor", "object" ] }, { "libcst.matchers.tests.test_matchers.MatchersMatcherTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.matchers.tests.test_findall.MatchersExtractAllTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.matchers.tests.test_findall.MatchersFindAllTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.matchers.tests.test_findall.MatchersFindAllTest.test_findall_with_transformers.TestTransformer": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.matchers.tests.test_findall.MatchersFindAllTest.test_findall_with_visitors.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.matchers._visitors.MatcherDecoratableVisitor", "object" ] }, { "libcst.matchers.tests.test_extract.MatchersExtractTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.matchers.tests.test_decorators.MatchersGatingDecoratorsTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.matchers.tests.test_decorators.MatchersGatingDecoratorsTest.test_call_if_inside_collect_simple.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.matchers._visitors.MatcherDecoratableVisitor", "object" ] }, { "libcst.matchers.tests.test_decorators.MatchersGatingDecoratorsTest.test_call_if_inside_transform_simple.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.matchers.tests.test_decorators.MatchersGatingDecoratorsTest.test_call_if_inside_verify_original_collect.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.matchers._visitors.MatcherDecoratableVisitor", "object" ] }, { "libcst.matchers.tests.test_decorators.MatchersGatingDecoratorsTest.test_call_if_inside_verify_original_transform.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.matchers.tests.test_decorators.MatchersGatingDecoratorsTest.test_call_if_not_inside_collect_simple.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.matchers._visitors.MatcherDecoratableVisitor", "object" ] }, { "libcst.matchers.tests.test_decorators.MatchersGatingDecoratorsTest.test_call_if_not_inside_transform_simple.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.matchers.tests.test_decorators.MatchersGatingDecoratorsTest.test_multiple_visitors_collect.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.matchers._visitors.MatcherDecoratableVisitor", "object" ] }, { "libcst.matchers.tests.test_decorators.MatchersGatingDecoratorsTest.test_multiple_visitors_transform.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.matchers.tests.test_decorators.MatchersGatingDecoratorsTest.test_visit_if_inot_inside_verify_original_collect.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.matchers._visitors.MatcherDecoratableVisitor", "object" ] }, { "libcst.matchers.tests.test_decorators.MatchersGatingDecoratorsTest.test_visit_if_inot_inside_verify_original_transform.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.matchers.tests.test_decorators.MatchersUnionDecoratorsTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.matchers.tests.test_decorators.MatchersUnionDecoratorsTest.test_init_with_new_union_annotation.TransformerWithUnionReturnAnnotation": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.matchers.tests.test_decorators.MatchersVisitLeaveDecoratorsTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.matchers.tests.test_decorators.MatchersVisitLeaveDecoratorsTest.test_call_if_inside_transform_attribute.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.matchers.tests.test_decorators.MatchersVisitLeaveDecoratorsTest.test_call_if_inside_visitor_attribute.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.matchers._visitors.MatcherDecoratableVisitor", "object" ] }, { "libcst.matchers.tests.test_decorators.MatchersVisitLeaveDecoratorsTest.test_call_if_not_inside_transform_attribute.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.matchers.tests.test_decorators.MatchersVisitLeaveDecoratorsTest.test_call_if_not_inside_visitor_attribute.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.matchers._visitors.MatcherDecoratableVisitor", "object" ] }, { "libcst.matchers.tests.test_decorators.MatchersVisitLeaveDecoratorsTest.test_duplicate_visit_collector.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.matchers._visitors.MatcherDecoratableVisitor", "object" ] }, { "libcst.matchers.tests.test_decorators.MatchersVisitLeaveDecoratorsTest.test_duplicate_visit_transform.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.matchers.tests.test_decorators.MatchersVisitLeaveDecoratorsTest.test_gated_visit_collect.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.matchers._visitors.MatcherDecoratableVisitor", "object" ] }, { "libcst.matchers.tests.test_decorators.MatchersVisitLeaveDecoratorsTest.test_gated_visit_transform.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.matchers.tests.test_decorators.MatchersVisitLeaveDecoratorsTest.test_init_with_unhashable_types.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.matchers.tests.test_decorators.MatchersVisitLeaveDecoratorsTest.test_stacked_visit_collector.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.matchers._visitors.MatcherDecoratableVisitor", "object" ] }, { "libcst.matchers.tests.test_decorators.MatchersVisitLeaveDecoratorsTest.test_stacked_visit_transform.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.matchers.tests.test_decorators.MatchersVisitLeaveDecoratorsTest.test_transform_order.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.matchers.tests.test_decorators.MatchersVisitLeaveDecoratorsTest.test_visit_collector.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.matchers._visitors.MatcherDecoratableVisitor", "object" ] }, { "libcst.matchers.tests.test_decorators.MatchersVisitLeaveDecoratorsTest.test_visit_transform.TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.matchers._visitors.MatchDecoratorMismatch": [ "BaseException", "Exception", "object" ] }, { "libcst.matchers._visitors.MatcherDecoratableTransformer": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "object" ] }, { "libcst.matchers._visitors.MatcherDecoratableVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "object" ] }, { "libcst.matchers._matcher_base.AbstractBaseMatcherNodeMeta": [ "abc.ABCMeta", "object", "type", "typing.Generic" ] }, { "libcst.matchers._matcher_base.AllOf": [ "libcst.matchers._matcher_base.BaseMatcherNode", "object", "typing.Generic" ] }, { "libcst.matchers._matcher_base.AtLeastN": [ "libcst.matchers._matcher_base._BaseWildcardNode", "object", "typing.Generic" ] }, { "libcst.matchers._matcher_base.AtMostN": [ "libcst.matchers._matcher_base._BaseWildcardNode", "object", "typing.Generic" ] }, { "libcst.matchers._matcher_base.BaseMatcherNode": [ "object" ] }, { "libcst.matchers._matcher_base.DoNotCareSentinel": [ "enum.Enum", "object" ] }, { "libcst.matchers._matcher_base.MatchIfTrue": [ "object", "typing.Generic" ] }, { "libcst.matchers._matcher_base.MatchMetadata": [ "libcst.matchers._matcher_base._BaseMetadataMatcher", "object" ] }, { "libcst.matchers._matcher_base.MatchMetadataIfTrue": [ "libcst.matchers._matcher_base._BaseMetadataMatcher", "object" ] }, { "libcst.matchers._matcher_base.OneOf": [ "libcst.matchers._matcher_base.BaseMatcherNode", "object", "typing.Generic" ] }, { "libcst.matchers._matcher_base.TypeOf": [ "libcst.matchers._matcher_base.BaseMatcherNode", "object", "typing.Generic" ] }, { "libcst.matchers._matcher_base._BaseMetadataMatcher": [ "object" ] }, { "libcst.matchers._matcher_base._BaseWildcardNode": [ "object" ] }, { "libcst.matchers._matcher_base._ExtractMatchingNode": [ "object", "typing.Generic" ] }, { "libcst.matchers._matcher_base._FindAllVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "object" ] }, { "libcst.matchers._matcher_base._InverseOf": [ "object", "typing.Generic" ] }, { "libcst.matchers._matcher_base._ReplaceTransformer": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "object" ] }, { "libcst.matchers._matcher_base._SequenceMatchesResult": [ "object" ] }, { "libcst.matchers.Add": [ "libcst.matchers.BaseBinaryOp", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.AddAssign": [ "libcst.matchers.BaseAugOp", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.And": [ "libcst.matchers.BaseBooleanOp", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.AnnAssign": [ "libcst.matchers.BaseSmallStatement", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Annotation": [ "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Arg": [ "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.AsName": [ "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Assert": [ "libcst.matchers.BaseSmallStatement", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Assign": [ "libcst.matchers.BaseSmallStatement", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.AssignEqual": [ "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.AssignTarget": [ "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Asynchronous": [ "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Attribute": [ "libcst.matchers.BaseAssignTargetExpression", "libcst.matchers.BaseDelTargetExpression", "libcst.matchers.BaseExpression", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.AugAssign": [ "libcst.matchers.BaseSmallStatement", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Await": [ "libcst.matchers.BaseExpression", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.BaseAssignTargetExpression": [ "libcst.matchers._NodeABC", "object" ] }, { "libcst.matchers.BaseAugOp": [ "libcst.matchers._NodeABC", "object" ] }, { "libcst.matchers.BaseBinaryOp": [ "libcst.matchers._NodeABC", "object" ] }, { "libcst.matchers.BaseBooleanOp": [ "libcst.matchers._NodeABC", "object" ] }, { "libcst.matchers.BaseComp": [ "libcst.matchers._NodeABC", "object" ] }, { "libcst.matchers.BaseCompOp": [ "libcst.matchers._NodeABC", "object" ] }, { "libcst.matchers.BaseCompoundStatement": [ "libcst.matchers._NodeABC", "object" ] }, { "libcst.matchers.BaseDelTargetExpression": [ "libcst.matchers._NodeABC", "object" ] }, { "libcst.matchers.BaseDict": [ "libcst.matchers._NodeABC", "object" ] }, { "libcst.matchers.BaseDictElement": [ "libcst.matchers._NodeABC", "object" ] }, { "libcst.matchers.BaseElement": [ "libcst.matchers._NodeABC", "object" ] }, { "libcst.matchers.BaseExpression": [ "libcst.matchers._NodeABC", "object" ] }, { "libcst.matchers.BaseFormattedStringContent": [ "libcst.matchers._NodeABC", "object" ] }, { "libcst.matchers.BaseList": [ "libcst.matchers._NodeABC", "object" ] }, { "libcst.matchers.BaseMetadataProvider": [ "libcst.matchers._NodeABC", "object" ] }, { "libcst.matchers.BaseNumber": [ "libcst.matchers._NodeABC", "object" ] }, { "libcst.matchers.BaseParenthesizableWhitespace": [ "libcst.matchers._NodeABC", "object" ] }, { "libcst.matchers.BaseSet": [ "libcst.matchers._NodeABC", "object" ] }, { "libcst.matchers.BaseSimpleComp": [ "libcst.matchers._NodeABC", "object" ] }, { "libcst.matchers.BaseSlice": [ "libcst.matchers._NodeABC", "object" ] }, { "libcst.matchers.BaseSmallStatement": [ "libcst.matchers._NodeABC", "object" ] }, { "libcst.matchers.BaseStatement": [ "libcst.matchers._NodeABC", "object" ] }, { "libcst.matchers.BaseString": [ "libcst.matchers._NodeABC", "object" ] }, { "libcst.matchers.BaseSuite": [ "libcst.matchers._NodeABC", "object" ] }, { "libcst.matchers.BaseUnaryOp": [ "libcst.matchers._NodeABC", "object" ] }, { "libcst.matchers.BinaryOperation": [ "libcst.matchers.BaseExpression", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.BitAnd": [ "libcst.matchers.BaseBinaryOp", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.BitAndAssign": [ "libcst.matchers.BaseAugOp", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.BitInvert": [ "libcst.matchers.BaseUnaryOp", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.BitOr": [ "libcst.matchers.BaseBinaryOp", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.BitOrAssign": [ "libcst.matchers.BaseAugOp", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.BitXor": [ "libcst.matchers.BaseBinaryOp", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.BitXorAssign": [ "libcst.matchers.BaseAugOp", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.BooleanOperation": [ "libcst.matchers.BaseExpression", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Break": [ "libcst.matchers.BaseSmallStatement", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Call": [ "libcst.matchers.BaseExpression", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.ClassDef": [ "libcst.matchers.BaseCompoundStatement", "libcst.matchers.BaseStatement", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Colon": [ "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Comma": [ "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Comment": [ "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.CompFor": [ "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.CompIf": [ "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Comparison": [ "libcst.matchers.BaseExpression", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.ComparisonTarget": [ "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.ConcatenatedString": [ "libcst.matchers.BaseExpression", "libcst.matchers.BaseString", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Continue": [ "libcst.matchers.BaseSmallStatement", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Decorator": [ "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Del": [ "libcst.matchers.BaseSmallStatement", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Dict": [ "libcst.matchers.BaseDict", "libcst.matchers.BaseExpression", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.DictComp": [ "libcst.matchers.BaseComp", "libcst.matchers.BaseDict", "libcst.matchers.BaseExpression", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.DictElement": [ "libcst.matchers.BaseDictElement", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Divide": [ "libcst.matchers.BaseBinaryOp", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.DivideAssign": [ "libcst.matchers.BaseAugOp", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Dot": [ "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Element": [ "libcst.matchers.BaseElement", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Ellipsis": [ "libcst.matchers.BaseExpression", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Else": [ "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.EmptyLine": [ "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Equal": [ "libcst.matchers.BaseCompOp", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.ExceptHandler": [ "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Expr": [ "libcst.matchers.BaseSmallStatement", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Finally": [ "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Float": [ "libcst.matchers.BaseExpression", "libcst.matchers.BaseNumber", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.FloorDivide": [ "libcst.matchers.BaseBinaryOp", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.FloorDivideAssign": [ "libcst.matchers.BaseAugOp", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.For": [ "libcst.matchers.BaseCompoundStatement", "libcst.matchers.BaseStatement", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.FormattedString": [ "libcst.matchers.BaseExpression", "libcst.matchers.BaseString", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.FormattedStringExpression": [ "libcst.matchers.BaseFormattedStringContent", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.FormattedStringText": [ "libcst.matchers.BaseFormattedStringContent", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.From": [ "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.FunctionDef": [ "libcst.matchers.BaseCompoundStatement", "libcst.matchers.BaseStatement", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.GeneratorExp": [ "libcst.matchers.BaseComp", "libcst.matchers.BaseExpression", "libcst.matchers.BaseSimpleComp", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Global": [ "libcst.matchers.BaseSmallStatement", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.GreaterThan": [ "libcst.matchers.BaseCompOp", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.GreaterThanEqual": [ "libcst.matchers.BaseCompOp", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.If": [ "libcst.matchers.BaseCompoundStatement", "libcst.matchers.BaseStatement", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.IfExp": [ "libcst.matchers.BaseExpression", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Imaginary": [ "libcst.matchers.BaseExpression", "libcst.matchers.BaseNumber", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Import": [ "libcst.matchers.BaseSmallStatement", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.ImportAlias": [ "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.ImportFrom": [ "libcst.matchers.BaseSmallStatement", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.ImportStar": [ "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.In": [ "libcst.matchers.BaseCompOp", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.IndentedBlock": [ "libcst.matchers.BaseSuite", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Index": [ "libcst.matchers.BaseSlice", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Integer": [ "libcst.matchers.BaseExpression", "libcst.matchers.BaseNumber", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Is": [ "libcst.matchers.BaseCompOp", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.IsNot": [ "libcst.matchers.BaseCompOp", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Lambda": [ "libcst.matchers.BaseExpression", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.LeftCurlyBrace": [ "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.LeftParen": [ "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.LeftShift": [ "libcst.matchers.BaseBinaryOp", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.LeftShiftAssign": [ "libcst.matchers.BaseAugOp", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.LeftSquareBracket": [ "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.LessThan": [ "libcst.matchers.BaseCompOp", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.LessThanEqual": [ "libcst.matchers.BaseCompOp", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.List": [ "libcst.matchers.BaseAssignTargetExpression", "libcst.matchers.BaseDelTargetExpression", "libcst.matchers.BaseExpression", "libcst.matchers.BaseList", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.ListComp": [ "libcst.matchers.BaseComp", "libcst.matchers.BaseExpression", "libcst.matchers.BaseList", "libcst.matchers.BaseSimpleComp", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.MatrixMultiply": [ "libcst.matchers.BaseBinaryOp", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.MatrixMultiplyAssign": [ "libcst.matchers.BaseAugOp", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Minus": [ "libcst.matchers.BaseUnaryOp", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Module": [ "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Modulo": [ "libcst.matchers.BaseBinaryOp", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.ModuloAssign": [ "libcst.matchers.BaseAugOp", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Multiply": [ "libcst.matchers.BaseBinaryOp", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.MultiplyAssign": [ "libcst.matchers.BaseAugOp", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Name": [ "libcst.matchers.BaseAssignTargetExpression", "libcst.matchers.BaseDelTargetExpression", "libcst.matchers.BaseExpression", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.NameItem": [ "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.NamedExpr": [ "libcst.matchers.BaseExpression", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Newline": [ "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Nonlocal": [ "libcst.matchers.BaseSmallStatement", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Not": [ "libcst.matchers.BaseUnaryOp", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.NotEqual": [ "libcst.matchers.BaseCompOp", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.NotIn": [ "libcst.matchers.BaseCompOp", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Or": [ "libcst.matchers.BaseBooleanOp", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Param": [ "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.ParamSlash": [ "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.ParamStar": [ "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Parameters": [ "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.ParenthesizedWhitespace": [ "libcst.matchers.BaseParenthesizableWhitespace", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Pass": [ "libcst.matchers.BaseSmallStatement", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Plus": [ "libcst.matchers.BaseUnaryOp", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Power": [ "libcst.matchers.BaseBinaryOp", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.PowerAssign": [ "libcst.matchers.BaseAugOp", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Raise": [ "libcst.matchers.BaseSmallStatement", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Return": [ "libcst.matchers.BaseSmallStatement", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.RightCurlyBrace": [ "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.RightParen": [ "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.RightShift": [ "libcst.matchers.BaseBinaryOp", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.RightShiftAssign": [ "libcst.matchers.BaseAugOp", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.RightSquareBracket": [ "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Semicolon": [ "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Set": [ "libcst.matchers.BaseExpression", "libcst.matchers.BaseSet", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.SetComp": [ "libcst.matchers.BaseComp", "libcst.matchers.BaseExpression", "libcst.matchers.BaseSet", "libcst.matchers.BaseSimpleComp", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.SimpleStatementLine": [ "libcst.matchers.BaseStatement", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.SimpleStatementSuite": [ "libcst.matchers.BaseSuite", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.SimpleString": [ "libcst.matchers.BaseExpression", "libcst.matchers.BaseString", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.SimpleWhitespace": [ "libcst.matchers.BaseParenthesizableWhitespace", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Slice": [ "libcst.matchers.BaseSlice", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.StarredDictElement": [ "libcst.matchers.BaseDictElement", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.StarredElement": [ "libcst.matchers.BaseElement", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Subscript": [ "libcst.matchers.BaseAssignTargetExpression", "libcst.matchers.BaseDelTargetExpression", "libcst.matchers.BaseExpression", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.SubscriptElement": [ "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Subtract": [ "libcst.matchers.BaseBinaryOp", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.SubtractAssign": [ "libcst.matchers.BaseAugOp", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.TrailingWhitespace": [ "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Try": [ "libcst.matchers.BaseCompoundStatement", "libcst.matchers.BaseStatement", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Tuple": [ "libcst.matchers.BaseAssignTargetExpression", "libcst.matchers.BaseDelTargetExpression", "libcst.matchers.BaseExpression", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.UnaryOperation": [ "libcst.matchers.BaseExpression", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.While": [ "libcst.matchers.BaseCompoundStatement", "libcst.matchers.BaseStatement", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.With": [ "libcst.matchers.BaseCompoundStatement", "libcst.matchers.BaseStatement", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.WithItem": [ "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers.Yield": [ "libcst.matchers.BaseExpression", "libcst.matchers._NodeABC", "libcst.matchers._matcher_base.BaseMatcherNode", "object" ] }, { "libcst.matchers._NodeABC": [ "object" ] }, { "libcst.helpers.tests.test_template.TemplateTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.helpers.tests.test_statement.StatementTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.helpers.tests.test_module.ModuleTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.helpers.tests.test_expression.ExpressionTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.helpers._template.TemplateChecker": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "object" ] }, { "libcst.helpers._template.TemplateTransformer": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "object" ] }, { "libcst.codemod.visitors.tests.test_remove_imports.TestRemoveImportsCodemod": [ "libcst.codemod._testing.CodemodTest", "libcst.codemod._testing._CodemodTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.codemod.visitors.tests.test_remove_imports.TestRemoveImportsCodemod.test_remove_import_alias_after_inserting.AddRemoveTransformer": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.codemod._codemod.Codemod", "libcst.codemod._command.CodemodCommand", "libcst.codemod._command.VisitorBasedCodemodCommand", "libcst.codemod._visitor.ContextAwareTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.codemod.visitors.tests.test_remove_imports.TestRemoveImportsCodemod.test_remove_import_by_node_simple.RemoveBarTransformer": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.codemod._codemod.Codemod", "libcst.codemod._command.CodemodCommand", "libcst.codemod._command.VisitorBasedCodemodCommand", "libcst.codemod._visitor.ContextAwareTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.codemod.visitors.tests.test_remove_imports.TestRemoveImportsCodemod.test_remove_import_from_node.RemoveImportTransformer": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.codemod._codemod.Codemod", "libcst.codemod._command.CodemodCommand", "libcst.codemod._command.VisitorBasedCodemodCommand", "libcst.codemod._visitor.ContextAwareTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.codemod.visitors.tests.test_remove_imports.TestRemoveImportsCodemod.test_remove_import_node.RemoveImportTransformer": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.codemod._codemod.Codemod", "libcst.codemod._command.CodemodCommand", "libcst.codemod._command.VisitorBasedCodemodCommand", "libcst.codemod._visitor.ContextAwareTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.codemod.visitors.tests.test_remove_imports.TestRemoveImportsCodemod.test_remove_import_with_all.RemoveImportTransformer": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.codemod._codemod.Codemod", "libcst.codemod._command.CodemodCommand", "libcst.codemod._command.VisitorBasedCodemodCommand", "libcst.codemod._visitor.ContextAwareTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.codemod.visitors.tests.test_gather_unused_imports.TestGatherUnusedImportsVisitor": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.codemod.visitors.tests.test_gather_string_annotation_names.TestGatherNamesFromStringAnnotationsVisitor": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.codemod.visitors.tests.test_gather_imports.TestGatherImportsVisitor": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.codemod.visitors.tests.test_gather_exports.TestGatherExportsVisitor": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.codemod.visitors.tests.test_gather_comments.TestGatherCommentsVisitor": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.codemod.visitors.tests.test_apply_type_annotations.TestApplyAnnotationsVisitor": [ "libcst.codemod._testing.CodemodTest", "libcst.codemod._testing._CodemodTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.codemod.visitors.tests.test_add_imports.TestAddImportsCodemod": [ "libcst.codemod._testing.CodemodTest", "libcst.codemod._testing._CodemodTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.codemod.visitors._remove_imports.RemoveImportsVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.codemod._codemod.Codemod", "libcst.codemod._visitor.ContextAwareTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.codemod.visitors._remove_imports.RemovedNodeVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.codemod._visitor.ContextAwareVisitor", "libcst.matchers._visitors.MatcherDecoratableVisitor", "object" ] }, { "libcst.codemod.visitors._gather_unused_imports.GatherUnusedImportsVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.codemod._visitor.ContextAwareVisitor", "libcst.matchers._visitors.MatcherDecoratableVisitor", "object" ] }, { "libcst.codemod.visitors._gather_string_annotation_names.GatherNamesFromStringAnnotationsVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.codemod._visitor.ContextAwareVisitor", "libcst.matchers._visitors.MatcherDecoratableVisitor", "object" ] }, { "libcst.codemod.visitors._gather_imports.GatherImportsVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.codemod._visitor.ContextAwareVisitor", "libcst.matchers._visitors.MatcherDecoratableVisitor", "object" ] }, { "libcst.codemod.visitors._gather_exports.GatherExportsVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.codemod._visitor.ContextAwareVisitor", "libcst.matchers._visitors.MatcherDecoratableVisitor", "object" ] }, { "libcst.codemod.visitors._gather_comments.GatherCommentsVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.codemod._visitor.ContextAwareVisitor", "libcst.matchers._visitors.MatcherDecoratableVisitor", "object" ] }, { "libcst.codemod.visitors._apply_type_annotations.Annotations": [ "object" ] }, { "libcst.codemod.visitors._apply_type_annotations.ApplyTypeAnnotationsVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.codemod._codemod.Codemod", "libcst.codemod._visitor.ContextAwareTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.codemod.visitors._apply_type_annotations.FunctionAnnotation": [ "object" ] }, { "libcst.codemod.visitors._apply_type_annotations.TypeCollector": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "object" ] }, { "libcst.codemod.visitors._add_imports.AddImportsVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.codemod._codemod.Codemod", "libcst.codemod._visitor.ContextAwareTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.codemod.tests.test_runner.TestRunner": [ "libcst.codemod._testing.CodemodTest", "libcst.codemod._testing._CodemodTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.codemod.tests.test_runner.TestRunner.test_runner_default.SimpleCodemod": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst.codemod._codemod.Codemod", "object" ] }, { "libcst.codemod.tests.test_runner.TestRunner.test_runner_failure.SimpleCodemod": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst.codemod._codemod.Codemod", "object" ] }, { "libcst.codemod.tests.test_runner.TestRunner.test_runner_interrupted.SimpleCodemod": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst.codemod._codemod.Codemod", "object" ] }, { "libcst.codemod.tests.test_runner.TestRunner.test_runner_skip.SimpleCodemod": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst.codemod._codemod.Codemod", "object" ] }, { "libcst.codemod.tests.test_metadata.TestMetadata": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.codemod.tests.test_metadata.TestingCollector": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.codemod._visitor.ContextAwareVisitor", "libcst.matchers._visitors.MatcherDecoratableVisitor", "object" ] }, { "libcst.codemod.tests.test_metadata.TestingTransform": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.codemod._codemod.Codemod", "libcst.codemod._visitor.ContextAwareTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.codemod.tests.test_codemod_cli.TestCodemodCLI": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.codemod.tests.test_codemod.IncrementCodemod": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst.codemod._codemod.Codemod", "object" ] }, { "libcst.codemod.tests.test_codemod.SimpleCodemod": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst.codemod._codemod.Codemod", "object" ] }, { "libcst.codemod.tests.test_codemod.TestMultipass": [ "libcst.codemod._testing.CodemodTest", "libcst.codemod._testing._CodemodTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.codemod.tests.test_codemod.TestSkipDetection": [ "libcst.codemod._testing.CodemodTest", "libcst.codemod._testing._CodemodTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.codemod.tests.test_cli.TestPackageCalculation": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.codemod.commands.unnecessary_format_string.UnnecessaryFormatString": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.codemod._codemod.Codemod", "libcst.codemod._command.CodemodCommand", "libcst.codemod._command.VisitorBasedCodemodCommand", "libcst.codemod._visitor.ContextAwareTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.codemod.commands.tests.test_unnecessary_format_string.TestUnnecessaryFormatString": [ "libcst.codemod._testing.CodemodTest", "libcst.codemod._testing._CodemodTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.codemod.commands.tests.test_strip_strings_from_types.TestStripStringsCodemod": [ "libcst.codemod._testing.CodemodTest", "libcst.codemod._testing._CodemodTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.codemod.commands.tests.test_rename.TestRenameCommand": [ "libcst.codemod._testing.CodemodTest", "libcst.codemod._testing._CodemodTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.codemod.commands.tests.test_remove_unused_imports.RemoveUnusedImportsCommandTest": [ "libcst.codemod._testing.CodemodTest", "libcst.codemod._testing._CodemodTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.codemod.commands.tests.test_remove_pyre_directive.TestRemovePyreStrictCommand": [ "libcst.codemod._testing.CodemodTest", "libcst.codemod._testing._CodemodTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.codemod.commands.tests.test_remove_pyre_directive.TestRemovePyreUnsafeCommand": [ "libcst.codemod._testing.CodemodTest", "libcst.codemod._testing._CodemodTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.codemod.commands.tests.test_noop.TestNOOPCodemod": [ "libcst.codemod._testing.CodemodTest", "libcst.codemod._testing._CodemodTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.codemod.commands.tests.test_fix_pyre_directives.TestFixPyreDirectivesCommand": [ "libcst.codemod._testing.CodemodTest", "libcst.codemod._testing._CodemodTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.codemod.commands.tests.test_ensure_import_present.EnsureImportPresentCommandTest": [ "libcst.codemod._testing.CodemodTest", "libcst.codemod._testing._CodemodTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.codemod.commands.tests.test_convert_percent_format_to_fstring.ConvertPercentFormatStringCommandTest": [ "libcst.codemod._testing.CodemodTest", "libcst.codemod._testing._CodemodTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.codemod.commands.tests.test_convert_namedtuple_to_dataclass.ConvertNamedTupleToDataclassCommandTest": [ "libcst.codemod._testing.CodemodTest", "libcst.codemod._testing._CodemodTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.codemod.commands.tests.test_convert_format_to_fstring.ConvertFormatStringCommandTest": [ "libcst.codemod._testing.CodemodTest", "libcst.codemod._testing._CodemodTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.codemod.commands.tests.test_add_pyre_directive.TestAddPyreUnsafeCommand": [ "libcst.codemod._testing.CodemodTest", "libcst.codemod._testing._CodemodTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.codemod.commands.strip_strings_from_types.StripStringsCommand": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.codemod._codemod.Codemod", "libcst.codemod._command.CodemodCommand", "libcst.codemod._command.VisitorBasedCodemodCommand", "libcst.codemod._visitor.ContextAwareTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.codemod.commands.rename.RenameCommand": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.codemod._codemod.Codemod", "libcst.codemod._command.CodemodCommand", "libcst.codemod._command.VisitorBasedCodemodCommand", "libcst.codemod._visitor.ContextAwareTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.codemod.commands.remove_unused_imports.RemoveUnusedImportsCommand": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.codemod._codemod.Codemod", "libcst.codemod._command.CodemodCommand", "libcst.codemod._command.VisitorBasedCodemodCommand", "libcst.codemod._visitor.ContextAwareTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.codemod.commands.remove_pyre_directive.RemovePyreDirectiveCommand": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.codemod._codemod.Codemod", "libcst.codemod._command.CodemodCommand", "libcst.codemod._command.VisitorBasedCodemodCommand", "libcst.codemod._visitor.ContextAwareTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.codemod.commands.remove_pyre_directive.RemovePyreStrictCommand": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.codemod._codemod.Codemod", "libcst.codemod._command.CodemodCommand", "libcst.codemod._command.VisitorBasedCodemodCommand", "libcst.codemod._visitor.ContextAwareTransformer", "libcst.codemod.commands.remove_pyre_directive.RemovePyreDirectiveCommand", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.codemod.commands.remove_pyre_directive.RemovePyreUnsafeCommand": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.codemod._codemod.Codemod", "libcst.codemod._command.CodemodCommand", "libcst.codemod._command.VisitorBasedCodemodCommand", "libcst.codemod._visitor.ContextAwareTransformer", "libcst.codemod.commands.remove_pyre_directive.RemovePyreDirectiveCommand", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.codemod.commands.noop.NOOPCommand": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst.codemod._codemod.Codemod", "libcst.codemod._command.CodemodCommand", "object" ] }, { "libcst.codemod.commands.fix_pyre_directives.FixPyreDirectivesCommand": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.codemod._codemod.Codemod", "libcst.codemod._command.CodemodCommand", "libcst.codemod._command.VisitorBasedCodemodCommand", "libcst.codemod._visitor.ContextAwareTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.codemod.commands.ensure_import_present.EnsureImportPresentCommand": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst.codemod._codemod.Codemod", "libcst.codemod._command.CodemodCommand", "libcst.codemod._command.MagicArgsCodemodCommand", "object" ] }, { "libcst.codemod.commands.convert_percent_format_to_fstring.ConvertPercentFormatStringCommand": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.codemod._codemod.Codemod", "libcst.codemod._command.CodemodCommand", "libcst.codemod._command.VisitorBasedCodemodCommand", "libcst.codemod._visitor.ContextAwareTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.codemod.commands.convert_percent_format_to_fstring.EscapeStringQuote": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "object" ] }, { "libcst.codemod.commands.convert_namedtuple_to_dataclass.ConvertNamedTupleToDataclassCommand": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.codemod._codemod.Codemod", "libcst.codemod._command.CodemodCommand", "libcst.codemod._command.VisitorBasedCodemodCommand", "libcst.codemod._visitor.ContextAwareTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.codemod.commands.convert_format_to_fstring.ConvertFormatStringCommand": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.codemod._codemod.Codemod", "libcst.codemod._command.CodemodCommand", "libcst.codemod._command.VisitorBasedCodemodCommand", "libcst.codemod._visitor.ContextAwareTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.codemod.commands.convert_format_to_fstring.StringQuoteGatherer": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.codemod._visitor.ContextAwareVisitor", "libcst.matchers._visitors.MatcherDecoratableVisitor", "object" ] }, { "libcst.codemod.commands.convert_format_to_fstring.StripNewlinesTransformer": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.codemod._codemod.Codemod", "libcst.codemod._visitor.ContextAwareTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.codemod.commands.convert_format_to_fstring.SwitchStringQuotesTransformer": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.codemod._codemod.Codemod", "libcst.codemod._visitor.ContextAwareTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.codemod.commands.add_pyre_directive.AddPyreDirectiveCommand": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.codemod._codemod.Codemod", "libcst.codemod._command.CodemodCommand", "libcst.codemod._command.VisitorBasedCodemodCommand", "libcst.codemod._visitor.ContextAwareTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.codemod.commands.add_pyre_directive.AddPyreStrictCommand": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.codemod._codemod.Codemod", "libcst.codemod._command.CodemodCommand", "libcst.codemod._command.VisitorBasedCodemodCommand", "libcst.codemod._visitor.ContextAwareTransformer", "libcst.codemod.commands.add_pyre_directive.AddPyreDirectiveCommand", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.codemod.commands.add_pyre_directive.AddPyreUnsafeCommand": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.codemod._codemod.Codemod", "libcst.codemod._command.CodemodCommand", "libcst.codemod._command.VisitorBasedCodemodCommand", "libcst.codemod._visitor.ContextAwareTransformer", "libcst.codemod.commands.add_pyre_directive.AddPyreDirectiveCommand", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.codemod._visitor.ContextAwareTransformer": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.codemod._codemod.Codemod", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.codemod._visitor.ContextAwareVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "libcst.matchers._visitors.MatcherDecoratableVisitor", "object" ] }, { "libcst.codemod._testing.CodemodTest": [ "libcst.codemod._testing._CodemodTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.codemod._testing._CodemodTest": [ "object" ] }, { "libcst.codemod._runner.SkipFile": [ "BaseException", "Exception", "object" ] }, { "libcst.codemod._runner.SkipReason": [ "enum.Enum", "object" ] }, { "libcst.codemod._runner.TransformExit": [ "object" ] }, { "libcst.codemod._runner.TransformFailure": [ "object" ] }, { "libcst.codemod._runner.TransformSkip": [ "object" ] }, { "libcst.codemod._runner.TransformSuccess": [ "object" ] }, { "libcst.codemod._dummy_pool.DummyPool": [ "object" ] }, { "libcst.codemod._context.CodemodContext": [ "object" ] }, { "libcst.codemod._command.CodemodCommand": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst.codemod._codemod.Codemod", "object" ] }, { "libcst.codemod._command.MagicArgsCodemodCommand": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst.codemod._codemod.Codemod", "libcst.codemod._command.CodemodCommand", "object" ] }, { "libcst.codemod._command.VisitorBasedCodemodCommand": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.codemod._codemod.Codemod", "libcst.codemod._command.CodemodCommand", "libcst.codemod._visitor.ContextAwareTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.codemod._codemod.Codemod": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "object" ] }, { "libcst.codemod._cli.ExecutionConfig": [ "object" ] }, { "libcst.codemod._cli.ExecutionResult": [ "object" ] }, { "libcst.codemod._cli.ParallelTransformResult": [ "object" ] }, { "libcst.codemod._cli.Progress": [ "object" ] }, { "libcst.codegen.transforms.DoubleQuoteForwardRefsTransformer": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.codegen.transforms.SimplifyUnionsTransformer": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "libcst.matchers._visitors.MatcherDecoratableTransformer", "object" ] }, { "libcst.codegen.tests.test_codegen_clean.TestCodegenClean": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst.codegen.gen_matcher_classes.AddLogicMatchersToUnions": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "object" ] }, { "libcst.codegen.gen_matcher_classes.AddWildcardsToSequenceUnions": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "object" ] }, { "libcst.codegen.gen_matcher_classes.Alias": [ "object" ] }, { "libcst.codegen.gen_matcher_classes.CleanseFullTypeNames": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "object" ] }, { "libcst.codegen.gen_matcher_classes.Field": [ "object" ] }, { "libcst.codegen.gen_matcher_classes.MatcherClassToLibCSTClass": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "object" ] }, { "libcst.codegen.gen_matcher_classes.RemoveTypesFromGeneric": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "object" ] }, { "libcst.codegen.gather.Usage": [ "object" ] }, { "libcst._visitors.CSTTransformer": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "object" ] }, { "libcst._visitors.CSTVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "object" ] }, { "libcst._typed_visitor.CSTTypedBaseFunctions": [ "object" ] }, { "libcst._typed_visitor.CSTTypedTransformerFunctions": [ "libcst._typed_visitor.CSTTypedBaseFunctions", "object" ] }, { "libcst._typed_visitor.CSTTypedVisitorFunctions": [ "libcst._typed_visitor.CSTTypedBaseFunctions", "object" ] }, { "libcst._removal_sentinel.RemovalSentinel": [ "enum.Enum", "object" ] }, { "libcst._position.CodePosition": [ "object" ] }, { "libcst._position.CodeRange": [ "object" ] }, { "libcst._parser.wrapped_tokenize._ParenthesisOrFStringStackEntry": [ "enum.Enum", "object" ] }, { "libcst._parser.wrapped_tokenize._TokenizeState": [ "object" ] }, { "libcst._parser.types.whitespace_state.WhitespaceState": [ "object" ] }, { "libcst._parser.types.token.Token": [ "object" ] }, { "libcst._parser.types.tests.test_config.TestConfig": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._parser.types.production.Production": [ "object" ] }, { "libcst._parser.types.partials.AnnAssignPartial": [ "object" ] }, { "libcst._parser.types.partials.ArglistPartial": [ "object" ] }, { "libcst._parser.types.partials.AssignPartial": [ "object" ] }, { "libcst._parser.types.partials.AttributePartial": [ "object" ] }, { "libcst._parser.types.partials.AugAssignPartial": [ "object" ] }, { "libcst._parser.types.partials.CallPartial": [ "object" ] }, { "libcst._parser.types.partials.DecoratorPartial": [ "object" ] }, { "libcst._parser.types.partials.ExceptClausePartial": [ "object" ] }, { "libcst._parser.types.partials.FormattedStringConversionPartial": [ "object" ] }, { "libcst._parser.types.partials.FormattedStringFormatSpecPartial": [ "object" ] }, { "libcst._parser.types.partials.FuncdefPartial": [ "object" ] }, { "libcst._parser.types.partials.ImportPartial": [ "object" ] }, { "libcst._parser.types.partials.ImportRelativePartial": [ "object" ] }, { "libcst._parser.types.partials.ParamStarPartial": [ "object" ] }, { "libcst._parser.types.partials.SimpleStatementPartial": [ "object" ] }, { "libcst._parser.types.partials.SlicePartial": [ "object" ] }, { "libcst._parser.types.partials.SubscriptPartial": [ "object" ] }, { "libcst._parser.types.partials.WithLeadingWhitespace": [ "object", "typing.Generic" ] }, { "libcst._parser.types.config.AutoConfig": [ "enum.Enum", "object" ] }, { "libcst._parser.types.config.BaseWhitespaceParserConfig": [ "abc.ABC", "object" ] }, { "libcst._parser.types.config.ParserConfig": [ "abc.ABC", "libcst._parser.types.config.BaseWhitespaceParserConfig", "object" ] }, { "libcst._parser.types.config.PartialParserConfig": [ "object" ] }, { "libcst._parser.tests.test_wrapped_tokenize.WrappedTokenizeTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._parser.tests.test_whitespace_parser.Config": [ "abc.ABC", "libcst._parser.types.config.BaseWhitespaceParserConfig", "object" ] }, { "libcst._parser.tests.test_whitespace_parser.WhitespaceParserTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._parser.tests.test_version_compare.VersionCompareTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._parser.tests.test_parse_errors.ParseErrorsTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._parser.tests.test_node_identity.DuplicateLeafNodeTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._parser.tests.test_node_identity.DuplicateLeafNodeTest.test_tokenize.CountVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "object" ] }, { "libcst._parser.tests.test_footer_behavior.FooterBehaviorTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._parser.tests.test_detect_config.TestDetectConfig": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._parser.tests.test_config.ConfigTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._parser.python_parser.PythonCSTParser": [ "libcst._parser.base_parser.BaseParser", "object", "typing.Generic" ] }, { "libcst._parser.parso.utils.PythonVersionInfo": [ "object" ] }, { "libcst._parser.parso.utils.Version": [ "object" ] }, { "libcst._parser.parso.tests.test_utils.ParsoUtilsTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._parser.parso.tests.test_tokenize.ParsoTokenizerTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._parser.parso.tests.test_fstring.ParsoTokenizeTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._parser.parso.python.tokenize.FStringNode": [ "object" ] }, { "libcst._parser.parso.python.tokenize.PythonToken": [ "libcst._parser.parso.python.tokenize.Token", "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "libcst._parser.parso.python.tokenize.Token": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "libcst._parser.parso.python.tokenize.TokenCollection": [ "object" ] }, { "libcst._parser.parso.python.token.PythonTokenTypes": [ "object" ] }, { "libcst._parser.parso.python.token.TokenType": [ "object" ] }, { "libcst._parser.parso.pgen2.grammar_parser.GrammarParser": [ "object" ] }, { "libcst._parser.parso.pgen2.grammar_parser.NFAArc": [ "object" ] }, { "libcst._parser.parso.pgen2.grammar_parser.NFAState": [ "object" ] }, { "libcst._parser.parso.pgen2.generator.DFAPlan": [ "object" ] }, { "libcst._parser.parso.pgen2.generator.DFAState": [ "object", "typing.Generic" ] }, { "libcst._parser.parso.pgen2.generator.Grammar": [ "object", "typing.Generic" ] }, { "libcst._parser.parso.pgen2.generator.ReservedString": [ "object" ] }, { "libcst._parser.detect_config.ConfigDetectionResult": [ "object" ] }, { "libcst._parser.base_parser.BaseParser": [ "object", "typing.Generic" ] }, { "libcst._parser.base_parser.StackNode": [ "object", "typing.Generic" ] }, { "libcst._nodes.whitespace.BaseParenthesizableWhitespace": [ "abc.ABC", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.whitespace.Comment": [ "abc.ABC", "libcst._nodes.base.BaseLeaf", "libcst._nodes.base.BaseValueToken", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.whitespace.EmptyLine": [ "abc.ABC", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.whitespace.Newline": [ "abc.ABC", "libcst._nodes.base.BaseLeaf", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.whitespace.ParenthesizedWhitespace": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.whitespace.BaseParenthesizableWhitespace", "object" ] }, { "libcst._nodes.whitespace.SimpleWhitespace": [ "abc.ABC", "libcst._nodes.base.BaseLeaf", "libcst._nodes.base.BaseValueToken", "libcst._nodes.base.CSTNode", "libcst._nodes.whitespace.BaseParenthesizableWhitespace", "object" ] }, { "libcst._nodes.whitespace.TrailingWhitespace": [ "abc.ABC", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.tests.test_yield.YieldConstructionTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_yield.YieldParsingTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_with.WithTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_while.WhileTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_unary_op.UnaryOperationTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_tuple.TupleTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_try.TryTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_trailing_whitespace.TrailingWhitespaceTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_subscript.SubscriptTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_small_statement.SmallStatementTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_simple_whitespace.ParenthesizedWhitespaceTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_simple_whitespace.SimpleWhitespaceTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_simple_statement.SimpleStatementTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_simple_comp.SimpleCompTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_set.ListTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_return.ReturnCreateTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_return.ReturnParseTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_removal_behavior.ContinueStatementRemovalVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "object" ] }, { "libcst._nodes.tests.test_removal_behavior.IfStatementRemovalVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "object" ] }, { "libcst._nodes.tests.test_removal_behavior.RemovalBehavior": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_removal_behavior.SpecificImportRemovalVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "object" ] }, { "libcst._nodes.tests.test_raise.RaiseConstructionTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_raise.RaiseParsingTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_number.NumberTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_nonlocal.NonlocalConstructionTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_nonlocal.NonlocalParsingTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_newline.NewlineTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_namedexpr.NamedExprTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_module.ModuleTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_matrix_multiply.NamedExprTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_list.ListTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_leaf_small_statements.LeafSmallStatementsTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_lambda.LambdaCreationTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_lambda.LambdaParserTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_indented_block.IndentedBlockTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_import.ImportCreateTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_import.ImportFromCreateTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_import.ImportFromParseTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_import.ImportParseTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_ifexp.IfExpTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_if.IfTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_global.GlobalConstructionTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_global.GlobalParsingTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_funcdef.FunctionDefCreationTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_funcdef.FunctionDefParserTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_for.ForTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_flatten_behavior.FlattenBehavior": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_flatten_behavior.FlattenLines": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "object" ] }, { "libcst._nodes.tests.test_flatten_behavior.InsertPrintBeforeReturn": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "object" ] }, { "libcst._nodes.tests.test_flatten_behavior.RemoveReturnWithEmpty": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "object" ] }, { "libcst._nodes.tests.test_empty_line.EmptyLineTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_else.ElseTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_docstring.DocstringTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_dict_comp.DictCompTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_dict.DictTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_del.DelTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_cst_node.CSTNodeTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_cst_node._TestVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "object" ] }, { "libcst._nodes.tests.test_comparison.ComparisonTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_comment.CommentTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_classdef.ClassDefCreationTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_classdef.ClassDefParserTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_call.CallTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_boolean_op.BooleanOperationTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_binary_op.BinaryOperationTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_await.AwaitTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_attribute.AttributeTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_atom.AtomTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_atom.StringHelperTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_assign.AnnAssignTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_assign.AssignTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_assign.AugAssignTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_assert.AssertConstructionTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.test_assert.AssertParsingTest": [ "libcst._nodes.tests.base.CSTNodeTest", "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.base.CSTNodeTest": [ "libcst.testing.utils.UnitTest", "object", "unittest.case.TestCase" ] }, { "libcst._nodes.tests.base.DummyIndentedBlock": [ "abc.ABC", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.tests.base._CSTCodegenPatchTarget": [ "object" ] }, { "libcst._nodes.tests.base._NOOPVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "object" ] }, { "libcst._nodes.statement.AnnAssign": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.statement.BaseSmallStatement", "object" ] }, { "libcst._nodes.statement.AsName": [ "abc.ABC", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.statement.Assert": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.statement.BaseSmallStatement", "object" ] }, { "libcst._nodes.statement.Assign": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.statement.BaseSmallStatement", "object" ] }, { "libcst._nodes.statement.AssignTarget": [ "abc.ABC", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.statement.AugAssign": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.statement.BaseSmallStatement", "object" ] }, { "libcst._nodes.statement.BaseCompoundStatement": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.statement.BaseStatement", "object" ] }, { "libcst._nodes.statement.BaseSmallStatement": [ "abc.ABC", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.statement.BaseStatement": [ "abc.ABC", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.statement.BaseSuite": [ "abc.ABC", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.statement.Break": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.statement.BaseSmallStatement", "object" ] }, { "libcst._nodes.statement.ClassDef": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.statement.BaseCompoundStatement", "libcst._nodes.statement.BaseStatement", "object" ] }, { "libcst._nodes.statement.Continue": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.statement.BaseSmallStatement", "object" ] }, { "libcst._nodes.statement.Decorator": [ "abc.ABC", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.statement.Del": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.statement.BaseSmallStatement", "object" ] }, { "libcst._nodes.statement.Else": [ "abc.ABC", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.statement.ExceptHandler": [ "abc.ABC", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.statement.Expr": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.statement.BaseSmallStatement", "object" ] }, { "libcst._nodes.statement.Finally": [ "abc.ABC", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.statement.For": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.statement.BaseCompoundStatement", "libcst._nodes.statement.BaseStatement", "object" ] }, { "libcst._nodes.statement.FunctionDef": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.statement.BaseCompoundStatement", "libcst._nodes.statement.BaseStatement", "object" ] }, { "libcst._nodes.statement.Global": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.statement.BaseSmallStatement", "object" ] }, { "libcst._nodes.statement.If": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.statement.BaseCompoundStatement", "libcst._nodes.statement.BaseStatement", "object" ] }, { "libcst._nodes.statement.Import": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.statement.BaseSmallStatement", "object" ] }, { "libcst._nodes.statement.ImportAlias": [ "abc.ABC", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.statement.ImportFrom": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.statement.BaseSmallStatement", "object" ] }, { "libcst._nodes.statement.IndentedBlock": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.statement.BaseSuite", "object" ] }, { "libcst._nodes.statement.NameItem": [ "abc.ABC", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.statement.Nonlocal": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.statement.BaseSmallStatement", "object" ] }, { "libcst._nodes.statement.Pass": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.statement.BaseSmallStatement", "object" ] }, { "libcst._nodes.statement.Raise": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.statement.BaseSmallStatement", "object" ] }, { "libcst._nodes.statement.Return": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.statement.BaseSmallStatement", "object" ] }, { "libcst._nodes.statement.SimpleStatementLine": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.statement.BaseStatement", "libcst._nodes.statement._BaseSimpleStatement", "object" ] }, { "libcst._nodes.statement.SimpleStatementSuite": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.statement.BaseSuite", "libcst._nodes.statement._BaseSimpleStatement", "object" ] }, { "libcst._nodes.statement.Try": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.statement.BaseCompoundStatement", "libcst._nodes.statement.BaseStatement", "object" ] }, { "libcst._nodes.statement.While": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.statement.BaseCompoundStatement", "libcst._nodes.statement.BaseStatement", "object" ] }, { "libcst._nodes.statement.With": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.statement.BaseCompoundStatement", "libcst._nodes.statement.BaseStatement", "object" ] }, { "libcst._nodes.statement.WithItem": [ "abc.ABC", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.statement._BaseSimpleStatement": [ "abc.ABC", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.op.Add": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.op.BaseBinaryOp", "libcst._nodes.op._BaseOneTokenOp", "object" ] }, { "libcst._nodes.op.AddAssign": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.op.BaseAugOp", "libcst._nodes.op._BaseOneTokenOp", "object" ] }, { "libcst._nodes.op.And": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.op.BaseBooleanOp", "libcst._nodes.op._BaseOneTokenOp", "object" ] }, { "libcst._nodes.op.AssignEqual": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.op._BaseOneTokenOp", "object" ] }, { "libcst._nodes.op.BaseAugOp": [ "abc.ABC", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.op.BaseBinaryOp": [ "abc.ABC", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.op.BaseBooleanOp": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.op._BaseOneTokenOp", "object" ] }, { "libcst._nodes.op.BaseCompOp": [ "abc.ABC", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.op.BaseUnaryOp": [ "abc.ABC", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.op.BitAnd": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.op.BaseBinaryOp", "libcst._nodes.op._BaseOneTokenOp", "object" ] }, { "libcst._nodes.op.BitAndAssign": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.op.BaseAugOp", "libcst._nodes.op._BaseOneTokenOp", "object" ] }, { "libcst._nodes.op.BitInvert": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.op.BaseUnaryOp", "object" ] }, { "libcst._nodes.op.BitOr": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.op.BaseBinaryOp", "libcst._nodes.op._BaseOneTokenOp", "object" ] }, { "libcst._nodes.op.BitOrAssign": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.op.BaseAugOp", "libcst._nodes.op._BaseOneTokenOp", "object" ] }, { "libcst._nodes.op.BitXor": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.op.BaseBinaryOp", "libcst._nodes.op._BaseOneTokenOp", "object" ] }, { "libcst._nodes.op.BitXorAssign": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.op.BaseAugOp", "libcst._nodes.op._BaseOneTokenOp", "object" ] }, { "libcst._nodes.op.Colon": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.op._BaseOneTokenOp", "object" ] }, { "libcst._nodes.op.Comma": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.op._BaseOneTokenOp", "object" ] }, { "libcst._nodes.op.Divide": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.op.BaseBinaryOp", "libcst._nodes.op._BaseOneTokenOp", "object" ] }, { "libcst._nodes.op.DivideAssign": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.op.BaseAugOp", "libcst._nodes.op._BaseOneTokenOp", "object" ] }, { "libcst._nodes.op.Dot": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.op._BaseOneTokenOp", "object" ] }, { "libcst._nodes.op.Equal": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.op.BaseCompOp", "libcst._nodes.op._BaseOneTokenOp", "object" ] }, { "libcst._nodes.op.FloorDivide": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.op.BaseBinaryOp", "libcst._nodes.op._BaseOneTokenOp", "object" ] }, { "libcst._nodes.op.FloorDivideAssign": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.op.BaseAugOp", "libcst._nodes.op._BaseOneTokenOp", "object" ] }, { "libcst._nodes.op.GreaterThan": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.op.BaseCompOp", "libcst._nodes.op._BaseOneTokenOp", "object" ] }, { "libcst._nodes.op.GreaterThanEqual": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.op.BaseCompOp", "libcst._nodes.op._BaseOneTokenOp", "object" ] }, { "libcst._nodes.op.ImportStar": [ "abc.ABC", "libcst._nodes.base.BaseLeaf", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.op.In": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.op.BaseCompOp", "libcst._nodes.op._BaseOneTokenOp", "object" ] }, { "libcst._nodes.op.Is": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.op.BaseCompOp", "libcst._nodes.op._BaseOneTokenOp", "object" ] }, { "libcst._nodes.op.IsNot": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.op.BaseCompOp", "libcst._nodes.op._BaseTwoTokenOp", "object" ] }, { "libcst._nodes.op.LeftShift": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.op.BaseBinaryOp", "libcst._nodes.op._BaseOneTokenOp", "object" ] }, { "libcst._nodes.op.LeftShiftAssign": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.op.BaseAugOp", "libcst._nodes.op._BaseOneTokenOp", "object" ] }, { "libcst._nodes.op.LessThan": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.op.BaseCompOp", "libcst._nodes.op._BaseOneTokenOp", "object" ] }, { "libcst._nodes.op.LessThanEqual": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.op.BaseCompOp", "libcst._nodes.op._BaseOneTokenOp", "object" ] }, { "libcst._nodes.op.MatrixMultiply": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.op.BaseBinaryOp", "libcst._nodes.op._BaseOneTokenOp", "object" ] }, { "libcst._nodes.op.MatrixMultiplyAssign": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.op.BaseAugOp", "libcst._nodes.op._BaseOneTokenOp", "object" ] }, { "libcst._nodes.op.Minus": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.op.BaseUnaryOp", "object" ] }, { "libcst._nodes.op.Modulo": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.op.BaseBinaryOp", "libcst._nodes.op._BaseOneTokenOp", "object" ] }, { "libcst._nodes.op.ModuloAssign": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.op.BaseAugOp", "libcst._nodes.op._BaseOneTokenOp", "object" ] }, { "libcst._nodes.op.Multiply": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.op.BaseBinaryOp", "libcst._nodes.op._BaseOneTokenOp", "object" ] }, { "libcst._nodes.op.MultiplyAssign": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.op.BaseAugOp", "libcst._nodes.op._BaseOneTokenOp", "object" ] }, { "libcst._nodes.op.Not": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.op.BaseUnaryOp", "object" ] }, { "libcst._nodes.op.NotEqual": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.op.BaseCompOp", "libcst._nodes.op._BaseOneTokenOp", "object" ] }, { "libcst._nodes.op.NotIn": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.op.BaseCompOp", "libcst._nodes.op._BaseTwoTokenOp", "object" ] }, { "libcst._nodes.op.Or": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.op.BaseBooleanOp", "libcst._nodes.op._BaseOneTokenOp", "object" ] }, { "libcst._nodes.op.Plus": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.op.BaseUnaryOp", "object" ] }, { "libcst._nodes.op.Power": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.op.BaseBinaryOp", "libcst._nodes.op._BaseOneTokenOp", "object" ] }, { "libcst._nodes.op.PowerAssign": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.op.BaseAugOp", "libcst._nodes.op._BaseOneTokenOp", "object" ] }, { "libcst._nodes.op.RightShift": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.op.BaseBinaryOp", "libcst._nodes.op._BaseOneTokenOp", "object" ] }, { "libcst._nodes.op.RightShiftAssign": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.op.BaseAugOp", "libcst._nodes.op._BaseOneTokenOp", "object" ] }, { "libcst._nodes.op.Semicolon": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.op._BaseOneTokenOp", "object" ] }, { "libcst._nodes.op.Subtract": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.op.BaseBinaryOp", "libcst._nodes.op._BaseOneTokenOp", "object" ] }, { "libcst._nodes.op.SubtractAssign": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.op.BaseAugOp", "libcst._nodes.op._BaseOneTokenOp", "object" ] }, { "libcst._nodes.op._BaseOneTokenOp": [ "abc.ABC", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.op._BaseTwoTokenOp": [ "abc.ABC", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.module.Module": [ "abc.ABC", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.internal.CodegenState": [ "object" ] }, { "libcst._nodes.expression.Annotation": [ "abc.ABC", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.expression.Arg": [ "abc.ABC", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.expression.Asynchronous": [ "abc.ABC", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.expression.Attribute": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression.BaseAssignTargetExpression", "libcst._nodes.expression.BaseDelTargetExpression", "libcst._nodes.expression.BaseExpression", "libcst._nodes.expression._BaseParenthesizedNode", "object" ] }, { "libcst._nodes.expression.Await": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression.BaseExpression", "libcst._nodes.expression._BaseParenthesizedNode", "object" ] }, { "libcst._nodes.expression.BaseAssignTargetExpression": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression.BaseExpression", "libcst._nodes.expression._BaseParenthesizedNode", "object" ] }, { "libcst._nodes.expression.BaseComp": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression.BaseExpression", "libcst._nodes.expression._BaseParenthesizedNode", "object" ] }, { "libcst._nodes.expression.BaseDelTargetExpression": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression.BaseExpression", "libcst._nodes.expression._BaseParenthesizedNode", "object" ] }, { "libcst._nodes.expression.BaseDict": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression.BaseExpression", "libcst._nodes.expression._BaseParenthesizedNode", "libcst._nodes.expression._BaseSetOrDict", "object" ] }, { "libcst._nodes.expression.BaseDictElement": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression._BaseElementImpl", "object" ] }, { "libcst._nodes.expression.BaseElement": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression._BaseElementImpl", "object" ] }, { "libcst._nodes.expression.BaseExpression": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression._BaseParenthesizedNode", "object" ] }, { "libcst._nodes.expression.BaseFormattedStringContent": [ "abc.ABC", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.expression.BaseList": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression.BaseExpression", "libcst._nodes.expression._BaseParenthesizedNode", "object" ] }, { "libcst._nodes.expression.BaseNumber": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression.BaseExpression", "libcst._nodes.expression._BaseParenthesizedNode", "object" ] }, { "libcst._nodes.expression.BaseSet": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression.BaseExpression", "libcst._nodes.expression._BaseParenthesizedNode", "libcst._nodes.expression._BaseSetOrDict", "object" ] }, { "libcst._nodes.expression.BaseSimpleComp": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression.BaseComp", "libcst._nodes.expression.BaseExpression", "libcst._nodes.expression._BaseParenthesizedNode", "object" ] }, { "libcst._nodes.expression.BaseSlice": [ "abc.ABC", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.expression.BaseString": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression.BaseExpression", "libcst._nodes.expression._BaseParenthesizedNode", "object" ] }, { "libcst._nodes.expression.BinaryOperation": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression.BaseExpression", "libcst._nodes.expression._BaseParenthesizedNode", "object" ] }, { "libcst._nodes.expression.BooleanOperation": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression.BaseExpression", "libcst._nodes.expression._BaseParenthesizedNode", "object" ] }, { "libcst._nodes.expression.Call": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression.BaseExpression", "libcst._nodes.expression._BaseExpressionWithArgs", "libcst._nodes.expression._BaseParenthesizedNode", "object" ] }, { "libcst._nodes.expression.CompFor": [ "abc.ABC", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.expression.CompIf": [ "abc.ABC", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.expression.Comparison": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression.BaseExpression", "libcst._nodes.expression._BaseParenthesizedNode", "object" ] }, { "libcst._nodes.expression.ComparisonTarget": [ "abc.ABC", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.expression.ConcatenatedString": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression.BaseExpression", "libcst._nodes.expression.BaseString", "libcst._nodes.expression._BaseParenthesizedNode", "object" ] }, { "libcst._nodes.expression.Dict": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression.BaseDict", "libcst._nodes.expression.BaseExpression", "libcst._nodes.expression._BaseParenthesizedNode", "libcst._nodes.expression._BaseSetOrDict", "object" ] }, { "libcst._nodes.expression.DictComp": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression.BaseComp", "libcst._nodes.expression.BaseDict", "libcst._nodes.expression.BaseExpression", "libcst._nodes.expression._BaseParenthesizedNode", "libcst._nodes.expression._BaseSetOrDict", "object" ] }, { "libcst._nodes.expression.DictElement": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression.BaseDictElement", "libcst._nodes.expression._BaseElementImpl", "object" ] }, { "libcst._nodes.expression.Element": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression.BaseElement", "libcst._nodes.expression._BaseElementImpl", "object" ] }, { "libcst._nodes.expression.Ellipsis": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression.BaseExpression", "libcst._nodes.expression._BaseParenthesizedNode", "object" ] }, { "libcst._nodes.expression.ExpressionPosition": [ "enum.Enum", "object" ] }, { "libcst._nodes.expression.Float": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression.BaseExpression", "libcst._nodes.expression.BaseNumber", "libcst._nodes.expression._BaseParenthesizedNode", "object" ] }, { "libcst._nodes.expression.FormattedString": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression.BaseExpression", "libcst._nodes.expression.BaseString", "libcst._nodes.expression._BaseParenthesizedNode", "libcst._nodes.expression._BasePrefixedString", "object" ] }, { "libcst._nodes.expression.FormattedStringExpression": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression.BaseFormattedStringContent", "object" ] }, { "libcst._nodes.expression.FormattedStringText": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression.BaseFormattedStringContent", "object" ] }, { "libcst._nodes.expression.From": [ "abc.ABC", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.expression.GeneratorExp": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression.BaseComp", "libcst._nodes.expression.BaseExpression", "libcst._nodes.expression.BaseSimpleComp", "libcst._nodes.expression._BaseParenthesizedNode", "object" ] }, { "libcst._nodes.expression.IfExp": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression.BaseExpression", "libcst._nodes.expression._BaseParenthesizedNode", "object" ] }, { "libcst._nodes.expression.Imaginary": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression.BaseExpression", "libcst._nodes.expression.BaseNumber", "libcst._nodes.expression._BaseParenthesizedNode", "object" ] }, { "libcst._nodes.expression.Index": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression.BaseSlice", "object" ] }, { "libcst._nodes.expression.Integer": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression.BaseExpression", "libcst._nodes.expression.BaseNumber", "libcst._nodes.expression._BaseParenthesizedNode", "object" ] }, { "libcst._nodes.expression.Lambda": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression.BaseExpression", "libcst._nodes.expression._BaseParenthesizedNode", "object" ] }, { "libcst._nodes.expression.LeftCurlyBrace": [ "abc.ABC", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.expression.LeftParen": [ "abc.ABC", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.expression.LeftSquareBracket": [ "abc.ABC", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.expression.List": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression.BaseAssignTargetExpression", "libcst._nodes.expression.BaseDelTargetExpression", "libcst._nodes.expression.BaseExpression", "libcst._nodes.expression.BaseList", "libcst._nodes.expression._BaseParenthesizedNode", "object" ] }, { "libcst._nodes.expression.ListComp": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression.BaseComp", "libcst._nodes.expression.BaseExpression", "libcst._nodes.expression.BaseList", "libcst._nodes.expression.BaseSimpleComp", "libcst._nodes.expression._BaseParenthesizedNode", "object" ] }, { "libcst._nodes.expression.Name": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression.BaseAssignTargetExpression", "libcst._nodes.expression.BaseDelTargetExpression", "libcst._nodes.expression.BaseExpression", "libcst._nodes.expression._BaseParenthesizedNode", "object" ] }, { "libcst._nodes.expression.NamedExpr": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression.BaseExpression", "libcst._nodes.expression._BaseParenthesizedNode", "object" ] }, { "libcst._nodes.expression.Param": [ "abc.ABC", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.expression.ParamSlash": [ "abc.ABC", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.expression.ParamStar": [ "abc.ABC", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.expression.Parameters": [ "abc.ABC", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.expression.RightCurlyBrace": [ "abc.ABC", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.expression.RightParen": [ "abc.ABC", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.expression.RightSquareBracket": [ "abc.ABC", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.expression.Set": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression.BaseExpression", "libcst._nodes.expression.BaseSet", "libcst._nodes.expression._BaseParenthesizedNode", "libcst._nodes.expression._BaseSetOrDict", "object" ] }, { "libcst._nodes.expression.SetComp": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression.BaseComp", "libcst._nodes.expression.BaseExpression", "libcst._nodes.expression.BaseSet", "libcst._nodes.expression.BaseSimpleComp", "libcst._nodes.expression._BaseParenthesizedNode", "libcst._nodes.expression._BaseSetOrDict", "object" ] }, { "libcst._nodes.expression.SimpleString": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression.BaseExpression", "libcst._nodes.expression.BaseString", "libcst._nodes.expression._BaseParenthesizedNode", "libcst._nodes.expression._BasePrefixedString", "object" ] }, { "libcst._nodes.expression.Slice": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression.BaseSlice", "object" ] }, { "libcst._nodes.expression.StarredDictElement": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression.BaseDictElement", "libcst._nodes.expression._BaseElementImpl", "object" ] }, { "libcst._nodes.expression.StarredElement": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression.BaseElement", "libcst._nodes.expression._BaseElementImpl", "libcst._nodes.expression._BaseParenthesizedNode", "object" ] }, { "libcst._nodes.expression.Subscript": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression.BaseAssignTargetExpression", "libcst._nodes.expression.BaseDelTargetExpression", "libcst._nodes.expression.BaseExpression", "libcst._nodes.expression._BaseParenthesizedNode", "object" ] }, { "libcst._nodes.expression.SubscriptElement": [ "abc.ABC", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.expression.Tuple": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression.BaseAssignTargetExpression", "libcst._nodes.expression.BaseDelTargetExpression", "libcst._nodes.expression.BaseExpression", "libcst._nodes.expression._BaseParenthesizedNode", "object" ] }, { "libcst._nodes.expression.UnaryOperation": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression.BaseExpression", "libcst._nodes.expression._BaseParenthesizedNode", "object" ] }, { "libcst._nodes.expression.Yield": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression.BaseExpression", "libcst._nodes.expression._BaseParenthesizedNode", "object" ] }, { "libcst._nodes.expression._BaseElementImpl": [ "abc.ABC", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.expression._BaseExpressionWithArgs": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression.BaseExpression", "libcst._nodes.expression._BaseParenthesizedNode", "object" ] }, { "libcst._nodes.expression._BaseParenthesizedNode": [ "abc.ABC", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.expression._BasePrefixedString": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression.BaseExpression", "libcst._nodes.expression.BaseString", "libcst._nodes.expression._BaseParenthesizedNode", "object" ] }, { "libcst._nodes.expression._BaseSetOrDict": [ "abc.ABC", "libcst._nodes.base.CSTNode", "libcst._nodes.expression.BaseExpression", "libcst._nodes.expression._BaseParenthesizedNode", "object" ] }, { "libcst._nodes.base.BaseLeaf": [ "abc.ABC", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.base.BaseValueToken": [ "abc.ABC", "libcst._nodes.base.BaseLeaf", "libcst._nodes.base.CSTNode", "object" ] }, { "libcst._nodes.base.CSTCodegenError": [ "BaseException", "Exception", "SyntaxError", "object" ] }, { "libcst._nodes.base.CSTNode": [ "abc.ABC", "object" ] }, { "libcst._nodes.base.CSTValidationError": [ "BaseException", "Exception", "SyntaxError", "object" ] }, { "libcst._nodes.base._ChildReplacementTransformer": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "object" ] }, { "libcst._nodes.base._ChildWithChangesTransformer": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "object" ] }, { "libcst._nodes.base._ChildrenCollectionVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "object" ] }, { "libcst._nodes.base._NOOPVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedTransformerFunctions", "libcst._visitors.CSTTransformer", "object" ] }, { "libcst._metadata_dependent.MetadataDependent": [ "abc.ABC", "object" ] }, { "libcst._maybe_sentinel.MaybeSentinel": [ "enum.Enum", "object" ] }, { "libcst._flatten_sentinel.FlattenSentinel": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "libcst._exceptions.EOFSentinel": [ "enum.Enum", "object" ] }, { "libcst._exceptions.MetadataException": [ "BaseException", "Exception", "object" ] }, { "libcst._exceptions.ParserSyntaxError": [ "BaseException", "Exception", "object" ] }, { "libcst._exceptions.PartialParserSyntaxError": [ "BaseException", "Exception", "object" ] }, { "libcst._batched_visitor.BatchableCSTVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "object" ] }, { "libcst._batched_visitor._BatchedCSTVisitor": [ "abc.ABC", "libcst._metadata_dependent.MetadataDependent", "libcst._typed_visitor.CSTTypedBaseFunctions", "libcst._typed_visitor.CSTTypedVisitorFunctions", "libcst._visitors.CSTVisitor", "object" ] }, { "lib2to3.pytree.Base": [ "object" ] }, { "lib2to3.pytree.BasePattern": [ "object" ] }, { "lib2to3.pytree.Leaf": [ "lib2to3.pytree.Base", "object" ] }, { "lib2to3.pytree.LeafPattern": [ "lib2to3.pytree.BasePattern", "object" ] }, { "lib2to3.pytree.NegatedPattern": [ "lib2to3.pytree.BasePattern", "object" ] }, { "lib2to3.pytree.Node": [ "lib2to3.pytree.Base", "object" ] }, { "lib2to3.pytree.NodePattern": [ "lib2to3.pytree.BasePattern", "object" ] }, { "lib2to3.pytree.WildcardPattern": [ "lib2to3.pytree.BasePattern", "object" ] }, { "lib2to3.pygram.Symbols": [ "object" ] }, { "lib2to3.pygram.pattern_symbols": [ "lib2to3.pygram.Symbols", "object" ] }, { "lib2to3.pygram.python_symbols": [ "lib2to3.pygram.Symbols", "object" ] }, { "lib2to3.pgen2.tokenize.StopTokenizing": [ "BaseException", "Exception", "object" ] }, { "lib2to3.pgen2.tokenize.TokenError": [ "BaseException", "Exception", "object" ] }, { "lib2to3.pgen2.tokenize.Untokenizer": [ "object" ] }, { "lib2to3.pgen2.pgen.DFAState": [ "object" ] }, { "lib2to3.pgen2.pgen.NFAState": [ "object" ] }, { "lib2to3.pgen2.pgen.ParserGenerator": [ "object" ] }, { "lib2to3.pgen2.pgen.PgenGrammar": [ "lib2to3.pgen2.grammar.Grammar", "object" ] }, { "lib2to3.pgen2.parse.ParseError": [ "BaseException", "Exception", "object" ] }, { "lib2to3.pgen2.parse.Parser": [ "object" ] }, { "lib2to3.pgen2.grammar.Grammar": [ "object" ] }, { "lib2to3.pgen2.driver.Driver": [ "object" ] }, { "kombu.utils.scheduling.FairCycle": [ "object" ] }, { "kombu.utils.scheduling.priority_cycle": [ "kombu.utils.scheduling.round_robin_cycle", "object" ] }, { "kombu.utils.scheduling.round_robin_cycle": [ "object" ] }, { "kombu.utils.scheduling.sorted_cycle": [ "kombu.utils.scheduling.priority_cycle", "kombu.utils.scheduling.round_robin_cycle", "object" ] }, { "kombu.utils.objects.cached_property": [ "functools.cached_property", "object", "typing.Generic" ] }, { "kombu.utils.limits.TokenBucket": [ "object" ] }, { "kombu.utils.json.DjangoPromise": [ "object" ] }, { "kombu.utils.json.JSONEncoder": [ "object" ] }, { "kombu.utils.json._DecodeError": [ "BaseException", "Exception", "object" ] }, { "kombu.utils.functional.ChannelPromise": [ "object" ] }, { "kombu.utils.functional.LRUCache": [ "collections.UserDict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "kombu.utils.functional.lazy": [ "object" ] }, { "kombu.utils.eventio._epoll": [ "object" ] }, { "kombu.utils.eventio._kqueue": [ "object" ] }, { "kombu.utils.eventio._poll": [ "object" ] }, { "kombu.utils.eventio._select": [ "object" ] }, { "kombu.utils.debug.Logwrapped": [ "object" ] }, { "kombu.utils.collections.EqualityDict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "kombu.utils.collections.HashedSeq": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "kombu.transport.zookeeper.Channel": [ "kombu.transport.virtual.base.AbstractChannel", "kombu.transport.virtual.base.Channel", "object" ] }, { "kombu.transport.zookeeper.Transport": [ "kombu.transport.virtual.base.Transport", "object" ] }, { "kombu.transport.virtual.exchange.DirectExchange": [ "kombu.transport.virtual.exchange.ExchangeType", "object" ] }, { "kombu.transport.virtual.exchange.ExchangeType": [ "object" ] }, { "kombu.transport.virtual.exchange.FanoutExchange": [ "kombu.transport.virtual.exchange.ExchangeType", "object" ] }, { "kombu.transport.virtual.exchange.TopicExchange": [ "kombu.transport.virtual.exchange.ExchangeType", "object" ] }, { "kombu.transport.virtual.base.AbstractChannel": [ "object" ] }, { "kombu.transport.virtual.base.Base64": [ "object" ] }, { "kombu.transport.virtual.base.BrokerState": [ "object" ] }, { "kombu.transport.virtual.base.Channel": [ "kombu.transport.virtual.base.AbstractChannel", "object" ] }, { "kombu.transport.virtual.base.Management": [ "object" ] }, { "kombu.transport.virtual.base.Message": [ "object" ] }, { "kombu.transport.virtual.base.NotEquivalentError": [ "BaseException", "Exception", "object" ] }, { "kombu.transport.virtual.base.QoS": [ "object" ] }, { "kombu.transport.virtual.base.Transport": [ "object" ] }, { "kombu.transport.virtual.base.UndeliverableWarning": [ "BaseException", "Exception", "UserWarning", "Warning", "object" ] }, { "kombu.transport.virtual.base.binding_key_t": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "kombu.transport.virtual.base.queue_binding_t": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "kombu.transport.sqlalchemy.models.Message": [ "object" ] }, { "kombu.transport.sqlalchemy.models.Queue": [ "object" ] }, { "kombu.transport.sqlalchemy.Channel": [ "kombu.transport.virtual.base.AbstractChannel", "kombu.transport.virtual.base.Channel", "object" ] }, { "kombu.transport.sqlalchemy.Transport": [ "kombu.transport.virtual.base.Transport", "object" ] }, { "kombu.transport.redis.Channel": [ "kombu.transport.virtual.base.AbstractChannel", "kombu.transport.virtual.base.Channel", "object" ] }, { "kombu.transport.redis.Channel._connparams.Connection": [ "object" ] }, { "kombu.transport.redis.MultiChannelPoller": [ "object" ] }, { "kombu.transport.redis.MutexHeld": [ "BaseException", "Exception", "object" ] }, { "kombu.transport.redis.QoS": [ "kombu.transport.virtual.base.QoS", "object" ] }, { "kombu.transport.redis.SentinelChannel": [ "kombu.transport.redis.Channel", "kombu.transport.virtual.base.AbstractChannel", "kombu.transport.virtual.base.Channel", "object" ] }, { "kombu.transport.redis.SentinelManagedSSLConnection": [ "object", "redis.connection.Connection", "redis.connection.SSLConnection" ] }, { "kombu.transport.redis.SentinelTransport": [ "kombu.transport.redis.Transport", "kombu.transport.virtual.base.Transport", "object" ] }, { "kombu.transport.redis.Transport": [ "kombu.transport.virtual.base.Transport", "object" ] }, { "kombu.transport.redis.error_classes_t": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "kombu.transport.qpid.AuthenticationFailure": [ "BaseException", "Exception", "object" ] }, { "kombu.transport.qpid.Channel": [ "object" ] }, { "kombu.transport.qpid.Connection": [ "object" ] }, { "kombu.transport.qpid.QoS": [ "object" ] }, { "kombu.transport.qpid.Transport": [ "object" ] }, { "kombu.transport.pyro.Channel": [ "kombu.transport.virtual.base.AbstractChannel", "kombu.transport.virtual.base.Channel", "object" ] }, { "kombu.transport.pyro.KombuBroker": [ "object" ] }, { "kombu.transport.pyro.Transport": [ "kombu.transport.virtual.base.Transport", "object" ] }, { "kombu.transport.pyamqp.Channel": [ "amqp.abstract_channel.AbstractChannel", "amqp.channel.Channel", "object" ] }, { "kombu.transport.pyamqp.Connection": [ "amqp.abstract_channel.AbstractChannel", "amqp.connection.Connection", "object" ] }, { "kombu.transport.pyamqp.Message": [ "object" ] }, { "kombu.transport.pyamqp.SSLTransport": [ "kombu.transport.pyamqp.Transport", "object" ] }, { "kombu.transport.pyamqp.Transport": [ "object" ] }, { "kombu.transport.mongodb.BroadcastCursor": [ "object" ] }, { "kombu.transport.mongodb.Channel": [ "kombu.transport.virtual.base.AbstractChannel", "kombu.transport.virtual.base.Channel", "object" ] }, { "kombu.transport.mongodb.Transport": [ "kombu.transport.virtual.base.Transport", "object" ] }, { "kombu.transport.memory.Channel": [ "kombu.transport.virtual.base.AbstractChannel", "kombu.transport.virtual.base.Channel", "object" ] }, { "kombu.transport.memory.Transport": [ "kombu.transport.virtual.base.Transport", "object" ] }, { "kombu.transport.librabbitmq.Channel": [ "object" ] }, { "kombu.transport.librabbitmq.Connection": [ "object" ] }, { "kombu.transport.librabbitmq.Message": [ "object" ] }, { "kombu.transport.librabbitmq.Transport": [ "object" ] }, { "kombu.transport.filesystem.Channel": [ "kombu.transport.virtual.base.AbstractChannel", "kombu.transport.virtual.base.Channel", "object" ] }, { "kombu.transport.filesystem.Transport": [ "kombu.transport.virtual.base.Transport", "object" ] }, { "kombu.transport.etcd.Channel": [ "kombu.transport.virtual.base.AbstractChannel", "kombu.transport.virtual.base.Channel", "object" ] }, { "kombu.transport.etcd.Transport": [ "kombu.transport.virtual.base.Transport", "object" ] }, { "kombu.transport.consul.Channel": [ "kombu.transport.virtual.base.AbstractChannel", "kombu.transport.virtual.base.Channel", "object" ] }, { "kombu.transport.consul.LockError": [ "BaseException", "Exception", "object" ] }, { "kombu.transport.consul.Transport": [ "kombu.transport.virtual.base.Transport", "object" ] }, { "kombu.transport.azurestoragequeues.Channel": [ "kombu.transport.virtual.base.AbstractChannel", "kombu.transport.virtual.base.Channel", "object" ] }, { "kombu.transport.azurestoragequeues.Transport": [ "kombu.transport.virtual.base.Transport", "object" ] }, { "kombu.transport.azureservicebus.Channel": [ "kombu.transport.virtual.base.AbstractChannel", "kombu.transport.virtual.base.Channel", "object" ] }, { "kombu.transport.azureservicebus.SendReceive": [ "object" ] }, { "kombu.transport.azureservicebus.Transport": [ "kombu.transport.virtual.base.Transport", "object" ] }, { "kombu.transport.SQS.Channel": [ "kombu.transport.virtual.base.AbstractChannel", "kombu.transport.virtual.base.Channel", "object" ] }, { "kombu.transport.SQS.QoS": [ "kombu.transport.virtual.base.QoS", "object" ] }, { "kombu.transport.SQS.Transport": [ "kombu.transport.virtual.base.Transport", "object" ] }, { "kombu.transport.SQS.UndefinedQueueException": [ "BaseException", "Exception", "object" ] }, { "kombu.transport.SLMQ.Channel": [ "kombu.transport.virtual.base.AbstractChannel", "kombu.transport.virtual.base.Channel", "object" ] }, { "kombu.transport.SLMQ.Transport": [ "kombu.transport.virtual.base.Transport", "object" ] }, { "kombu.simple.SimpleBase": [ "object" ] }, { "kombu.simple.SimpleBuffer": [ "kombu.simple.SimpleBase", "kombu.simple.SimpleQueue", "object" ] }, { "kombu.simple.SimpleQueue": [ "kombu.simple.SimpleBase", "object" ] }, { "kombu.serialization.SerializerRegistry": [ "object" ] }, { "kombu.serialization.codec": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "kombu.resource.LifoQueue": [ "object", "queue.LifoQueue", "queue.Queue", "typing.Generic" ] }, { "kombu.resource.Resource": [ "object" ] }, { "kombu.resource.Resource._shrink_down.Noop": [ "object" ] }, { "kombu.pools.Connections": [ "dict", "kombu.pools.PoolGroup", "kombu.utils.collections.EqualityDict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "kombu.pools.PoolGroup": [ "dict", "kombu.utils.collections.EqualityDict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "kombu.pools.ProducerPool": [ "kombu.resource.Resource", "object" ] }, { "kombu.pools.Producers": [ "dict", "kombu.pools.PoolGroup", "kombu.utils.collections.EqualityDict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "kombu.pidbox.Mailbox": [ "object" ] }, { "kombu.pidbox.Node": [ "object" ] }, { "kombu.mixins.ConsumerMixin": [ "object" ] }, { "kombu.mixins.ConsumerProducerMixin": [ "kombu.mixins.ConsumerMixin", "object" ] }, { "kombu.messaging.Consumer": [ "object" ] }, { "kombu.messaging.Producer": [ "object" ] }, { "kombu.message.Message": [ "object" ] }, { "kombu.matcher.MatcherNotInstalled": [ "BaseException", "Exception", "object" ] }, { "kombu.matcher.MatcherRegistry": [ "object" ] }, { "kombu.log.Log": [ "kombu.log.LogMixin", "object" ] }, { "kombu.log.LogMixin": [ "object" ] }, { "kombu.exceptions.ChannelLimitExceeded": [ "BaseException", "Exception", "kombu.exceptions.KombuError", "kombu.exceptions.LimitExceeded", "object" ] }, { "kombu.exceptions.ConnectionLimitExceeded": [ "BaseException", "Exception", "kombu.exceptions.KombuError", "kombu.exceptions.LimitExceeded", "object" ] }, { "kombu.exceptions.ContentDisallowed": [ "BaseException", "Exception", "kombu.exceptions.KombuError", "kombu.exceptions.SerializerNotInstalled", "object" ] }, { "kombu.exceptions.DecodeError": [ "BaseException", "Exception", "kombu.exceptions.KombuError", "kombu.exceptions.SerializationError", "object" ] }, { "kombu.exceptions.EncodeError": [ "BaseException", "Exception", "kombu.exceptions.KombuError", "kombu.exceptions.SerializationError", "object" ] }, { "kombu.exceptions.HttpError": [ "BaseException", "Exception", "object" ] }, { "kombu.exceptions.InconsistencyError": [ "BaseException", "Exception", "amqp.exceptions.AMQPError", "amqp.exceptions.ConnectionError", "object" ] }, { "kombu.exceptions.KombuError": [ "BaseException", "Exception", "object" ] }, { "kombu.exceptions.LimitExceeded": [ "BaseException", "Exception", "kombu.exceptions.KombuError", "object" ] }, { "kombu.exceptions.MessageStateError": [ "BaseException", "Exception", "kombu.exceptions.KombuError", "object" ] }, { "kombu.exceptions.NotBoundError": [ "BaseException", "Exception", "kombu.exceptions.KombuError", "object" ] }, { "kombu.exceptions.OperationalError": [ "BaseException", "Exception", "kombu.exceptions.KombuError", "object" ] }, { "kombu.exceptions.SerializationError": [ "BaseException", "Exception", "kombu.exceptions.KombuError", "object" ] }, { "kombu.exceptions.SerializerNotInstalled": [ "BaseException", "Exception", "kombu.exceptions.KombuError", "object" ] }, { "kombu.exceptions.VersionMismatch": [ "BaseException", "Exception", "kombu.exceptions.KombuError", "object" ] }, { "kombu.entity.Exchange": [ "kombu.abstract.MaybeChannelBound", "kombu.abstract.Object", "object" ] }, { "kombu.entity.Queue": [ "kombu.abstract.MaybeChannelBound", "kombu.abstract.Object", "object" ] }, { "kombu.entity.binding": [ "kombu.abstract.Object", "object" ] }, { "kombu.connection.ChannelPool": [ "kombu.resource.Resource", "object" ] }, { "kombu.connection.Connection": [ "object" ] }, { "kombu.connection.Connection.autoretry.Revival": [ "object" ] }, { "kombu.connection.ConnectionPool": [ "kombu.resource.Resource", "object" ] }, { "kombu.compat.Consumer": [ "kombu.messaging.Consumer", "object" ] }, { "kombu.compat.ConsumerSet": [ "kombu.messaging.Consumer", "object" ] }, { "kombu.compat.Publisher": [ "kombu.messaging.Producer", "object" ] }, { "kombu.common.Broadcast": [ "kombu.abstract.MaybeChannelBound", "kombu.abstract.Object", "kombu.entity.Queue", "object" ] }, { "kombu.common.QoS": [ "object" ] }, { "kombu.clocks.LamportClock": [ "object" ] }, { "kombu.clocks.timetuple": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "kombu.asynchronous.timer.Entry": [ "object" ] }, { "kombu.asynchronous.timer.Timer": [ "object" ] }, { "kombu.asynchronous.timer.scheduled": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "kombu.asynchronous.semaphore.DummyLock": [ "object" ] }, { "kombu.asynchronous.semaphore.LaxBoundedSemaphore": [ "object" ] }, { "kombu.asynchronous.hub.Hub": [ "object" ] }, { "kombu.asynchronous.hub.Stop": [ "BaseException", "object" ] }, { "kombu.asynchronous.http.curl.CurlClient": [ "kombu.asynchronous.http.base.BaseClient", "object" ] }, { "kombu.asynchronous.http.base.BaseClient": [ "object" ] }, { "kombu.asynchronous.http.base.Headers": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "kombu.asynchronous.http.base.Request": [ "object" ] }, { "kombu.asynchronous.http.base.Response": [ "object" ] }, { "kombu.asynchronous.aws.sqs.queue.AsyncQueue": [ "object" ] }, { "kombu.asynchronous.aws.sqs.message.AsyncMessage": [ "kombu.asynchronous.aws.sqs.message.BaseAsyncMessage", "kombu.message.Message", "object" ] }, { "kombu.asynchronous.aws.sqs.message.AsyncRawMessage": [ "kombu.asynchronous.aws.sqs.message.BaseAsyncMessage", "kombu.message.Message", "object" ] }, { "kombu.asynchronous.aws.sqs.message.BaseAsyncMessage": [ "kombu.message.Message", "object" ] }, { "kombu.asynchronous.aws.sqs.connection.AsyncSQSConnection": [ "kombu.asynchronous.aws.connection.AsyncAWSQueryConnection", "kombu.asynchronous.aws.connection.AsyncConnection", "object" ] }, { "kombu.asynchronous.aws.ext.BotoCoreError": [ "BaseException", "Exception", "object" ] }, { "kombu.asynchronous.aws.ext._void": [ "object" ] }, { "kombu.asynchronous.aws.connection.AsyncAWSQueryConnection": [ "kombu.asynchronous.aws.connection.AsyncConnection", "object" ] }, { "kombu.asynchronous.aws.connection.AsyncConnection": [ "object" ] }, { "kombu.asynchronous.aws.connection.AsyncHTTPResponse": [ "object" ] }, { "kombu.asynchronous.aws.connection.AsyncHTTPSConnection": [ "object" ] }, { "kombu.abstract.MaybeChannelBound": [ "kombu.abstract.Object", "object" ] }, { "kombu.abstract.Object": [ "object" ] }, { "kombu.module": [ "_importlib_modulespec.ModuleType", "object" ] }, { "kombu.version_info_t": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "keystonemiddleware.tests.unit.utils.BaseTestCase": [ "object" ] }, { "keystonemiddleware.tests.unit.utils.DisableModuleFixture": [ "fixtures.fixture.Fixture", "object" ] }, { "keystonemiddleware.tests.unit.utils.MiddlewareTestCase": [ "keystonemiddleware.tests.unit.utils.BaseTestCase", "object" ] }, { "keystonemiddleware.tests.unit.utils.NoModuleFinder": [ "object" ] }, { "keystonemiddleware.tests.unit.utils.TestCase": [ "keystonemiddleware.tests.unit.utils.BaseTestCase", "object" ] }, { "keystonemiddleware.tests.unit.utils.TestResponse": [ "object", "requests.models.Response" ] }, { "keystonemiddleware.tests.unit.test_s3_token_middleware.FakeApp": [ "object" ] }, { "keystonemiddleware.tests.unit.test_s3_token_middleware.S3TokenMiddlewareTestBad": [ "keystonemiddleware.tests.unit.test_s3_token_middleware.S3TokenMiddlewareTestBase", "keystonemiddleware.tests.unit.utils.BaseTestCase", "keystonemiddleware.tests.unit.utils.TestCase", "object" ] }, { "keystonemiddleware.tests.unit.test_s3_token_middleware.S3TokenMiddlewareTestBase": [ "keystonemiddleware.tests.unit.utils.BaseTestCase", "keystonemiddleware.tests.unit.utils.TestCase", "object" ] }, { "keystonemiddleware.tests.unit.test_s3_token_middleware.S3TokenMiddlewareTestDeprecatedOptions": [ "keystonemiddleware.tests.unit.test_s3_token_middleware.S3TokenMiddlewareTestBase", "keystonemiddleware.tests.unit.utils.BaseTestCase", "keystonemiddleware.tests.unit.utils.TestCase", "object" ] }, { "keystonemiddleware.tests.unit.test_s3_token_middleware.S3TokenMiddlewareTestGood": [ "keystonemiddleware.tests.unit.test_s3_token_middleware.S3TokenMiddlewareTestBase", "keystonemiddleware.tests.unit.utils.BaseTestCase", "keystonemiddleware.tests.unit.utils.TestCase", "object" ] }, { "keystonemiddleware.tests.unit.test_opts.OptsTestCase": [ "keystonemiddleware.tests.unit.utils.BaseTestCase", "keystonemiddleware.tests.unit.utils.TestCase", "object" ] }, { "keystonemiddleware.tests.unit.test_fixtures.AuthTokenFixtureTest": [ "keystonemiddleware.tests.unit.auth_token.base.BaseAuthTokenTestCase", "keystonemiddleware.tests.unit.auth_token.test_auth_token_middleware.BaseAuthTokenMiddlewareTest", "keystonemiddleware.tests.unit.utils.BaseTestCase", "keystonemiddleware.tests.unit.utils.MiddlewareTestCase", "object" ] }, { "keystonemiddleware.tests.unit.test_entry_points.TestPasteDeploymentEntryPoints": [ "keystonemiddleware.tests.unit.utils.BaseTestCase", "object" ] }, { "keystonemiddleware.tests.unit.test_ec2_token_middleware.EC2TokenMiddlewareTestBad": [ "keystonemiddleware.tests.unit.test_ec2_token_middleware.EC2TokenMiddlewareTestBase", "keystonemiddleware.tests.unit.utils.BaseTestCase", "keystonemiddleware.tests.unit.utils.TestCase", "object" ] }, { "keystonemiddleware.tests.unit.test_ec2_token_middleware.EC2TokenMiddlewareTestBase": [ "keystonemiddleware.tests.unit.utils.BaseTestCase", "keystonemiddleware.tests.unit.utils.TestCase", "object" ] }, { "keystonemiddleware.tests.unit.test_ec2_token_middleware.EC2TokenMiddlewareTestGood": [ "keystonemiddleware.tests.unit.test_ec2_token_middleware.EC2TokenMiddlewareTestBase", "keystonemiddleware.tests.unit.utils.BaseTestCase", "keystonemiddleware.tests.unit.utils.TestCase", "object" ] }, { "keystonemiddleware.tests.unit.test_ec2_token_middleware.FakeApp": [ "object" ] }, { "keystonemiddleware.tests.unit.test_ec2_token_middleware.FakeResponse": [ "object" ] }, { "keystonemiddleware.tests.unit.test_access_rules.TestAccessRules": [ "keystonemiddleware.tests.unit.utils.BaseTestCase", "object" ] }, { "keystonemiddleware.tests.unit.client_fixtures.Examples": [ "fixtures.fixture.Fixture", "object" ] }, { "keystonemiddleware.tests.unit.auth_token.test_user_auth_plugin.BaseUserPluginTests": [ "object" ] }, { "keystonemiddleware.tests.unit.auth_token.test_user_auth_plugin.V3UserPluginTests": [ "keystonemiddleware.tests.unit.auth_token.base.BaseAuthTokenTestCase", "keystonemiddleware.tests.unit.auth_token.test_user_auth_plugin.BaseUserPluginTests", "keystonemiddleware.tests.unit.utils.BaseTestCase", "keystonemiddleware.tests.unit.utils.MiddlewareTestCase", "object" ] }, { "keystonemiddleware.tests.unit.auth_token.test_request.CatalogConversionTests": [ "keystonemiddleware.tests.unit.utils.BaseTestCase", "keystonemiddleware.tests.unit.utils.TestCase", "object" ] }, { "keystonemiddleware.tests.unit.auth_token.test_request.RequestObjectTests": [ "keystonemiddleware.tests.unit.utils.BaseTestCase", "keystonemiddleware.tests.unit.utils.TestCase", "object" ] }, { "keystonemiddleware.tests.unit.auth_token.test_memcache_crypt.MemcacheCryptPositiveTests": [ "keystonemiddleware.tests.unit.utils.BaseTestCase", "object" ] }, { "keystonemiddleware.tests.unit.auth_token.test_connection_pool.TestConnectionPool": [ "keystonemiddleware.tests.unit.utils.BaseTestCase", "keystonemiddleware.tests.unit.utils.TestCase", "object" ] }, { "keystonemiddleware.tests.unit.auth_token.test_connection_pool.TestConnectionPool.test_acquire_conn_exception_returns_acquired_count.TestException": [ "BaseException", "Exception", "object" ] }, { "keystonemiddleware.tests.unit.auth_token.test_connection_pool._TestConnectionPool": [ "object", "oslo_cache._memcache_pool.ConnectionPool", "queue.Queue", "typing.Generic" ] }, { "keystonemiddleware.tests.unit.auth_token.test_config.TestAuthPluginLocalOsloConfig": [ "keystonemiddleware.tests.unit.auth_token.base.BaseAuthTokenTestCase", "keystonemiddleware.tests.unit.utils.BaseTestCase", "keystonemiddleware.tests.unit.utils.MiddlewareTestCase", "object" ] }, { "keystonemiddleware.tests.unit.auth_token.test_cache.NoMemcacheAuthToken": [ "keystonemiddleware.tests.unit.auth_token.base.BaseAuthTokenTestCase", "keystonemiddleware.tests.unit.utils.BaseTestCase", "keystonemiddleware.tests.unit.utils.MiddlewareTestCase", "object" ] }, { "keystonemiddleware.tests.unit.auth_token.test_cache.TestCacheSetup": [ "keystonemiddleware.tests.unit.auth_token.base.BaseAuthTokenTestCase", "keystonemiddleware.tests.unit.utils.BaseTestCase", "keystonemiddleware.tests.unit.utils.MiddlewareTestCase", "object" ] }, { "keystonemiddleware.tests.unit.auth_token.test_cache.TestLiveMemcache": [ "keystonemiddleware.tests.unit.auth_token.base.BaseAuthTokenTestCase", "keystonemiddleware.tests.unit.utils.BaseTestCase", "keystonemiddleware.tests.unit.utils.MiddlewareTestCase", "object" ] }, { "keystonemiddleware.tests.unit.auth_token.test_cache.TestMemcachePoolAbstraction": [ "keystonemiddleware.tests.unit.utils.BaseTestCase", "keystonemiddleware.tests.unit.utils.TestCase", "object" ] }, { "keystonemiddleware.tests.unit.auth_token.test_base_middleware.BaseAuthProtocolTests": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystonemiddleware.tests.unit.auth_token.test_base_middleware.FakeApp": [ "object" ] }, { "keystonemiddleware.tests.unit.auth_token.test_base_middleware.FetchingMiddleware": [ "keystonemiddleware.auth_token.BaseAuthProtocol", "object" ] }, { "keystonemiddleware.tests.unit.auth_token.test_auth_token_middleware.AuthProtocolLoadingTests": [ "keystonemiddleware.tests.unit.auth_token.base.BaseAuthTokenTestCase", "keystonemiddleware.tests.unit.auth_token.test_auth_token_middleware.BaseAuthTokenMiddlewareTest", "keystonemiddleware.tests.unit.utils.BaseTestCase", "keystonemiddleware.tests.unit.utils.MiddlewareTestCase", "object" ] }, { "keystonemiddleware.tests.unit.auth_token.test_auth_token_middleware.BaseAuthTokenMiddlewareTest": [ "keystonemiddleware.tests.unit.auth_token.base.BaseAuthTokenTestCase", "keystonemiddleware.tests.unit.utils.BaseTestCase", "keystonemiddleware.tests.unit.utils.MiddlewareTestCase", "object" ] }, { "keystonemiddleware.tests.unit.auth_token.test_auth_token_middleware.CachePoolTest": [ "keystonemiddleware.tests.unit.auth_token.base.BaseAuthTokenTestCase", "keystonemiddleware.tests.unit.auth_token.test_auth_token_middleware.BaseAuthTokenMiddlewareTest", "keystonemiddleware.tests.unit.utils.BaseTestCase", "keystonemiddleware.tests.unit.utils.MiddlewareTestCase", "object" ] }, { "keystonemiddleware.tests.unit.auth_token.test_auth_token_middleware.CommonAuthTokenMiddlewareTest": [ "object" ] }, { "keystonemiddleware.tests.unit.auth_token.test_auth_token_middleware.CommonCompositeAuthTests": [ "object" ] }, { "keystonemiddleware.tests.unit.auth_token.test_auth_token_middleware.CompositeBase": [ "object" ] }, { "keystonemiddleware.tests.unit.auth_token.test_auth_token_middleware.CompositeFakeApp": [ "keystonemiddleware.tests.unit.auth_token.test_auth_token_middleware.CompositeBase", "keystonemiddleware.tests.unit.auth_token.test_auth_token_middleware.FakeApp", "object" ] }, { "keystonemiddleware.tests.unit.auth_token.test_auth_token_middleware.DelayedAuthTests": [ "keystonemiddleware.tests.unit.auth_token.base.BaseAuthTokenTestCase", "keystonemiddleware.tests.unit.auth_token.test_auth_token_middleware.BaseAuthTokenMiddlewareTest", "keystonemiddleware.tests.unit.utils.BaseTestCase", "keystonemiddleware.tests.unit.utils.MiddlewareTestCase", "object" ] }, { "keystonemiddleware.tests.unit.auth_token.test_auth_token_middleware.FakeApp": [ "object" ] }, { "keystonemiddleware.tests.unit.auth_token.test_auth_token_middleware.FakeOsloCache": [ "keystonemiddleware.auth_token._cache._FakeClient", "object" ] }, { "keystonemiddleware.tests.unit.auth_token.test_auth_token_middleware.GeneralAuthTokenMiddlewareTest": [ "keystonemiddleware.tests.unit.auth_token.base.BaseAuthTokenTestCase", "keystonemiddleware.tests.unit.auth_token.test_auth_token_middleware.BaseAuthTokenMiddlewareTest", "keystonemiddleware.tests.unit.utils.BaseTestCase", "keystonemiddleware.tests.unit.utils.MiddlewareTestCase", "object", "testresources.ResourcedTestCase", "unittest.case.TestCase" ] }, { "keystonemiddleware.tests.unit.auth_token.test_auth_token_middleware.OtherTests": [ "keystonemiddleware.tests.unit.auth_token.base.BaseAuthTokenTestCase", "keystonemiddleware.tests.unit.auth_token.test_auth_token_middleware.BaseAuthTokenMiddlewareTest", "keystonemiddleware.tests.unit.utils.BaseTestCase", "keystonemiddleware.tests.unit.utils.MiddlewareTestCase", "object" ] }, { "keystonemiddleware.tests.unit.auth_token.test_auth_token_middleware.TestAuthPluginUserAgentGeneration": [ "keystonemiddleware.tests.unit.auth_token.base.BaseAuthTokenTestCase", "keystonemiddleware.tests.unit.auth_token.test_auth_token_middleware.BaseAuthTokenMiddlewareTest", "keystonemiddleware.tests.unit.utils.BaseTestCase", "keystonemiddleware.tests.unit.utils.MiddlewareTestCase", "object" ] }, { "keystonemiddleware.tests.unit.auth_token.test_auth_token_middleware.TimeFixture": [ "fixtures.fixture.Fixture", "object" ] }, { "keystonemiddleware.tests.unit.auth_token.test_auth_token_middleware.TimezoneFixture": [ "fixtures.fixture.Fixture", "object" ] }, { "keystonemiddleware.tests.unit.auth_token.test_auth_token_middleware.v3AuthTokenMiddlewareTest": [ "keystonemiddleware.tests.unit.auth_token.base.BaseAuthTokenTestCase", "keystonemiddleware.tests.unit.auth_token.test_auth_token_middleware.BaseAuthTokenMiddlewareTest", "keystonemiddleware.tests.unit.auth_token.test_auth_token_middleware.CommonAuthTokenMiddlewareTest", "keystonemiddleware.tests.unit.utils.BaseTestCase", "keystonemiddleware.tests.unit.utils.MiddlewareTestCase", "object", "testresources.ResourcedTestCase", "unittest.case.TestCase" ] }, { "keystonemiddleware.tests.unit.auth_token.test_auth_token_middleware.v3CompositeAuthTests": [ "keystonemiddleware.tests.unit.auth_token.base.BaseAuthTokenTestCase", "keystonemiddleware.tests.unit.auth_token.test_auth_token_middleware.BaseAuthTokenMiddlewareTest", "keystonemiddleware.tests.unit.auth_token.test_auth_token_middleware.CommonCompositeAuthTests", "keystonemiddleware.tests.unit.utils.BaseTestCase", "keystonemiddleware.tests.unit.utils.MiddlewareTestCase", "object", "testresources.ResourcedTestCase", "unittest.case.TestCase" ] }, { "keystonemiddleware.tests.unit.auth_token.test_auth_token_middleware.v3CompositeFakeApp": [ "keystonemiddleware.tests.unit.auth_token.test_auth_token_middleware.CompositeBase", "keystonemiddleware.tests.unit.auth_token.test_auth_token_middleware.FakeApp", "keystonemiddleware.tests.unit.auth_token.test_auth_token_middleware.v3FakeApp", "object" ] }, { "keystonemiddleware.tests.unit.auth_token.test_auth_token_middleware.v3FakeApp": [ "keystonemiddleware.tests.unit.auth_token.test_auth_token_middleware.FakeApp", "object" ] }, { "keystonemiddleware.tests.unit.auth_token.test_auth.DefaultAuthPluginTests": [ "keystonemiddleware.tests.unit.utils.BaseTestCase", "object" ] }, { "keystonemiddleware.tests.unit.auth_token.base.BaseAuthTokenTestCase": [ "keystonemiddleware.tests.unit.utils.BaseTestCase", "keystonemiddleware.tests.unit.utils.MiddlewareTestCase", "object" ] }, { "keystonemiddleware.tests.unit.audit.test_logging_notifier.TestLoggingNotifier": [ "keystonemiddleware.tests.unit.audit.base.BaseAuditMiddlewareTest", "keystonemiddleware.tests.unit.utils.BaseTestCase", "keystonemiddleware.tests.unit.utils.MiddlewareTestCase", "object" ] }, { "keystonemiddleware.tests.unit.audit.test_audit_oslo_messaging.AuditNotifierConfigTest": [ "keystonemiddleware.tests.unit.audit.base.BaseAuditMiddlewareTest", "keystonemiddleware.tests.unit.utils.BaseTestCase", "keystonemiddleware.tests.unit.utils.MiddlewareTestCase", "object" ] }, { "keystonemiddleware.tests.unit.audit.test_audit_middleware.AuditMiddlewareTest": [ "keystonemiddleware.tests.unit.audit.base.BaseAuditMiddlewareTest", "keystonemiddleware.tests.unit.utils.BaseTestCase", "keystonemiddleware.tests.unit.utils.MiddlewareTestCase", "object" ] }, { "keystonemiddleware.tests.unit.audit.test_audit_middleware.AuditMiddlewareTest.test_api_request_failure.CustomException": [ "BaseException", "Exception", "object" ] }, { "keystonemiddleware.tests.unit.audit.test_audit_api.AuditApiLogicTest": [ "keystonemiddleware.tests.unit.audit.base.BaseAuditMiddlewareTest", "keystonemiddleware.tests.unit.utils.BaseTestCase", "keystonemiddleware.tests.unit.utils.MiddlewareTestCase", "object" ] }, { "keystonemiddleware.tests.unit.audit.base.BaseAuditMiddlewareTest": [ "keystonemiddleware.tests.unit.utils.BaseTestCase", "keystonemiddleware.tests.unit.utils.MiddlewareTestCase", "object" ] }, { "keystonemiddleware.s3_token.S3Token": [ "object" ] }, { "keystonemiddleware.s3_token.ServiceError": [ "BaseException", "Exception", "object" ] }, { "keystonemiddleware.fixture.AuthTokenFixture": [ "fixtures.fixture.Fixture", "object" ] }, { "keystonemiddleware.exceptions.ConfigurationError": [ "BaseException", "Exception", "keystonemiddleware.exceptions.KeystoneMiddlewareException", "object" ] }, { "keystonemiddleware.exceptions.KeystoneMiddlewareException": [ "BaseException", "Exception", "object" ] }, { "keystonemiddleware.echo.service.EchoService": [ "object" ] }, { "keystonemiddleware.ec2_token.EC2Token": [ "object" ] }, { "keystonemiddleware.auth_token._user_plugin.UserAuthPlugin": [ "keystoneauth1.identity.base.BaseIdentityPlugin", "keystoneauth1.plugin.BaseAuthPlugin", "object" ] }, { "keystonemiddleware.auth_token._request._AuthTokenRequest": [ "object", "webob.request.AdhocAttrMixin", "webob.request.BaseRequest", "webob.request.Request" ] }, { "keystonemiddleware.auth_token._request._AuthTokenResponse": [ "object", "webob.response.Response" ] }, { "keystonemiddleware.auth_token._memcache_crypt.CryptoUnavailableError": [ "BaseException", "Exception", "object" ] }, { "keystonemiddleware.auth_token._memcache_crypt.DecryptError": [ "BaseException", "Exception", "object" ] }, { "keystonemiddleware.auth_token._memcache_crypt.InvalidMacError": [ "BaseException", "Exception", "object" ] }, { "keystonemiddleware.auth_token._identity.IdentityServer": [ "object" ] }, { "keystonemiddleware.auth_token._identity._RequestStrategy": [ "object" ] }, { "keystonemiddleware.auth_token._identity._V3RequestStrategy": [ "keystonemiddleware.auth_token._identity._RequestStrategy", "object" ] }, { "keystonemiddleware.auth_token._exceptions.InvalidToken": [ "BaseException", "Exception", "keystonemiddleware.exceptions.KeystoneMiddlewareException", "object" ] }, { "keystonemiddleware.auth_token._exceptions.RevocationListError": [ "BaseException", "Exception", "keystonemiddleware.exceptions.KeystoneMiddlewareException", "object" ] }, { "keystonemiddleware.auth_token._exceptions.ServiceError": [ "BaseException", "Exception", "keystonemiddleware.exceptions.KeystoneMiddlewareException", "object" ] }, { "keystonemiddleware.auth_token._cache.SecureTokenCache": [ "keystonemiddleware.auth_token._cache.TokenCache", "object" ] }, { "keystonemiddleware.auth_token._cache.TokenCache": [ "object" ] }, { "keystonemiddleware.auth_token._cache._CachePool": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "keystonemiddleware.auth_token._cache._EnvCachePool": [ "object" ] }, { "keystonemiddleware.auth_token._cache._FakeClient": [ "object" ] }, { "keystonemiddleware.auth_token._cache._MemcacheClientPool": [ "object" ] }, { "keystonemiddleware.auth_token._auth.AuthTokenPlugin": [ "keystoneauth1.plugin.BaseAuthPlugin", "object" ] }, { "keystonemiddleware.auth_token.AuthProtocol": [ "keystonemiddleware.auth_token.BaseAuthProtocol", "object" ] }, { "keystonemiddleware.auth_token.BaseAuthProtocol": [ "object" ] }, { "keystonemiddleware.auth_token._BIND_MODE": [ "object" ] }, { "keystonemiddleware.audit._notifier._LogNotifier": [ "object" ] }, { "keystonemiddleware.audit._notifier._MessagingNotifier": [ "object" ] }, { "keystonemiddleware.audit._api.AuditMap": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "keystonemiddleware.audit._api.ClientResource": [ "object", "pycadf.cadftype.CADFAbstractType", "pycadf.resource.Resource" ] }, { "keystonemiddleware.audit._api.KeystoneCredential": [ "object", "pycadf.cadftype.CADFAbstractType", "pycadf.credential.Credential" ] }, { "keystonemiddleware.audit._api.OpenStackAuditApi": [ "object" ] }, { "keystonemiddleware.audit._api.PycadfAuditApiConfigError": [ "BaseException", "Exception", "object" ] }, { "keystonemiddleware.audit._api.Service": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "keystonemiddleware.audit._api._ConfigParser": [ "configparser.ConfigParser", "configparser.RawConfigParser", "configparser.SafeConfigParser", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "keystonemiddleware.audit.AuditMiddleware": [ "object" ] }, { "keystonemiddleware._common.config.Config": [ "object" ] }, { "keystoneclient.v3.users.User": [ "keystoneclient.base.Resource", "object" ] }, { "keystoneclient.v3.users.UserManager": [ "keystoneclient.base.CrudManager", "keystoneclient.base.Manager", "object" ] }, { "keystoneclient.v3.tokens.TokenManager": [ "object" ] }, { "keystoneclient.v3.services.Service": [ "keystoneclient.base.Resource", "object" ] }, { "keystoneclient.v3.services.ServiceManager": [ "keystoneclient.base.CrudManager", "keystoneclient.base.Manager", "object" ] }, { "keystoneclient.v3.roles.InferenceRule": [ "keystoneclient.base.Resource", "object" ] }, { "keystoneclient.v3.roles.InferenceRuleManager": [ "keystoneclient.base.CrudManager", "keystoneclient.base.Manager", "object" ] }, { "keystoneclient.v3.roles.Role": [ "keystoneclient.base.Resource", "object" ] }, { "keystoneclient.v3.roles.RoleManager": [ "keystoneclient.base.CrudManager", "keystoneclient.base.Manager", "object" ] }, { "keystoneclient.v3.role_assignments.RoleAssignment": [ "keystoneclient.base.Resource", "object" ] }, { "keystoneclient.v3.role_assignments.RoleAssignmentManager": [ "keystoneclient.base.CrudManager", "keystoneclient.base.Manager", "object" ] }, { "keystoneclient.v3.registered_limits.RegisteredLimit": [ "keystoneclient.base.Resource", "object" ] }, { "keystoneclient.v3.registered_limits.RegisteredLimitManager": [ "keystoneclient.base.CrudManager", "keystoneclient.base.Manager", "object" ] }, { "keystoneclient.v3.regions.Region": [ "keystoneclient.base.Resource", "object" ] }, { "keystoneclient.v3.regions.RegionManager": [ "keystoneclient.base.CrudManager", "keystoneclient.base.Manager", "object" ] }, { "keystoneclient.v3.projects.Project": [ "keystoneclient.base.Resource", "object" ] }, { "keystoneclient.v3.projects.ProjectManager": [ "keystoneclient.base.CrudManager", "keystoneclient.base.Manager", "object" ] }, { "keystoneclient.v3.policies.Policy": [ "keystoneclient.base.Resource", "object" ] }, { "keystoneclient.v3.policies.PolicyManager": [ "keystoneclient.base.CrudManager", "keystoneclient.base.Manager", "object" ] }, { "keystoneclient.v3.limits.Limit": [ "keystoneclient.base.Resource", "object" ] }, { "keystoneclient.v3.limits.LimitManager": [ "keystoneclient.base.CrudManager", "keystoneclient.base.Manager", "object" ] }, { "keystoneclient.v3.groups.Group": [ "keystoneclient.base.Resource", "object" ] }, { "keystoneclient.v3.groups.GroupManager": [ "keystoneclient.base.CrudManager", "keystoneclient.base.Manager", "object" ] }, { "keystoneclient.v3.endpoints.Endpoint": [ "keystoneclient.base.Resource", "object" ] }, { "keystoneclient.v3.endpoints.EndpointManager": [ "keystoneclient.base.CrudManager", "keystoneclient.base.Manager", "object" ] }, { "keystoneclient.v3.endpoint_groups.EndpointGroup": [ "keystoneclient.base.Resource", "object" ] }, { "keystoneclient.v3.endpoint_groups.EndpointGroupManager": [ "keystoneclient.base.CrudManager", "keystoneclient.base.Manager", "object" ] }, { "keystoneclient.v3.ec2.EC2": [ "keystoneclient.base.Resource", "object" ] }, { "keystoneclient.v3.ec2.EC2Manager": [ "keystoneclient.base.Manager", "keystoneclient.base.ManagerWithFind", "object" ] }, { "keystoneclient.v3.domains.Domain": [ "keystoneclient.base.Resource", "object" ] }, { "keystoneclient.v3.domains.DomainManager": [ "keystoneclient.base.CrudManager", "keystoneclient.base.Manager", "object" ] }, { "keystoneclient.v3.domain_configs.DomainConfig": [ "keystoneclient.base.Resource", "object" ] }, { "keystoneclient.v3.domain_configs.DomainConfigManager": [ "keystoneclient.base.Manager", "object" ] }, { "keystoneclient.v3.credentials.Credential": [ "keystoneclient.base.Resource", "object" ] }, { "keystoneclient.v3.credentials.CredentialManager": [ "keystoneclient.base.CrudManager", "keystoneclient.base.Manager", "object" ] }, { "keystoneclient.v3.contrib.trusts.Trust": [ "keystoneclient.base.Resource", "object" ] }, { "keystoneclient.v3.contrib.trusts.TrustManager": [ "keystoneclient.base.CrudManager", "keystoneclient.base.Manager", "object" ] }, { "keystoneclient.v3.contrib.simple_cert.SimpleCertManager": [ "object" ] }, { "keystoneclient.v3.contrib.oauth1.request_tokens.RequestToken": [ "keystoneclient.base.Resource", "object" ] }, { "keystoneclient.v3.contrib.oauth1.request_tokens.RequestTokenManager": [ "keystoneclient.base.CrudManager", "keystoneclient.base.Manager", "object" ] }, { "keystoneclient.v3.contrib.oauth1.core.OAuthManager": [ "object" ] }, { "keystoneclient.v3.contrib.oauth1.core.OAuthManagerOptionalImportProxy": [ "object" ] }, { "keystoneclient.v3.contrib.oauth1.consumers.Consumer": [ "keystoneclient.base.Resource", "object" ] }, { "keystoneclient.v3.contrib.oauth1.consumers.ConsumerManager": [ "keystoneclient.base.CrudManager", "keystoneclient.base.Manager", "object" ] }, { "keystoneclient.v3.contrib.oauth1.auth.OAuth": [ "keystoneclient.auth.base.BaseAuthPlugin", "keystoneclient.auth.identity.base.BaseIdentityPlugin", "keystoneclient.auth.identity.v3.base.Auth", "keystoneclient.auth.identity.v3.base.AuthConstructor", "keystoneclient.auth.identity.v3.base.BaseAuth", "object" ] }, { "keystoneclient.v3.contrib.oauth1.auth.OAuthMethod": [ "keystoneclient.auth.identity.v3.base.AuthMethod", "object" ] }, { "keystoneclient.v3.contrib.oauth1.access_tokens.AccessToken": [ "keystoneclient.base.Resource", "object" ] }, { "keystoneclient.v3.contrib.oauth1.access_tokens.AccessTokenManager": [ "keystoneclient.base.CrudManager", "keystoneclient.base.Manager", "object" ] }, { "keystoneclient.v3.contrib.federation.service_providers.ServiceProvider": [ "keystoneclient.base.Resource", "object" ] }, { "keystoneclient.v3.contrib.federation.service_providers.ServiceProviderManager": [ "keystoneclient.base.CrudManager", "keystoneclient.base.Manager", "object" ] }, { "keystoneclient.v3.contrib.federation.saml.SamlManager": [ "keystoneclient.base.Manager", "object" ] }, { "keystoneclient.v3.contrib.federation.protocols.Protocol": [ "keystoneclient.base.Resource", "object" ] }, { "keystoneclient.v3.contrib.federation.protocols.ProtocolManager": [ "keystoneclient.base.CrudManager", "keystoneclient.base.Manager", "object" ] }, { "keystoneclient.v3.contrib.federation.projects.ProjectManager": [ "keystoneclient.base.Manager", "keystoneclient.v3.contrib.federation.base.EntityManager", "object" ] }, { "keystoneclient.v3.contrib.federation.mappings.Mapping": [ "keystoneclient.base.Resource", "object" ] }, { "keystoneclient.v3.contrib.federation.mappings.MappingManager": [ "keystoneclient.base.CrudManager", "keystoneclient.base.Manager", "object" ] }, { "keystoneclient.v3.contrib.federation.identity_providers.IdentityProvider": [ "keystoneclient.base.Resource", "object" ] }, { "keystoneclient.v3.contrib.federation.identity_providers.IdentityProviderManager": [ "keystoneclient.base.CrudManager", "keystoneclient.base.Manager", "object" ] }, { "keystoneclient.v3.contrib.federation.domains.DomainManager": [ "keystoneclient.base.Manager", "keystoneclient.v3.contrib.federation.base.EntityManager", "object" ] }, { "keystoneclient.v3.contrib.federation.core.FederationManager": [ "object" ] }, { "keystoneclient.v3.contrib.federation.base.EntityManager": [ "keystoneclient.base.Manager", "object" ] }, { "keystoneclient.v3.contrib.endpoint_policy.EndpointPolicyManager": [ "keystoneclient.base.Manager", "object" ] }, { "keystoneclient.v3.contrib.endpoint_filter.EndpointFilterManager": [ "keystoneclient.base.Manager", "object" ] }, { "keystoneclient.v3.client.Client": [ "keystoneclient.auth.base.BaseAuthPlugin", "keystoneclient.baseclient.Client", "keystoneclient.httpclient.HTTPClient", "object" ] }, { "keystoneclient.v3.auth.AuthManager": [ "keystoneclient.base.Manager", "object" ] }, { "keystoneclient.v3.application_credentials.ApplicationCredential": [ "keystoneclient.base.Resource", "object" ] }, { "keystoneclient.v3.application_credentials.ApplicationCredentialManager": [ "keystoneclient.base.CrudManager", "keystoneclient.base.Manager", "object" ] }, { "keystoneclient.v3.access_rules.AccessRule": [ "keystoneclient.base.Resource", "object" ] }, { "keystoneclient.v3.access_rules.AccessRuleManager": [ "keystoneclient.base.CrudManager", "keystoneclient.base.Manager", "object" ] }, { "keystoneclient.v2_0.users.User": [ "keystoneclient.base.Resource", "object" ] }, { "keystoneclient.v2_0.users.UserManager": [ "keystoneclient.base.Manager", "keystoneclient.base.ManagerWithFind", "object" ] }, { "keystoneclient.v2_0.tokens.Token": [ "keystoneclient.base.Resource", "object" ] }, { "keystoneclient.v2_0.tokens.TokenManager": [ "keystoneclient.base.Manager", "object" ] }, { "keystoneclient.v2_0.tenants.Tenant": [ "keystoneclient.base.Resource", "object" ] }, { "keystoneclient.v2_0.tenants.TenantManager": [ "keystoneclient.base.Manager", "keystoneclient.base.ManagerWithFind", "object" ] }, { "keystoneclient.v2_0.services.Service": [ "keystoneclient.base.Resource", "object" ] }, { "keystoneclient.v2_0.services.ServiceManager": [ "keystoneclient.base.Manager", "keystoneclient.base.ManagerWithFind", "object" ] }, { "keystoneclient.v2_0.roles.Role": [ "keystoneclient.base.Resource", "object" ] }, { "keystoneclient.v2_0.roles.RoleManager": [ "keystoneclient.base.Manager", "keystoneclient.base.ManagerWithFind", "object" ] }, { "keystoneclient.v2_0.extensions.Extension": [ "keystoneclient.base.Resource", "object" ] }, { "keystoneclient.v2_0.extensions.ExtensionManager": [ "keystoneclient.base.Manager", "keystoneclient.base.ManagerWithFind", "object" ] }, { "keystoneclient.v2_0.endpoints.Endpoint": [ "keystoneclient.base.Resource", "object" ] }, { "keystoneclient.v2_0.endpoints.EndpointManager": [ "keystoneclient.base.Manager", "keystoneclient.base.ManagerWithFind", "object" ] }, { "keystoneclient.v2_0.ec2.CredentialsManager": [ "keystoneclient.base.Manager", "keystoneclient.base.ManagerWithFind", "object" ] }, { "keystoneclient.v2_0.ec2.EC2": [ "keystoneclient.base.Resource", "object" ] }, { "keystoneclient.v2_0.client.Client": [ "keystoneclient.auth.base.BaseAuthPlugin", "keystoneclient.baseclient.Client", "keystoneclient.httpclient.HTTPClient", "object" ] }, { "keystoneclient.v2_0.certificates.CertificatesManager": [ "object" ] }, { "keystoneclient.tests.unit.v3.utils.ClientTestCase": [ "keystoneclient.tests.unit.utils.ClientTestCaseMixin", "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testscenarios.testcase.WithScenarios", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.utils.CrudTests": [ "object" ] }, { "keystoneclient.tests.unit.v3.utils.TestCase": [ "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.utils.TestRequestId": [ "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase": [ "keystoneclient.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_users.UserTests": [ "keystoneclient.tests.unit.utils.ClientTestCaseMixin", "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.ClientTestCase", "keystoneclient.tests.unit.v3.utils.CrudTests", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testscenarios.testcase.WithScenarios", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_trusts.TrustTests": [ "keystoneclient.tests.unit.utils.ClientTestCaseMixin", "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.ClientTestCase", "keystoneclient.tests.unit.v3.utils.CrudTests", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testscenarios.testcase.WithScenarios", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_tokens.TokenTests": [ "keystoneclient.tests.unit.utils.ClientTestCaseMixin", "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.ClientTestCase", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testresources.ResourcedTestCase", "testscenarios.testcase.WithScenarios", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_simple_cert.SimpleCertRequestIdTests": [ "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.TestRequestId", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_simple_cert.SimpleCertTests": [ "keystoneclient.tests.unit.utils.ClientTestCaseMixin", "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.ClientTestCase", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testresources.ResourcedTestCase", "testscenarios.testcase.WithScenarios", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_services.ServiceTests": [ "keystoneclient.tests.unit.utils.ClientTestCaseMixin", "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.ClientTestCase", "keystoneclient.tests.unit.v3.utils.CrudTests", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testscenarios.testcase.WithScenarios", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_service_catalog.ServiceCatalogTest": [ "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_service_catalog.ServiceCatalogV3Test": [ "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.test_service_catalog.ServiceCatalogTest", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_roles.DeprecatedImpliedRoleTests": [ "keystoneclient.tests.unit.utils.ClientTestCaseMixin", "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.ClientTestCase", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testscenarios.testcase.WithScenarios", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_roles.ImpliedRoleTests": [ "keystoneclient.tests.unit.utils.ClientTestCaseMixin", "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.ClientTestCase", "keystoneclient.tests.unit.v3.utils.CrudTests", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testscenarios.testcase.WithScenarios", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_roles.RoleTests": [ "keystoneclient.tests.unit.utils.ClientTestCaseMixin", "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.ClientTestCase", "keystoneclient.tests.unit.v3.utils.CrudTests", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testscenarios.testcase.WithScenarios", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_role_assignments.RoleAssignmentsTests": [ "keystoneclient.tests.unit.utils.ClientTestCaseMixin", "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.ClientTestCase", "keystoneclient.tests.unit.v3.utils.CrudTests", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testscenarios.testcase.WithScenarios", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_registered_limits.RegisteredLimitTests": [ "keystoneclient.tests.unit.utils.ClientTestCaseMixin", "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.ClientTestCase", "keystoneclient.tests.unit.v3.utils.CrudTests", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testscenarios.testcase.WithScenarios", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_regions.RegionTests": [ "keystoneclient.tests.unit.utils.ClientTestCaseMixin", "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.ClientTestCase", "keystoneclient.tests.unit.v3.utils.CrudTests", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testscenarios.testcase.WithScenarios", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_projects.ProjectTests": [ "keystoneclient.tests.unit.utils.ClientTestCaseMixin", "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.ClientTestCase", "keystoneclient.tests.unit.v3.utils.CrudTests", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testscenarios.testcase.WithScenarios", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_projects.ProjectsRequestIdTests": [ "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.TestRequestId", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_policies.PolicyTests": [ "keystoneclient.tests.unit.utils.ClientTestCaseMixin", "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.ClientTestCase", "keystoneclient.tests.unit.v3.utils.CrudTests", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testscenarios.testcase.WithScenarios", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_oauth1.AccessTokenTests": [ "keystoneclient.tests.unit.utils.ClientTestCaseMixin", "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.test_oauth1.TokenTests", "keystoneclient.tests.unit.v3.utils.ClientTestCase", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testscenarios.testcase.WithScenarios", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_oauth1.AuthenticateWithOAuthTests": [ "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.test_oauth1.TokenTests", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_oauth1.ConsumerTests": [ "keystoneclient.tests.unit.utils.ClientTestCaseMixin", "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.ClientTestCase", "keystoneclient.tests.unit.v3.utils.CrudTests", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testscenarios.testcase.WithScenarios", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_oauth1.OauthRequestIdTests": [ "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.test_oauth1.TokenTests", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.TestRequestId", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_oauth1.RequestTokenTests": [ "keystoneclient.tests.unit.utils.ClientTestCaseMixin", "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.test_oauth1.TokenTests", "keystoneclient.tests.unit.v3.utils.ClientTestCase", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testscenarios.testcase.WithScenarios", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_oauth1.TestOAuthLibModule": [ "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_oauth1.TokenTests": [ "object" ] }, { "keystoneclient.tests.unit.v3.test_limits.LimitTests": [ "keystoneclient.tests.unit.utils.ClientTestCaseMixin", "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.ClientTestCase", "keystoneclient.tests.unit.v3.utils.CrudTests", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testscenarios.testcase.WithScenarios", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_groups.GroupTests": [ "keystoneclient.tests.unit.utils.ClientTestCaseMixin", "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.ClientTestCase", "keystoneclient.tests.unit.v3.utils.CrudTests", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testscenarios.testcase.WithScenarios", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_federation.EntityManagerTests": [ "keystoneclient.tests.unit.utils.ClientTestCaseMixin", "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.ClientTestCase", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testscenarios.testcase.WithScenarios", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_federation.FederatedTokenTests": [ "keystoneclient.tests.unit.utils.ClientTestCaseMixin", "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.ClientTestCase", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testscenarios.testcase.WithScenarios", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_federation.FederationDomainTests": [ "keystoneclient.tests.unit.utils.ClientTestCaseMixin", "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.ClientTestCase", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testscenarios.testcase.WithScenarios", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_federation.FederationProjectTests": [ "keystoneclient.tests.unit.utils.ClientTestCaseMixin", "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.ClientTestCase", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testscenarios.testcase.WithScenarios", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_federation.IdentityProviderRequestIdTests": [ "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.TestRequestId", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_federation.IdentityProviderTests": [ "keystoneclient.tests.unit.utils.ClientTestCaseMixin", "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.ClientTestCase", "keystoneclient.tests.unit.v3.utils.CrudTests", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testscenarios.testcase.WithScenarios", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_federation.K2KFederatedProjectTests": [ "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_federation.MappingRequestIdTests": [ "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.TestRequestId", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_federation.MappingTests": [ "keystoneclient.tests.unit.utils.ClientTestCaseMixin", "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.ClientTestCase", "keystoneclient.tests.unit.v3.utils.CrudTests", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testscenarios.testcase.WithScenarios", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_federation.ProtocolRequestIdTests": [ "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.TestRequestId", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_federation.ProtocolTests": [ "keystoneclient.tests.unit.utils.ClientTestCaseMixin", "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.ClientTestCase", "keystoneclient.tests.unit.v3.utils.CrudTests", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testscenarios.testcase.WithScenarios", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_federation.ServiceProviderRequestIdTests": [ "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.TestRequestId", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_federation.ServiceProviderTests": [ "keystoneclient.tests.unit.utils.ClientTestCaseMixin", "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.ClientTestCase", "keystoneclient.tests.unit.v3.utils.CrudTests", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testscenarios.testcase.WithScenarios", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_endpoints.EndpointTests": [ "keystoneclient.tests.unit.utils.ClientTestCaseMixin", "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.ClientTestCase", "keystoneclient.tests.unit.v3.utils.CrudTests", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testscenarios.testcase.WithScenarios", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_endpoint_policy.EndpointPolicyTests": [ "keystoneclient.tests.unit.utils.ClientTestCaseMixin", "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.test_endpoint_filter.EndpointTestUtils", "keystoneclient.tests.unit.v3.utils.ClientTestCase", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testscenarios.testcase.WithScenarios", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_endpoint_groups.EndpointGroupTests": [ "keystoneclient.tests.unit.utils.ClientTestCaseMixin", "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.ClientTestCase", "keystoneclient.tests.unit.v3.utils.CrudTests", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testscenarios.testcase.WithScenarios", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_endpoint_filter.EndpointFilterTests": [ "keystoneclient.tests.unit.utils.ClientTestCaseMixin", "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.test_endpoint_filter.EndpointTestUtils", "keystoneclient.tests.unit.v3.utils.ClientTestCase", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testscenarios.testcase.WithScenarios", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_endpoint_filter.EndpointTestUtils": [ "object" ] }, { "keystoneclient.tests.unit.v3.test_ec2.EC2Tests": [ "keystoneclient.tests.unit.utils.ClientTestCaseMixin", "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.ClientTestCase", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testscenarios.testcase.WithScenarios", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_domains.DomainTests": [ "keystoneclient.tests.unit.utils.ClientTestCaseMixin", "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.ClientTestCase", "keystoneclient.tests.unit.v3.utils.CrudTests", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testscenarios.testcase.WithScenarios", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_domain_configs.DomainConfigsTests": [ "keystoneclient.tests.unit.utils.ClientTestCaseMixin", "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.ClientTestCase", "keystoneclient.tests.unit.v3.utils.CrudTests", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testscenarios.testcase.WithScenarios", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_discover.DiscoverKeystoneTests": [ "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_credentials.CredentialTests": [ "keystoneclient.tests.unit.utils.ClientTestCaseMixin", "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.ClientTestCase", "keystoneclient.tests.unit.v3.utils.CrudTests", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testscenarios.testcase.WithScenarios", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_client.KeystoneClientTest": [ "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_auth_saml2.AuthenticateviaADFSTests": [ "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_auth_saml2.AuthenticateviaSAML2Tests": [ "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_auth_saml2.AuthenticateviaSAML2Tests._AuthentiatedResponseMissingTokenID": [ "keystoneclient.tests.unit.v3.test_auth_saml2.AuthenticateviaSAML2Tests._AuthenticatedResponse", "object" ] }, { "keystoneclient.tests.unit.v3.test_auth_saml2.AuthenticateviaSAML2Tests._AuthenticatedResponse": [ "object" ] }, { "keystoneclient.tests.unit.v3.test_auth_saml2.AuthenticateviaSAML2Tests._AuthenticatedResponseInvalidJson": [ "keystoneclient.tests.unit.v3.test_auth_saml2.AuthenticateviaSAML2Tests._AuthenticatedResponse", "object" ] }, { "keystoneclient.tests.unit.v3.test_auth_saml2.SAMLGenerationTests": [ "keystoneclient.tests.unit.utils.ClientTestCaseMixin", "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.ClientTestCase", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testscenarios.testcase.WithScenarios", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_auth_saml2.ScopeFederationTokenTests": [ "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.test_auth_saml2.AuthenticateviaSAML2Tests", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_auth_oidc.AuthenticateOIDCTests": [ "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_auth_manager.AuthProjectsTest": [ "keystoneclient.tests.unit.utils.ClientTestCaseMixin", "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.ClientTestCase", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testscenarios.testcase.WithScenarios", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_auth.AuthenticateAgainstKeystoneTests": [ "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_application_credentials.ApplicationCredentialTests": [ "keystoneclient.tests.unit.utils.ClientTestCaseMixin", "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.ClientTestCase", "keystoneclient.tests.unit.v3.utils.CrudTests", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testscenarios.testcase.WithScenarios", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_access_rules.AccessRuleTests": [ "keystoneclient.tests.unit.utils.ClientTestCaseMixin", "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.ClientTestCase", "keystoneclient.tests.unit.v3.utils.CrudTests", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testscenarios.testcase.WithScenarios", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v3.test_access.AccessInfoTest": [ "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v3.utils.TestCase", "keystoneclient.tests.unit.v3.utils.UnauthenticatedTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v2_0.utils.ClientTestCase": [ "keystoneclient.tests.unit.utils.ClientTestCaseMixin", "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v2_0.utils.TestCase", "keystoneclient.tests.unit.v2_0.utils.UnauthenticatedTestCase", "object", "testscenarios.testcase.WithScenarios", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v2_0.utils.TestCase": [ "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v2_0.utils.UnauthenticatedTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v2_0.utils.UnauthenticatedTestCase": [ "keystoneclient.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v2_0.test_users.UserTests": [ "keystoneclient.tests.unit.utils.ClientTestCaseMixin", "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v2_0.utils.ClientTestCase", "keystoneclient.tests.unit.v2_0.utils.TestCase", "keystoneclient.tests.unit.v2_0.utils.UnauthenticatedTestCase", "object", "testscenarios.testcase.WithScenarios", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v2_0.test_tokens.TokenTests": [ "keystoneclient.tests.unit.utils.ClientTestCaseMixin", "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v2_0.utils.ClientTestCase", "keystoneclient.tests.unit.v2_0.utils.TestCase", "keystoneclient.tests.unit.v2_0.utils.UnauthenticatedTestCase", "object", "testscenarios.testcase.WithScenarios", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v2_0.test_tenants.TenantTests": [ "keystoneclient.tests.unit.utils.ClientTestCaseMixin", "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v2_0.utils.ClientTestCase", "keystoneclient.tests.unit.v2_0.utils.TestCase", "keystoneclient.tests.unit.v2_0.utils.UnauthenticatedTestCase", "object", "testscenarios.testcase.WithScenarios", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v2_0.test_services.ServiceTests": [ "keystoneclient.tests.unit.utils.ClientTestCaseMixin", "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v2_0.utils.ClientTestCase", "keystoneclient.tests.unit.v2_0.utils.TestCase", "keystoneclient.tests.unit.v2_0.utils.UnauthenticatedTestCase", "object", "testscenarios.testcase.WithScenarios", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v2_0.test_service_catalog.ServiceCatalogTest": [ "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v2_0.utils.TestCase", "keystoneclient.tests.unit.v2_0.utils.UnauthenticatedTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v2_0.test_roles.RoleTests": [ "keystoneclient.tests.unit.utils.ClientTestCaseMixin", "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v2_0.utils.ClientTestCase", "keystoneclient.tests.unit.v2_0.utils.TestCase", "keystoneclient.tests.unit.v2_0.utils.UnauthenticatedTestCase", "object", "testscenarios.testcase.WithScenarios", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v2_0.test_extensions.ExtensionTests": [ "keystoneclient.tests.unit.utils.ClientTestCaseMixin", "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v2_0.utils.ClientTestCase", "keystoneclient.tests.unit.v2_0.utils.TestCase", "keystoneclient.tests.unit.v2_0.utils.UnauthenticatedTestCase", "object", "testscenarios.testcase.WithScenarios", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v2_0.test_endpoints.EndpointTests": [ "keystoneclient.tests.unit.utils.ClientTestCaseMixin", "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v2_0.utils.ClientTestCase", "keystoneclient.tests.unit.v2_0.utils.TestCase", "keystoneclient.tests.unit.v2_0.utils.UnauthenticatedTestCase", "object", "testscenarios.testcase.WithScenarios", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v2_0.test_ec2.EC2Tests": [ "keystoneclient.tests.unit.utils.ClientTestCaseMixin", "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v2_0.utils.ClientTestCase", "keystoneclient.tests.unit.v2_0.utils.TestCase", "keystoneclient.tests.unit.v2_0.utils.UnauthenticatedTestCase", "object", "testscenarios.testcase.WithScenarios", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v2_0.test_discovery.DiscoverKeystoneTests": [ "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v2_0.utils.UnauthenticatedTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v2_0.test_client.KeystoneClientTest": [ "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v2_0.utils.TestCase", "keystoneclient.tests.unit.v2_0.utils.UnauthenticatedTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v2_0.test_certificates.CertificateTests": [ "keystoneclient.tests.unit.utils.ClientTestCaseMixin", "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v2_0.utils.ClientTestCase", "keystoneclient.tests.unit.v2_0.utils.TestCase", "keystoneclient.tests.unit.v2_0.utils.UnauthenticatedTestCase", "object", "testresources.ResourcedTestCase", "testscenarios.testcase.WithScenarios", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v2_0.test_auth.AuthenticateAgainstKeystoneTests": [ "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v2_0.utils.TestCase", "keystoneclient.tests.unit.v2_0.utils.UnauthenticatedTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.v2_0.test_access.AccessInfoTest": [ "keystoneclient.tests.unit.utils.TestCase", "keystoneclient.tests.unit.v2_0.utils.TestCase", "keystoneclient.tests.unit.v2_0.utils.UnauthenticatedTestCase", "object", "testresources.ResourcedTestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.utils.ClientTestCaseMixin": [ "object", "testscenarios.testcase.WithScenarios" ] }, { "keystoneclient.tests.unit.utils.DisableModuleFixture": [ "fixtures.fixture.Fixture", "object" ] }, { "keystoneclient.tests.unit.utils.NoModuleFinder": [ "object" ] }, { "keystoneclient.tests.unit.utils.TestCase": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.test_utils.FakeManager": [ "object" ] }, { "keystoneclient.tests.unit.test_utils.FakeObject": [ "object" ] }, { "keystoneclient.tests.unit.test_utils.FakeResource": [ "object" ] }, { "keystoneclient.tests.unit.test_utils.FindResourceTestCase": [ "keystoneclient.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.test_utils.HashSignedTokenTestCase": [ "keystoneclient.tests.unit.utils.TestCase", "object", "testresources.ResourcedTestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.test_session.AdapterTest": [ "keystoneclient.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.test_session.AuthPlugin": [ "keystoneclient.auth.base.BaseAuthPlugin", "object" ] }, { "keystoneclient.tests.unit.test_session.CalledAuthPlugin": [ "keystoneclient.auth.base.BaseAuthPlugin", "object" ] }, { "keystoneclient.tests.unit.test_session.CliLoadingTests": [ "keystoneclient.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.test_session.ConfLoadingTests": [ "keystoneclient.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.test_session.ConstructSessionFromArgsTests": [ "keystoneclient.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.test_session.RedirectTests": [ "keystoneclient.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.test_session.SessionAuthTests": [ "keystoneclient.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.test_session.SessionTests": [ "keystoneclient.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.test_session.TCPKeepAliveAdapter": [ "keystoneclient.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.test_keyring.KeyringTest": [ "keystoneclient.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.test_keyring.KeyringTest.setUp.MemoryKeyring": [ "object" ] }, { "keystoneclient.tests.unit.test_https.ClientTest": [ "keystoneclient.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.test_http.BasicRequestTests": [ "keystoneclient.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.test_http.ClientTest": [ "keystoneclient.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.test_fixtures.V2TokenTests": [ "keystoneclient.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.test_fixtures.V3TokenTests": [ "keystoneclient.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.test_ec2utils.Ec2SignerTest": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.test_discovery.AvailableVersionsTests": [ "keystoneclient.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.test_discovery.CatalogHackTests": [ "keystoneclient.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.test_discovery.ClientDiscoveryTests": [ "keystoneclient.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.test_discovery.DiscoverQueryTests": [ "keystoneclient.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.test_discovery.DiscoverUtils": [ "keystoneclient.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.test_cms.CMSTest": [ "keystoneclient.tests.unit.utils.TestCase", "object", "testresources.ResourcedTestCase", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.test_base.BaseTest": [ "keystoneclient.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.test_base.BaseTest.test_getid.TmpObject": [ "object" ] }, { "keystoneclient.tests.unit.test_base.CrudManagerRequestIdTest": [ "keystoneclient.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.test_base.HumanReadable": [ "keystoneclient.base.Resource", "object" ] }, { "keystoneclient.tests.unit.test_base.ManagerRequestIdTest": [ "keystoneclient.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.test_base.ManagerTest": [ "keystoneclient.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.test_base.ManagerWithFindRequestIdTest": [ "keystoneclient.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.generic.test_client.ClientDiscoveryTests": [ "keystoneclient.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.client_fixtures.BaseFixture": [ "fixtures.fixture.Fixture", "object" ] }, { "keystoneclient.tests.unit.client_fixtures.BaseV2": [ "fixtures.fixture.Fixture", "keystoneclient.tests.unit.client_fixtures.BaseFixture", "object" ] }, { "keystoneclient.tests.unit.client_fixtures.BaseV3": [ "fixtures.fixture.Fixture", "keystoneclient.tests.unit.client_fixtures.BaseFixture", "object" ] }, { "keystoneclient.tests.unit.client_fixtures.Deprecations": [ "fixtures.fixture.Fixture", "object" ] }, { "keystoneclient.tests.unit.client_fixtures.Examples": [ "fixtures.fixture.Fixture", "object" ] }, { "keystoneclient.tests.unit.client_fixtures.KsaSessionV2": [ "fixtures.fixture.Fixture", "keystoneclient.tests.unit.client_fixtures.BaseFixture", "keystoneclient.tests.unit.client_fixtures.BaseV2", "object" ] }, { "keystoneclient.tests.unit.client_fixtures.KsaSessionV3": [ "fixtures.fixture.Fixture", "keystoneclient.tests.unit.client_fixtures.BaseFixture", "keystoneclient.tests.unit.client_fixtures.BaseV3", "object" ] }, { "keystoneclient.tests.unit.client_fixtures.KscSessionV2": [ "fixtures.fixture.Fixture", "keystoneclient.tests.unit.client_fixtures.BaseFixture", "keystoneclient.tests.unit.client_fixtures.BaseV2", "object" ] }, { "keystoneclient.tests.unit.client_fixtures.KscSessionV3": [ "fixtures.fixture.Fixture", "keystoneclient.tests.unit.client_fixtures.BaseFixture", "keystoneclient.tests.unit.client_fixtures.BaseV3", "object" ] }, { "keystoneclient.tests.unit.client_fixtures.OriginalV2": [ "fixtures.fixture.Fixture", "keystoneclient.tests.unit.client_fixtures.BaseFixture", "keystoneclient.tests.unit.client_fixtures.BaseV2", "object" ] }, { "keystoneclient.tests.unit.client_fixtures.OriginalV3": [ "fixtures.fixture.Fixture", "keystoneclient.tests.unit.client_fixtures.BaseFixture", "keystoneclient.tests.unit.client_fixtures.BaseV3", "object" ] }, { "keystoneclient.tests.unit.auth.utils.GenericPluginTestCase": [ "keystoneclient.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.auth.utils.MockManager": [ "object" ] }, { "keystoneclient.tests.unit.auth.utils.MockPlugin": [ "keystoneclient.auth.base.BaseAuthPlugin", "object" ] }, { "keystoneclient.tests.unit.auth.utils.TestCase": [ "keystoneclient.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.auth.test_token_endpoint.TokenEndpointTest": [ "keystoneclient.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.auth.test_token.TokenTests": [ "keystoneclient.tests.unit.auth.utils.GenericPluginTestCase", "keystoneclient.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.auth.test_password.PasswordTests": [ "keystoneclient.tests.unit.auth.utils.GenericPluginTestCase", "keystoneclient.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.auth.test_loading.TestOtherLoading": [ "keystoneclient.tests.unit.auth.utils.TestCase", "keystoneclient.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.auth.test_identity_v3_federated.TesterFederationPlugin": [ "keystoneclient.auth.base.BaseAuthPlugin", "keystoneclient.auth.identity.base.BaseIdentityPlugin", "keystoneclient.auth.identity.v3.base.BaseAuth", "keystoneclient.auth.identity.v3.federated.FederatedBaseAuth", "object" ] }, { "keystoneclient.tests.unit.auth.test_identity_v3_federated.V3FederatedPlugin": [ "keystoneclient.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.auth.test_identity_v3.V3IdentityPlugin": [ "keystoneclient.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.auth.test_identity_v2.V2IdentityPlugin": [ "keystoneclient.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.auth.test_identity_common.CatalogHackTests": [ "keystoneclient.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.auth.test_identity_common.CommonIdentityTests": [ "object" ] }, { "keystoneclient.tests.unit.auth.test_identity_common.GenericAuthPluginTests": [ "keystoneclient.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.auth.test_identity_common.GenericPlugin": [ "keystoneclient.auth.base.BaseAuthPlugin", "object" ] }, { "keystoneclient.tests.unit.auth.test_identity_common.V2": [ "keystoneclient.tests.unit.auth.test_identity_common.CommonIdentityTests", "keystoneclient.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.auth.test_identity_common.V3": [ "keystoneclient.tests.unit.auth.test_identity_common.CommonIdentityTests", "keystoneclient.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.auth.test_default_cli.DefaultCliTests": [ "keystoneclient.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.auth.test_conf.ConfTests": [ "keystoneclient.tests.unit.auth.utils.TestCase", "keystoneclient.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.auth.test_cli.CliTests": [ "keystoneclient.tests.unit.auth.utils.TestCase", "keystoneclient.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.auth.test_cli.CliTests.test_overrides_default_type_value.TestPlugin": [ "object" ] }, { "keystoneclient.tests.unit.auth.test_cli.TesterPlugin": [ "keystoneclient.auth.base.BaseAuthPlugin", "object" ] }, { "keystoneclient.tests.unit.auth.test_auth.AuthTests": [ "keystoneclient.tests.unit.auth.utils.TestCase", "keystoneclient.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.auth.test_access.AccessInfoPluginTests": [ "keystoneclient.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.apiclient.test_exceptions.ExceptionsArgsTest": [ "keystoneclient.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.unit.apiclient.test_exceptions.FakeResponse": [ "object" ] }, { "keystoneclient.tests.functional.v3.test_users.UsersTestCase": [ "keystoneclient.tests.functional.base.ClientTestCase", "keystoneclient.tests.functional.base.V3ClientTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.functional.v3.test_services.ServicesTestCase": [ "keystoneclient.tests.functional.base.ClientTestCase", "keystoneclient.tests.functional.base.V3ClientTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.functional.v3.test_roles.RolesTestCase": [ "keystoneclient.tests.functional.base.ClientTestCase", "keystoneclient.tests.functional.base.V3ClientTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.functional.v3.test_regions.RegionsTestCase": [ "keystoneclient.tests.functional.base.ClientTestCase", "keystoneclient.tests.functional.base.V3ClientTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.functional.v3.test_projects.ProjectsTestCase": [ "keystoneclient.tests.functional.base.ClientTestCase", "keystoneclient.tests.functional.base.V3ClientTestCase", "keystoneclient.tests.functional.v3.test_projects.ProjectsTestMixin", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.functional.v3.test_projects.ProjectsTestMixin": [ "object" ] }, { "keystoneclient.tests.functional.v3.test_policies.PoliciesTestCase": [ "keystoneclient.tests.functional.base.ClientTestCase", "keystoneclient.tests.functional.base.V3ClientTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.functional.v3.test_implied_roles.TestImpliedRoles": [ "keystoneclient.tests.functional.base.ClientTestCase", "keystoneclient.tests.functional.base.V3ClientTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.functional.v3.test_groups.GroupsTestCase": [ "keystoneclient.tests.functional.base.ClientTestCase", "keystoneclient.tests.functional.base.V3ClientTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.functional.v3.test_federation.TestIdentityProviders": [ "keystoneclient.tests.functional.base.ClientTestCase", "keystoneclient.tests.functional.base.V3ClientTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.functional.v3.test_endpoints.EndpointsTestCase": [ "keystoneclient.tests.functional.base.ClientTestCase", "keystoneclient.tests.functional.base.V3ClientTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.functional.v3.test_endpoint_groups.EndpointGroupsTestCase": [ "keystoneclient.tests.functional.base.ClientTestCase", "keystoneclient.tests.functional.base.V3ClientTestCase", "keystoneclient.tests.functional.v3.test_endpoint_groups.EndpointGroupsTestMixin", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.functional.v3.test_endpoint_groups.EndpointGroupsTestMixin": [ "object" ] }, { "keystoneclient.tests.functional.v3.test_endpoint_filters.EndpointFiltersTestCase": [ "keystoneclient.tests.functional.base.ClientTestCase", "keystoneclient.tests.functional.base.V3ClientTestCase", "keystoneclient.tests.functional.v3.test_endpoint_groups.EndpointGroupsTestMixin", "keystoneclient.tests.functional.v3.test_projects.ProjectsTestMixin", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.functional.v3.test_ec2.EC2TestCase": [ "keystoneclient.tests.functional.base.ClientTestCase", "keystoneclient.tests.functional.base.V3ClientTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.functional.v3.test_domains.DomainsTestCase": [ "keystoneclient.tests.functional.base.ClientTestCase", "keystoneclient.tests.functional.base.V3ClientTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.functional.v3.test_domain_configs.DomainConfigsTestCase": [ "keystoneclient.tests.functional.base.ClientTestCase", "keystoneclient.tests.functional.base.V3ClientTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.functional.v3.test_credentials.CredentialsTestCase": [ "keystoneclient.tests.functional.base.ClientTestCase", "keystoneclient.tests.functional.base.V3ClientTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.functional.v3.client_fixtures.Base": [ "fixtures.fixture.Fixture", "object" ] }, { "keystoneclient.tests.functional.v3.client_fixtures.Credential": [ "fixtures.fixture.Fixture", "keystoneclient.tests.functional.v3.client_fixtures.Base", "object" ] }, { "keystoneclient.tests.functional.v3.client_fixtures.Domain": [ "fixtures.fixture.Fixture", "keystoneclient.tests.functional.v3.client_fixtures.Base", "object" ] }, { "keystoneclient.tests.functional.v3.client_fixtures.DomainConfig": [ "fixtures.fixture.Fixture", "keystoneclient.tests.functional.v3.client_fixtures.Base", "object" ] }, { "keystoneclient.tests.functional.v3.client_fixtures.EC2": [ "fixtures.fixture.Fixture", "keystoneclient.tests.functional.v3.client_fixtures.Base", "object" ] }, { "keystoneclient.tests.functional.v3.client_fixtures.Endpoint": [ "fixtures.fixture.Fixture", "keystoneclient.tests.functional.v3.client_fixtures.Base", "object" ] }, { "keystoneclient.tests.functional.v3.client_fixtures.EndpointGroup": [ "fixtures.fixture.Fixture", "keystoneclient.tests.functional.v3.client_fixtures.Base", "object" ] }, { "keystoneclient.tests.functional.v3.client_fixtures.Group": [ "fixtures.fixture.Fixture", "keystoneclient.tests.functional.v3.client_fixtures.Base", "object" ] }, { "keystoneclient.tests.functional.v3.client_fixtures.InferenceRule": [ "fixtures.fixture.Fixture", "keystoneclient.tests.functional.v3.client_fixtures.Base", "object" ] }, { "keystoneclient.tests.functional.v3.client_fixtures.Policy": [ "fixtures.fixture.Fixture", "keystoneclient.tests.functional.v3.client_fixtures.Base", "object" ] }, { "keystoneclient.tests.functional.v3.client_fixtures.Project": [ "fixtures.fixture.Fixture", "keystoneclient.tests.functional.v3.client_fixtures.Base", "object" ] }, { "keystoneclient.tests.functional.v3.client_fixtures.Region": [ "fixtures.fixture.Fixture", "keystoneclient.tests.functional.v3.client_fixtures.Base", "object" ] }, { "keystoneclient.tests.functional.v3.client_fixtures.Role": [ "fixtures.fixture.Fixture", "keystoneclient.tests.functional.v3.client_fixtures.Base", "object" ] }, { "keystoneclient.tests.functional.v3.client_fixtures.Service": [ "fixtures.fixture.Fixture", "keystoneclient.tests.functional.v3.client_fixtures.Base", "object" ] }, { "keystoneclient.tests.functional.v3.client_fixtures.User": [ "fixtures.fixture.Fixture", "keystoneclient.tests.functional.v3.client_fixtures.Base", "object" ] }, { "keystoneclient.tests.functional.test_base.V3ClientVersionTestCase": [ "keystoneclient.tests.functional.base.ClientTestCase", "keystoneclient.tests.functional.base.V3ClientTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.functional.base.ClientTestCase": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.tests.functional.base.V3ClientTestCase": [ "keystoneclient.tests.functional.base.ClientTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneclient.session.Session": [ "object" ] }, { "keystoneclient.session.TCPKeepAliveAdapter": [ "object", "requests.adapters.BaseAdapter", "requests.adapters.HTTPAdapter" ] }, { "keystoneclient.service_catalog.ServiceCatalog": [ "object" ] }, { "keystoneclient.service_catalog.ServiceCatalogV2": [ "keystoneclient.service_catalog.ServiceCatalog", "object" ] }, { "keystoneclient.service_catalog.ServiceCatalogV3": [ "keystoneclient.service_catalog.ServiceCatalog", "object" ] }, { "keystoneclient.httpclient.HTTPClient": [ "keystoneclient.auth.base.BaseAuthPlugin", "keystoneclient.baseclient.Client", "object" ] }, { "keystoneclient.httpclient._FakeRequestSession": [ "object" ] }, { "keystoneclient.httpclient._KeystoneAdapter": [ "keystoneauth1.adapter.Adapter", "keystoneauth1.adapter.LegacyJsonAdapter", "object" ] }, { "keystoneclient.generic.client.Client": [ "keystoneclient.auth.base.BaseAuthPlugin", "keystoneclient.baseclient.Client", "keystoneclient.httpclient.HTTPClient", "object" ] }, { "keystoneclient.exceptions.AmbiguousEndpoints": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "keystoneauth1.exceptions.catalog.CatalogException", "object" ] }, { "keystoneclient.exceptions.AuthPluginOptionsMissing": [ "BaseException", "Exception", "keystoneauth1.exceptions.auth.AuthorizationFailure", "keystoneauth1.exceptions.base.ClientException", "object" ] }, { "keystoneclient.exceptions.AuthSystemNotFound": [ "BaseException", "Exception", "keystoneauth1.exceptions.auth.AuthorizationFailure", "keystoneauth1.exceptions.base.ClientException", "object" ] }, { "keystoneclient.exceptions.CMSError": [ "BaseException", "Exception", "object" ] }, { "keystoneclient.exceptions.CertificateConfigError": [ "BaseException", "Exception", "object" ] }, { "keystoneclient.exceptions.CommandError": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "object" ] }, { "keystoneclient.exceptions.HTTPRedirection": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "keystoneauth1.exceptions.http.HttpError", "object" ] }, { "keystoneclient.exceptions.InvalidResponse": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "object" ] }, { "keystoneclient.exceptions.MethodNotImplemented": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "object" ] }, { "keystoneclient.exceptions.MultipleChoices": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "keystoneauth1.exceptions.http.HttpError", "keystoneclient.exceptions.HTTPRedirection", "object" ] }, { "keystoneclient.exceptions.NoUniqueMatch": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "object" ] }, { "keystoneclient.exceptions.UnsupportedParameters": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "object" ] }, { "keystoneclient.exceptions.UnsupportedVersion": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "object" ] }, { "keystoneclient.exceptions.ValidationError": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "object" ] }, { "keystoneclient.discover.Discover": [ "keystoneclient._discover.Discover", "object" ] }, { "keystoneclient.contrib.ec2.utils.Ec2Signer": [ "object" ] }, { "keystoneclient.contrib.auth.v3.saml2.ADFSUnscopedToken": [ "keystoneclient.auth.base.BaseAuthPlugin", "keystoneclient.auth.identity.base.BaseIdentityPlugin", "keystoneclient.auth.identity.v3.base.Auth", "keystoneclient.auth.identity.v3.base.AuthConstructor", "keystoneclient.auth.identity.v3.base.BaseAuth", "keystoneclient.contrib.auth.v3.saml2._BaseSAMLPlugin", "object" ] }, { "keystoneclient.contrib.auth.v3.saml2.Saml2ScopedToken": [ "keystoneclient.auth.base.BaseAuthPlugin", "keystoneclient.auth.identity.base.BaseIdentityPlugin", "keystoneclient.auth.identity.v3.base.Auth", "keystoneclient.auth.identity.v3.base.AuthConstructor", "keystoneclient.auth.identity.v3.base.BaseAuth", "keystoneclient.auth.identity.v3.token.Token", "object" ] }, { "keystoneclient.contrib.auth.v3.saml2.Saml2ScopedTokenMethod": [ "keystoneclient.auth.identity.v3.base.AuthMethod", "keystoneclient.auth.identity.v3.token.TokenMethod", "object" ] }, { "keystoneclient.contrib.auth.v3.saml2.Saml2UnscopedToken": [ "keystoneclient.auth.base.BaseAuthPlugin", "keystoneclient.auth.identity.base.BaseIdentityPlugin", "keystoneclient.auth.identity.v3.base.Auth", "keystoneclient.auth.identity.v3.base.AuthConstructor", "keystoneclient.auth.identity.v3.base.BaseAuth", "keystoneclient.contrib.auth.v3.saml2._BaseSAMLPlugin", "object" ] }, { "keystoneclient.contrib.auth.v3.saml2.Saml2UnscopedTokenAuthMethod": [ "keystoneclient.auth.identity.v3.base.AuthMethod", "object" ] }, { "keystoneclient.contrib.auth.v3.saml2._BaseSAMLPlugin": [ "keystoneclient.auth.base.BaseAuthPlugin", "keystoneclient.auth.identity.base.BaseIdentityPlugin", "keystoneclient.auth.identity.v3.base.Auth", "keystoneclient.auth.identity.v3.base.AuthConstructor", "keystoneclient.auth.identity.v3.base.BaseAuth", "object" ] }, { "keystoneclient.contrib.auth.v3.oidc.OidcPassword": [ "keystoneclient.auth.base.BaseAuthPlugin", "keystoneclient.auth.identity.base.BaseIdentityPlugin", "keystoneclient.auth.identity.v3.base.BaseAuth", "keystoneclient.auth.identity.v3.federated.FederatedBaseAuth", "object" ] }, { "keystoneclient.common.cms.OpensslCmsExitStatus": [ "object" ] }, { "keystoneclient.client.HTTPClient": [ "keystoneclient.auth.base.BaseAuthPlugin", "keystoneclient.baseclient.Client", "keystoneclient.httpclient.HTTPClient", "object" ] }, { "keystoneclient.baseclient.Client": [ "object" ] }, { "keystoneclient.base.CrudManager": [ "keystoneclient.base.Manager", "object" ] }, { "keystoneclient.base.Manager": [ "object" ] }, { "keystoneclient.base.ManagerWithFind": [ "keystoneclient.base.Manager", "object" ] }, { "keystoneclient.base.Resource": [ "object" ] }, { "keystoneclient.base.Response": [ "object" ] }, { "keystoneclient.auth.token_endpoint.Token": [ "keystoneclient.auth.base.BaseAuthPlugin", "object" ] }, { "keystoneclient.auth.identity.v3.token.Token": [ "keystoneclient.auth.base.BaseAuthPlugin", "keystoneclient.auth.identity.base.BaseIdentityPlugin", "keystoneclient.auth.identity.v3.base.Auth", "keystoneclient.auth.identity.v3.base.AuthConstructor", "keystoneclient.auth.identity.v3.base.BaseAuth", "object" ] }, { "keystoneclient.auth.identity.v3.token.TokenMethod": [ "keystoneclient.auth.identity.v3.base.AuthMethod", "object" ] }, { "keystoneclient.auth.identity.v3.password.Password": [ "keystoneclient.auth.base.BaseAuthPlugin", "keystoneclient.auth.identity.base.BaseIdentityPlugin", "keystoneclient.auth.identity.v3.base.Auth", "keystoneclient.auth.identity.v3.base.AuthConstructor", "keystoneclient.auth.identity.v3.base.BaseAuth", "object" ] }, { "keystoneclient.auth.identity.v3.password.PasswordMethod": [ "keystoneclient.auth.identity.v3.base.AuthMethod", "object" ] }, { "keystoneclient.auth.identity.v3.federated.FederatedBaseAuth": [ "keystoneclient.auth.base.BaseAuthPlugin", "keystoneclient.auth.identity.base.BaseIdentityPlugin", "keystoneclient.auth.identity.v3.base.BaseAuth", "object" ] }, { "keystoneclient.auth.identity.v3.base.Auth": [ "keystoneclient.auth.base.BaseAuthPlugin", "keystoneclient.auth.identity.base.BaseIdentityPlugin", "keystoneclient.auth.identity.v3.base.BaseAuth", "object" ] }, { "keystoneclient.auth.identity.v3.base.AuthConstructor": [ "keystoneclient.auth.base.BaseAuthPlugin", "keystoneclient.auth.identity.base.BaseIdentityPlugin", "keystoneclient.auth.identity.v3.base.Auth", "keystoneclient.auth.identity.v3.base.BaseAuth", "object" ] }, { "keystoneclient.auth.identity.v3.base.AuthMethod": [ "object" ] }, { "keystoneclient.auth.identity.v3.base.BaseAuth": [ "keystoneclient.auth.base.BaseAuthPlugin", "keystoneclient.auth.identity.base.BaseIdentityPlugin", "object" ] }, { "keystoneclient.auth.identity.v2.Auth": [ "keystoneclient.auth.base.BaseAuthPlugin", "keystoneclient.auth.identity.base.BaseIdentityPlugin", "object" ] }, { "keystoneclient.auth.identity.v2.Password": [ "keystoneclient.auth.base.BaseAuthPlugin", "keystoneclient.auth.identity.base.BaseIdentityPlugin", "keystoneclient.auth.identity.v2.Auth", "object" ] }, { "keystoneclient.auth.identity.v2.Token": [ "keystoneclient.auth.base.BaseAuthPlugin", "keystoneclient.auth.identity.base.BaseIdentityPlugin", "keystoneclient.auth.identity.v2.Auth", "object" ] }, { "keystoneclient.auth.identity.generic.token.Token": [ "keystoneclient.auth.base.BaseAuthPlugin", "keystoneclient.auth.identity.base.BaseIdentityPlugin", "keystoneclient.auth.identity.generic.base.BaseGenericPlugin", "object" ] }, { "keystoneclient.auth.identity.generic.password.Password": [ "keystoneclient.auth.base.BaseAuthPlugin", "keystoneclient.auth.identity.base.BaseIdentityPlugin", "keystoneclient.auth.identity.generic.base.BaseGenericPlugin", "object" ] }, { "keystoneclient.auth.identity.generic.cli.DefaultCLI": [ "keystoneclient.auth.base.BaseAuthPlugin", "keystoneclient.auth.identity.base.BaseIdentityPlugin", "keystoneclient.auth.identity.generic.base.BaseGenericPlugin", "keystoneclient.auth.identity.generic.password.Password", "object" ] }, { "keystoneclient.auth.identity.generic.base.BaseGenericPlugin": [ "keystoneclient.auth.base.BaseAuthPlugin", "keystoneclient.auth.identity.base.BaseIdentityPlugin", "object" ] }, { "keystoneclient.auth.identity.base.BaseIdentityPlugin": [ "keystoneclient.auth.base.BaseAuthPlugin", "object" ] }, { "keystoneclient.auth.identity.access.AccessInfoPlugin": [ "keystoneclient.auth.base.BaseAuthPlugin", "keystoneclient.auth.identity.base.BaseIdentityPlugin", "object" ] }, { "keystoneclient.auth.base.BaseAuthPlugin": [ "object" ] }, { "keystoneclient.adapter.Adapter": [ "object" ] }, { "keystoneclient.adapter.LegacyJsonAdapter": [ "keystoneclient.adapter.Adapter", "object" ] }, { "keystoneclient.access.AccessInfo": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "keystoneclient.access.AccessInfoV2": [ "dict", "keystoneclient.access.AccessInfo", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "keystoneclient.access.AccessInfoV3": [ "dict", "keystoneclient.access.AccessInfo", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "keystoneclient._discover.Discover": [ "object" ] }, { "keystoneclient._discover._VersionHacks": [ "object" ] }, { "keystoneclient._LazyImporter": [ "object" ] }, { "keystoneauth1.token_endpoint.Token": [ "keystoneauth1.plugin.BaseAuthPlugin", "object" ] }, { "keystoneauth1.tests.unit.utils.TestCase": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.utils.TestResponse": [ "object", "requests.models.Response" ] }, { "keystoneauth1.tests.unit.test_utils.UtilsTests": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.test_token_endpoint.AdminTokenTest": [ "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.test_token_endpoint.TokenEndpointTest": [ "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.test_session.AdapterTest": [ "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.test_session.AdapterTest.test_adapter_user_agent_session_version_on_adapter.TestAdapter": [ "keystoneauth1.adapter.Adapter", "object" ] }, { "keystoneauth1.tests.unit.test_session.AuthPlugin": [ "keystoneauth1.plugin.BaseAuthPlugin", "object" ] }, { "keystoneauth1.tests.unit.test_session.CalledAuthPlugin": [ "keystoneauth1.plugin.BaseAuthPlugin", "object" ] }, { "keystoneauth1.tests.unit.test_session.RedirectTests": [ "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.test_session.RequestsAuth": [ "object", "requests.auth.AuthBase" ] }, { "keystoneauth1.tests.unit.test_session.SessionAuthTests": [ "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.test_session.SessionTests": [ "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.test_session.TCPKeepAliveAdapterTest": [ "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.test_service_token.ServiceTokenTests": [ "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.test_noauth.NoAuthTest": [ "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.test_matchers.TestXMLEquals": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.test_http_basic.HTTPBasicAuthTest": [ "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.test_hacking_checks.TestCheckOsloNamespaceImports": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.test_fixtures.V2TokenTests": [ "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.test_fixtures.V3TokenTests": [ "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.test_fair_sempahore.SemaphoreTests": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.test_discovery.CatalogHackTests": [ "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.test_discovery.DiscoverUtils": [ "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.test_discovery.EndpointDataTests": [ "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.test_discovery.VersionDataTests": [ "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.test_betamax_serializer.TestBetamaxSerializer": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.test_betamax_hooks.TestBetamaxHooks": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.test_betamax_fixture.TestBetamaxFixture": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.test_betamax_fixture.TestBetamaxFixtureSerializerBehaviour": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.matchers.XMLEquals": [ "object" ] }, { "keystoneauth1.tests.unit.matchers.XMLMismatch": [ "object", "testtools.matchers._impl.Mismatch" ] }, { "keystoneauth1.tests.unit.loading.utils.BoolType": [ "object" ] }, { "keystoneauth1.tests.unit.loading.utils.MockManager": [ "object" ] }, { "keystoneauth1.tests.unit.loading.utils.TestCase": [ "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.loading.utils.create_plugin.Loader": [ "keystoneauth1.loading.base.BaseLoader", "object" ] }, { "keystoneauth1.tests.unit.loading.utils.create_plugin.Plugin": [ "keystoneauth1.plugin.BaseAuthPlugin", "object" ] }, { "keystoneauth1.tests.unit.loading.test_v3.MultiFactorTests": [ "keystoneauth1.tests.unit.loading.utils.TestCase", "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.loading.test_v3.OpenIDConnectAccessToken": [ "keystoneauth1.tests.unit.loading.utils.TestCase", "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.loading.test_v3.OpenIDConnectAuthCodeTests": [ "keystoneauth1.tests.unit.loading.test_v3.OpenIDConnectBaseTests", "keystoneauth1.tests.unit.loading.utils.TestCase", "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.loading.test_v3.OpenIDConnectBaseTests": [ "object" ] }, { "keystoneauth1.tests.unit.loading.test_v3.OpenIDConnectClientCredentialsTests": [ "keystoneauth1.tests.unit.loading.test_v3.OpenIDConnectBaseTests", "keystoneauth1.tests.unit.loading.utils.TestCase", "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.loading.test_v3.OpenIDConnectPasswordTests": [ "keystoneauth1.tests.unit.loading.test_v3.OpenIDConnectBaseTests", "keystoneauth1.tests.unit.loading.utils.TestCase", "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.loading.test_v3.TOTPTests": [ "keystoneauth1.tests.unit.loading.utils.TestCase", "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.loading.test_v3.V3ApplicationCredentialTests": [ "keystoneauth1.tests.unit.loading.utils.TestCase", "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.loading.test_v3.V3PasswordTests": [ "keystoneauth1.tests.unit.loading.utils.TestCase", "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.loading.test_v3.V3TokenlessAuthTests": [ "keystoneauth1.tests.unit.loading.utils.TestCase", "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.loading.test_session.CliLoadingTests": [ "keystoneauth1.tests.unit.loading.utils.TestCase", "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.loading.test_session.ConfLoadingTests": [ "keystoneauth1.tests.unit.loading.utils.TestCase", "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.loading.test_loading.LoadingTests": [ "keystoneauth1.tests.unit.loading.utils.TestCase", "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.loading.test_loading.PluginA": [ "object" ] }, { "keystoneauth1.tests.unit.loading.test_loading.PluginB": [ "object" ] }, { "keystoneauth1.tests.unit.loading.test_loading.TestSplitLoader": [ "keystoneauth1.loading.base.BaseLoader", "object" ] }, { "keystoneauth1.tests.unit.loading.test_generic.PasswordTests": [ "keystoneauth1.tests.unit.loading.utils.TestCase", "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.loading.test_generic.TokenTests": [ "keystoneauth1.tests.unit.loading.utils.TestCase", "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.loading.test_fixtures.FixturesTests": [ "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.loading.test_entry_points.EntryPointTests": [ "keystoneauth1.tests.unit.loading.utils.TestCase", "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.loading.test_conf.ConfTests": [ "keystoneauth1.tests.unit.loading.utils.TestCase", "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.loading.test_cli.CliTests": [ "keystoneauth1.tests.unit.loading.utils.TestCase", "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.loading.test_cli.CliTests.test_overrides_default_type_value.TestLoader": [ "object" ] }, { "keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingLegacyTests": [ "keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingTests", "keystoneauth1.tests.unit.loading.utils.TestCase", "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.loading.test_adapter.ConfLoadingTests": [ "keystoneauth1.tests.unit.loading.utils.TestCase", "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.keystoneauth_fixtures.HackingCode": [ "fixtures.fixture.Fixture", "object" ] }, { "keystoneauth1.tests.unit.identity.utils.GenericPluginTestCase": [ "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.identity.test_tokenless_auth.TokenlessAuthTest": [ "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.identity.test_token.TokenTests": [ "keystoneauth1.tests.unit.identity.utils.GenericPluginTestCase", "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.identity.test_password.PasswordTests": [ "keystoneauth1.tests.unit.identity.utils.GenericPluginTestCase", "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.identity.test_identity_v3_oidc.BaseOIDCTests": [ "object" ] }, { "keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCAuthorizationGrantTests": [ "keystoneauth1.tests.unit.identity.test_identity_v3_oidc.BaseOIDCTests", "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCClientCredentialsTests": [ "keystoneauth1.tests.unit.identity.test_identity_v3_oidc.BaseOIDCTests", "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCPasswordTests": [ "keystoneauth1.tests.unit.identity.test_identity_v3_oidc.BaseOIDCTests", "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.identity.test_identity_v3_oidc.OIDCTokenTests": [ "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.identity.test_identity_v3_federation.K2KAuthPluginTest": [ "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.identity.test_identity_v3_federation.TesterFederationPlugin": [ "keystoneauth1.identity.base.BaseIdentityPlugin", "keystoneauth1.identity.v3.base.BaseAuth", "keystoneauth1.identity.v3.federation.FederationBaseAuth", "keystoneauth1.identity.v3.federation._Rescoped", "keystoneauth1.plugin.BaseAuthPlugin", "object" ] }, { "keystoneauth1.tests.unit.identity.test_identity_v3_federation.V3FederatedPlugin": [ "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.identity.test_identity_v3.V3IdentityPlugin": [ "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.identity.test_identity_v2.V2IdentityPlugin": [ "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.identity.test_identity_common.CatalogHackTests": [ "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.identity.test_identity_common.CommonIdentityTests": [ "object" ] }, { "keystoneauth1.tests.unit.identity.test_identity_common.DiscoveryFailures": [ "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.identity.test_identity_common.FakeServiceEndpoints": [ "object" ] }, { "keystoneauth1.tests.unit.identity.test_identity_common.GenericAuthPluginTests": [ "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.identity.test_identity_common.GenericPlugin": [ "keystoneauth1.plugin.BaseAuthPlugin", "object" ] }, { "keystoneauth1.tests.unit.identity.test_identity_common.V2": [ "keystoneauth1.tests.unit.identity.test_identity_common.CommonIdentityTests", "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.identity.test_identity_common.V3": [ "keystoneauth1.tests.unit.identity.test_identity_common.CommonIdentityTests", "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.identity.test_identity_common._Endpoints": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "keystoneauth1.tests.unit.identity.test_identity_common._ServiceVersion": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "keystoneauth1.tests.unit.identity.test_access.AccessInfoPluginTests": [ "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.extras.saml2.utils.TestCase": [ "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.extras.saml2.test_auth_saml2.AuthenticateviaSAML2Tests": [ "keystoneauth1.tests.unit.extras.saml2.utils.TestCase", "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.extras.saml2.test_auth_saml2.SamlAuth2PluginTests": [ "keystoneauth1.tests.unit.extras.saml2.utils.TestCase", "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.extras.saml2.test_auth_adfs.AuthenticateviaADFSTests": [ "keystoneauth1.tests.unit.extras.saml2.utils.TestCase", "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.extras.oauth1.test_oauth1_loading.OAuth1LoadingTests": [ "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.extras.oauth1.test_oauth1.OAuth1AuthTests": [ "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.extras.kerberos.utils.KerberosMock": [ "fixtures.fixture.Fixture", "object" ] }, { "keystoneauth1.tests.unit.extras.kerberos.test_v3.TestKerberosAuth": [ "keystoneauth1.tests.unit.extras.kerberos.base.TestCase", "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.extras.kerberos.test_mapped.TestMappedAuth": [ "keystoneauth1.tests.unit.extras.kerberos.base.TestCase", "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.extras.kerberos.test_kerberos_loading.KerberosLoadingTests": [ "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.extras.kerberos.test_fedkerb_loading.FedKerbLoadingTests": [ "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.extras.kerberos.base.TestCase": [ "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.exceptions.test_exceptions.ExceptionTests": [ "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogTest": [ "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogV3Test": [ "keystoneauth1.tests.unit.access.test_v3_service_catalog.ServiceCatalogTest", "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.access.test_v3_access.AccessV3Test": [ "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.access.test_v2_service_catalog.ServiceCatalogTest": [ "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.tests.unit.access.test_v2_access.AccessV2Test": [ "keystoneauth1.tests.unit.utils.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystoneauth1.session.NoOpSemaphore": [ "object" ] }, { "keystoneauth1.session.RequestTiming": [ "object" ] }, { "keystoneauth1.session.Session": [ "object" ] }, { "keystoneauth1.session.TCPKeepAliveAdapter": [ "object", "requests.adapters.BaseAdapter", "requests.adapters.HTTPAdapter" ] }, { "keystoneauth1.session._JSONEncoder": [ "json.encoder.JSONEncoder", "object" ] }, { "keystoneauth1.session._Retries": [ "object" ] }, { "keystoneauth1.session._StringFormatter": [ "object" ] }, { "keystoneauth1.service_token.ServiceTokenAuthWrapper": [ "keystoneauth1.plugin.BaseAuthPlugin", "object" ] }, { "keystoneauth1.plugin.BaseAuthPlugin": [ "object" ] }, { "keystoneauth1.plugin.FixedEndpointPlugin": [ "keystoneauth1.plugin.BaseAuthPlugin", "object" ] }, { "keystoneauth1.noauth.NoAuth": [ "keystoneauth1.plugin.BaseAuthPlugin", "keystoneauth1.plugin.FixedEndpointPlugin", "object" ] }, { "keystoneauth1.loading.session.Session": [ "keystoneauth1.loading.base.BaseLoader", "object" ] }, { "keystoneauth1.loading.opts.Opt": [ "object" ] }, { "keystoneauth1.loading.identity.BaseFederationLoader": [ "keystoneauth1.loading.base.BaseLoader", "keystoneauth1.loading.identity.BaseIdentityLoader", "keystoneauth1.loading.identity.BaseV3Loader", "object" ] }, { "keystoneauth1.loading.identity.BaseGenericLoader": [ "keystoneauth1.loading.base.BaseLoader", "keystoneauth1.loading.identity.BaseIdentityLoader", "object" ] }, { "keystoneauth1.loading.identity.BaseIdentityLoader": [ "keystoneauth1.loading.base.BaseLoader", "object" ] }, { "keystoneauth1.loading.identity.BaseV2Loader": [ "keystoneauth1.loading.base.BaseLoader", "keystoneauth1.loading.identity.BaseIdentityLoader", "object" ] }, { "keystoneauth1.loading.identity.BaseV3Loader": [ "keystoneauth1.loading.base.BaseLoader", "keystoneauth1.loading.identity.BaseIdentityLoader", "object" ] }, { "keystoneauth1.loading.base.BaseLoader": [ "object" ] }, { "keystoneauth1.loading.adapter.Adapter": [ "keystoneauth1.loading.base.BaseLoader", "object" ] }, { "keystoneauth1.loading._plugins.noauth.NoAuth": [ "keystoneauth1.loading.base.BaseLoader", "object" ] }, { "keystoneauth1.loading._plugins.identity.v3.ApplicationCredential": [ "keystoneauth1.loading.base.BaseLoader", "keystoneauth1.loading.identity.BaseIdentityLoader", "keystoneauth1.loading.identity.BaseV3Loader", "object" ] }, { "keystoneauth1.loading._plugins.identity.v3.MultiFactor": [ "keystoneauth1.loading.base.BaseLoader", "keystoneauth1.loading.identity.BaseIdentityLoader", "keystoneauth1.loading.identity.BaseV3Loader", "object" ] }, { "keystoneauth1.loading._plugins.identity.v3.OpenIDConnectAccessToken": [ "keystoneauth1.loading.base.BaseLoader", "keystoneauth1.loading.identity.BaseFederationLoader", "keystoneauth1.loading.identity.BaseIdentityLoader", "keystoneauth1.loading.identity.BaseV3Loader", "object" ] }, { "keystoneauth1.loading._plugins.identity.v3.OpenIDConnectAuthorizationCode": [ "keystoneauth1.loading._plugins.identity.v3._OpenIDConnectBase", "keystoneauth1.loading.base.BaseLoader", "keystoneauth1.loading.identity.BaseFederationLoader", "keystoneauth1.loading.identity.BaseIdentityLoader", "keystoneauth1.loading.identity.BaseV3Loader", "object" ] }, { "keystoneauth1.loading._plugins.identity.v3.OpenIDConnectClientCredentials": [ "keystoneauth1.loading._plugins.identity.v3._OpenIDConnectBase", "keystoneauth1.loading.base.BaseLoader", "keystoneauth1.loading.identity.BaseFederationLoader", "keystoneauth1.loading.identity.BaseIdentityLoader", "keystoneauth1.loading.identity.BaseV3Loader", "object" ] }, { "keystoneauth1.loading._plugins.identity.v3.OpenIDConnectPassword": [ "keystoneauth1.loading._plugins.identity.v3._OpenIDConnectBase", "keystoneauth1.loading.base.BaseLoader", "keystoneauth1.loading.identity.BaseFederationLoader", "keystoneauth1.loading.identity.BaseIdentityLoader", "keystoneauth1.loading.identity.BaseV3Loader", "object" ] }, { "keystoneauth1.loading._plugins.identity.v3.Password": [ "keystoneauth1.loading.base.BaseLoader", "keystoneauth1.loading.identity.BaseIdentityLoader", "keystoneauth1.loading.identity.BaseV3Loader", "object" ] }, { "keystoneauth1.loading._plugins.identity.v3.TOTP": [ "keystoneauth1.loading.base.BaseLoader", "keystoneauth1.loading.identity.BaseIdentityLoader", "keystoneauth1.loading.identity.BaseV3Loader", "object" ] }, { "keystoneauth1.loading._plugins.identity.v3.Token": [ "keystoneauth1.loading.base.BaseLoader", "keystoneauth1.loading.identity.BaseIdentityLoader", "keystoneauth1.loading.identity.BaseV3Loader", "object" ] }, { "keystoneauth1.loading._plugins.identity.v3.TokenlessAuth": [ "keystoneauth1.loading.base.BaseLoader", "object" ] }, { "keystoneauth1.loading._plugins.identity.v3._OpenIDConnectBase": [ "keystoneauth1.loading.base.BaseLoader", "keystoneauth1.loading.identity.BaseFederationLoader", "keystoneauth1.loading.identity.BaseIdentityLoader", "keystoneauth1.loading.identity.BaseV3Loader", "object" ] }, { "keystoneauth1.loading._plugins.identity.v2.Password": [ "keystoneauth1.loading.base.BaseLoader", "keystoneauth1.loading.identity.BaseIdentityLoader", "keystoneauth1.loading.identity.BaseV2Loader", "object" ] }, { "keystoneauth1.loading._plugins.identity.v2.Token": [ "keystoneauth1.loading.base.BaseLoader", "keystoneauth1.loading.identity.BaseIdentityLoader", "keystoneauth1.loading.identity.BaseV2Loader", "object" ] }, { "keystoneauth1.loading._plugins.identity.generic.Password": [ "keystoneauth1.loading.base.BaseLoader", "keystoneauth1.loading.identity.BaseGenericLoader", "keystoneauth1.loading.identity.BaseIdentityLoader", "object" ] }, { "keystoneauth1.loading._plugins.identity.generic.Token": [ "keystoneauth1.loading.base.BaseLoader", "keystoneauth1.loading.identity.BaseGenericLoader", "keystoneauth1.loading.identity.BaseIdentityLoader", "object" ] }, { "keystoneauth1.loading._plugins.http_basic.HTTPBasicAuth": [ "keystoneauth1.loading.base.BaseLoader", "object" ] }, { "keystoneauth1.loading._plugins.admin_token.AdminToken": [ "keystoneauth1.loading.base.BaseLoader", "object" ] }, { "keystoneauth1.identity.v3.totp.TOTP": [ "keystoneauth1.identity.base.BaseIdentityPlugin", "keystoneauth1.identity.v3.base.Auth", "keystoneauth1.identity.v3.base.AuthConstructor", "keystoneauth1.identity.v3.base.BaseAuth", "keystoneauth1.plugin.BaseAuthPlugin", "object" ] }, { "keystoneauth1.identity.v3.totp.TOTPMethod": [ "keystoneauth1.identity.v3.base.AuthMethod", "object" ] }, { "keystoneauth1.identity.v3.tokenless_auth.TokenlessAuth": [ "keystoneauth1.plugin.BaseAuthPlugin", "object" ] }, { "keystoneauth1.identity.v3.token.Token": [ "keystoneauth1.identity.base.BaseIdentityPlugin", "keystoneauth1.identity.v3.base.Auth", "keystoneauth1.identity.v3.base.AuthConstructor", "keystoneauth1.identity.v3.base.BaseAuth", "keystoneauth1.plugin.BaseAuthPlugin", "object" ] }, { "keystoneauth1.identity.v3.token.TokenMethod": [ "keystoneauth1.identity.v3.base.AuthMethod", "object" ] }, { "keystoneauth1.identity.v3.receipt.ReceiptMethod": [ "keystoneauth1.identity.v3.base.AuthMethod", "object" ] }, { "keystoneauth1.identity.v3.password.Password": [ "keystoneauth1.identity.base.BaseIdentityPlugin", "keystoneauth1.identity.v3.base.Auth", "keystoneauth1.identity.v3.base.AuthConstructor", "keystoneauth1.identity.v3.base.BaseAuth", "keystoneauth1.plugin.BaseAuthPlugin", "object" ] }, { "keystoneauth1.identity.v3.password.PasswordMethod": [ "keystoneauth1.identity.v3.base.AuthMethod", "object" ] }, { "keystoneauth1.identity.v3.oidc.OidcAccessToken": [ "keystoneauth1.identity.base.BaseIdentityPlugin", "keystoneauth1.identity.v3.base.BaseAuth", "keystoneauth1.identity.v3.federation.FederationBaseAuth", "keystoneauth1.identity.v3.federation._Rescoped", "keystoneauth1.identity.v3.oidc._OidcBase", "keystoneauth1.plugin.BaseAuthPlugin", "object" ] }, { "keystoneauth1.identity.v3.oidc.OidcAuthorizationCode": [ "keystoneauth1.identity.base.BaseIdentityPlugin", "keystoneauth1.identity.v3.base.BaseAuth", "keystoneauth1.identity.v3.federation.FederationBaseAuth", "keystoneauth1.identity.v3.federation._Rescoped", "keystoneauth1.identity.v3.oidc._OidcBase", "keystoneauth1.plugin.BaseAuthPlugin", "object" ] }, { "keystoneauth1.identity.v3.oidc.OidcClientCredentials": [ "keystoneauth1.identity.base.BaseIdentityPlugin", "keystoneauth1.identity.v3.base.BaseAuth", "keystoneauth1.identity.v3.federation.FederationBaseAuth", "keystoneauth1.identity.v3.federation._Rescoped", "keystoneauth1.identity.v3.oidc._OidcBase", "keystoneauth1.plugin.BaseAuthPlugin", "object" ] }, { "keystoneauth1.identity.v3.oidc.OidcPassword": [ "keystoneauth1.identity.base.BaseIdentityPlugin", "keystoneauth1.identity.v3.base.BaseAuth", "keystoneauth1.identity.v3.federation.FederationBaseAuth", "keystoneauth1.identity.v3.federation._Rescoped", "keystoneauth1.identity.v3.oidc._OidcBase", "keystoneauth1.plugin.BaseAuthPlugin", "object" ] }, { "keystoneauth1.identity.v3.oidc._OidcBase": [ "keystoneauth1.identity.base.BaseIdentityPlugin", "keystoneauth1.identity.v3.base.BaseAuth", "keystoneauth1.identity.v3.federation.FederationBaseAuth", "keystoneauth1.identity.v3.federation._Rescoped", "keystoneauth1.plugin.BaseAuthPlugin", "object" ] }, { "keystoneauth1.identity.v3.multi_factor.MultiFactor": [ "keystoneauth1.identity.base.BaseIdentityPlugin", "keystoneauth1.identity.v3.base.Auth", "keystoneauth1.identity.v3.base.BaseAuth", "keystoneauth1.plugin.BaseAuthPlugin", "object" ] }, { "keystoneauth1.identity.v3.k2k.Keystone2Keystone": [ "keystoneauth1.identity.base.BaseIdentityPlugin", "keystoneauth1.identity.v3.base.BaseAuth", "keystoneauth1.identity.v3.federation._Rescoped", "keystoneauth1.plugin.BaseAuthPlugin", "object" ] }, { "keystoneauth1.identity.v3.federation.FederationBaseAuth": [ "keystoneauth1.identity.base.BaseIdentityPlugin", "keystoneauth1.identity.v3.base.BaseAuth", "keystoneauth1.identity.v3.federation._Rescoped", "keystoneauth1.plugin.BaseAuthPlugin", "object" ] }, { "keystoneauth1.identity.v3.federation._Rescoped": [ "keystoneauth1.identity.base.BaseIdentityPlugin", "keystoneauth1.identity.v3.base.BaseAuth", "keystoneauth1.plugin.BaseAuthPlugin", "object" ] }, { "keystoneauth1.identity.v3.base.Auth": [ "keystoneauth1.identity.base.BaseIdentityPlugin", "keystoneauth1.identity.v3.base.BaseAuth", "keystoneauth1.plugin.BaseAuthPlugin", "object" ] }, { "keystoneauth1.identity.v3.base.AuthConstructor": [ "keystoneauth1.identity.base.BaseIdentityPlugin", "keystoneauth1.identity.v3.base.Auth", "keystoneauth1.identity.v3.base.BaseAuth", "keystoneauth1.plugin.BaseAuthPlugin", "object" ] }, { "keystoneauth1.identity.v3.base.AuthMethod": [ "object" ] }, { "keystoneauth1.identity.v3.base.BaseAuth": [ "keystoneauth1.identity.base.BaseIdentityPlugin", "keystoneauth1.plugin.BaseAuthPlugin", "object" ] }, { "keystoneauth1.identity.v3.application_credential.ApplicationCredential": [ "keystoneauth1.identity.base.BaseIdentityPlugin", "keystoneauth1.identity.v3.base.Auth", "keystoneauth1.identity.v3.base.AuthConstructor", "keystoneauth1.identity.v3.base.BaseAuth", "keystoneauth1.plugin.BaseAuthPlugin", "object" ] }, { "keystoneauth1.identity.v3.application_credential.ApplicationCredentialMethod": [ "keystoneauth1.identity.v3.base.AuthMethod", "object" ] }, { "keystoneauth1.identity.v2.Auth": [ "keystoneauth1.identity.base.BaseIdentityPlugin", "keystoneauth1.plugin.BaseAuthPlugin", "object" ] }, { "keystoneauth1.identity.v2.Password": [ "keystoneauth1.identity.base.BaseIdentityPlugin", "keystoneauth1.identity.v2.Auth", "keystoneauth1.plugin.BaseAuthPlugin", "object" ] }, { "keystoneauth1.identity.v2.Token": [ "keystoneauth1.identity.base.BaseIdentityPlugin", "keystoneauth1.identity.v2.Auth", "keystoneauth1.plugin.BaseAuthPlugin", "object" ] }, { "keystoneauth1.identity.generic.token.Token": [ "keystoneauth1.identity.base.BaseIdentityPlugin", "keystoneauth1.identity.generic.base.BaseGenericPlugin", "keystoneauth1.plugin.BaseAuthPlugin", "object" ] }, { "keystoneauth1.identity.generic.password.Password": [ "keystoneauth1.identity.base.BaseIdentityPlugin", "keystoneauth1.identity.generic.base.BaseGenericPlugin", "keystoneauth1.plugin.BaseAuthPlugin", "object" ] }, { "keystoneauth1.identity.generic.base.BaseGenericPlugin": [ "keystoneauth1.identity.base.BaseIdentityPlugin", "keystoneauth1.plugin.BaseAuthPlugin", "object" ] }, { "keystoneauth1.identity.base.BaseIdentityPlugin": [ "keystoneauth1.plugin.BaseAuthPlugin", "object" ] }, { "keystoneauth1.identity.access.AccessInfoPlugin": [ "keystoneauth1.identity.base.BaseIdentityPlugin", "keystoneauth1.plugin.BaseAuthPlugin", "object" ] }, { "keystoneauth1.http_basic.HTTPBasicAuth": [ "keystoneauth1.plugin.BaseAuthPlugin", "keystoneauth1.plugin.FixedEndpointPlugin", "object" ] }, { "keystoneauth1.fixture.v3.Token": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "keystoneauth1.fixture.v3.V3FederationToken": [ "dict", "keystoneauth1.fixture.v3.Token", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "keystoneauth1.fixture.v3._Service": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "keystoneauth1.fixture.v2.Token": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "keystoneauth1.fixture.v2._Service": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "keystoneauth1.fixture.serializer.YamlJsonSerializer": [ "object" ] }, { "keystoneauth1.fixture.serializer.YamlJsonSerializer.serialize.MyDumper": [ "object", "yaml.dumper.Dumper", "yaml.emitter.Emitter", "yaml.representer.BaseRepresenter", "yaml.representer.Representer", "yaml.representer.SafeRepresenter", "yaml.resolver.BaseResolver", "yaml.resolver.Resolver", "yaml.serializer.Serializer" ] }, { "keystoneauth1.fixture.plugin.LoadingFixture": [ "fixtures.fixture.Fixture", "object" ] }, { "keystoneauth1.fixture.plugin.TestPlugin": [ "keystoneauth1.plugin.BaseAuthPlugin", "object" ] }, { "keystoneauth1.fixture.plugin._TestPluginLoader": [ "keystoneauth1.loading.base.BaseLoader", "object" ] }, { "keystoneauth1.fixture.keystoneauth_betamax.BetamaxFixture": [ "fixtures.fixture.Fixture", "object" ] }, { "keystoneauth1.fixture.exception.FixtureValidationError": [ "BaseException", "Exception", "object" ] }, { "keystoneauth1.fixture.discovery.DiscoveryBase": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "keystoneauth1.fixture.discovery.DiscoveryList": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "keystoneauth1.fixture.discovery.MicroversionDiscovery": [ "dict", "keystoneauth1.fixture.discovery.DiscoveryBase", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "keystoneauth1.fixture.discovery.NovaMicroversionDiscovery": [ "dict", "keystoneauth1.fixture.discovery.DiscoveryBase", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "keystoneauth1.fixture.discovery.V2Discovery": [ "dict", "keystoneauth1.fixture.discovery.DiscoveryBase", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "keystoneauth1.fixture.discovery.V3Discovery": [ "dict", "keystoneauth1.fixture.discovery.DiscoveryBase", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "keystoneauth1.fixture.discovery.VersionDiscovery": [ "dict", "keystoneauth1.fixture.discovery.DiscoveryBase", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "keystoneauth1.extras.oauth1.v3.OAuth1": [ "keystoneauth1.identity.base.BaseIdentityPlugin", "keystoneauth1.identity.v3.base.Auth", "keystoneauth1.identity.v3.base.AuthConstructor", "keystoneauth1.identity.v3.base.BaseAuth", "keystoneauth1.plugin.BaseAuthPlugin", "object" ] }, { "keystoneauth1.extras.oauth1.v3.OAuth1Method": [ "keystoneauth1.identity.v3.base.AuthMethod", "object" ] }, { "keystoneauth1.extras.oauth1._loading.V3OAuth1": [ "keystoneauth1.loading.base.BaseLoader", "keystoneauth1.loading.identity.BaseIdentityLoader", "object" ] }, { "keystoneauth1.extras.kerberos._loading.Kerberos": [ "keystoneauth1.loading.base.BaseLoader", "keystoneauth1.loading.identity.BaseIdentityLoader", "keystoneauth1.loading.identity.BaseV3Loader", "object" ] }, { "keystoneauth1.extras.kerberos._loading.MappedKerberos": [ "keystoneauth1.loading.base.BaseLoader", "keystoneauth1.loading.identity.BaseFederationLoader", "keystoneauth1.loading.identity.BaseIdentityLoader", "keystoneauth1.loading.identity.BaseV3Loader", "object" ] }, { "keystoneauth1.extras.kerberos.Kerberos": [ "keystoneauth1.identity.base.BaseIdentityPlugin", "keystoneauth1.identity.v3.base.Auth", "keystoneauth1.identity.v3.base.AuthConstructor", "keystoneauth1.identity.v3.base.BaseAuth", "keystoneauth1.plugin.BaseAuthPlugin", "object" ] }, { "keystoneauth1.extras.kerberos.KerberosMethod": [ "keystoneauth1.identity.v3.base.AuthMethod", "object" ] }, { "keystoneauth1.extras.kerberos.MappedKerberos": [ "keystoneauth1.identity.base.BaseIdentityPlugin", "keystoneauth1.identity.v3.base.BaseAuth", "keystoneauth1.identity.v3.federation.FederationBaseAuth", "keystoneauth1.identity.v3.federation._Rescoped", "keystoneauth1.plugin.BaseAuthPlugin", "object" ] }, { "keystoneauth1.extras._saml2.v3.saml2.ConsumerMismatch": [ "BaseException", "Exception", "keystoneauth1.extras._saml2.v3.saml2.SamlException", "object" ] }, { "keystoneauth1.extras._saml2.v3.saml2.InvalidResponse": [ "BaseException", "Exception", "keystoneauth1.extras._saml2.v3.saml2.SamlException", "object" ] }, { "keystoneauth1.extras._saml2.v3.saml2.Password": [ "keystoneauth1.extras._saml2.v3.saml2._FederatedSaml", "keystoneauth1.identity.base.BaseIdentityPlugin", "keystoneauth1.identity.v3.base.BaseAuth", "keystoneauth1.identity.v3.federation.FederationBaseAuth", "keystoneauth1.identity.v3.federation._Rescoped", "keystoneauth1.plugin.BaseAuthPlugin", "object" ] }, { "keystoneauth1.extras._saml2.v3.saml2.SamlException": [ "BaseException", "Exception", "object" ] }, { "keystoneauth1.extras._saml2.v3.saml2._FederatedSaml": [ "keystoneauth1.identity.base.BaseIdentityPlugin", "keystoneauth1.identity.v3.base.BaseAuth", "keystoneauth1.identity.v3.federation.FederationBaseAuth", "keystoneauth1.identity.v3.federation._Rescoped", "keystoneauth1.plugin.BaseAuthPlugin", "object" ] }, { "keystoneauth1.extras._saml2.v3.saml2._SamlAuth": [ "object", "requests.auth.AuthBase" ] }, { "keystoneauth1.extras._saml2.v3.base.BaseSAMLPlugin": [ "keystoneauth1.identity.base.BaseIdentityPlugin", "keystoneauth1.identity.v3.base.BaseAuth", "keystoneauth1.identity.v3.federation.FederationBaseAuth", "keystoneauth1.identity.v3.federation._Rescoped", "keystoneauth1.plugin.BaseAuthPlugin", "object" ] }, { "keystoneauth1.extras._saml2.v3.base._Saml2TokenAuthMethod": [ "keystoneauth1.identity.v3.base.AuthMethod", "object" ] }, { "keystoneauth1.extras._saml2.v3.adfs.Password": [ "keystoneauth1.extras._saml2.v3.base.BaseSAMLPlugin", "keystoneauth1.identity.base.BaseIdentityPlugin", "keystoneauth1.identity.v3.base.BaseAuth", "keystoneauth1.identity.v3.federation.FederationBaseAuth", "keystoneauth1.identity.v3.federation._Rescoped", "keystoneauth1.plugin.BaseAuthPlugin", "object" ] }, { "keystoneauth1.extras._saml2._loading.ADFSPassword": [ "keystoneauth1.loading.base.BaseLoader", "keystoneauth1.loading.identity.BaseFederationLoader", "keystoneauth1.loading.identity.BaseIdentityLoader", "keystoneauth1.loading.identity.BaseV3Loader", "object" ] }, { "keystoneauth1.extras._saml2._loading.Saml2Password": [ "keystoneauth1.loading.base.BaseLoader", "keystoneauth1.loading.identity.BaseFederationLoader", "keystoneauth1.loading.identity.BaseIdentityLoader", "keystoneauth1.loading.identity.BaseV3Loader", "object" ] }, { "keystoneauth1.exceptions.service_providers.ServiceProviderNotFound": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "object" ] }, { "keystoneauth1.exceptions.response.InvalidResponse": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "object" ] }, { "keystoneauth1.exceptions.oidc.InvalidDiscoveryEndpoint": [ "BaseException", "Exception", "keystoneauth1.exceptions.auth_plugins.AuthPluginException", "keystoneauth1.exceptions.base.ClientException", "object" ] }, { "keystoneauth1.exceptions.oidc.InvalidOidcDiscoveryDocument": [ "BaseException", "Exception", "keystoneauth1.exceptions.auth_plugins.AuthPluginException", "keystoneauth1.exceptions.base.ClientException", "object" ] }, { "keystoneauth1.exceptions.oidc.OidcAccessTokenEndpointNotFound": [ "BaseException", "Exception", "keystoneauth1.exceptions.auth_plugins.AuthPluginException", "keystoneauth1.exceptions.base.ClientException", "object" ] }, { "keystoneauth1.exceptions.oidc.OidcAuthorizationEndpointNotFound": [ "BaseException", "Exception", "keystoneauth1.exceptions.auth_plugins.AuthPluginException", "keystoneauth1.exceptions.base.ClientException", "object" ] }, { "keystoneauth1.exceptions.oidc.OidcGrantTypeMissmatch": [ "BaseException", "Exception", "keystoneauth1.exceptions.auth_plugins.AuthPluginException", "keystoneauth1.exceptions.base.ClientException", "object" ] }, { "keystoneauth1.exceptions.oidc.OidcPluginNotSupported": [ "BaseException", "Exception", "keystoneauth1.exceptions.auth_plugins.AuthPluginException", "keystoneauth1.exceptions.base.ClientException", "object" ] }, { "keystoneauth1.exceptions.http.BadGateway": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "keystoneauth1.exceptions.http.HttpError", "keystoneauth1.exceptions.http.HttpServerError", "object" ] }, { "keystoneauth1.exceptions.http.BadRequest": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "keystoneauth1.exceptions.http.HTTPClientError", "keystoneauth1.exceptions.http.HttpError", "object" ] }, { "keystoneauth1.exceptions.http.Conflict": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "keystoneauth1.exceptions.http.HTTPClientError", "keystoneauth1.exceptions.http.HttpError", "object" ] }, { "keystoneauth1.exceptions.http.ExpectationFailed": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "keystoneauth1.exceptions.http.HTTPClientError", "keystoneauth1.exceptions.http.HttpError", "object" ] }, { "keystoneauth1.exceptions.http.Forbidden": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "keystoneauth1.exceptions.http.HTTPClientError", "keystoneauth1.exceptions.http.HttpError", "object" ] }, { "keystoneauth1.exceptions.http.GatewayTimeout": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "keystoneauth1.exceptions.http.HttpError", "keystoneauth1.exceptions.http.HttpServerError", "object" ] }, { "keystoneauth1.exceptions.http.Gone": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "keystoneauth1.exceptions.http.HTTPClientError", "keystoneauth1.exceptions.http.HttpError", "object" ] }, { "keystoneauth1.exceptions.http.HTTPClientError": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "keystoneauth1.exceptions.http.HttpError", "object" ] }, { "keystoneauth1.exceptions.http.HttpError": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "object" ] }, { "keystoneauth1.exceptions.http.HttpNotImplemented": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "keystoneauth1.exceptions.http.HttpError", "keystoneauth1.exceptions.http.HttpServerError", "object" ] }, { "keystoneauth1.exceptions.http.HttpServerError": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "keystoneauth1.exceptions.http.HttpError", "object" ] }, { "keystoneauth1.exceptions.http.HttpVersionNotSupported": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "keystoneauth1.exceptions.http.HttpError", "keystoneauth1.exceptions.http.HttpServerError", "object" ] }, { "keystoneauth1.exceptions.http.InternalServerError": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "keystoneauth1.exceptions.http.HttpError", "keystoneauth1.exceptions.http.HttpServerError", "object" ] }, { "keystoneauth1.exceptions.http.LengthRequired": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "keystoneauth1.exceptions.http.HTTPClientError", "keystoneauth1.exceptions.http.HttpError", "object" ] }, { "keystoneauth1.exceptions.http.MethodNotAllowed": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "keystoneauth1.exceptions.http.HTTPClientError", "keystoneauth1.exceptions.http.HttpError", "object" ] }, { "keystoneauth1.exceptions.http.NotAcceptable": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "keystoneauth1.exceptions.http.HTTPClientError", "keystoneauth1.exceptions.http.HttpError", "object" ] }, { "keystoneauth1.exceptions.http.NotFound": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "keystoneauth1.exceptions.http.HTTPClientError", "keystoneauth1.exceptions.http.HttpError", "object" ] }, { "keystoneauth1.exceptions.http.PaymentRequired": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "keystoneauth1.exceptions.http.HTTPClientError", "keystoneauth1.exceptions.http.HttpError", "object" ] }, { "keystoneauth1.exceptions.http.PreconditionFailed": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "keystoneauth1.exceptions.http.HTTPClientError", "keystoneauth1.exceptions.http.HttpError", "object" ] }, { "keystoneauth1.exceptions.http.ProxyAuthenticationRequired": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "keystoneauth1.exceptions.http.HTTPClientError", "keystoneauth1.exceptions.http.HttpError", "object" ] }, { "keystoneauth1.exceptions.http.RequestEntityTooLarge": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "keystoneauth1.exceptions.http.HTTPClientError", "keystoneauth1.exceptions.http.HttpError", "object" ] }, { "keystoneauth1.exceptions.http.RequestTimeout": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "keystoneauth1.exceptions.http.HTTPClientError", "keystoneauth1.exceptions.http.HttpError", "object" ] }, { "keystoneauth1.exceptions.http.RequestUriTooLong": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "keystoneauth1.exceptions.http.HTTPClientError", "keystoneauth1.exceptions.http.HttpError", "object" ] }, { "keystoneauth1.exceptions.http.RequestedRangeNotSatisfiable": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "keystoneauth1.exceptions.http.HTTPClientError", "keystoneauth1.exceptions.http.HttpError", "object" ] }, { "keystoneauth1.exceptions.http.ServiceUnavailable": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "keystoneauth1.exceptions.http.HttpError", "keystoneauth1.exceptions.http.HttpServerError", "object" ] }, { "keystoneauth1.exceptions.http.Unauthorized": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "keystoneauth1.exceptions.http.HTTPClientError", "keystoneauth1.exceptions.http.HttpError", "object" ] }, { "keystoneauth1.exceptions.http.UnprocessableEntity": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "keystoneauth1.exceptions.http.HTTPClientError", "keystoneauth1.exceptions.http.HttpError", "object" ] }, { "keystoneauth1.exceptions.http.UnsupportedMediaType": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "keystoneauth1.exceptions.http.HTTPClientError", "keystoneauth1.exceptions.http.HttpError", "object" ] }, { "keystoneauth1.exceptions.discovery.DiscoveryFailure": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "object" ] }, { "keystoneauth1.exceptions.discovery.ImpliedMaxVersionMismatch": [ "BaseException", "Exception", "ValueError", "keystoneauth1.exceptions.discovery.ImpliedVersionMismatch", "object" ] }, { "keystoneauth1.exceptions.discovery.ImpliedMinVersionMismatch": [ "BaseException", "Exception", "ValueError", "keystoneauth1.exceptions.discovery.ImpliedVersionMismatch", "object" ] }, { "keystoneauth1.exceptions.discovery.ImpliedVersionMismatch": [ "BaseException", "Exception", "ValueError", "object" ] }, { "keystoneauth1.exceptions.discovery.VersionNotAvailable": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "keystoneauth1.exceptions.discovery.DiscoveryFailure", "object" ] }, { "keystoneauth1.exceptions.connection.ConnectFailure": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "keystoneauth1.exceptions.connection.ConnectionError", "keystoneauth1.exceptions.connection.RetriableConnectionFailure", "object" ] }, { "keystoneauth1.exceptions.connection.ConnectTimeout": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "keystoneauth1.exceptions.connection.ConnectionError", "keystoneauth1.exceptions.connection.RetriableConnectionFailure", "object" ] }, { "keystoneauth1.exceptions.connection.ConnectionError": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "object" ] }, { "keystoneauth1.exceptions.connection.RetriableConnectionFailure": [ "BaseException", "Exception", "object" ] }, { "keystoneauth1.exceptions.connection.SSLError": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "keystoneauth1.exceptions.connection.ConnectionError", "object" ] }, { "keystoneauth1.exceptions.connection.UnknownConnectionError": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "keystoneauth1.exceptions.connection.ConnectionError", "object" ] }, { "keystoneauth1.exceptions.catalog.CatalogException": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "object" ] }, { "keystoneauth1.exceptions.catalog.EmptyCatalog": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "keystoneauth1.exceptions.catalog.CatalogException", "keystoneauth1.exceptions.catalog.EndpointNotFound", "object" ] }, { "keystoneauth1.exceptions.catalog.EndpointNotFound": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "keystoneauth1.exceptions.catalog.CatalogException", "object" ] }, { "keystoneauth1.exceptions.base.ClientException": [ "BaseException", "Exception", "object" ] }, { "keystoneauth1.exceptions.auth_plugins.AuthPluginException": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "object" ] }, { "keystoneauth1.exceptions.auth_plugins.MissingAuthPlugin": [ "BaseException", "Exception", "keystoneauth1.exceptions.auth_plugins.AuthPluginException", "keystoneauth1.exceptions.base.ClientException", "object" ] }, { "keystoneauth1.exceptions.auth_plugins.MissingRequiredOptions": [ "BaseException", "Exception", "keystoneauth1.exceptions.auth_plugins.AuthPluginException", "keystoneauth1.exceptions.auth_plugins.OptionError", "keystoneauth1.exceptions.base.ClientException", "object" ] }, { "keystoneauth1.exceptions.auth_plugins.NoMatchingPlugin": [ "BaseException", "Exception", "keystoneauth1.exceptions.auth_plugins.AuthPluginException", "keystoneauth1.exceptions.base.ClientException", "object" ] }, { "keystoneauth1.exceptions.auth_plugins.OptionError": [ "BaseException", "Exception", "keystoneauth1.exceptions.auth_plugins.AuthPluginException", "keystoneauth1.exceptions.base.ClientException", "object" ] }, { "keystoneauth1.exceptions.auth_plugins.UnsupportedParameters": [ "BaseException", "Exception", "keystoneauth1.exceptions.auth_plugins.AuthPluginException", "keystoneauth1.exceptions.base.ClientException", "object" ] }, { "keystoneauth1.exceptions.auth.AuthorizationFailure": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "object" ] }, { "keystoneauth1.exceptions.auth.MissingAuthMethods": [ "BaseException", "Exception", "keystoneauth1.exceptions.base.ClientException", "object" ] }, { "keystoneauth1.discover.Discover": [ "object" ] }, { "keystoneauth1.discover.EndpointData": [ "object" ] }, { "keystoneauth1.discover.Status": [ "object" ] }, { "keystoneauth1.discover.VersionData": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "keystoneauth1.discover._VersionHacks": [ "object" ] }, { "keystoneauth1.adapter.Adapter": [ "object" ] }, { "keystoneauth1.adapter.LegacyJsonAdapter": [ "keystoneauth1.adapter.Adapter", "object" ] }, { "keystoneauth1.access.service_providers.ServiceProviders": [ "object" ] }, { "keystoneauth1.access.service_catalog.ServiceCatalog": [ "object" ] }, { "keystoneauth1.access.service_catalog.ServiceCatalogV2": [ "keystoneauth1.access.service_catalog.ServiceCatalog", "object" ] }, { "keystoneauth1.access.service_catalog.ServiceCatalogV3": [ "keystoneauth1.access.service_catalog.ServiceCatalog", "object" ] }, { "keystoneauth1.access.access.AccessInfo": [ "object" ] }, { "keystoneauth1.access.access.AccessInfoV2": [ "keystoneauth1.access.access.AccessInfo", "object" ] }, { "keystoneauth1.access.access.AccessInfoV3": [ "keystoneauth1.access.access.AccessInfo", "object" ] }, { "keystoneauth1._fair_semaphore.FairSemaphore": [ "object" ] }, { "keystone.trust.core.Manager": [ "keystone.common.manager.Manager", "object" ] }, { "keystone.trust.backends.sql.Trust": [ "keystone.trust.backends.base.TrustDriverBase", "object" ] }, { "keystone.trust.backends.sql.TrustModel": [ "keystone.common.sql.core.ModelBase", "keystone.common.sql.core.ModelDictMixinWithExtras", "object", "oslo_db.sqlalchemy.models.ModelBase" ] }, { "keystone.trust.backends.sql.TrustRole": [ "keystone.common.sql.core.ModelBase", "object" ] }, { "keystone.trust.backends.base.TrustDriverBase": [ "object" ] }, { "keystone.token.token_formatters.ApplicationCredentialScopedPayload": [ "keystone.token.token_formatters.BasePayload", "object" ] }, { "keystone.token.token_formatters.BasePayload": [ "object" ] }, { "keystone.token.token_formatters.DomainScopedPayload": [ "keystone.token.token_formatters.BasePayload", "object" ] }, { "keystone.token.token_formatters.FederatedDomainScopedPayload": [ "keystone.token.token_formatters.BasePayload", "keystone.token.token_formatters.FederatedScopedPayload", "keystone.token.token_formatters.FederatedUnscopedPayload", "object" ] }, { "keystone.token.token_formatters.FederatedProjectScopedPayload": [ "keystone.token.token_formatters.BasePayload", "keystone.token.token_formatters.FederatedScopedPayload", "keystone.token.token_formatters.FederatedUnscopedPayload", "object" ] }, { "keystone.token.token_formatters.FederatedScopedPayload": [ "keystone.token.token_formatters.BasePayload", "keystone.token.token_formatters.FederatedUnscopedPayload", "object" ] }, { "keystone.token.token_formatters.FederatedUnscopedPayload": [ "keystone.token.token_formatters.BasePayload", "object" ] }, { "keystone.token.token_formatters.OauthScopedPayload": [ "keystone.token.token_formatters.BasePayload", "object" ] }, { "keystone.token.token_formatters.ProjectScopedPayload": [ "keystone.token.token_formatters.BasePayload", "object" ] }, { "keystone.token.token_formatters.SystemScopedPayload": [ "keystone.token.token_formatters.BasePayload", "object" ] }, { "keystone.token.token_formatters.TokenFormatter": [ "object" ] }, { "keystone.token.token_formatters.TrustScopedPayload": [ "keystone.token.token_formatters.BasePayload", "object" ] }, { "keystone.token.token_formatters.UnscopedPayload": [ "keystone.token.token_formatters.BasePayload", "object" ] }, { "keystone.token.providers.jws.core.JWSFormatter": [ "object" ] }, { "keystone.token.providers.jws.core.Provider": [ "keystone.token.providers.base.Provider", "object" ] }, { "keystone.token.providers.fernet.core.Provider": [ "keystone.token.providers.base.Provider", "object" ] }, { "keystone.token.providers.base.Provider": [ "object" ] }, { "keystone.token.provider.Manager": [ "keystone.common.manager.Manager", "object" ] }, { "keystone.tests.unit.trust.test_backends.TrustTests": [ "object" ] }, { "keystone.tests.unit.token.test_token_serialization.TestTokenSerialization": [ "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.token.test_jws_provider.TestJWSProvider": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.token.test_fernet_provider.TestFernetKeyRotation": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.token.test_fernet_provider.TestFernetTokenProvider": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.token.test_fernet_provider.TestLoadKeys": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.token.test_fernet_provider.TestPayloads": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.token.test_fernet_provider.TestTokenFormatter": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.token.test_fernet_provider.TestValidate": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.token.test_fernet_provider.TestValidateWithoutCache": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.token.test_fernet_provider.TestValidate", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.tests.test_utils.TestWipDecorator": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.tests.test_core.BaseTestTestCase": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.tests.test_core.TestOverrideSkipping": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.tests.test_core.TestOverrideSkipping.TestChild": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.tests.test_core.TestOverrideSkipping.TestParent", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.tests.test_core.TestOverrideSkipping.TestParent": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.tests.test_core.TestTestCase": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_versions.TestClient": [ "object" ] }, { "keystone.tests.unit.test_versions.VersionSingleAppTestCase": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_versions.VersionTestCase": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_versions._VersionsEqual": [ "object", "testtools.matchers._datastructures.MatchesListwise" ] }, { "keystone.tests.unit.test_validation.ApplicationCredentialValidatorTestCase": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_validation.ChangePasswordValidationTestCase": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_validation.CommonValidationTestCase": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_validation.CredentialValidationTestCase": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_validation.DomainValidationTestCase": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_validation.EndpointGroupValidationTestCase": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_validation.EndpointValidationTestCase": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_validation.EntityValidationTestCase": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_validation.FederationProtocolValidationTestCase": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_validation.GroupValidationTestCase": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_validation.IdentityProviderValidationTestCase": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_validation.LimitValidationTestCase": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_validation.OAuth1ValidationTestCase": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_validation.PasswordValidationTestCase": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_validation.PolicyValidationTestCase": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_validation.ProjectValidationTestCase": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_validation.RegionValidationTestCase": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_validation.RoleValidationTestCase": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_validation.ServiceProviderValidationTestCase": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_validation.ServiceValidationTestCase": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_validation.TrustValidationTestCase": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_validation.UserValidationTestCase": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_trust.TestTrustOperations": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_trust.TrustsWithApplicationCredentials": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_resource.ResourceTestCase": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.AssignmentTestMixin", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_resource.StrictTwoLevelLimitsResourceTestCase": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.AssignmentTestMixin", "keystone.tests.unit.test_v3.RestfulTestCase", "keystone.tests.unit.test_v3_resource.ResourceTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_policy.PolicyTestCase": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_os_revoke.OSRevokeTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.JsonHomeTestMixin", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_os_revoke.OSRevokeTests.test_retries_on_deadlock.FakeDeadlock": [ "object" ] }, { "keystone.tests.unit.test_v3_oauth1.AccessTokenCRUDTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "keystone.tests.unit.test_v3_oauth1.OAuth1Tests", "keystone.tests.unit.test_v3_oauth1.OAuthFlowTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_oauth1.AuthTokenTests": [ "object" ] }, { "keystone.tests.unit.test_v3_oauth1.ConsumerCRUDTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "keystone.tests.unit.test_v3_oauth1.OAuth1Tests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_oauth1.FernetAuthTokenTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "keystone.tests.unit.test_v3_oauth1.AuthTokenTests", "keystone.tests.unit.test_v3_oauth1.OAuth1Tests", "keystone.tests.unit.test_v3_oauth1.OAuthFlowTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_oauth1.JsonHomeTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.JsonHomeTestMixin", "keystone.tests.unit.test_v3.RestfulTestCase", "keystone.tests.unit.test_v3_oauth1.OAuth1Tests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_oauth1.MaliciousOAuth1Tests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "keystone.tests.unit.test_v3_oauth1.OAuth1Tests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_oauth1.OAuth1Tests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_oauth1.OAuthCADFNotificationTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.common.test_notifications.BaseNotificationTest", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "keystone.tests.unit.test_v3_oauth1.OAuth1Tests", "keystone.tests.unit.test_v3_oauth1.OAuthNotificationTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_oauth1.OAuthFlowTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "keystone.tests.unit.test_v3_oauth1.OAuth1Tests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_oauth1.OAuthNotificationTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.common.test_notifications.BaseNotificationTest", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "keystone.tests.unit.test_v3_oauth1.OAuth1Tests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_identity.ChangePasswordTestCase": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_identity.IdentityTestCase": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_identity.IdentityTestCase.test_delete_user_retries_on_deadlock.FakeDeadlock": [ "object" ] }, { "keystone.tests.unit.test_v3_identity.PasswordValidationTestCase": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "keystone.tests.unit.test_v3_identity.ChangePasswordTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_identity.UserFederatedAttributesTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_identity.UserSelfServiceChangingPasswordsTestCase": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "keystone.tests.unit.test_v3_identity.ChangePasswordTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_filters.IdentityPasswordExpiryFilteredTestCase": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.filtering.FilterTests", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_filters.IdentityTestFilteredCase": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.filtering.FilterTests", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_filters.IdentityTestListLimitCase": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.filtering.FilterTests", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "keystone.tests.unit.test_v3_filters.IdentityTestFilteredCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_federation.FederatedIdentityProviderTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_federation.FederatedSetupMixin": [ "object" ] }, { "keystone.tests.unit.test_v3_federation.FederatedTokenTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "keystone.tests.unit.test_v3_federation.FederatedSetupMixin", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_federation.FederatedTokenTestsMethodToken": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "keystone.tests.unit.test_v3_federation.FederatedSetupMixin", "keystone.tests.unit.test_v3_federation.FederatedTokenTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_federation.FederatedUserTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "keystone.tests.unit.test_v3_federation.FederatedSetupMixin", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_federation.FernetFederatedTokenTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "keystone.tests.unit.test_v3_federation.FederatedSetupMixin", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_federation.IdPMetadataGenerationTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_federation.JWSFederatedTokenTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "keystone.tests.unit.test_v3_federation.FederatedSetupMixin", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_federation.JsonHomeTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.JsonHomeTestMixin", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_federation.K2KServiceCatalogTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_federation.MappingCRUDTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_federation.SAMLGenerationTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_federation.ServiceProviderTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_federation.ShadowMappingTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "keystone.tests.unit.test_v3_federation.FederatedSetupMixin", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_federation.WebSSOTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "keystone.tests.unit.test_v3_federation.FederatedSetupMixin", "keystone.tests.unit.test_v3_federation.FederatedTokenTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_endpoint_policy.EndpointPolicyTestCase": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_endpoint_policy.JsonHomeTests": [ "keystone.tests.unit.test_v3.JsonHomeTestMixin", "object" ] }, { "keystone.tests.unit.test_v3_domain_config.DomainConfigTestCase": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_domain_config.SecurityRequirementsTestCase": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_credential.CredentialBaseTestCase": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_credential.CredentialTestCase": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "keystone.tests.unit.test_v3_credential.CredentialBaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_credential.CredentialTestCase.test_delete_credential_retries_on_deadlock.FakeDeadlock": [ "object" ] }, { "keystone.tests.unit.test_v3_credential.TestCredentialAccessToken": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "keystone.tests.unit.test_v3_credential.CredentialBaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_credential.TestCredentialAppCreds": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "keystone.tests.unit.test_v3_credential.CredentialBaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_credential.TestCredentialEc2": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "keystone.tests.unit.test_v3_credential.CredentialBaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_credential.TestCredentialTrustScoped": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "keystone.tests.unit.test_v3_credential.CredentialBaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_catalog.CatalogTestCase": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_catalog.TestCatalogAPISQL": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_catalog.TestCatalogAPISQLRegions": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_catalog.TestCatalogAPITemplatedProject": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_catalog.TestMultiRegion": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_auth.AllowRescopeScopedTokenDisabledTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_auth.ApplicationCredentialAuth": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_auth.TestAuthContext": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_auth.TestAuthExternalDisabled": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_auth.TestAuthInfo": [ "keystone.tests.common.auth.AuthTestMixin", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_auth.TestAuthJSONExternal": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_auth.TestAuthSpecificData": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_auth.TestAuthTOTP": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_auth.TestFernetTokenAPIs": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "keystone.tests.unit.test_v3_auth.TokenAPITests", "keystone.tests.unit.test_v3_auth.TokenDataTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_auth.TestFetchRevocationList": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_auth.TestJWSTokenAPIs": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "keystone.tests.unit.test_v3_auth.TokenAPITests", "keystone.tests.unit.test_v3_auth.TokenDataTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_auth.TestMFARules": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_auth.TestTokenRevokeApi": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "keystone.tests.unit.test_v3_auth.TestTokenRevokeById", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_auth.TestTokenRevokeById": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_auth.TestTrustAuthFernetTokenProvider": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "keystone.tests.unit.test_v3_auth.TestTrustChain", "keystone.tests.unit.test_v3_auth.TrustAPIBehavior", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_auth.TestTrustChain": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_auth.TokenAPITests": [ "object" ] }, { "keystone.tests.unit.test_v3_auth.TokenDataTests": [ "object" ] }, { "keystone.tests.unit.test_v3_auth.TrustAPIBehavior": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_assignment.AssignmentInheritanceTestCase": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.AssignmentTestMixin", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_assignment.AssignmentTestCase": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.AssignmentTestMixin", "keystone.tests.unit.test_v3.RestfulTestCase", "keystone.tests.unit.test_v3_assignment.SystemRoleAssignmentMixin", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_assignment.DomainSpecificRoleTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_assignment.GroupSystemRoleAssignmentTestCase": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "keystone.tests.unit.test_v3_assignment.SystemRoleAssignmentMixin", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_assignment.ImpliedRolesTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.AssignmentTestMixin", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_assignment.ListUserProjectsTestCase": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_assignment.RoleAssignmentBaseTestCase": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.AssignmentTestMixin", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_assignment.RoleAssignmentDirectTestCase": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.AssignmentTestMixin", "keystone.tests.unit.test_v3.RestfulTestCase", "keystone.tests.unit.test_v3_assignment.RoleAssignmentBaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_assignment.RoleAssignmentEffectiveTestCase": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.AssignmentTestMixin", "keystone.tests.unit.test_v3.RestfulTestCase", "keystone.tests.unit.test_v3_assignment.RoleAssignmentBaseTestCase", "keystone.tests.unit.test_v3_assignment.RoleAssignmentDirectTestCase", "keystone.tests.unit.test_v3_assignment.RoleAssignmentInheritedTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_assignment.RoleAssignmentFailureTestCase": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.AssignmentTestMixin", "keystone.tests.unit.test_v3.RestfulTestCase", "keystone.tests.unit.test_v3_assignment.RoleAssignmentBaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_assignment.RoleAssignmentInheritedTestCase": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.AssignmentTestMixin", "keystone.tests.unit.test_v3.RestfulTestCase", "keystone.tests.unit.test_v3_assignment.RoleAssignmentBaseTestCase", "keystone.tests.unit.test_v3_assignment.RoleAssignmentDirectTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_assignment.SystemRoleAssignmentMixin": [ "object" ] }, { "keystone.tests.unit.test_v3_assignment.UserSystemRoleAssignmentTestCase": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "keystone.tests.unit.test_v3_assignment.SystemRoleAssignmentMixin", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3_application_credential.ApplicationCredentialTestCase": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3.AssignmentTestMixin": [ "object" ] }, { "keystone.tests.unit.test_v3.AuthContextMiddlewareTestCase": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3.JsonHomeTestMixin": [ "object" ] }, { "keystone.tests.unit.test_v3.RestfulTestCase": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_v3.VersionTestCase": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_url_middleware.FakeApp": [ "object" ] }, { "keystone.tests.unit.test_url_middleware.UrlMiddlewareTest": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_token_provider.TestTokenProvider": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_sql_upgrade.FullMigration": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.test_sql_upgrade.SqlMigrateBase", "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_sql_upgrade.MigrationValidation": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.test_sql_upgrade.SqlMigrateBase", "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_sql_upgrade.MySQLOpportunisticContractSchemaUpgradeTestCase": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.test_sql_upgrade.SqlContractSchemaUpgradeTests", "keystone.tests.unit.test_sql_upgrade.SqlMigrateBase", "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_sql_upgrade.MySQLOpportunisticDataMigrationUpgradeTestCase": [ "keystone.tests.unit.test_sql_upgrade.SqlDataMigrationUpgradeTests", "keystone.tests.unit.test_sql_upgrade.SqlMigrateBase", "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin" ] }, { "keystone.tests.unit.test_sql_upgrade.MySQLOpportunisticExpandSchemaUpgradeTestCase": [ "keystone.tests.unit.test_sql_upgrade.SqlExpandSchemaUpgradeTests", "keystone.tests.unit.test_sql_upgrade.SqlMigrateBase", "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin" ] }, { "keystone.tests.unit.test_sql_upgrade.MySQLOpportunisticFullMigration": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.test_sql_upgrade.FullMigration", "keystone.tests.unit.test_sql_upgrade.SqlMigrateBase", "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_sql_upgrade.MySQLOpportunisticUpgradeTestCase": [ "keystone.tests.unit.test_sql_upgrade.SqlLegacyRepoUpgradeTests", "keystone.tests.unit.test_sql_upgrade.SqlMigrateBase", "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin" ] }, { "keystone.tests.unit.test_sql_upgrade.PostgreSQLOpportunisticContractSchemaUpgradeTestCase": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.test_sql_upgrade.SqlContractSchemaUpgradeTests", "keystone.tests.unit.test_sql_upgrade.SqlMigrateBase", "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_sql_upgrade.PostgreSQLOpportunisticDataMigrationUpgradeTestCase": [ "keystone.tests.unit.test_sql_upgrade.SqlDataMigrationUpgradeTests", "keystone.tests.unit.test_sql_upgrade.SqlMigrateBase", "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin" ] }, { "keystone.tests.unit.test_sql_upgrade.PostgreSQLOpportunisticExpandSchemaUpgradeTestCase": [ "keystone.tests.unit.test_sql_upgrade.SqlExpandSchemaUpgradeTests", "keystone.tests.unit.test_sql_upgrade.SqlMigrateBase", "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin" ] }, { "keystone.tests.unit.test_sql_upgrade.PostgreSQLOpportunisticFullMigration": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.test_sql_upgrade.FullMigration", "keystone.tests.unit.test_sql_upgrade.SqlMigrateBase", "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_sql_upgrade.PostgreSQLOpportunisticUpgradeTestCase": [ "keystone.tests.unit.test_sql_upgrade.SqlLegacyRepoUpgradeTests", "keystone.tests.unit.test_sql_upgrade.SqlMigrateBase", "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin" ] }, { "keystone.tests.unit.test_sql_upgrade.SqlContractSchemaUpgradeTests": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.test_sql_upgrade.SqlMigrateBase", "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_sql_upgrade.SqlDataMigrationUpgradeTests": [ "keystone.tests.unit.test_sql_upgrade.SqlMigrateBase", "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin" ] }, { "keystone.tests.unit.test_sql_upgrade.SqlExpandSchemaUpgradeTests": [ "keystone.tests.unit.test_sql_upgrade.SqlMigrateBase", "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin" ] }, { "keystone.tests.unit.test_sql_upgrade.SqlLegacyRepoUpgradeTests": [ "keystone.tests.unit.test_sql_upgrade.SqlMigrateBase", "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin" ] }, { "keystone.tests.unit.test_sql_upgrade.SqlMigrateBase": [ "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin" ] }, { "keystone.tests.unit.test_sql_upgrade.SqlUpgradeGetInitVersionTests": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_sql_upgrade.VersionTests": [ "keystone.tests.unit.test_sql_upgrade.SqlMigrateBase", "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin" ] }, { "keystone.tests.unit.test_sql_banned_operations.BannedDBSchemaOperations": [ "fixtures.fixture.Fixture", "object" ] }, { "keystone.tests.unit.test_sql_banned_operations.DBOperationNotAllowed": [ "BaseException", "Exception", "object" ] }, { "keystone.tests.unit.test_sql_banned_operations.KeystoneMigrationsCheckers": [ "object", "oslo_db.sqlalchemy.test_migrations.WalkVersionsMixin" ] }, { "keystone.tests.unit.test_sql_banned_operations.TestBannedDBSchemaOperations": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_sql_banned_operations.TestKeystoneContractSchemaMigrations": [ "keystone.tests.unit.test_sql_banned_operations.KeystoneMigrationsCheckers", "object", "oslo_db.sqlalchemy.test_migrations.WalkVersionsMixin" ] }, { "keystone.tests.unit.test_sql_banned_operations.TestKeystoneContractSchemaMigrationsMySQL": [ "keystone.tests.unit.test_sql_banned_operations.KeystoneMigrationsCheckers", "keystone.tests.unit.test_sql_banned_operations.TestKeystoneContractSchemaMigrations", "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.sqlalchemy.test_migrations.WalkVersionsMixin" ] }, { "keystone.tests.unit.test_sql_banned_operations.TestKeystoneContractSchemaMigrationsPostgreSQL": [ "keystone.tests.unit.test_sql_banned_operations.KeystoneMigrationsCheckers", "keystone.tests.unit.test_sql_banned_operations.TestKeystoneContractSchemaMigrations", "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.sqlalchemy.test_migrations.WalkVersionsMixin" ] }, { "keystone.tests.unit.test_sql_banned_operations.TestKeystoneContractSchemaMigrationsSQLite": [ "keystone.tests.unit.test_sql_banned_operations.KeystoneMigrationsCheckers", "keystone.tests.unit.test_sql_banned_operations.TestKeystoneContractSchemaMigrations", "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.sqlalchemy.test_migrations.WalkVersionsMixin" ] }, { "keystone.tests.unit.test_sql_banned_operations.TestKeystoneDataMigrations": [ "keystone.tests.unit.test_sql_banned_operations.KeystoneMigrationsCheckers", "object", "oslo_db.sqlalchemy.test_migrations.WalkVersionsMixin" ] }, { "keystone.tests.unit.test_sql_banned_operations.TestKeystoneDataMigrationsMySQL": [ "keystone.tests.unit.test_sql_banned_operations.KeystoneMigrationsCheckers", "keystone.tests.unit.test_sql_banned_operations.TestKeystoneDataMigrations", "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.sqlalchemy.test_migrations.WalkVersionsMixin" ] }, { "keystone.tests.unit.test_sql_banned_operations.TestKeystoneDataMigrationsPostgreSQL": [ "keystone.tests.unit.test_sql_banned_operations.KeystoneMigrationsCheckers", "keystone.tests.unit.test_sql_banned_operations.TestKeystoneDataMigrations", "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.sqlalchemy.test_migrations.WalkVersionsMixin" ] }, { "keystone.tests.unit.test_sql_banned_operations.TestKeystoneDataMigrationsSQLite": [ "keystone.tests.unit.test_sql_banned_operations.KeystoneMigrationsCheckers", "keystone.tests.unit.test_sql_banned_operations.TestKeystoneDataMigrations", "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.sqlalchemy.test_migrations.WalkVersionsMixin" ] }, { "keystone.tests.unit.test_sql_banned_operations.TestKeystoneExpandSchemaMigrations": [ "keystone.tests.unit.test_sql_banned_operations.KeystoneMigrationsCheckers", "object", "oslo_db.sqlalchemy.test_migrations.WalkVersionsMixin" ] }, { "keystone.tests.unit.test_sql_banned_operations.TestKeystoneExpandSchemaMigrationsMySQL": [ "keystone.tests.unit.test_sql_banned_operations.KeystoneMigrationsCheckers", "keystone.tests.unit.test_sql_banned_operations.TestKeystoneExpandSchemaMigrations", "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.sqlalchemy.test_migrations.WalkVersionsMixin" ] }, { "keystone.tests.unit.test_sql_banned_operations.TestKeystoneExpandSchemaMigrationsPostgreSQL": [ "keystone.tests.unit.test_sql_banned_operations.KeystoneMigrationsCheckers", "keystone.tests.unit.test_sql_banned_operations.TestKeystoneExpandSchemaMigrations", "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.sqlalchemy.test_migrations.WalkVersionsMixin" ] }, { "keystone.tests.unit.test_sql_banned_operations.TestKeystoneMigrationsMySQL": [ "keystone.tests.unit.test_sql_banned_operations.KeystoneMigrationsCheckers", "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.sqlalchemy.test_migrations.WalkVersionsMixin" ] }, { "keystone.tests.unit.test_sql_banned_operations.TestKeystoneMigrationsPostgreSQL": [ "keystone.tests.unit.test_sql_banned_operations.KeystoneMigrationsCheckers", "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.sqlalchemy.test_migrations.WalkVersionsMixin" ] }, { "keystone.tests.unit.test_sql_banned_operations.TestKeystoneMigrationsSQLite": [ "keystone.tests.unit.test_sql_banned_operations.KeystoneMigrationsCheckers", "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin", "oslo_db.sqlalchemy.test_migrations.WalkVersionsMixin" ] }, { "keystone.tests.unit.test_shadow_users.ShadowUsersTests": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.identity.shadow_users.test_backend.ShadowUsersBackendTests", "keystone.tests.unit.identity.shadow_users.test_core.ShadowUsersCoreTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_shadow_users.TestUserWithFederatedUser": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.identity.shadow_users.test_backend.ShadowUsersBackendTests", "keystone.tests.unit.identity.shadow_users.test_core.ShadowUsersCoreTests", "keystone.tests.unit.test_shadow_users.ShadowUsersTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_revoke.FernetSqlRevokeTests": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.test_backend_sql.SqlTests", "keystone.tests.unit.test_revoke.RevokeTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_revoke.RevokeTests": [ "object" ] }, { "keystone.tests.unit.test_receipt_provider.TestReceiptProvider": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_policy.GeneratePolicyFileTestCase": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_policy.PolicyFileTestCase": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_policy.PolicyJsonTestCase": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_policy.PolicyScopeTypesEnforcementTestCase": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_policy.PolicyTestCase": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_middleware.AuthContextMiddlewareTest": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.test_backend_sql.SqlTests", "keystone.tests.unit.test_middleware.MiddlewareRequestTestBase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_middleware.MiddlewareRequestTestBase": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_middleware.MiddlewareRequestTestBase._middleware_failure._Failing": [ "object" ] }, { "keystone.tests.unit.test_limits.LimitModelTestCase": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_limits.LimitsTestCase": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_limits.RegisteredLimitsTestCase": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_limits.StrictTwoLevelLimitsTestCase": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_limits.LimitsTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_ldap_tls_livetest.LiveTLSLDAPIdentity": [ "keystone.tests.unit.assignment.test_backends.AssignmentTestHelperMixin", "keystone.tests.unit.assignment.test_backends.AssignmentTests", "keystone.tests.unit.identity.test_backends.IdentityTests", "keystone.tests.unit.resource.test_backends.ResourceTests", "keystone.tests.unit.test_backend_ldap.AssignmentTests", "keystone.tests.unit.test_backend_ldap.BaseLDAPIdentity", "keystone.tests.unit.test_backend_ldap.IdentityTests", "keystone.tests.unit.test_backend_ldap.LDAPIdentity", "keystone.tests.unit.test_backend_ldap.LDAPTestSetup", "keystone.tests.unit.test_backend_ldap.ResourceTests", "keystone.tests.unit.test_ldap_livetest.LiveLDAPIdentity", "object" ] }, { "keystone.tests.unit.test_ldap_pool_livetest.LiveLDAPPoolIdentity": [ "keystone.tests.unit.assignment.test_backends.AssignmentTestHelperMixin", "keystone.tests.unit.assignment.test_backends.AssignmentTests", "keystone.tests.unit.identity.test_backends.IdentityTests", "keystone.tests.unit.resource.test_backends.ResourceTests", "keystone.tests.unit.test_backend_ldap.AssignmentTests", "keystone.tests.unit.test_backend_ldap.BaseLDAPIdentity", "keystone.tests.unit.test_backend_ldap.IdentityTests", "keystone.tests.unit.test_backend_ldap.LDAPIdentity", "keystone.tests.unit.test_backend_ldap.LDAPTestSetup", "keystone.tests.unit.test_backend_ldap.ResourceTests", "keystone.tests.unit.test_backend_ldap_pool.LdapPoolCommonTestMixin", "keystone.tests.unit.test_ldap_livetest.LiveLDAPIdentity", "object" ] }, { "keystone.tests.unit.test_ldap_livetest.LiveLDAPIdentity": [ "keystone.tests.unit.assignment.test_backends.AssignmentTestHelperMixin", "keystone.tests.unit.assignment.test_backends.AssignmentTests", "keystone.tests.unit.identity.test_backends.IdentityTests", "keystone.tests.unit.resource.test_backends.ResourceTests", "keystone.tests.unit.test_backend_ldap.AssignmentTests", "keystone.tests.unit.test_backend_ldap.BaseLDAPIdentity", "keystone.tests.unit.test_backend_ldap.IdentityTests", "keystone.tests.unit.test_backend_ldap.LDAPIdentity", "keystone.tests.unit.test_backend_ldap.LDAPTestSetup", "keystone.tests.unit.test_backend_ldap.ResourceTests", "object" ] }, { "keystone.tests.unit.test_healthcheck.HealthCheckTestCase": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_hacking_checks.BaseStyleCheck": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_hacking_checks.TestBlockCommentsBeginWithASpace": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.test_hacking_checks.BaseStyleCheck", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_hacking_checks.TestCheckForMutableDefaultArgs": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.test_hacking_checks.BaseStyleCheck", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_hacking_checks.TestDictConstructorWithSequenceCopy": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.test_hacking_checks.BaseStyleCheck", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_hacking_checks.TestTranslationChecks": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.test_hacking_checks.BaseStyleCheck", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_exception.ExceptionTestCase": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_exception.SecurityErrorTestCase": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.test_exception.ExceptionTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_exception.TestSecurityErrorTranslation": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_exception.TestSecurityErrorTranslation.CustomError": [ "BaseException", "Exception", "keystone.exception.Error", "object" ] }, { "keystone.tests.unit.test_exception.TestSecurityErrorTranslation.CustomSecurityError": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.SecurityError", "object" ] }, { "keystone.tests.unit.test_exception.UnexpectedExceptionTestCase": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.test_exception.ExceptionTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_exception.UnexpectedExceptionTestCase.SubClassExc": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.SecurityError", "keystone.exception.UnexpectedError", "object" ] }, { "keystone.tests.unit.test_entry_points.TestEntryPoints": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_driver_hints.ListHintsTests": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_contrib_simple_cert.BaseTestCase": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_contrib_simple_cert.TestSimpleCert": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_contrib_simple_cert.BaseTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_contrib_s3_core.S3ContribCore": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_contrib_ec2_core.EC2ContribCoreV3": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_config.ConfigTestCase": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_config.DeprecatedOverrideTestCase": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_config.DeprecatedTestCase": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_cli.CachingDoctorTests": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_cli.CliBootStrapTestCase": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_cli.CliBootStrapTestCaseWithEnvironment": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.test_cli.CliBootStrapTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_cli.CliDBSyncTestCase": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_cli.CliDBSyncTestCase.FakeConfCommand": [ "object" ] }, { "keystone.tests.unit.test_cli.CliDomainConfigAllTestCase": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_cli.CliDomainConfigInvalidDomainTestCase": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.test_cli.CliDomainConfigAllTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_cli.CliDomainConfigNoOptionsTestCase": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.test_cli.CliDomainConfigAllTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_cli.CliDomainConfigSingleDomainTestCase": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.test_cli.CliDomainConfigAllTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_cli.CliDomainConfigTooManyOptionsTestCase": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.test_cli.CliDomainConfigAllTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_cli.CliDomainConfigUploadNothing": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_cli.CliLoggingTestCase": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_cli.CliLoggingTestCase.setUp.FakeConfCommand": [ "object" ] }, { "keystone.tests.unit.test_cli.CliStatusTestCase": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_cli.CredentialDoctorTests": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_cli.DatabaseDoctorTests": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_cli.DebugDoctorTests": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_cli.FederationDoctorTests": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_cli.LdapDoctorTests": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_cli.SecurityComplianceDoctorTests": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_cli.TestDomainConfigFinder": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_cli.TestGroupMappingPurgeFunctional": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_cli.TestMappingEngineTester": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_cli.TestMappingEngineTester.FakeConfCommand": [ "object" ] }, { "keystone.tests.unit.test_cli.TestMappingPopulate": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_cli.TestMappingPurge": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_cli.TestMappingPurge.FakeConfCommand": [ "object" ] }, { "keystone.tests.unit.test_cli.TestTrustFlush": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_cli.TestTrustFlush.FakeConfCommand": [ "object" ] }, { "keystone.tests.unit.test_cli.TestUserMappingPurgeFunctional": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_cli.TokenFernetDoctorTests": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_cli.TokensDoctorTests": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_backend_templated.TestTemplatedCatalog": [ "keystone.tests.unit.catalog.test_backends.CatalogTests", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_backend_sql.DataTypeRoundTrips": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.test_backend_sql.SqlTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_backend_sql.FakeTable": [ "keystone.common.sql.core.ModelBase", "object" ] }, { "keystone.tests.unit.test_backend_sql.SqlCatalog": [ "keystone.tests.unit.catalog.test_backends.CatalogTests", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.test_backend_sql.SqlTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_backend_sql.SqlCredential": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.test_backend_sql.SqlTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_backend_sql.SqlDecorators": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_backend_sql.SqlFilterTests": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.filtering.FilterTests", "keystone.tests.unit.identity.test_backends.FilterTests", "keystone.tests.unit.test_backend_sql.SqlTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_backend_sql.SqlIdentity": [ "keystone.tests.unit.assignment.test_backends.AssignmentTestHelperMixin", "keystone.tests.unit.assignment.test_backends.AssignmentTests", "keystone.tests.unit.assignment.test_backends.SystemAssignmentTests", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.identity.test_backends.IdentityTests", "keystone.tests.unit.resource.test_backends.ResourceTests", "keystone.tests.unit.test_backend_sql.SqlTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_backend_sql.SqlIdentity.test_list_users_call_count.CallCounter": [ "object" ] }, { "keystone.tests.unit.test_backend_sql.SqlImpliedRoles": [ "keystone.tests.unit.assignment.test_backends.AssignmentTestHelperMixin", "keystone.tests.unit.assignment.test_backends.ImpliedRoleTests", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.test_backend_sql.SqlTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_backend_sql.SqlInheritance": [ "keystone.tests.unit.assignment.test_backends.AssignmentTestHelperMixin", "keystone.tests.unit.assignment.test_backends.InheritanceTests", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.test_backend_sql.SqlTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_backend_sql.SqlLimit": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.limit.test_backends.LimitTests", "keystone.tests.unit.test_backend_sql.SqlTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_backend_sql.SqlLimitTests": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.filtering.FilterTests", "keystone.tests.unit.identity.test_backends.LimitTests", "keystone.tests.unit.test_backend_sql.SqlTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_backend_sql.SqlModels": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.test_backend_sql.SqlTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_backend_sql.SqlModuleInitialization": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_backend_sql.SqlPolicy": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.policy.test_backends.PolicyTests", "keystone.tests.unit.test_backend_sql.SqlTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_backend_sql.SqlRegisteredLimit": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.limit.test_backends.RegisteredLimitTests", "keystone.tests.unit.test_backend_sql.SqlTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_backend_sql.SqlTests": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_backend_sql.SqlTrust": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.test_backend_sql.SqlTests", "keystone.tests.unit.trust.test_backends.TrustTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_backend_rules.RulesPolicy": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.policy.test_backends.PolicyTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_backend_ldap_pool.LDAPIdentity": [ "keystone.tests.unit.assignment.test_backends.AssignmentTestHelperMixin", "keystone.tests.unit.assignment.test_backends.AssignmentTests", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.identity.test_backends.IdentityTests", "keystone.tests.unit.resource.test_backends.ResourceTests", "keystone.tests.unit.test_backend_ldap.AssignmentTests", "keystone.tests.unit.test_backend_ldap.BaseLDAPIdentity", "keystone.tests.unit.test_backend_ldap.IdentityTests", "keystone.tests.unit.test_backend_ldap.LDAPIdentity", "keystone.tests.unit.test_backend_ldap.LDAPTestSetup", "keystone.tests.unit.test_backend_ldap.ResourceTests", "keystone.tests.unit.test_backend_ldap_pool.LdapPoolCommonTestMixin", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_backend_ldap_pool.LdapPoolCommonTestMixin": [ "object" ] }, { "keystone.tests.unit.test_backend_ldap.AssignmentTests": [ "keystone.tests.unit.assignment.test_backends.AssignmentTestHelperMixin", "keystone.tests.unit.assignment.test_backends.AssignmentTests", "object" ] }, { "keystone.tests.unit.test_backend_ldap.BaseLDAPIdentity": [ "keystone.tests.unit.assignment.test_backends.AssignmentTestHelperMixin", "keystone.tests.unit.assignment.test_backends.AssignmentTests", "keystone.tests.unit.identity.test_backends.IdentityTests", "keystone.tests.unit.resource.test_backends.ResourceTests", "keystone.tests.unit.test_backend_ldap.AssignmentTests", "keystone.tests.unit.test_backend_ldap.IdentityTests", "keystone.tests.unit.test_backend_ldap.LDAPTestSetup", "keystone.tests.unit.test_backend_ldap.ResourceTests", "object" ] }, { "keystone.tests.unit.test_backend_ldap.BaseMultiLDAPandSQLIdentity": [ "object" ] }, { "keystone.tests.unit.test_backend_ldap.DomainSpecificLDAPandSQLIdentity": [ "keystone.tests.unit.assignment.test_backends.AssignmentTestHelperMixin", "keystone.tests.unit.assignment.test_backends.AssignmentTests", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.identity.test_backends.IdentityTests", "keystone.tests.unit.resource.test_backends.ResourceTests", "keystone.tests.unit.test_backend_ldap.AssignmentTests", "keystone.tests.unit.test_backend_ldap.BaseLDAPIdentity", "keystone.tests.unit.test_backend_ldap.BaseMultiLDAPandSQLIdentity", "keystone.tests.unit.test_backend_ldap.IdentityTests", "keystone.tests.unit.test_backend_ldap.LDAPTestSetup", "keystone.tests.unit.test_backend_ldap.ResourceTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_backend_ldap.DomainSpecificSQLIdentity": [ "keystone.tests.unit.assignment.test_backends.AssignmentTestHelperMixin", "keystone.tests.unit.assignment.test_backends.AssignmentTests", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.identity.test_backends.IdentityTests", "keystone.tests.unit.resource.test_backends.ResourceTests", "keystone.tests.unit.test_backend_ldap.AssignmentTests", "keystone.tests.unit.test_backend_ldap.BaseLDAPIdentity", "keystone.tests.unit.test_backend_ldap.BaseMultiLDAPandSQLIdentity", "keystone.tests.unit.test_backend_ldap.DomainSpecificLDAPandSQLIdentity", "keystone.tests.unit.test_backend_ldap.IdentityTests", "keystone.tests.unit.test_backend_ldap.LDAPTestSetup", "keystone.tests.unit.test_backend_ldap.ResourceTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_backend_ldap.IdentityTests": [ "keystone.tests.unit.identity.test_backends.IdentityTests", "object" ] }, { "keystone.tests.unit.test_backend_ldap.LDAPIdentity": [ "keystone.tests.unit.assignment.test_backends.AssignmentTestHelperMixin", "keystone.tests.unit.assignment.test_backends.AssignmentTests", "keystone.tests.unit.identity.test_backends.IdentityTests", "keystone.tests.unit.resource.test_backends.ResourceTests", "keystone.tests.unit.test_backend_ldap.AssignmentTests", "keystone.tests.unit.test_backend_ldap.BaseLDAPIdentity", "keystone.tests.unit.test_backend_ldap.IdentityTests", "keystone.tests.unit.test_backend_ldap.LDAPTestSetup", "keystone.tests.unit.test_backend_ldap.ResourceTests", "object" ] }, { "keystone.tests.unit.test_backend_ldap.LDAPIdentityEnabledEmulation": [ "keystone.tests.unit.assignment.test_backends.AssignmentTestHelperMixin", "keystone.tests.unit.assignment.test_backends.AssignmentTests", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.identity.test_backends.IdentityTests", "keystone.tests.unit.resource.test_backends.ResourceTests", "keystone.tests.unit.test_backend_ldap.AssignmentTests", "keystone.tests.unit.test_backend_ldap.BaseLDAPIdentity", "keystone.tests.unit.test_backend_ldap.IdentityTests", "keystone.tests.unit.test_backend_ldap.LDAPIdentity", "keystone.tests.unit.test_backend_ldap.LDAPTestSetup", "keystone.tests.unit.test_backend_ldap.ResourceTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_backend_ldap.LDAPLimitTests": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.filtering.FilterTests", "keystone.tests.unit.identity.test_backends.LimitTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_backend_ldap.LDAPMatchingRuleInChainTests": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.test_backend_ldap.LDAPTestSetup", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_backend_ldap.LDAPPosixGroupsTest": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.test_backend_ldap.LDAPTestSetup", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_backend_ldap.LDAPTestSetup": [ "object" ] }, { "keystone.tests.unit.test_backend_ldap.LdapFilterTests": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.filtering.FilterTests", "keystone.tests.unit.identity.test_backends.FilterTests", "keystone.tests.unit.test_backend_ldap.LDAPTestSetup", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_backend_ldap.LdapIdentityWithMapping": [ "keystone.tests.unit.assignment.test_backends.AssignmentTestHelperMixin", "keystone.tests.unit.assignment.test_backends.AssignmentTests", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.identity.test_backends.IdentityTests", "keystone.tests.unit.resource.test_backends.ResourceTests", "keystone.tests.unit.test_backend_ldap.AssignmentTests", "keystone.tests.unit.test_backend_ldap.BaseLDAPIdentity", "keystone.tests.unit.test_backend_ldap.IdentityTests", "keystone.tests.unit.test_backend_ldap.LDAPTestSetup", "keystone.tests.unit.test_backend_ldap.ResourceTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_backend_ldap.MultiLDAPandSQLIdentity": [ "keystone.tests.unit.assignment.test_backends.AssignmentTestHelperMixin", "keystone.tests.unit.assignment.test_backends.AssignmentTests", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.identity.test_backends.IdentityTests", "keystone.tests.unit.resource.test_backends.ResourceTests", "keystone.tests.unit.test_backend_ldap.AssignmentTests", "keystone.tests.unit.test_backend_ldap.BaseLDAPIdentity", "keystone.tests.unit.test_backend_ldap.BaseMultiLDAPandSQLIdentity", "keystone.tests.unit.test_backend_ldap.IdentityTests", "keystone.tests.unit.test_backend_ldap.LDAPTestSetup", "keystone.tests.unit.test_backend_ldap.ResourceTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_backend_ldap.MultiLDAPandSQLIdentityDomainConfigsInSQL": [ "keystone.tests.unit.assignment.test_backends.AssignmentTestHelperMixin", "keystone.tests.unit.assignment.test_backends.AssignmentTests", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.identity.test_backends.IdentityTests", "keystone.tests.unit.resource.test_backends.ResourceTests", "keystone.tests.unit.test_backend_ldap.AssignmentTests", "keystone.tests.unit.test_backend_ldap.BaseLDAPIdentity", "keystone.tests.unit.test_backend_ldap.BaseMultiLDAPandSQLIdentity", "keystone.tests.unit.test_backend_ldap.IdentityTests", "keystone.tests.unit.test_backend_ldap.LDAPTestSetup", "keystone.tests.unit.test_backend_ldap.MultiLDAPandSQLIdentity", "keystone.tests.unit.test_backend_ldap.ResourceTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_backend_ldap.ResourceTests": [ "keystone.tests.unit.resource.test_backends.ResourceTests", "object" ] }, { "keystone.tests.unit.test_backend_id_mapping_sql.SqlIDMapping": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.test_backend_sql.SqlTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_backend_id_mapping_sql.SqlIDMappingTable": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.test_backend_sql.SqlModels", "keystone.tests.unit.test_backend_sql.SqlTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_backend_federation_sql.SqlFederation": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.test_backend_sql.SqlModels", "keystone.tests.unit.test_backend_sql.SqlTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_backend_endpoint_policy_sql.SqlPolicyAssociationTable": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.test_backend_sql.SqlModels", "keystone.tests.unit.test_backend_sql.SqlTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_backend_endpoint_policy_sql.SqlPolicyAssociationTests": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.test_backend_endpoint_policy.PolicyAssociationTests", "keystone.tests.unit.test_backend_sql.SqlTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_backend_endpoint_policy.PolicyAssociationTests": [ "object" ] }, { "keystone.tests.unit.test_auth_plugin.SimpleChallengeResponse": [ "keystone.auth.plugins.base.AuthMethodHandler", "keystone.common.provider_api.ProviderAPIMixin", "object" ] }, { "keystone.tests.unit.test_auth_plugin.TestAuthPlugin": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_auth_plugin.TestAuthPluginDynamicOptions": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.test_auth_plugin.TestAuthPlugin", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_auth_plugin.TestMapped": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_associate_project_endpoint_extension.EndpointFilterCRUDTestCase": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_associate_project_endpoint_extension.EndpointFilterTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_associate_project_endpoint_extension.EndpointFilterTestCase": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_associate_project_endpoint_extension.EndpointFilterTokenRequestTestCase": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_associate_project_endpoint_extension.EndpointFilterTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_associate_project_endpoint_extension.EndpointGroupCRUDTestCase": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_associate_project_endpoint_extension.EndpointFilterTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_associate_project_endpoint_extension.JsonHomeTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_associate_project_endpoint_extension.EndpointFilterTestCase", "keystone.tests.unit.test_v3.JsonHomeTestMixin", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.test_app_config.AppConfigTest": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.server.test_keystone_flask.TestKeystoneFlaskCommon": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.server.test_keystone_flask.TestKeystoneFlaskCommon.test_HTTP_OPTIONS_is_unenforced.MappedResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "object" ] }, { "keystone.tests.unit.server.test_keystone_flask.TestKeystoneFlaskCommon.test_after_request_functions.TestAPI": [ "keystone.server.flask.common.APIBase", "keystone.tests.unit.server.test_keystone_flask._TestRestfulAPI", "object" ] }, { "keystone.tests.unit.server.test_keystone_flask.TestKeystoneFlaskCommon.test_after_request_functions_must_be_added.TestAPINoAfter": [ "keystone.server.flask.common.APIBase", "keystone.tests.unit.server.test_keystone_flask._TestRestfulAPI", "object" ] }, { "keystone.tests.unit.server.test_keystone_flask.TestKeystoneFlaskCommon.test_api_prefix_self_referential_link_substitution.TestResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.tests.unit.server.test_keystone_flask.TestKeystoneFlaskCommon.test_before_request_functions.TestAPI": [ "keystone.server.flask.common.APIBase", "keystone.tests.unit.server.test_keystone_flask._TestRestfulAPI", "object" ] }, { "keystone.tests.unit.server.test_keystone_flask.TestKeystoneFlaskCommon.test_before_request_functions_must_be_added.TestAPINoBefore": [ "keystone.server.flask.common.APIBase", "keystone.tests.unit.server.test_keystone_flask._TestRestfulAPI", "object" ] }, { "keystone.tests.unit.server.test_keystone_flask.TestKeystoneFlaskCommon.test_cannot_add_after_request_functions_twice.TestAPIDuplicateAfter": [ "keystone.server.flask.common.APIBase", "keystone.tests.unit.server.test_keystone_flask._TestRestfulAPI", "object" ] }, { "keystone.tests.unit.server.test_keystone_flask.TestKeystoneFlaskCommon.test_cannot_add_before_request_functions_twice.TestAPIDuplicateBefore": [ "keystone.server.flask.common.APIBase", "keystone.tests.unit.server.test_keystone_flask._TestRestfulAPI", "object" ] }, { "keystone.tests.unit.server.test_keystone_flask.TestKeystoneFlaskCommon.test_correct_json_home_document.MappedResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "object" ] }, { "keystone.tests.unit.server.test_keystone_flask.TestKeystoneFlaskCommon.test_mapped_resource_routes.MappedResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "object" ] }, { "keystone.tests.unit.server.test_keystone_flask.TestKeystoneFlaskCommon.test_resource_collection_key_raises_exception_if_unset.TestResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.tests.unit.server.test_keystone_flask.TestKeystoneFlaskCommon.test_resource_collection_key_raises_exception_if_unset.TestResourceWithKey": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.tests.unit.server.test_keystone_flask.TestKeystoneFlaskCommon.test_resource_member_key_raises_exception_if_unset.TestResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.tests.unit.server.test_keystone_flask.TestKeystoneFlaskCommon.test_resource_member_key_raises_exception_if_unset.TestResourceWithKey": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.tests.unit.server.test_keystone_flask.TestKeystoneFlaskCommon.test_unenforced_api_decorator.MappedResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "object" ] }, { "keystone.tests.unit.server.test_keystone_flask.TestKeystoneFlaskUnrouted404": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.server.test_keystone_flask._TestResourceWithCollectionInfo": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.tests.unit.server.test_keystone_flask._TestRestfulAPI": [ "keystone.server.flask.common.APIBase", "object" ] }, { "keystone.tests.unit.rest.RestfulTestCase": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.resource.test_core.DomainConfigDriverTests": [ "object" ] }, { "keystone.tests.unit.resource.test_core.DomainConfigTests": [ "object" ] }, { "keystone.tests.unit.resource.test_core.TestResourceManagerNoFixtures": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.resource.test_backends.ResourceDriverTests": [ "object" ] }, { "keystone.tests.unit.resource.test_backends.ResourceTests": [ "object" ] }, { "keystone.tests.unit.resource.config_backends.test_sql.SqlDomainConfig": [ "keystone.tests.unit.backend.core_sql.BaseBackendSqlTests", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.resource.test_core.DomainConfigTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.resource.config_backends.test_sql.SqlDomainConfigDriver": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.resource.test_core.DomainConfigDriverTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.resource.config_backends.test_sql.SqlDomainConfigModels": [ "keystone.tests.unit.backend.core_sql.BaseBackendSqlModels", "keystone.tests.unit.backend.core_sql.BaseBackendSqlTests", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.resource.backends.test_sql.TestSqlResourceDriver": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.resource.test_backends.ResourceDriverTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.receipt.test_receipt_serialization.TestReceiptSerialization": [ "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.receipt.test_fernet_provider.TestFernetKeyRotation": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.receipt.test_fernet_provider.TestFernetReceiptProvider": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.receipt.test_fernet_provider.TestLoadKeys": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.receipt.test_fernet_provider.TestPayloads": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.receipt.test_fernet_provider.TestReceiptFormatter": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.receipt.test_fernet_provider.TestValidate": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.policy.test_backends.PolicyTests": [ "object" ] }, { "keystone.tests.unit.policy.backends.test_sql.SQLDriverTestCase": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.policy.backends.test_base.DriverTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.policy.backends.test_sql.SQLModelTestCase": [ "keystone.tests.unit.backend.core_sql.BaseBackendSqlModels", "keystone.tests.unit.backend.core_sql.BaseBackendSqlTests", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.policy.backends.test_base.DriverTestCase": [ "object" ] }, { "keystone.tests.unit.limit.test_backends.LimitTests": [ "object" ] }, { "keystone.tests.unit.limit.test_backends.RegisteredLimitTests": [ "object" ] }, { "keystone.tests.unit.ksfixtures.temporaryfile.SecureTempFile": [ "fixtures.fixture.Fixture", "object" ] }, { "keystone.tests.unit.ksfixtures.policy.Policy": [ "fixtures.fixture.Fixture", "object" ] }, { "keystone.tests.unit.ksfixtures.ldapdb.LDAPDatabase": [ "fixtures.fixture.Fixture", "object" ] }, { "keystone.tests.unit.ksfixtures.key_repository.KeyRepository": [ "fixtures.fixture.Fixture", "object" ] }, { "keystone.tests.unit.ksfixtures.jws_key_repository.JWSKeyRepository": [ "fixtures.fixture.Fixture", "object" ] }, { "keystone.tests.unit.ksfixtures.hacking.HackingCode": [ "fixtures.fixture.Fixture", "object" ] }, { "keystone.tests.unit.ksfixtures.hacking.HackingTranslations": [ "fixtures.fixture.Fixture", "object" ] }, { "keystone.tests.unit.ksfixtures.database.Database": [ "fixtures.fixture.Fixture", "object" ] }, { "keystone.tests.unit.ksfixtures.cache.Cache": [ "fixtures.fixture.Fixture", "object" ] }, { "keystone.tests.unit.ksfixtures.backendloader.BackendLoader": [ "fixtures.fixture.Fixture", "object" ] }, { "keystone.tests.unit.ksfixtures.auth_plugins.ConfigAuthPlugins": [ "fixtures.fixture.Fixture", "object" ] }, { "keystone.tests.unit.ksfixtures.auth_plugins.LoadAuthPlugins": [ "fixtures.fixture.Fixture", "object" ] }, { "keystone.tests.unit.identity.test_core.TestDatabaseDomainConfigs": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.identity.test_core.TestDomainConfigs": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.identity.test_backends.FilterTests": [ "keystone.tests.unit.filtering.FilterTests", "object" ] }, { "keystone.tests.unit.identity.test_backends.IdentityTests": [ "object" ] }, { "keystone.tests.unit.identity.test_backends.LimitTests": [ "keystone.tests.unit.filtering.FilterTests", "object" ] }, { "keystone.tests.unit.identity.test_backend_sql.ChangePasswordRequiredAfterFirstUse": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.test_backend_sql.SqlTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.identity.test_backend_sql.DisableInactiveUserTests": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.test_backend_sql.SqlTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.identity.test_backend_sql.LockingOutUserTests": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.test_backend_sql.SqlTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.identity.test_backend_sql.MinimumPasswordAgeTests": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.test_backend_sql.SqlTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.identity.test_backend_sql.PasswordExpiresValidationTests": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.test_backend_sql.SqlTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.identity.test_backend_sql.PasswordHistoryValidationTests": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.test_backend_sql.SqlTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.identity.test_backend_sql.UserPasswordCreatedAtIntTests": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.test_backend_sql.SqlTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.identity.test_backend_sql.UserPasswordHashingTestsNoCompat": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.test_backend_sql.SqlTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.identity.test_backend_sql.UserResourceOptionTests": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.test_backend_sql.SqlTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.identity.shadow_users.test_core.ShadowUsersCoreTests": [ "object" ] }, { "keystone.tests.unit.identity.shadow_users.test_backend.ShadowUsersBackendTests": [ "object" ] }, { "keystone.tests.unit.identity.backends.test_sql.MySQLOpportunisticIdentityDriverTestCase": [ "keystone.tests.unit.identity.backends.test_base.IdentityDriverTests", "keystone.tests.unit.identity.backends.test_sql.TestIdentityDriver", "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin" ] }, { "keystone.tests.unit.identity.backends.test_sql.PostgreSQLOpportunisticIdentityDriverTestCase": [ "keystone.tests.unit.identity.backends.test_base.IdentityDriverTests", "keystone.tests.unit.identity.backends.test_sql.TestIdentityDriver", "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin" ] }, { "keystone.tests.unit.identity.backends.test_sql.TestIdentityDriver": [ "keystone.tests.unit.identity.backends.test_base.IdentityDriverTests", "object", "oslo_db.sqlalchemy.test_fixtures.OpportunisticDBTestMixin" ] }, { "keystone.tests.unit.identity.backends.test_ldap_common.CommonLdapTestCase": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.identity.backends.test_ldap_common.DnCompareTest": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.identity.backends.test_ldap_common.LDAPConnectionTimeoutTest": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.identity.backends.test_ldap_common.LDAPDeleteTreeTest": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.identity.backends.test_ldap_common.LDAPFilterQueryCompositionTest": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.identity.backends.test_ldap_common.LDAPPagedResultsTest": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.identity.backends.test_ldap_common.LDAPSizeLimitTest": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.identity.backends.test_ldap_common.MultiURLTests": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.identity.backends.test_ldap_common.SslTlsTest": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.identity.backends.test_ldap.TestIdentityDriver": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.identity.backends.test_base.IdentityDriverTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.identity.backends.test_base.IdentityDriverTests": [ "object" ] }, { "keystone.tests.unit.filtering.FilterTests": [ "object" ] }, { "keystone.tests.unit.federation.test_core.TestFederationProtocol": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.fakeldap.FakeLdap": [ "keystone.identity.backends.ldap.common.LDAPHandler", "object" ] }, { "keystone.tests.unit.fakeldap.FakeLdapNoSubtreeDelete": [ "keystone.identity.backends.ldap.common.LDAPHandler", "keystone.tests.unit.fakeldap.FakeLdap", "object" ] }, { "keystone.tests.unit.fakeldap.FakeLdapPool": [ "keystone.identity.backends.ldap.common.LDAPHandler", "keystone.tests.unit.fakeldap.FakeLdap", "object" ] }, { "keystone.tests.unit.fakeldap.FakeShelve": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "keystone.tests.unit.external.test_timeutils.TestTimeUtils": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.endpoint_policy.backends.test_sql.SQLDriverTestCase": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.endpoint_policy.backends.test_base.DriverTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.endpoint_policy.backends.test_sql.SQLModelTestCase": [ "keystone.tests.unit.backend.core_sql.BaseBackendSqlModels", "keystone.tests.unit.backend.core_sql.BaseBackendSqlTests", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.endpoint_policy.backends.test_base.DriverTestCase": [ "object" ] }, { "keystone.tests.unit.credential.test_fernet_provider.TestFernetCredentialProvider": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.credential.test_fernet_provider.TestFernetCredentialProviderWithNullKey": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.credential.test_backend_sql.SqlCredential": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.credential.test_backend_sql.SqlTests", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.credential.test_backend_sql.SqlTests": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.core.BaseTestCase": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.core.KeystoneFlaskTestClient": [ "flask.testing.FlaskClient", "object", "typing.Generic", "werkzeug.test.Client" ] }, { "keystone.tests.unit.core.SQLDriverOverrides": [ "object" ] }, { "keystone.tests.unit.core.TestCase": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.core.UnexpectedExit": [ "BaseException", "Exception", "object" ] }, { "keystone.tests.unit.core.dirs": [ "object" ] }, { "keystone.tests.unit.contrib.federation.test_utils.MappingRuleEngineTests": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.contrib.federation.test_utils.TestMappingLocals": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.contrib.federation.test_utils.TestUnicodeAssertionData": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.common.test_utils.FernetUtilsTestCase": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.common.test_utils.ServiceHelperTests": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.common.test_utils.UtilsTestCase": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.common.test_utils.UtilsTestCase.test_verify_length_and_trunc_password_throws_validation_error.SpecialObject": [ "object" ] }, { "keystone.tests.unit.common.test_sql_core.ModelBase": [ "object" ] }, { "keystone.tests.unit.common.test_sql_core.TestModel": [ "keystone.common.sql.core.ModelDictMixin", "keystone.tests.unit.common.test_sql_core.ModelBase", "object", "oslo_db.sqlalchemy.models.ModelBase" ] }, { "keystone.tests.unit.common.test_sql_core.TestModelDictMixin": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.common.test_resource_options_common.TestResourceOptionObjects": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.common.test_rbac_enforcer.TestRBACEnforcer": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.common.test_rbac_enforcer.TestRBACEnforcerRest": [ "keystone.tests.unit.common.test_rbac_enforcer._TestRBACEnforcerBase", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.common.test_rbac_enforcer.TestRBACEnforcerRestAdminAuthToken": [ "keystone.tests.unit.common.test_rbac_enforcer._TestRBACEnforcerBase", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.common.test_rbac_enforcer._TestRBACEnforcerBase": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.common.test_rbac_enforcer._TestRBACEnforcerBase._setup_flask_restful_api.RestfulResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "object" ] }, { "keystone.tests.unit.common.test_provider_api.TestProviderAPIRegistry": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.common.test_provider_api.TestProviderAPIRegistry._create_manager_instance.TestManager": [ "keystone.common.manager.Manager", "object" ] }, { "keystone.tests.unit.common.test_provider_api.TestProviderAPIRegistry.test_deferred_gettr.TestClass": [ "object" ] }, { "keystone.tests.unit.common.test_provider_api.TestProviderAPIRegistry.test_provider_api_mixin.Testing": [ "keystone.common.provider_api.ProviderAPIMixin", "object" ] }, { "keystone.tests.unit.common.test_notifications.ArbitraryException": [ "BaseException", "Exception", "object" ] }, { "keystone.tests.unit.common.test_notifications.AuditNotificationsTestCase": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.common.test_notifications.BaseNotificationTest": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.common.test_notifications.CADFNotificationsDataTestCase": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.common.test_notifications.CADFNotificationsForEntities": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.common.test_notifications.BaseNotificationTest", "keystone.tests.unit.common.test_notifications.NotificationsForEntities", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.common.test_notifications.CADFNotificationsForPCIDSSEvents": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.common.test_notifications.BaseNotificationTest", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.common.test_notifications.CadfNotificationsWrapperTestCase": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.common.test_notifications.NotificationsForEntities": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.common.test_notifications.BaseNotificationTest", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.common.test_notifications.NotificationsTestCase": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.common.test_notifications.TestCallbackRegistration": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.common.test_notifications.TestCallbackRegistration.test_a_list_of_callbacks.C": [ "object" ] }, { "keystone.tests.unit.common.test_notifications.TestCallbackRegistration.test_a_method_callback.C": [ "object" ] }, { "keystone.tests.unit.common.test_notifications.TestEventCallbacks": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.common.test_notifications.TestEventCallbacks.FakeManager": [ "object" ] }, { "keystone.tests.unit.common.test_notifications.TestEventCallbacks.test_invalid_event_callbacks.Foo": [ "object" ] }, { "keystone.tests.unit.common.test_notifications.TestEventCallbacks.test_invalid_event_callbacks_event.Foo": [ "object" ] }, { "keystone.tests.unit.common.test_notifications.TestEventCallbacks.test_provider_event_callback_subscription.Foo": [ "object" ] }, { "keystone.tests.unit.common.test_notifications.TestEventCallbacks.test_provider_event_callbacks_subscription.Foo": [ "object" ] }, { "keystone.tests.unit.common.test_notifications.TestEventCallbacks.test_using_an_unbound_method_as_a_callback_fails.Foo": [ "object" ] }, { "keystone.tests.unit.common.test_json_home.JsonHomeTest": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.common.test_database_conflicts.DuplicateTestCase": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "keystone.tests.unit.rest.RestfulTestCase", "keystone.tests.unit.test_v3.RestfulTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.common.test_cache.TestCacheRegion": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.catalog.test_core.FormatUrlTests": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.catalog.test_backends.CatalogTests": [ "object" ] }, { "keystone.tests.unit.base_classes.TestCaseWithBootstrap": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.backend.core_sql.BaseBackendSqlModels": [ "keystone.tests.unit.backend.core_sql.BaseBackendSqlTests", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.backend.core_sql.BaseBackendSqlTests": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.backend.core_ldap.BaseBackendLdap": [ "object" ] }, { "keystone.tests.unit.backend.core_ldap.BaseBackendLdapCommon": [ "object" ] }, { "keystone.tests.unit.backend.core_ldap.BaseBackendLdapIdentitySqlEverythingElse": [ "keystone.tests.unit.core.SQLDriverOverrides", "object" ] }, { "keystone.tests.unit.backend.core_ldap.BaseBackendLdapIdentitySqlEverythingElseWithMapping": [ "object" ] }, { "keystone.tests.unit.auth.test_schema.TestValidateIssueTokenAuth": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.auth.test_controllers.TestLoadAuthMethod": [ "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.auth.plugins.test_core.TestPluginCore": [ "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.assignment.test_core.RoleTests": [ "object" ] }, { "keystone.tests.unit.assignment.test_backends.AssignmentTestHelperMixin": [ "object" ] }, { "keystone.tests.unit.assignment.test_backends.AssignmentTests": [ "keystone.tests.unit.assignment.test_backends.AssignmentTestHelperMixin", "object" ] }, { "keystone.tests.unit.assignment.test_backends.ImpliedRoleTests": [ "keystone.tests.unit.assignment.test_backends.AssignmentTestHelperMixin", "object" ] }, { "keystone.tests.unit.assignment.test_backends.InheritanceTests": [ "keystone.tests.unit.assignment.test_backends.AssignmentTestHelperMixin", "object" ] }, { "keystone.tests.unit.assignment.test_backends.SystemAssignmentTests": [ "keystone.tests.unit.assignment.test_backends.AssignmentTestHelperMixin", "object" ] }, { "keystone.tests.unit.assignment.role_backends.test_sql.SqlRole": [ "keystone.tests.unit.assignment.test_core.RoleTests", "keystone.tests.unit.backend.core_sql.BaseBackendSqlTests", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.assignment.role_backends.test_sql.SqlRoleModels": [ "keystone.tests.unit.backend.core_sql.BaseBackendSqlModels", "keystone.tests.unit.backend.core_sql.BaseBackendSqlTests", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.application_credential.test_backends.ApplicationCredentialTests": [ "object" ] }, { "keystone.tests.unit.application_credential.backends.test_sql.SQLDriverTestCase": [ "keystone.tests.unit.application_credential.test_backends.ApplicationCredentialTests", "keystone.tests.unit.backend.core_sql.BaseBackendSqlTests", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.unit.application_credential.backends.test_sql.SQLModelTestCase": [ "keystone.tests.unit.backend.core_sql.BaseBackendSqlModels", "keystone.tests.unit.backend.core_sql.BaseBackendSqlTests", "keystone.tests.unit.core.BaseTestCase", "keystone.tests.unit.core.SQLDriverOverrides", "keystone.tests.unit.core.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_users.DomainAdminTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_users._CommonUserTests", "keystone.tests.protection.v3.test_users._DomainUserTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_users.DomainMemberTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_users._CommonUserTests", "keystone.tests.protection.v3.test_users._DomainMemberAndReaderUserTests", "keystone.tests.protection.v3.test_users._DomainUserTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_users.DomainReaderTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_users._CommonUserTests", "keystone.tests.protection.v3.test_users._DomainMemberAndReaderUserTests", "keystone.tests.protection.v3.test_users._DomainUserTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_users.ProjectAdminTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_users._CommonUserTests", "keystone.tests.protection.v3.test_users._ProjectUserTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_users.ProjectMemberTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_users._CommonUserTests", "keystone.tests.protection.v3.test_users._ProjectUserTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_users.ProjectReaderTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_users._CommonUserTests", "keystone.tests.protection.v3.test_users._ProjectUserTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_users.SystemAdminTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_users._CommonUserTests", "keystone.tests.protection.v3.test_users._SystemUserTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_users.SystemMemberTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_users._CommonUserTests", "keystone.tests.protection.v3.test_users._SystemMemberAndReaderUserTests", "keystone.tests.protection.v3.test_users._SystemUserTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_users.SystemReaderTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_users._CommonUserTests", "keystone.tests.protection.v3.test_users._SystemMemberAndReaderUserTests", "keystone.tests.protection.v3.test_users._SystemUserTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_users._CommonUserTests": [ "object" ] }, { "keystone.tests.protection.v3.test_users._DomainMemberAndReaderUserTests": [ "object" ] }, { "keystone.tests.protection.v3.test_users._DomainUserTests": [ "object" ] }, { "keystone.tests.protection.v3.test_users._ProjectUserTests": [ "object" ] }, { "keystone.tests.protection.v3.test_users._SystemMemberAndReaderUserTests": [ "object" ] }, { "keystone.tests.protection.v3.test_users._SystemUserTests": [ "object" ] }, { "keystone.tests.protection.v3.test_trusts.AdminTokenTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_trusts.TrustTests", "keystone.tests.protection.v3.test_trusts._AdminTestsMixin", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_trusts.DomainUserTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_trusts.TrustTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_trusts.ProjectUserTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_trusts.TrustTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_trusts.SystemAdminTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_trusts.TrustTests", "keystone.tests.protection.v3.test_trusts._AdminTestsMixin", "keystone.tests.protection.v3.test_trusts._SystemUserTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_trusts.SystemMemberTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_trusts.TrustTests", "keystone.tests.protection.v3.test_trusts._SystemReaderMemberTests", "keystone.tests.protection.v3.test_trusts._SystemUserTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_trusts.SystemReaderTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_trusts.TrustTests", "keystone.tests.protection.v3.test_trusts._SystemReaderMemberTests", "keystone.tests.protection.v3.test_trusts._SystemUserTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_trusts.TrustTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_trusts._AdminTestsMixin": [ "object" ] }, { "keystone.tests.protection.v3.test_trusts._SystemReaderMemberTests": [ "keystone.tests.protection.v3.test_trusts._SystemUserTests", "object" ] }, { "keystone.tests.protection.v3.test_trusts._SystemUserTests": [ "object" ] }, { "keystone.tests.protection.v3.test_tokens.DomainUserTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_tokens._DomainAndProjectUserTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_tokens.ProjectUserTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_tokens._DomainAndProjectUserTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_tokens.SystemAdminTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_tokens._SystemUserTokenTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_tokens.SystemMemberTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_tokens._SystemMemberAndReaderTokenTests", "keystone.tests.protection.v3.test_tokens._SystemUserTokenTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_tokens.SystemReaderTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_tokens._SystemMemberAndReaderTokenTests", "keystone.tests.protection.v3.test_tokens._SystemUserTokenTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_tokens._DomainAndProjectUserTests": [ "object" ] }, { "keystone.tests.protection.v3.test_tokens._SystemMemberAndReaderTokenTests": [ "object" ] }, { "keystone.tests.protection.v3.test_tokens._SystemUserTokenTests": [ "object" ] }, { "keystone.tests.protection.v3.test_system_assignments.DomainUserTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_system_assignments._DomainAndProjectUserSystemAssignmentTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_system_assignments.ProjectAdminTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_system_assignments._DomainAndProjectUserSystemAssignmentTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_system_assignments.ProjectMemberTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_system_assignments._DomainAndProjectUserSystemAssignmentTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_system_assignments.ProjectReaderTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_system_assignments._DomainAndProjectUserSystemAssignmentTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_system_assignments.SystemAdminTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_system_assignments._SystemUserSystemAssignmentTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_system_assignments.SystemMemberTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_system_assignments._SystemMemberAndReaderSystemAssignmentTests", "keystone.tests.protection.v3.test_system_assignments._SystemUserSystemAssignmentTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_system_assignments.SystemReaderTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_system_assignments._SystemMemberAndReaderSystemAssignmentTests", "keystone.tests.protection.v3.test_system_assignments._SystemUserSystemAssignmentTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_system_assignments._DomainAndProjectUserSystemAssignmentTests": [ "object" ] }, { "keystone.tests.protection.v3.test_system_assignments._SystemMemberAndReaderSystemAssignmentTests": [ "object" ] }, { "keystone.tests.protection.v3.test_system_assignments._SystemUserSystemAssignmentTests": [ "object" ] }, { "keystone.tests.protection.v3.test_services.DomainUserTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_services._DomainAndProjectUserServiceTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_services.ProjectUserTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_services._DomainAndProjectUserServiceTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_services.ProjectUserTestsWithoutEnforceScope": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_services._DomainAndProjectUserServiceTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_services.SystemAdminTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_services._SystemUserServiceTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_services.SystemMemberTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_services._SystemReaderAndMemberUserServiceTests", "keystone.tests.protection.v3.test_services._SystemUserServiceTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_services.SystemReaderTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_services._SystemReaderAndMemberUserServiceTests", "keystone.tests.protection.v3.test_services._SystemUserServiceTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_services._DomainAndProjectUserServiceTests": [ "object" ] }, { "keystone.tests.protection.v3.test_services._SystemReaderAndMemberUserServiceTests": [ "object" ] }, { "keystone.tests.protection.v3.test_services._SystemUserServiceTests": [ "object" ] }, { "keystone.tests.protection.v3.test_service_providers.DomainUserTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_service_providers._DomainAndProjectUserServiceProviderTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_service_providers.ProjectUserTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_service_providers._DomainAndProjectUserServiceProviderTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_service_providers.ProjectUserTestsWithoutEnforceScope": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_service_providers._DomainAndProjectUserServiceProviderTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_service_providers.SystemAdminTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_service_providers._SystemUserServiceProviderTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_service_providers.SystemMemberTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_service_providers._SystemReaderAndMemberUserServiceProviderTests", "keystone.tests.protection.v3.test_service_providers._SystemUserServiceProviderTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_service_providers.SystemReaderTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_service_providers._SystemReaderAndMemberUserServiceProviderTests", "keystone.tests.protection.v3.test_service_providers._SystemUserServiceProviderTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_service_providers._DomainAndProjectUserServiceProviderTests": [ "object" ] }, { "keystone.tests.protection.v3.test_service_providers._SystemReaderAndMemberUserServiceProviderTests": [ "object" ] }, { "keystone.tests.protection.v3.test_service_providers._SystemUserServiceProviderTests": [ "object" ] }, { "keystone.tests.protection.v3.test_roles.DomainUserTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_roles._DomainAndProjectUserRoleTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_roles.ProjectUserTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_roles._DomainAndProjectUserRoleTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_roles.ProjectUserTestsWithoutEnforceScope": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_roles._DomainAndProjectUserRoleTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_roles.SystemAdminTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_roles._SystemUserRoleTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_roles.SystemMemberTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_roles._SystemReaderAndMemberRoleTests", "keystone.tests.protection.v3.test_roles._SystemUserRoleTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_roles.SystemReaderTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_roles._SystemReaderAndMemberRoleTests", "keystone.tests.protection.v3.test_roles._SystemUserRoleTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_roles._DomainAndProjectUserRoleTests": [ "object" ] }, { "keystone.tests.protection.v3.test_roles._SystemReaderAndMemberRoleTests": [ "object" ] }, { "keystone.tests.protection.v3.test_roles._SystemUserRoleTests": [ "object" ] }, { "keystone.tests.protection.v3.test_registered_limits.DomainUserTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_registered_limits._UserRegisteredLimitTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_registered_limits.ProjectUserTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_registered_limits._UserRegisteredLimitTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_registered_limits.ProjectUserTestsWithoutEnforceScope": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_registered_limits._UserRegisteredLimitTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_registered_limits.SystemAdminTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_registered_limits.SystemMemberTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_registered_limits._UserRegisteredLimitTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_registered_limits.SystemReaderTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_registered_limits._UserRegisteredLimitTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_registered_limits._UserRegisteredLimitTests": [ "object" ] }, { "keystone.tests.protection.v3.test_regions.DomainUserTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_regions._DomainAndProjectUserRegionTests", "keystone.tests.protection.v3.test_regions._UserRegionTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_regions.ProjectUserTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_regions._DomainAndProjectUserRegionTests", "keystone.tests.protection.v3.test_regions._UserRegionTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_regions.ProjectUserTestsWithoutEnforceScope": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_regions._DomainAndProjectUserRegionTests", "keystone.tests.protection.v3.test_regions._UserRegionTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_regions.SystemAdminTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_regions._UserRegionTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_regions.SystemMemberTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_regions._SystemReaderAndMemberUserRegionTests", "keystone.tests.protection.v3.test_regions._UserRegionTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_regions.SystemReaderTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_regions._SystemReaderAndMemberUserRegionTests", "keystone.tests.protection.v3.test_regions._UserRegionTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_regions._DomainAndProjectUserRegionTests": [ "object" ] }, { "keystone.tests.protection.v3.test_regions._SystemReaderAndMemberUserRegionTests": [ "object" ] }, { "keystone.tests.protection.v3.test_regions._UserRegionTests": [ "object" ] }, { "keystone.tests.protection.v3.test_protocols.DomainUserTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_protocols._CommonUtilities", "keystone.tests.protection.v3.test_protocols._DomainAndProjectUserProtocolTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_protocols.ProjectUserTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_protocols._CommonUtilities", "keystone.tests.protection.v3.test_protocols._DomainAndProjectUserProtocolTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_protocols.ProjectUserTestsWithoutEnforceScope": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_protocols._CommonUtilities", "keystone.tests.protection.v3.test_protocols._DomainAndProjectUserProtocolTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_protocols.SystemAdminTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_protocols._CommonUtilities", "keystone.tests.protection.v3.test_protocols._SystemUserProtocolTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_protocols.SystemMemberTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_protocols._CommonUtilities", "keystone.tests.protection.v3.test_protocols._SystemReaderAndMemberProtocolTests", "keystone.tests.protection.v3.test_protocols._SystemUserProtocolTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_protocols.SystemReaderTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_protocols._CommonUtilities", "keystone.tests.protection.v3.test_protocols._SystemReaderAndMemberProtocolTests", "keystone.tests.protection.v3.test_protocols._SystemUserProtocolTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_protocols._CommonUtilities": [ "object" ] }, { "keystone.tests.protection.v3.test_protocols._DomainAndProjectUserProtocolTests": [ "object" ] }, { "keystone.tests.protection.v3.test_protocols._SystemReaderAndMemberProtocolTests": [ "object" ] }, { "keystone.tests.protection.v3.test_protocols._SystemUserProtocolTests": [ "object" ] }, { "keystone.tests.protection.v3.test_projects.DomainAdminTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_projects._DomainUsersTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_projects.DomainMemberTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_projects._DomainMemberAndReaderProjectTests", "keystone.tests.protection.v3.test_projects._DomainUsersTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_projects.DomainReaderTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_projects._DomainMemberAndReaderProjectTests", "keystone.tests.protection.v3.test_projects._DomainUsersTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_projects.ProjectUserTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_projects.SystemAdminTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_projects._SystemUserTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_projects.SystemMemberTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_projects._SystemMemberAndReaderProjectTests", "keystone.tests.protection.v3.test_projects._SystemUserTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_projects.SystemReaderTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_projects._SystemMemberAndReaderProjectTests", "keystone.tests.protection.v3.test_projects._SystemUserTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_projects._DomainMemberAndReaderProjectTests": [ "object" ] }, { "keystone.tests.protection.v3.test_projects._DomainUsersTests": [ "object" ] }, { "keystone.tests.protection.v3.test_projects._SystemMemberAndReaderProjectTests": [ "object" ] }, { "keystone.tests.protection.v3.test_projects._SystemUserTests": [ "object" ] }, { "keystone.tests.protection.v3.test_project_tags.DomainAdminUserTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_project_tags._DomainUserTagTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_project_tags.DomainMemberUserTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_project_tags._DomainMemberAndReaderTagTests", "keystone.tests.protection.v3.test_project_tags._DomainUserTagTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_project_tags.DomainReaderUserTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_project_tags._DomainMemberAndReaderTagTests", "keystone.tests.protection.v3.test_project_tags._DomainUserTagTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_project_tags.ProjectAdminTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_project_tags._ProjectUserTagTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_project_tags.ProjectMemberTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_project_tags._ProjectMemberAndReaderTagTests", "keystone.tests.protection.v3.test_project_tags._ProjectUserTagTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_project_tags.ProjectReaderTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_project_tags._ProjectMemberAndReaderTagTests", "keystone.tests.protection.v3.test_project_tags._ProjectUserTagTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_project_tags.SystemAdminTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_project_tags._SystemUserTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_project_tags.SystemMemberTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_project_tags._SystemMemberAndReaderTagTests", "keystone.tests.protection.v3.test_project_tags._SystemUserTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_project_tags.SystemReaderTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_project_tags._SystemMemberAndReaderTagTests", "keystone.tests.protection.v3.test_project_tags._SystemUserTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_project_tags._DomainAndProjectUserTagTests": [ "object" ] }, { "keystone.tests.protection.v3.test_project_tags._DomainMemberAndReaderTagTests": [ "object" ] }, { "keystone.tests.protection.v3.test_project_tags._DomainUserTagTests": [ "object" ] }, { "keystone.tests.protection.v3.test_project_tags._ProjectMemberAndReaderTagTests": [ "object" ] }, { "keystone.tests.protection.v3.test_project_tags._ProjectUserTagTests": [ "object" ] }, { "keystone.tests.protection.v3.test_project_tags._SystemMemberAndReaderTagTests": [ "object" ] }, { "keystone.tests.protection.v3.test_project_tags._SystemUserTests": [ "object" ] }, { "keystone.tests.protection.v3.test_project_endpoint.DomainUserTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_project_endpoint._DomainAndProjectUserProjectEndpointTests", "keystone.tests.protection.v3.test_project_endpoint._SystemReaderAndMemberProjectEndpointTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_project_endpoint.ProjectUserTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_project_endpoint._DomainAndProjectUserProjectEndpointTests", "keystone.tests.protection.v3.test_project_endpoint._SystemReaderAndMemberProjectEndpointTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_project_endpoint.ProjectUserTestsWithoutEnforceScope": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_project_endpoint._DomainAndProjectUserProjectEndpointTests", "keystone.tests.protection.v3.test_project_endpoint._SystemReaderAndMemberProjectEndpointTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_project_endpoint.SystemAdminTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_project_endpoint._SystemUserProjectEndpointTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_project_endpoint.SystemMemberTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_project_endpoint._SystemReaderAndMemberProjectEndpointTests", "keystone.tests.protection.v3.test_project_endpoint._SystemUserProjectEndpointTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_project_endpoint.SystemReaderTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_project_endpoint._SystemReaderAndMemberProjectEndpointTests", "keystone.tests.protection.v3.test_project_endpoint._SystemUserProjectEndpointTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_project_endpoint._DomainAndProjectUserProjectEndpointTests": [ "object" ] }, { "keystone.tests.protection.v3.test_project_endpoint._SystemReaderAndMemberProjectEndpointTests": [ "object" ] }, { "keystone.tests.protection.v3.test_project_endpoint._SystemUserProjectEndpointTests": [ "object" ] }, { "keystone.tests.protection.v3.test_policy_association.DomainUserTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_policy_association._DomainAndProjectUserPolicyAssociationsTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_policy_association.ProjectUserTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_policy_association._DomainAndProjectUserPolicyAssociationsTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_policy_association.ProjectUserTestsWithoutEnforceScope": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_policy_association._DomainAndProjectUserPolicyAssociationsTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_policy_association.SystemAdminTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_policy_association._SystemUserPoliciesAssociationTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_policy_association.SystemMemberTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_policy_association._SystemReaderAndMemberPoliciesAssociationTests", "keystone.tests.protection.v3.test_policy_association._SystemUserPoliciesAssociationTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_policy_association.SystemReaderTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_policy_association._SystemReaderAndMemberPoliciesAssociationTests", "keystone.tests.protection.v3.test_policy_association._SystemUserPoliciesAssociationTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_policy_association._DomainAndProjectUserPolicyAssociationsTests": [ "object" ] }, { "keystone.tests.protection.v3.test_policy_association._SystemReaderAndMemberPoliciesAssociationTests": [ "object" ] }, { "keystone.tests.protection.v3.test_policy_association._SystemUserPoliciesAssociationTests": [ "object" ] }, { "keystone.tests.protection.v3.test_policy.DomainUserTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_policy._DomainAndProjectUserPolicyTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_policy.ProjectUserTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_policy._DomainAndProjectUserPolicyTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_policy.ProjectUserTestsWithoutEnforceScope": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_policy._DomainAndProjectUserPolicyTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_policy.SystemAdminTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_policy._SystemUserPoliciesTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_policy.SystemMemberTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_policy._SystemReaderAndMemberPoliciesTests", "keystone.tests.protection.v3.test_policy._SystemUserPoliciesTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_policy.SystemReaderTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_policy._SystemReaderAndMemberPoliciesTests", "keystone.tests.protection.v3.test_policy._SystemUserPoliciesTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_policy._DomainAndProjectUserPolicyTests": [ "object" ] }, { "keystone.tests.protection.v3.test_policy._SystemReaderAndMemberPoliciesTests": [ "object" ] }, { "keystone.tests.protection.v3.test_policy._SystemUserPoliciesTests": [ "object" ] }, { "keystone.tests.protection.v3.test_mappings.DomainUserTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_mappings._DomainAndProjectUserMappingTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_mappings.ProjectUserTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_mappings._DomainAndProjectUserMappingTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_mappings.ProjectUserTestsWithoutEnforceScope": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_mappings._DomainAndProjectUserMappingTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_mappings.SystemAdminTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_mappings._SystemUserMappingTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_mappings.SystemMemberTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_mappings._SystemReaderAndMemberUserMappingTests", "keystone.tests.protection.v3.test_mappings._SystemUserMappingTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_mappings.SystemReaderTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_mappings._SystemReaderAndMemberUserMappingTests", "keystone.tests.protection.v3.test_mappings._SystemUserMappingTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_mappings._DomainAndProjectUserMappingTests": [ "object" ] }, { "keystone.tests.protection.v3.test_mappings._SystemReaderAndMemberUserMappingTests": [ "object" ] }, { "keystone.tests.protection.v3.test_mappings._SystemUserMappingTests": [ "object" ] }, { "keystone.tests.protection.v3.test_limits.DomainUserTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_limits.ProjectUserTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_limits.ProjectUserTestsWithoutEnforceScope": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_limits.ProjectUserTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_limits.SystemAdminTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_limits.SystemMemberTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_limits._UserLimitTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_limits.SystemReaderTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_limits._UserLimitTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_limits._UserLimitTests": [ "object" ] }, { "keystone.tests.protection.v3.test_implied_roles.SystemAdminTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_implied_roles._ImpliedRolesSetupMixin", "keystone.tests.protection.v3.test_implied_roles._SystemUserImpliedRoleTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_implied_roles.SystemMemberTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_implied_roles._ImpliedRolesSetupMixin", "keystone.tests.protection.v3.test_implied_roles._SystemReaderAndMemberImpliedRoleTests", "keystone.tests.protection.v3.test_implied_roles._SystemUserImpliedRoleTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_implied_roles.SystemReaderTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_implied_roles._ImpliedRolesSetupMixin", "keystone.tests.protection.v3.test_implied_roles._SystemReaderAndMemberImpliedRoleTests", "keystone.tests.protection.v3.test_implied_roles._SystemUserImpliedRoleTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_implied_roles._ImpliedRolesSetupMixin": [ "object" ] }, { "keystone.tests.protection.v3.test_implied_roles._SystemReaderAndMemberImpliedRoleTests": [ "object" ] }, { "keystone.tests.protection.v3.test_implied_roles._SystemUserImpliedRoleTests": [ "object" ] }, { "keystone.tests.protection.v3.test_identity_providers.DomainUserTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_identity_providers._DomainAndProjectUserIdentityProviderTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_identity_providers.ProjectUserTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_identity_providers._DomainAndProjectUserIdentityProviderTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_identity_providers.ProjectUserTestsWithoutEnforceScope": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_identity_providers._DomainAndProjectUserIdentityProviderTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_identity_providers.SystemAdminTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_identity_providers._SystemUserIdentityProviderTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_identity_providers.SystemMemberTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_identity_providers._SystemReaderAndMemberIdentityProviderTests", "keystone.tests.protection.v3.test_identity_providers._SystemUserIdentityProviderTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_identity_providers.SystemReaderTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_identity_providers._SystemReaderAndMemberIdentityProviderTests", "keystone.tests.protection.v3.test_identity_providers._SystemUserIdentityProviderTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_identity_providers._DomainAndProjectUserIdentityProviderTests": [ "object" ] }, { "keystone.tests.protection.v3.test_identity_providers._SystemReaderAndMemberIdentityProviderTests": [ "object" ] }, { "keystone.tests.protection.v3.test_identity_providers._SystemUserIdentityProviderTests": [ "object" ] }, { "keystone.tests.protection.v3.test_groups.DomainAdminTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_groups._DomainUserGroupTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_groups.DomainMemberTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_groups._DomainUserGroupTests", "keystone.tests.protection.v3.test_groups._SystemAndDomainMemberAndReaderGroupTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_groups.DomainReaderTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_groups._DomainUserGroupTests", "keystone.tests.protection.v3.test_groups._SystemAndDomainMemberAndReaderGroupTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_groups.ProjectUserTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_groups.SystemAdminTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_groups._SystemUserGroupTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_groups.SystemMemberTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_groups._SystemAndDomainMemberAndReaderGroupTests", "keystone.tests.protection.v3.test_groups._SystemUserGroupTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_groups.SystemReaderTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_groups._SystemAndDomainMemberAndReaderGroupTests", "keystone.tests.protection.v3.test_groups._SystemUserGroupTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_groups._DomainUserGroupTests": [ "object" ] }, { "keystone.tests.protection.v3.test_groups._SystemAndDomainMemberAndReaderGroupTests": [ "object" ] }, { "keystone.tests.protection.v3.test_groups._SystemUserGroupTests": [ "object" ] }, { "keystone.tests.protection.v3.test_grants.DomainAdminTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_grants._DomainUserTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_grants.DomainMemberTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_grants._DomainMemberAndReaderTests", "keystone.tests.protection.v3.test_grants._DomainUserTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_grants.DomainReaderTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_grants._DomainMemberAndReaderTests", "keystone.tests.protection.v3.test_grants._DomainUserTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_grants.SystemAdminTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_grants._SystemUserGrantTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_grants.SystemMemberTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_grants._SystemMemberAndReaderGrantTests", "keystone.tests.protection.v3.test_grants._SystemUserGrantTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_grants.SystemReaderTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_grants._SystemMemberAndReaderGrantTests", "keystone.tests.protection.v3.test_grants._SystemUserGrantTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_grants._DomainMemberAndReaderTests": [ "object" ] }, { "keystone.tests.protection.v3.test_grants._DomainUserTests": [ "object" ] }, { "keystone.tests.protection.v3.test_grants._SystemMemberAndReaderGrantTests": [ "object" ] }, { "keystone.tests.protection.v3.test_grants._SystemUserGrantTests": [ "object" ] }, { "keystone.tests.protection.v3.test_endpoints.DomainUserTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_endpoints._DomainAndProjectUserEndpointTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_endpoints.ProjectUserTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_endpoints._DomainAndProjectUserEndpointTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_endpoints.ProjectUserTestsWithoutEnforceScope": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_endpoints._DomainAndProjectUserEndpointTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_endpoints.SystemAdminTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_endpoints._SystemUserEndpointTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_endpoints.SystemMemberTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_endpoints._SystemReaderAndMemberUserEndpointTests", "keystone.tests.protection.v3.test_endpoints._SystemUserEndpointTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_endpoints.SystemReaderTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_endpoints._SystemReaderAndMemberUserEndpointTests", "keystone.tests.protection.v3.test_endpoints._SystemUserEndpointTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_endpoints._DomainAndProjectUserEndpointTests": [ "object" ] }, { "keystone.tests.protection.v3.test_endpoints._SystemReaderAndMemberUserEndpointTests": [ "object" ] }, { "keystone.tests.protection.v3.test_endpoints._SystemUserEndpointTests": [ "object" ] }, { "keystone.tests.protection.v3.test_endpoint_group.DomainUserTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_endpoint_group._DomainAndProjectUserEndpointGroupTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_endpoint_group.ProjectUserTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_endpoint_group._DomainAndProjectUserEndpointGroupTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_endpoint_group.ProjectUserTestsWithoutEnforceScope": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_endpoint_group._DomainAndProjectUserEndpointGroupTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_endpoint_group.SystemAdminTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_endpoint_group._SystemUserEndpointGroupsTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_endpoint_group.SystemMemberTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_endpoint_group._SystemReaderAndMemberUserEndpointGroupsTests", "keystone.tests.protection.v3.test_endpoint_group._SystemUserEndpointGroupsTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_endpoint_group.SystemReaderTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_endpoint_group._SystemReaderAndMemberUserEndpointGroupsTests", "keystone.tests.protection.v3.test_endpoint_group._SystemUserEndpointGroupsTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_endpoint_group._DomainAndProjectUserEndpointGroupTests": [ "object" ] }, { "keystone.tests.protection.v3.test_endpoint_group._SystemReaderAndMemberUserEndpointGroupsTests": [ "object" ] }, { "keystone.tests.protection.v3.test_endpoint_group._SystemUserEndpointGroupsTests": [ "object" ] }, { "keystone.tests.protection.v3.test_ec2_credential.ProjectAdminTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_ec2_credential._SystemReaderAndMemberTests", "keystone.tests.protection.v3.test_ec2_credential._UserEC2CredentialTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_ec2_credential.SystemAdminTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_ec2_credential._SystemUserTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_ec2_credential.SystemMemberTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_ec2_credential._SystemReaderAndMemberTests", "keystone.tests.protection.v3.test_ec2_credential._SystemUserTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_ec2_credential.SystemReaderTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_ec2_credential._SystemReaderAndMemberTests", "keystone.tests.protection.v3.test_ec2_credential._SystemUserTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_ec2_credential._SystemReaderAndMemberTests": [ "object" ] }, { "keystone.tests.protection.v3.test_ec2_credential._SystemUserTests": [ "object" ] }, { "keystone.tests.protection.v3.test_ec2_credential._UserEC2CredentialTests": [ "object" ] }, { "keystone.tests.protection.v3.test_domains.DomainUserTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_domains._DomainAndProjectUserDomainTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_domains.ProjectAdminTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_domains._DomainAndProjectUserDomainTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_domains.ProjectMemberTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_domains._DomainAndProjectUserDomainTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_domains.ProjectReaderTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_domains._DomainAndProjectUserDomainTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_domains.SystemAdminTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_domains._SystemUserDomainTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_domains.SystemMemberTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_domains._SystemMemberAndReaderDomainTests", "keystone.tests.protection.v3.test_domains._SystemUserDomainTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_domains.SystemReaderTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_domains._SystemMemberAndReaderDomainTests", "keystone.tests.protection.v3.test_domains._SystemUserDomainTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_domains._DomainAndProjectUserDomainTests": [ "object" ] }, { "keystone.tests.protection.v3.test_domains._SystemMemberAndReaderDomainTests": [ "object" ] }, { "keystone.tests.protection.v3.test_domains._SystemUserDomainTests": [ "object" ] }, { "keystone.tests.protection.v3.test_domain_roles.DomainUserTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_domain_roles._DomainAndProjectUserDomainRoleTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_domain_roles.ProjectUserTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_domain_roles._DomainAndProjectUserDomainRoleTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_domain_roles.ProjectUserTestsWithoutEnforceScope": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_domain_roles._DomainAndProjectUserDomainRoleTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_domain_roles.SystemAdminTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_domain_roles._SystemUserDomainRoleTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_domain_roles.SystemMemberTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_domain_roles._SystemReaderAndMemberDomainRoleTests", "keystone.tests.protection.v3.test_domain_roles._SystemUserDomainRoleTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_domain_roles.SystemReaderTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_domain_roles._SystemReaderAndMemberDomainRoleTests", "keystone.tests.protection.v3.test_domain_roles._SystemUserDomainRoleTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_domain_roles._DomainAndProjectUserDomainRoleTests": [ "object" ] }, { "keystone.tests.protection.v3.test_domain_roles._SystemReaderAndMemberDomainRoleTests": [ "object" ] }, { "keystone.tests.protection.v3.test_domain_roles._SystemUserDomainRoleTests": [ "object" ] }, { "keystone.tests.protection.v3.test_domain_config.DomainUserTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_domain_config._DomainAndProjectUserDomainConfigTests", "keystone.tests.protection.v3.test_domain_config._SystemDomainAndProjectUserDomainConfigTests", "keystone.tests.protection.v3.test_domain_config._SystemReaderMemberDomainAndProjectUserDomainConfigTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_domain_config.ProjectUserTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_domain_config._DomainAndProjectUserDomainConfigTests", "keystone.tests.protection.v3.test_domain_config._SystemDomainAndProjectUserDomainConfigTests", "keystone.tests.protection.v3.test_domain_config._SystemReaderMemberDomainAndProjectUserDomainConfigTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_domain_config.ProjectUserTestsWithoutEnforceScope": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_domain_config._DomainAndProjectUserDomainConfigTests", "keystone.tests.protection.v3.test_domain_config._SystemDomainAndProjectUserDomainConfigTests", "keystone.tests.protection.v3.test_domain_config._SystemReaderMemberDomainAndProjectUserDomainConfigTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_domain_config.SystemAdminTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_domain_config._SystemDomainAndProjectUserDomainConfigTests", "keystone.tests.protection.v3.test_domain_config._SystemUserDomainConfigTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_domain_config.SystemMemberTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_domain_config._SystemDomainAndProjectUserDomainConfigTests", "keystone.tests.protection.v3.test_domain_config._SystemReaderMemberDomainAndProjectUserDomainConfigTests", "keystone.tests.protection.v3.test_domain_config._SystemUserDomainConfigTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_domain_config.SystemReaderTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_domain_config._SystemDomainAndProjectUserDomainConfigTests", "keystone.tests.protection.v3.test_domain_config._SystemReaderMemberDomainAndProjectUserDomainConfigTests", "keystone.tests.protection.v3.test_domain_config._SystemUserDomainConfigTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_domain_config._DomainAndProjectUserDomainConfigTests": [ "object" ] }, { "keystone.tests.protection.v3.test_domain_config._SystemDomainAndProjectUserDomainConfigTests": [ "object" ] }, { "keystone.tests.protection.v3.test_domain_config._SystemReaderMemberDomainAndProjectUserDomainConfigTests": [ "object" ] }, { "keystone.tests.protection.v3.test_domain_config._SystemUserDomainConfigTests": [ "object" ] }, { "keystone.tests.protection.v3.test_credentials.ProjectAdminTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_credentials._ProjectUsersTests", "keystone.tests.protection.v3.test_credentials._UserCredentialTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_credentials.ProjectAdminTestsEnforceScopeFalse": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_credentials._SystemUserCredentialTests", "keystone.tests.protection.v3.test_credentials._UserCredentialTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_credentials.ProjectMemberTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_credentials._ProjectUsersTests", "keystone.tests.protection.v3.test_credentials._UserCredentialTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_credentials.ProjectMemberTestsEnforceScopeFalse": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_credentials._ProjectUsersTests", "keystone.tests.protection.v3.test_credentials._UserCredentialTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_credentials.ProjectReaderTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_credentials._ProjectUsersTests", "keystone.tests.protection.v3.test_credentials._UserCredentialTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_credentials.ProjectReaderTestsEnforceScopeFalse": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_credentials._ProjectUsersTests", "keystone.tests.protection.v3.test_credentials._UserCredentialTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_credentials.SystemAdminTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_credentials._SystemUserCredentialTests", "keystone.tests.protection.v3.test_credentials._UserCredentialTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_credentials.SystemMemberTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_credentials._SystemUserCredentialTests", "keystone.tests.protection.v3.test_credentials._UserCredentialTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_credentials.SystemReaderTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_credentials._SystemUserCredentialTests", "keystone.tests.protection.v3.test_credentials._UserCredentialTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_credentials._ProjectUsersTests": [ "object" ] }, { "keystone.tests.protection.v3.test_credentials._SystemUserCredentialTests": [ "object" ] }, { "keystone.tests.protection.v3.test_credentials._UserCredentialTests": [ "object" ] }, { "keystone.tests.protection.v3.test_consumer.SystemAdminTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_consumer._SystemUserOauth1ConsumerTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_consumer.SystemMemberTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_consumer._SystemReaderAndMemberOauth1ConsumerTests", "keystone.tests.protection.v3.test_consumer._SystemUserOauth1ConsumerTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_consumer.SystemReaderTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_consumer._SystemReaderAndMemberOauth1ConsumerTests", "keystone.tests.protection.v3.test_consumer._SystemUserOauth1ConsumerTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_consumer._SystemReaderAndMemberOauth1ConsumerTests": [ "object" ] }, { "keystone.tests.protection.v3.test_consumer._SystemUserOauth1ConsumerTests": [ "object" ] }, { "keystone.tests.protection.v3.test_assignment.DomainAdminTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_assignment._AssignmentTestUtilities", "keystone.tests.protection.v3.test_assignment._DomainUserTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_assignment.DomainMemberTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_assignment._AssignmentTestUtilities", "keystone.tests.protection.v3.test_assignment._DomainUserTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_assignment.DomainReaderTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_assignment._AssignmentTestUtilities", "keystone.tests.protection.v3.test_assignment._DomainUserTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_assignment.ProjectAdminTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_assignment._AssignmentTestUtilities", "keystone.tests.protection.v3.test_assignment._ProjectUserTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_assignment.ProjectMemberTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_assignment._AssignmentTestUtilities", "keystone.tests.protection.v3.test_assignment._ProjectReaderMemberTests", "keystone.tests.protection.v3.test_assignment._ProjectUserTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_assignment.ProjectReaderTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_assignment._AssignmentTestUtilities", "keystone.tests.protection.v3.test_assignment._ProjectReaderMemberTests", "keystone.tests.protection.v3.test_assignment._ProjectUserTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_assignment.SystemAdminTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_assignment._AssignmentTestUtilities", "keystone.tests.protection.v3.test_assignment._SystemUserTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_assignment.SystemMemberTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_assignment._AssignmentTestUtilities", "keystone.tests.protection.v3.test_assignment._SystemUserTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_assignment.SystemReaderTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_assignment._AssignmentTestUtilities", "keystone.tests.protection.v3.test_assignment._SystemUserTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_assignment._AssignmentTestUtilities": [ "object" ] }, { "keystone.tests.protection.v3.test_assignment._DomainUserTests": [ "object" ] }, { "keystone.tests.protection.v3.test_assignment._ProjectReaderMemberTests": [ "object" ] }, { "keystone.tests.protection.v3.test_assignment._ProjectUserTests": [ "object" ] }, { "keystone.tests.protection.v3.test_assignment._SystemUserTests": [ "object" ] }, { "keystone.tests.protection.v3.test_application_credential.DomainAdminTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_application_credential._DomainAndProjectUserTests", "keystone.tests.protection.v3.test_application_credential._TestAppCredBase", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_application_credential.DomainMemberTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_application_credential._DomainAndProjectUserTests", "keystone.tests.protection.v3.test_application_credential._TestAppCredBase", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_application_credential.DomainReaderTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_application_credential._DomainAndProjectUserTests", "keystone.tests.protection.v3.test_application_credential._TestAppCredBase", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_application_credential.OwnerTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_application_credential._SystemUserAndOwnerTests", "keystone.tests.protection.v3.test_application_credential._TestAppCredBase", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_application_credential.ProjectAdminTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_application_credential._DomainAndProjectUserTests", "keystone.tests.protection.v3.test_application_credential._TestAppCredBase", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_application_credential.ProjectMemberTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_application_credential._DomainAndProjectUserTests", "keystone.tests.protection.v3.test_application_credential._TestAppCredBase", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_application_credential.ProjectReaderTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_application_credential._DomainAndProjectUserTests", "keystone.tests.protection.v3.test_application_credential._TestAppCredBase", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_application_credential.SystemAdminTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_application_credential._SystemUserAndOwnerTests", "keystone.tests.protection.v3.test_application_credential._TestAppCredBase", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_application_credential.SystemMemberTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_application_credential._SystemUserAndOwnerTests", "keystone.tests.protection.v3.test_application_credential._TestAppCredBase", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_application_credential.SystemReaderTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_application_credential._SystemUserAndOwnerTests", "keystone.tests.protection.v3.test_application_credential._TestAppCredBase", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_application_credential._DomainAndProjectUserTests": [ "object" ] }, { "keystone.tests.protection.v3.test_application_credential._SystemUserAndOwnerTests": [ "object" ] }, { "keystone.tests.protection.v3.test_application_credential._TestAppCredBase": [ "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_access_rules.ProjectAdminTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_access_rules._ProjectUsersTests", "keystone.tests.protection.v3.test_access_rules._UserAccessRuleTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_access_rules.ProjectMemberTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_access_rules._ProjectUsersTests", "keystone.tests.protection.v3.test_access_rules._UserAccessRuleTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_access_rules.ProjectReaderTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_access_rules._ProjectUsersTests", "keystone.tests.protection.v3.test_access_rules._UserAccessRuleTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_access_rules.SystemAdminTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_access_rules._SystemUserAccessRuleTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_access_rules.SystemMemberTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_access_rules._SystemUserAccessRuleTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_access_rules.SystemReaderTests": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.protection.v3.test_access_rules._SystemUserAccessRuleTests", "keystone.tests.unit.base_classes.TestCaseWithBootstrap", "keystone.tests.unit.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.protection.v3.test_access_rules._ProjectUsersTests": [ "object" ] }, { "keystone.tests.protection.v3.test_access_rules._SystemUserAccessRuleTests": [ "object" ] }, { "keystone.tests.protection.v3.test_access_rules._UserAccessRuleTests": [ "object" ] }, { "keystone.tests.hacking.checks.BaseASTChecker": [ "ast.NodeVisitor", "object" ] }, { "keystone.tests.hacking.checks.CheckForMutableDefaultArgs": [ "ast.NodeVisitor", "keystone.tests.hacking.checks.BaseASTChecker", "object" ] }, { "keystone.tests.hacking.checks.CheckForTranslationIssues": [ "ast.NodeVisitor", "keystone.tests.hacking.checks.BaseASTChecker", "object" ] }, { "keystone.tests.functional.shared.test_running.TestServerRunning": [ "keystone.tests.common.auth.AuthTestMixin", "keystone.tests.functional.core.BaseTestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.functional.core.BaseTestCase": [ "keystone.tests.common.auth.AuthTestMixin", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "keystone.tests.common.auth.AuthTestMixin": [ "object" ] }, { "keystone.server.flask.request_processing.middleware.url_normalize.URLNormalizingMiddleware": [ "object" ] }, { "keystone.server.flask.request_processing.middleware.auth_context.AuthContextMiddleware": [ "keystone.common.provider_api.ProviderAPIMixin", "keystonemiddleware.auth_token.BaseAuthProtocol", "object" ] }, { "keystone.server.flask.core._Middleware": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "keystone.server.flask.common.APIBase": [ "object" ] }, { "keystone.server.flask.common.JsonHomeData": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "keystone.server.flask.common.ResourceBase": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "object" ] }, { "keystone.server.flask.common.ResourceMap": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "keystone.server.flask.common._AttributeRaisesError": [ "object" ] }, { "keystone.revoke.core.Manager": [ "keystone.common.manager.Manager", "object" ] }, { "keystone.revoke.backends.sql.RevocationEvent": [ "keystone.common.sql.core.ModelBase", "keystone.common.sql.core.ModelDictMixin", "object", "oslo_db.sqlalchemy.models.ModelBase" ] }, { "keystone.revoke.backends.sql.Revoke": [ "keystone.revoke.backends.base.RevokeDriverBase", "object" ] }, { "keystone.revoke.backends.base.RevokeDriverBase": [ "object" ] }, { "keystone.resource.core.DomainConfigManager": [ "keystone.common.manager.Manager", "object" ] }, { "keystone.resource.core.Manager": [ "keystone.common.manager.Manager", "object" ] }, { "keystone.resource.config_backends.sql.ConfigRegister": [ "keystone.common.sql.core.ModelBase", "keystone.common.sql.core.ModelDictMixin", "object", "oslo_db.sqlalchemy.models.ModelBase" ] }, { "keystone.resource.config_backends.sql.DomainConfig": [ "keystone.resource.config_backends.base.DomainConfigDriverBase", "object" ] }, { "keystone.resource.config_backends.sql.SensitiveConfig": [ "keystone.common.sql.core.ModelBase", "keystone.common.sql.core.ModelDictMixin", "object", "oslo_db.sqlalchemy.models.ModelBase" ] }, { "keystone.resource.config_backends.sql.WhiteListedConfig": [ "keystone.common.sql.core.ModelBase", "keystone.common.sql.core.ModelDictMixin", "object", "oslo_db.sqlalchemy.models.ModelBase" ] }, { "keystone.resource.config_backends.base.DomainConfigDriverBase": [ "object" ] }, { "keystone.resource.backends.sql_model.Project": [ "keystone.common.sql.core.ModelBase", "keystone.common.sql.core.ModelDictMixinWithExtras", "object", "oslo_db.sqlalchemy.models.ModelBase" ] }, { "keystone.resource.backends.sql_model.ProjectOption": [ "keystone.common.sql.core.ModelBase", "object" ] }, { "keystone.resource.backends.sql_model.ProjectTag": [ "keystone.common.sql.core.ModelBase", "keystone.common.sql.core.ModelDictMixin", "object", "oslo_db.sqlalchemy.models.ModelBase" ] }, { "keystone.resource.backends.sql.Resource": [ "keystone.resource.backends.base.ResourceDriverBase", "object" ] }, { "keystone.resource.backends.base.ResourceDriverBase": [ "object" ] }, { "keystone.receipt.receipt_formatters.ReceiptFormatter": [ "object" ] }, { "keystone.receipt.receipt_formatters.ReceiptPayload": [ "object" ] }, { "keystone.receipt.providers.fernet.core.Provider": [ "keystone.receipt.providers.base.Provider", "object" ] }, { "keystone.receipt.providers.base.Provider": [ "object" ] }, { "keystone.receipt.provider.Manager": [ "keystone.common.manager.Manager", "object" ] }, { "keystone.policy.core.Manager": [ "keystone.common.manager.Manager", "object" ] }, { "keystone.policy.backends.sql.Policy": [ "keystone.policy.backends.base.PolicyDriverBase", "keystone.policy.backends.rules.Policy", "object" ] }, { "keystone.policy.backends.sql.PolicyModel": [ "keystone.common.sql.core.ModelBase", "keystone.common.sql.core.ModelDictMixinWithExtras", "object", "oslo_db.sqlalchemy.models.ModelBase" ] }, { "keystone.policy.backends.rules.Policy": [ "keystone.policy.backends.base.PolicyDriverBase", "object" ] }, { "keystone.policy.backends.base.PolicyDriverBase": [ "object" ] }, { "keystone.oauth1.validator.OAuthValidator": [ "keystone.common.provider_api.ProviderAPIMixin", "oauthlib.oauth1.rfc5849.request_validator.RequestValidator", "object" ] }, { "keystone.oauth1.core.Manager": [ "keystone.common.manager.Manager", "object" ] }, { "keystone.oauth1.core.Token": [ "object" ] }, { "keystone.oauth1.backends.sql.AccessToken": [ "keystone.common.sql.core.ModelBase", "keystone.common.sql.core.ModelDictMixin", "object", "oslo_db.sqlalchemy.models.ModelBase" ] }, { "keystone.oauth1.backends.sql.Consumer": [ "keystone.common.sql.core.ModelBase", "keystone.common.sql.core.ModelDictMixinWithExtras", "object", "oslo_db.sqlalchemy.models.ModelBase" ] }, { "keystone.oauth1.backends.sql.OAuth1": [ "keystone.oauth1.backends.base.Oauth1DriverBase", "object" ] }, { "keystone.oauth1.backends.sql.RequestToken": [ "keystone.common.sql.core.ModelBase", "keystone.common.sql.core.ModelDictMixin", "object", "oslo_db.sqlalchemy.models.ModelBase" ] }, { "keystone.oauth1.backends.base.Oauth1DriverBase": [ "object" ] }, { "keystone.notifications.Audit": [ "object" ] }, { "keystone.notifications.CadfNotificationWrapper": [ "object" ] }, { "keystone.notifications.CadfRoleAssignmentNotificationWrapper": [ "object" ] }, { "keystone.notifications._ACTIONS": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "keystone.notifications._CatalogHelperObj": [ "keystone.common.provider_api.ProviderAPIMixin", "object" ] }, { "keystone.models.token_model.TokenModel": [ "object" ] }, { "keystone.models.token_model._TokenModelHandler": [ "object" ] }, { "keystone.models.revoke_model.RevokeEvent": [ "object" ] }, { "keystone.models.revoke_model._RevokeEventHandler": [ "object" ] }, { "keystone.models.receipt_model.ReceiptModel": [ "object" ] }, { "keystone.models.receipt_model._ReceiptModelHandler": [ "object" ] }, { "keystone.limit.models.strict_two_level.StrictTwoLevelModel": [ "keystone.limit.models.base.ModelBase", "object" ] }, { "keystone.limit.models.flat.FlatModel": [ "keystone.limit.models.base.ModelBase", "object" ] }, { "keystone.limit.models.base.ModelBase": [ "object" ] }, { "keystone.limit.core.Manager": [ "keystone.common.manager.Manager", "object" ] }, { "keystone.limit.backends.sql.LimitModel": [ "keystone.common.sql.core.ModelBase", "keystone.common.sql.core.ModelDictMixin", "object", "oslo_db.sqlalchemy.models.ModelBase" ] }, { "keystone.limit.backends.sql.RegisteredLimitModel": [ "keystone.common.sql.core.ModelBase", "keystone.common.sql.core.ModelDictMixin", "object", "oslo_db.sqlalchemy.models.ModelBase" ] }, { "keystone.limit.backends.sql.UnifiedLimit": [ "keystone.limit.backends.base.UnifiedLimitDriverBase", "object" ] }, { "keystone.limit.backends.base.UnifiedLimitDriverBase": [ "object" ] }, { "keystone.identity.shadow_backends.sql.ShadowUsers": [ "keystone.identity.shadow_backends.base.ShadowUsersDriverBase", "object" ] }, { "keystone.identity.shadow_backends.base.ShadowUsersDriverBase": [ "object" ] }, { "keystone.identity.mapping_backends.sql.IDMapping": [ "keystone.common.sql.core.ModelBase", "keystone.common.sql.core.ModelDictMixin", "object", "oslo_db.sqlalchemy.models.ModelBase" ] }, { "keystone.identity.mapping_backends.sql.Mapping": [ "keystone.common.provider_api.ProviderAPIMixin", "keystone.identity.mapping_backends.base.MappingDriverBase", "object" ] }, { "keystone.identity.mapping_backends.mapping.EntityType": [ "object" ] }, { "keystone.identity.mapping_backends.base.MappingDriverBase": [ "keystone.common.provider_api.ProviderAPIMixin", "object" ] }, { "keystone.identity.id_generators.sha256.Generator": [ "keystone.identity.generator.IDGenerator", "object" ] }, { "keystone.identity.generator.IDGenerator": [ "object" ] }, { "keystone.identity.generator.Manager": [ "keystone.common.manager.Manager", "object" ] }, { "keystone.identity.core.DomainConfigs": [ "dict", "keystone.common.provider_api.ProviderAPIMixin", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "keystone.identity.core.Manager": [ "keystone.common.manager.Manager", "object" ] }, { "keystone.identity.core.MappingManager": [ "keystone.common.manager.Manager", "object" ] }, { "keystone.identity.core.ShadowUsersManager": [ "keystone.common.manager.Manager", "object" ] }, { "keystone.identity.backends.sql_model.ExpiringUserGroupMembership": [ "keystone.common.sql.core.ModelBase", "keystone.common.sql.core.ModelDictMixin", "object", "oslo_db.sqlalchemy.models.ModelBase" ] }, { "keystone.identity.backends.sql_model.FederatedUser": [ "keystone.common.sql.core.ModelBase", "keystone.common.sql.core.ModelDictMixin", "object", "oslo_db.sqlalchemy.models.ModelBase" ] }, { "keystone.identity.backends.sql_model.Group": [ "keystone.common.sql.core.ModelBase", "keystone.common.sql.core.ModelDictMixinWithExtras", "object", "oslo_db.sqlalchemy.models.ModelBase" ] }, { "keystone.identity.backends.sql_model.LocalUser": [ "keystone.common.sql.core.ModelBase", "keystone.common.sql.core.ModelDictMixin", "object", "oslo_db.sqlalchemy.models.ModelBase" ] }, { "keystone.identity.backends.sql_model.NonLocalUser": [ "keystone.common.sql.core.ModelBase", "keystone.common.sql.core.ModelDictMixin", "object", "oslo_db.sqlalchemy.models.ModelBase" ] }, { "keystone.identity.backends.sql_model.Password": [ "keystone.common.sql.core.ModelBase", "keystone.common.sql.core.ModelDictMixin", "object", "oslo_db.sqlalchemy.models.ModelBase" ] }, { "keystone.identity.backends.sql_model.User": [ "keystone.common.sql.core.ModelBase", "keystone.common.sql.core.ModelDictMixinWithExtras", "object", "oslo_db.sqlalchemy.models.ModelBase" ] }, { "keystone.identity.backends.sql_model.UserGroupMembership": [ "keystone.common.sql.core.ModelBase", "keystone.common.sql.core.ModelDictMixin", "object", "oslo_db.sqlalchemy.models.ModelBase" ] }, { "keystone.identity.backends.sql_model.UserOption": [ "keystone.common.sql.core.ModelBase", "object" ] }, { "keystone.identity.backends.sql.Identity": [ "keystone.identity.backends.base.IdentityDriverBase", "object" ] }, { "keystone.identity.backends.ldap.models.Group": [ "dict", "keystone.identity.backends.ldap.models.Model", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "keystone.identity.backends.ldap.models.Model": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "keystone.identity.backends.ldap.models.User": [ "dict", "keystone.identity.backends.ldap.models.Model", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "keystone.identity.backends.ldap.core.GroupApi": [ "keystone.identity.backends.ldap.common.BaseLdap", "object" ] }, { "keystone.identity.backends.ldap.core.Identity": [ "keystone.identity.backends.base.IdentityDriverBase", "object" ] }, { "keystone.identity.backends.ldap.core.UserApi": [ "keystone.identity.backends.ldap.common.BaseLdap", "keystone.identity.backends.ldap.common.EnabledEmuMixIn", "object" ] }, { "keystone.identity.backends.ldap.common.AsynchronousMessage": [ "object" ] }, { "keystone.identity.backends.ldap.common.BaseLdap": [ "object" ] }, { "keystone.identity.backends.ldap.common.EnabledEmuMixIn": [ "keystone.identity.backends.ldap.common.BaseLdap", "object" ] }, { "keystone.identity.backends.ldap.common.KeystoneLDAPHandler": [ "keystone.identity.backends.ldap.common.LDAPHandler", "object" ] }, { "keystone.identity.backends.ldap.common.LDAPHandler": [ "object" ] }, { "keystone.identity.backends.ldap.common.PooledLDAPHandler": [ "keystone.identity.backends.ldap.common.LDAPHandler", "object" ] }, { "keystone.identity.backends.ldap.common.PythonLDAPHandler": [ "keystone.identity.backends.ldap.common.LDAPHandler", "object" ] }, { "keystone.identity.backends.base.IdentityDriverBase": [ "object" ] }, { "keystone.federation.utils.DirectMaps": [ "object" ] }, { "keystone.federation.utils.RuleProcessor": [ "object" ] }, { "keystone.federation.utils.RuleProcessor._EvalType": [ "object" ] }, { "keystone.federation.utils.UserType": [ "object" ] }, { "keystone.federation.idp.ECPGenerator": [ "object" ] }, { "keystone.federation.idp.MetadataGenerator": [ "object" ] }, { "keystone.federation.idp.SAMLGenerator": [ "object" ] }, { "keystone.federation.core.Manager": [ "keystone.common.manager.Manager", "object" ] }, { "keystone.federation.backends.sql.Federation": [ "keystone.federation.backends.base.FederationDriverBase", "object" ] }, { "keystone.federation.backends.sql.FederationProtocolModel": [ "keystone.common.sql.core.ModelBase", "keystone.common.sql.core.ModelDictMixin", "object", "oslo_db.sqlalchemy.models.ModelBase" ] }, { "keystone.federation.backends.sql.IdPRemoteIdsModel": [ "keystone.common.sql.core.ModelBase", "keystone.common.sql.core.ModelDictMixin", "object", "oslo_db.sqlalchemy.models.ModelBase" ] }, { "keystone.federation.backends.sql.IdentityProviderModel": [ "keystone.common.sql.core.ModelBase", "keystone.common.sql.core.ModelDictMixin", "object", "oslo_db.sqlalchemy.models.ModelBase" ] }, { "keystone.federation.backends.sql.MappingModel": [ "keystone.common.sql.core.ModelBase", "keystone.common.sql.core.ModelDictMixin", "object", "oslo_db.sqlalchemy.models.ModelBase" ] }, { "keystone.federation.backends.sql.ServiceProviderModel": [ "keystone.common.sql.core.ModelBase", "keystone.common.sql.core.ModelDictMixin", "object", "oslo_db.sqlalchemy.models.ModelBase" ] }, { "keystone.federation.backends.base.FederationDriverBase": [ "object" ] }, { "keystone.exception.AccessRuleNotFound": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.NotFound", "object" ] }, { "keystone.exception.AccountLocked": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.SecurityError", "keystone.exception.Unauthorized", "object" ] }, { "keystone.exception.AdditionalAuthRequired": [ "BaseException", "Exception", "keystone.exception.AuthPluginException", "keystone.exception.Error", "keystone.exception.SecurityError", "keystone.exception.Unauthorized", "object" ] }, { "keystone.exception.AmbiguityError": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.ValidationError", "object" ] }, { "keystone.exception.ApplicationCredentialAuthError": [ "BaseException", "Exception", "keystone.exception.AuthPluginException", "keystone.exception.Error", "keystone.exception.SecurityError", "keystone.exception.Unauthorized", "object" ] }, { "keystone.exception.ApplicationCredentialLimitExceeded": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.ForbiddenNotSecurity", "object" ] }, { "keystone.exception.ApplicationCredentialNotFound": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.NotFound", "object" ] }, { "keystone.exception.ApplicationCredentialValidationError": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.ValidationError", "object" ] }, { "keystone.exception.AssignmentTypeCalculationError": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.SecurityError", "keystone.exception.UnexpectedError", "object" ] }, { "keystone.exception.AuthMethodNotSupported": [ "BaseException", "Exception", "keystone.exception.AuthPluginException", "keystone.exception.Error", "keystone.exception.SecurityError", "keystone.exception.Unauthorized", "object" ] }, { "keystone.exception.AuthPluginException": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.SecurityError", "keystone.exception.Unauthorized", "object" ] }, { "keystone.exception.CacheDeserializationError": [ "BaseException", "Exception", "object" ] }, { "keystone.exception.CircularRegionHierarchyError": [ "BaseException", "Exception", "keystone.exception.Error", "object" ] }, { "keystone.exception.ConfigFileNotFound": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.SecurityError", "keystone.exception.UnexpectedError", "object" ] }, { "keystone.exception.ConfigRegistrationNotFound": [ "BaseException", "Exception", "object" ] }, { "keystone.exception.Conflict": [ "BaseException", "Exception", "keystone.exception.Error", "object" ] }, { "keystone.exception.CredentialEncryptionError": [ "BaseException", "Exception", "object" ] }, { "keystone.exception.CredentialLimitExceeded": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.ForbiddenNotSecurity", "object" ] }, { "keystone.exception.CredentialNotFound": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.NotFound", "object" ] }, { "keystone.exception.CrossBackendNotAllowed": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.Forbidden", "keystone.exception.SecurityError", "object" ] }, { "keystone.exception.DirectMappingError": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.SecurityError", "keystone.exception.UnexpectedError", "object" ] }, { "keystone.exception.DomainConfigNotFound": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.NotFound", "object" ] }, { "keystone.exception.DomainIdInvalid": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.ValidationError", "object" ] }, { "keystone.exception.DomainNotFound": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.NotFound", "object" ] }, { "keystone.exception.DomainSpecificRoleMismatch": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.Forbidden", "keystone.exception.SecurityError", "object" ] }, { "keystone.exception.DomainSpecificRoleNotWithinIdPDomain": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.Forbidden", "keystone.exception.SecurityError", "object" ] }, { "keystone.exception.EndpointGroupNotFound": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.NotFound", "object" ] }, { "keystone.exception.EndpointNotFound": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.NotFound", "object" ] }, { "keystone.exception.Error": [ "BaseException", "Exception", "object" ] }, { "keystone.exception.FederatedProtocolNotFound": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.NotFound", "object" ] }, { "keystone.exception.Forbidden": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.SecurityError", "object" ] }, { "keystone.exception.ForbiddenAction": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.Forbidden", "keystone.exception.SecurityError", "object" ] }, { "keystone.exception.ForbiddenNotSecurity": [ "BaseException", "Exception", "keystone.exception.Error", "object" ] }, { "keystone.exception.Gone": [ "BaseException", "Exception", "keystone.exception.Error", "object" ] }, { "keystone.exception.GroupNotFound": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.NotFound", "object" ] }, { "keystone.exception.IdentityProviderNotFound": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.NotFound", "object" ] }, { "keystone.exception.ImpliedRoleNotFound": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.NotFound", "object" ] }, { "keystone.exception.InsufficientAuthMethods": [ "BaseException", "Exception", "keystone.exception.Error", "object" ] }, { "keystone.exception.InvalidDomainConfig": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.Forbidden", "keystone.exception.SecurityError", "object" ] }, { "keystone.exception.InvalidImpliedRole": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.Forbidden", "keystone.exception.SecurityError", "object" ] }, { "keystone.exception.InvalidLimit": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.Forbidden", "keystone.exception.SecurityError", "object" ] }, { "keystone.exception.InvalidOperatorError": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.ValidationError", "object" ] }, { "keystone.exception.InvalidPolicyAssociation": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.Forbidden", "keystone.exception.SecurityError", "object" ] }, { "keystone.exception.KeysNotFound": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.SecurityError", "keystone.exception.UnexpectedError", "object" ] }, { "keystone.exception.LDAPInvalidCredentialsError": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.SecurityError", "keystone.exception.UnexpectedError", "object" ] }, { "keystone.exception.LDAPServerConnectionError": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.SecurityError", "keystone.exception.UnexpectedError", "object" ] }, { "keystone.exception.LDAPSizeLimitExceeded": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.SecurityError", "keystone.exception.UnexpectedError", "object" ] }, { "keystone.exception.LimitNotFound": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.NotFound", "object" ] }, { "keystone.exception.LimitTreeExceedError": [ "BaseException", "Exception", "object" ] }, { "keystone.exception.MalformedEndpoint": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.SecurityError", "keystone.exception.UnexpectedError", "object" ] }, { "keystone.exception.MappedGroupNotFound": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.SecurityError", "keystone.exception.UnexpectedError", "object" ] }, { "keystone.exception.MappingNotFound": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.NotFound", "object" ] }, { "keystone.exception.MetadataFileError": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.SecurityError", "keystone.exception.UnexpectedError", "object" ] }, { "keystone.exception.MigrationNotProvided": [ "BaseException", "Exception", "object" ] }, { "keystone.exception.MultipleSQLDriversInConfig": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.SecurityError", "keystone.exception.UnexpectedError", "object" ] }, { "keystone.exception.NoLimitReference": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.Forbidden", "keystone.exception.SecurityError", "object" ] }, { "keystone.exception.NotFound": [ "BaseException", "Exception", "keystone.exception.Error", "object" ] }, { "keystone.exception.NotImplemented": [ "BaseException", "Exception", "keystone.exception.Error", "object" ] }, { "keystone.exception.OAuthHeadersMissingError": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.SecurityError", "keystone.exception.UnexpectedError", "object" ] }, { "keystone.exception.PasswordAgeValidationError": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.PasswordValidationError", "keystone.exception.ValidationError", "object" ] }, { "keystone.exception.PasswordExpired": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.SecurityError", "keystone.exception.Unauthorized", "object" ] }, { "keystone.exception.PasswordHistoryValidationError": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.PasswordValidationError", "keystone.exception.ValidationError", "object" ] }, { "keystone.exception.PasswordRequirementsValidationError": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.PasswordValidationError", "keystone.exception.ValidationError", "object" ] }, { "keystone.exception.PasswordSelfServiceDisabled": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.PasswordValidationError", "keystone.exception.ValidationError", "object" ] }, { "keystone.exception.PasswordValidationError": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.ValidationError", "object" ] }, { "keystone.exception.PasswordVerificationError": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.ForbiddenNotSecurity", "object" ] }, { "keystone.exception.PolicyAssociationNotFound": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.NotFound", "object" ] }, { "keystone.exception.PolicyNotFound": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.NotFound", "object" ] }, { "keystone.exception.ProjectNotFound": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.NotFound", "object" ] }, { "keystone.exception.ProjectTagNotFound": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.NotFound", "object" ] }, { "keystone.exception.PublicIDNotFound": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.NotFound", "object" ] }, { "keystone.exception.ReceiptNotFound": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.SecurityError", "keystone.exception.Unauthorized", "object" ] }, { "keystone.exception.RegionDeletionError": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.ForbiddenNotSecurity", "object" ] }, { "keystone.exception.RegionNotFound": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.NotFound", "object" ] }, { "keystone.exception.RegisteredLimitError": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.ForbiddenNotSecurity", "object" ] }, { "keystone.exception.RegisteredLimitNotFound": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.NotFound", "object" ] }, { "keystone.exception.ResourceDeleteForbidden": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.ForbiddenNotSecurity", "object" ] }, { "keystone.exception.ResourceUpdateForbidden": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.ForbiddenNotSecurity", "object" ] }, { "keystone.exception.RoleAssignmentNotFound": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.NotFound", "object" ] }, { "keystone.exception.RoleNotFound": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.NotFound", "object" ] }, { "keystone.exception.SAMLSigningError": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.SecurityError", "keystone.exception.UnexpectedError", "object" ] }, { "keystone.exception.SchemaValidationError": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.ValidationError", "object" ] }, { "keystone.exception.SecurityError": [ "BaseException", "Exception", "keystone.exception.Error", "object" ] }, { "keystone.exception.ServiceNotFound": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.NotFound", "object" ] }, { "keystone.exception.ServiceProviderNotFound": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.NotFound", "object" ] }, { "keystone.exception.StringLengthExceeded": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.ValidationError", "object" ] }, { "keystone.exception.TokenNotFound": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.NotFound", "object" ] }, { "keystone.exception.TokenlessAuthConfigError": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.ValidationError", "object" ] }, { "keystone.exception.TrustConsumeMaximumAttempt": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.SecurityError", "keystone.exception.UnexpectedError", "object" ] }, { "keystone.exception.TrustNotFound": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.NotFound", "object" ] }, { "keystone.exception.TrustUseLimitReached": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.Forbidden", "keystone.exception.SecurityError", "object" ] }, { "keystone.exception.URLValidationError": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.ValidationError", "object" ] }, { "keystone.exception.Unauthorized": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.SecurityError", "object" ] }, { "keystone.exception.UnexpectedError": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.SecurityError", "object" ] }, { "keystone.exception.UnsupportedTokenVersionException": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.SecurityError", "keystone.exception.UnexpectedError", "object" ] }, { "keystone.exception.UserDisabled": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.SecurityError", "keystone.exception.Unauthorized", "object" ] }, { "keystone.exception.UserNotFound": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.NotFound", "object" ] }, { "keystone.exception.ValidationError": [ "BaseException", "Exception", "keystone.exception.Error", "object" ] }, { "keystone.exception.ValidationExpirationError": [ "BaseException", "Exception", "keystone.exception.Error", "object" ] }, { "keystone.exception.ValidationTimeStampError": [ "BaseException", "Exception", "keystone.exception.Error", "object" ] }, { "keystone.exception.VersionNotFound": [ "BaseException", "Exception", "keystone.exception.Error", "keystone.exception.NotFound", "object" ] }, { "keystone.exception._KeystoneExceptionMeta": [ "object", "type", "typing.Generic" ] }, { "keystone.endpoint_policy.core.Manager": [ "keystone.common.manager.Manager", "object" ] }, { "keystone.endpoint_policy.backends.sql.EndpointPolicy": [ "keystone.endpoint_policy.backends.base.EndpointPolicyDriverBase", "object" ] }, { "keystone.endpoint_policy.backends.sql.PolicyAssociation": [ "keystone.common.sql.core.ModelBase", "keystone.common.sql.core.ModelDictMixin", "object", "oslo_db.sqlalchemy.models.ModelBase" ] }, { "keystone.endpoint_policy.backends.base.EndpointPolicyDriverBase": [ "object" ] }, { "keystone.credential.providers.fernet.core.Provider": [ "keystone.credential.providers.core.Provider", "object" ] }, { "keystone.credential.providers.core.Provider": [ "object" ] }, { "keystone.credential.provider.Manager": [ "keystone.common.manager.Manager", "object" ] }, { "keystone.credential.core.Manager": [ "keystone.common.manager.Manager", "object" ] }, { "keystone.credential.backends.sql.Credential": [ "keystone.credential.backends.base.CredentialDriverBase", "object" ] }, { "keystone.credential.backends.sql.CredentialModel": [ "keystone.common.sql.core.ModelBase", "keystone.common.sql.core.ModelDictMixinWithExtras", "object", "oslo_db.sqlalchemy.models.ModelBase" ] }, { "keystone.credential.backends.base.CredentialDriverBase": [ "object" ] }, { "keystone.common.validation.validators.SchemaValidator": [ "object" ] }, { "keystone.common.utils.SmarterEncoder": [ "json.encoder.JSONEncoder", "object" ] }, { "keystone.common.utils.WhiteListedItemFilter": [ "object" ] }, { "keystone.common.tokenless_auth.TokenlessAuthHelper": [ "keystone.common.provider_api.ProviderAPIMixin", "object" ] }, { "keystone.common.sql.upgrades.Repository": [ "object" ] }, { "keystone.common.sql.core.DateTimeInt": [ "object", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.type_api.TypeDecorator", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "keystone.common.sql.core.JsonBlob": [ "object", "sqlalchemy.sql.base.SchemaEventTarget", "sqlalchemy.sql.type_api.TypeDecorator", "sqlalchemy.sql.type_api.TypeEngine", "sqlalchemy.sql.visitors.Traversible" ] }, { "keystone.common.sql.core.ModelBase": [ "object" ] }, { "keystone.common.sql.core.ModelDictMixin": [ "object", "oslo_db.sqlalchemy.models.ModelBase" ] }, { "keystone.common.sql.core.ModelDictMixinWithExtras": [ "object", "oslo_db.sqlalchemy.models.ModelBase" ] }, { "keystone.common.sql.core._WontMatch": [ "BaseException", "Exception", "object" ] }, { "keystone.common.resource_options.core.ResourceOption": [ "object" ] }, { "keystone.common.resource_options.core.ResourceOptionRegistry": [ "object" ] }, { "keystone.common.rbac_enforcer.enforcer.RBACEnforcer": [ "object" ] }, { "keystone.common.provider_api.DuplicateProviderError": [ "BaseException", "Exception", "object" ] }, { "keystone.common.provider_api.ProviderAPIMixin": [ "object" ] }, { "keystone.common.provider_api.ProviderAPIRegistry": [ "object" ] }, { "keystone.common.provider_api.ProviderAPIRegistry.deferred_provider_lookup.DeferredProviderLookup": [ "object" ] }, { "keystone.common.manager.Manager": [ "object" ] }, { "keystone.common.manager._TraceMeta": [ "object", "type", "typing.Generic" ] }, { "keystone.common.json_home.JsonHomeResources": [ "object" ] }, { "keystone.common.json_home.Parameters": [ "object" ] }, { "keystone.common.json_home.Status": [ "object" ] }, { "keystone.common.fernet_utils.FernetUtils": [ "object" ] }, { "keystone.common.driver_hints.Hints": [ "object" ] }, { "keystone.common.context.RequestContext": [ "object", "oslo_context.context.RequestContext" ] }, { "keystone.common.cache.core.DistributedInvalidationStrategy": [ "dogpile.cache.region.RegionInvalidationStrategy", "object" ] }, { "keystone.common.cache.core.RegionInvalidationManager": [ "object" ] }, { "keystone.common.cache._context_cache._ResponseCacheProxy": [ "dogpile.cache.api.CacheBackend", "dogpile.cache.proxy.ProxyBackend", "object" ] }, { "keystone.cmd.status.Checks": [ "object", "oslo_upgradecheck.upgradecheck.UpgradeCommands" ] }, { "keystone.cmd.cli.BaseApp": [ "object" ] }, { "keystone.cmd.cli.BasePermissionsSetup": [ "keystone.cmd.cli.BaseApp", "object" ] }, { "keystone.cmd.cli.BootStrap": [ "keystone.cmd.cli.BaseApp", "object" ] }, { "keystone.cmd.cli.CreateJWSKeyPair": [ "keystone.cmd.cli.BaseApp", "keystone.cmd.cli.BasePermissionsSetup", "object" ] }, { "keystone.cmd.cli.CredentialMigrate": [ "keystone.cmd.cli.BaseApp", "keystone.cmd.cli.BasePermissionsSetup", "object" ] }, { "keystone.cmd.cli.CredentialRotate": [ "keystone.cmd.cli.BaseApp", "keystone.cmd.cli.BasePermissionsSetup", "object" ] }, { "keystone.cmd.cli.CredentialSetup": [ "keystone.cmd.cli.BaseApp", "keystone.cmd.cli.BasePermissionsSetup", "object" ] }, { "keystone.cmd.cli.DbSync": [ "keystone.cmd.cli.BaseApp", "object" ] }, { "keystone.cmd.cli.DbVersion": [ "keystone.cmd.cli.BaseApp", "object" ] }, { "keystone.cmd.cli.Doctor": [ "keystone.cmd.cli.BaseApp", "object" ] }, { "keystone.cmd.cli.DomainConfigUpload": [ "keystone.cmd.cli.BaseApp", "object" ] }, { "keystone.cmd.cli.DomainConfigUploadFiles": [ "object" ] }, { "keystone.cmd.cli.FernetRotate": [ "keystone.cmd.cli.BaseApp", "keystone.cmd.cli.BasePermissionsSetup", "object" ] }, { "keystone.cmd.cli.FernetSetup": [ "keystone.cmd.cli.BaseApp", "keystone.cmd.cli.BasePermissionsSetup", "object" ] }, { "keystone.cmd.cli.MappingEngineTester": [ "keystone.cmd.cli.BaseApp", "object" ] }, { "keystone.cmd.cli.MappingPopulate": [ "keystone.cmd.cli.BaseApp", "object" ] }, { "keystone.cmd.cli.MappingPurge": [ "keystone.cmd.cli.BaseApp", "object" ] }, { "keystone.cmd.cli.ReceiptRotate": [ "keystone.cmd.cli.BaseApp", "keystone.cmd.cli.BasePermissionsSetup", "object" ] }, { "keystone.cmd.cli.ReceiptSetup": [ "keystone.cmd.cli.BaseApp", "keystone.cmd.cli.BasePermissionsSetup", "object" ] }, { "keystone.cmd.cli.SamlIdentityProviderMetadata": [ "keystone.cmd.cli.BaseApp", "object" ] }, { "keystone.cmd.cli.TokenRotate": [ "keystone.cmd.cli.BaseApp", "keystone.cmd.cli.BasePermissionsSetup", "object" ] }, { "keystone.cmd.cli.TokenSetup": [ "keystone.cmd.cli.BaseApp", "keystone.cmd.cli.BasePermissionsSetup", "object" ] }, { "keystone.cmd.cli.TrustFlush": [ "keystone.cmd.cli.BaseApp", "object" ] }, { "keystone.cmd.bootstrap.Bootstrapper": [ "object" ] }, { "keystone.catalog.core.Manager": [ "keystone.common.manager.Manager", "object" ] }, { "keystone.catalog.backends.templated.Catalog": [ "keystone.catalog.backends.base.CatalogDriverBase", "keystone.common.provider_api.ProviderAPIMixin", "object" ] }, { "keystone.catalog.backends.sql.Catalog": [ "keystone.catalog.backends.base.CatalogDriverBase", "keystone.common.provider_api.ProviderAPIMixin", "object" ] }, { "keystone.catalog.backends.sql.Endpoint": [ "keystone.common.sql.core.ModelBase", "keystone.common.sql.core.ModelDictMixinWithExtras", "object", "oslo_db.sqlalchemy.models.ModelBase" ] }, { "keystone.catalog.backends.sql.EndpointGroup": [ "keystone.common.sql.core.ModelBase", "keystone.common.sql.core.ModelDictMixin", "object", "oslo_db.sqlalchemy.models.ModelBase" ] }, { "keystone.catalog.backends.sql.ProjectEndpoint": [ "keystone.common.sql.core.ModelBase", "keystone.common.sql.core.ModelDictMixin", "object", "oslo_db.sqlalchemy.models.ModelBase" ] }, { "keystone.catalog.backends.sql.ProjectEndpointGroupMembership": [ "keystone.common.sql.core.ModelBase", "keystone.common.sql.core.ModelDictMixin", "object", "oslo_db.sqlalchemy.models.ModelBase" ] }, { "keystone.catalog.backends.sql.Region": [ "keystone.common.sql.core.ModelBase", "keystone.common.sql.core.ModelDictMixinWithExtras", "object", "oslo_db.sqlalchemy.models.ModelBase" ] }, { "keystone.catalog.backends.sql.Service": [ "keystone.common.sql.core.ModelBase", "keystone.common.sql.core.ModelDictMixinWithExtras", "object", "oslo_db.sqlalchemy.models.ModelBase" ] }, { "keystone.catalog.backends.base.CatalogDriverBase": [ "keystone.common.provider_api.ProviderAPIMixin", "object" ] }, { "keystone.auth.plugins.totp.TOTP": [ "keystone.auth.plugins.base.AuthMethodHandler", "keystone.common.provider_api.ProviderAPIMixin", "object" ] }, { "keystone.auth.plugins.token.Token": [ "keystone.auth.plugins.base.AuthMethodHandler", "keystone.common.provider_api.ProviderAPIMixin", "object" ] }, { "keystone.auth.plugins.password.Password": [ "keystone.auth.plugins.base.AuthMethodHandler", "keystone.common.provider_api.ProviderAPIMixin", "object" ] }, { "keystone.auth.plugins.oauth1.OAuth": [ "keystone.auth.plugins.base.AuthMethodHandler", "keystone.common.provider_api.ProviderAPIMixin", "object" ] }, { "keystone.auth.plugins.mapped.Mapped": [ "keystone.auth.plugins.base.AuthMethodHandler", "keystone.common.provider_api.ProviderAPIMixin", "object" ] }, { "keystone.auth.plugins.external.Base": [ "keystone.auth.plugins.base.AuthMethodHandler", "keystone.common.provider_api.ProviderAPIMixin", "object" ] }, { "keystone.auth.plugins.external.DefaultDomain": [ "keystone.auth.plugins.base.AuthMethodHandler", "keystone.auth.plugins.external.Base", "keystone.common.provider_api.ProviderAPIMixin", "object" ] }, { "keystone.auth.plugins.external.Domain": [ "keystone.auth.plugins.base.AuthMethodHandler", "keystone.auth.plugins.external.Base", "keystone.common.provider_api.ProviderAPIMixin", "object" ] }, { "keystone.auth.plugins.external.KerberosDomain": [ "keystone.auth.plugins.base.AuthMethodHandler", "keystone.auth.plugins.external.Base", "keystone.auth.plugins.external.Domain", "keystone.common.provider_api.ProviderAPIMixin", "object" ] }, { "keystone.auth.plugins.core.AppCredInfo": [ "keystone.auth.plugins.core.BaseUserInfo", "keystone.common.provider_api.ProviderAPIMixin", "object" ] }, { "keystone.auth.plugins.core.BaseUserInfo": [ "keystone.common.provider_api.ProviderAPIMixin", "object" ] }, { "keystone.auth.plugins.core.TOTPUserInfo": [ "keystone.auth.plugins.core.BaseUserInfo", "keystone.common.provider_api.ProviderAPIMixin", "object" ] }, { "keystone.auth.plugins.core.UserAuthInfo": [ "keystone.auth.plugins.core.BaseUserInfo", "keystone.common.provider_api.ProviderAPIMixin", "object" ] }, { "keystone.auth.plugins.base.AuthHandlerResponse": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "keystone.auth.plugins.base.AuthMethodHandler": [ "keystone.common.provider_api.ProviderAPIMixin", "object" ] }, { "keystone.auth.plugins.application_credential.ApplicationCredential": [ "keystone.auth.plugins.base.AuthMethodHandler", "keystone.common.provider_api.ProviderAPIMixin", "object" ] }, { "keystone.auth.core.AuthContext": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "keystone.auth.core.AuthInfo": [ "keystone.common.provider_api.ProviderAPIMixin", "object" ] }, { "keystone.auth.core.UserMFARulesValidator": [ "keystone.common.provider_api.ProviderAPIMixin", "object" ] }, { "keystone.assignment.role_backends.sql_model.ImpliedRoleTable": [ "keystone.common.sql.core.ModelBase", "keystone.common.sql.core.ModelDictMixin", "object", "oslo_db.sqlalchemy.models.ModelBase" ] }, { "keystone.assignment.role_backends.sql_model.RoleOption": [ "keystone.common.sql.core.ModelBase", "object" ] }, { "keystone.assignment.role_backends.sql_model.RoleTable": [ "keystone.common.sql.core.ModelBase", "keystone.common.sql.core.ModelDictMixinWithExtras", "object", "oslo_db.sqlalchemy.models.ModelBase" ] }, { "keystone.assignment.role_backends.sql.Role": [ "keystone.assignment.role_backends.base.RoleDriverBase", "object" ] }, { "keystone.assignment.role_backends.base.RoleDriverBase": [ "object" ] }, { "keystone.assignment.core.Manager": [ "keystone.common.manager.Manager", "object" ] }, { "keystone.assignment.core.RoleManager": [ "keystone.common.manager.Manager", "object" ] }, { "keystone.assignment.backends.sql.Assignment": [ "keystone.assignment.backends.base.AssignmentDriverBase", "object" ] }, { "keystone.assignment.backends.sql.AssignmentType": [ "object" ] }, { "keystone.assignment.backends.sql.RoleAssignment": [ "keystone.common.sql.core.ModelBase", "keystone.common.sql.core.ModelDictMixin", "object", "oslo_db.sqlalchemy.models.ModelBase" ] }, { "keystone.assignment.backends.sql.SystemRoleAssignment": [ "keystone.common.sql.core.ModelBase", "keystone.common.sql.core.ModelDictMixin", "object", "oslo_db.sqlalchemy.models.ModelBase" ] }, { "keystone.assignment.backends.base.AssignmentDriverBase": [ "object" ] }, { "keystone.application_credential.core.Manager": [ "keystone.common.manager.Manager", "object" ] }, { "keystone.application_credential.backends.sql.AccessRuleModel": [ "keystone.common.sql.core.ModelBase", "keystone.common.sql.core.ModelDictMixin", "object", "oslo_db.sqlalchemy.models.ModelBase" ] }, { "keystone.application_credential.backends.sql.ApplicationCredential": [ "keystone.application_credential.backends.base.ApplicationCredentialDriverBase", "object" ] }, { "keystone.application_credential.backends.sql.ApplicationCredentialAccessRuleModel": [ "keystone.common.sql.core.ModelBase", "keystone.common.sql.core.ModelDictMixin", "object", "oslo_db.sqlalchemy.models.ModelBase" ] }, { "keystone.application_credential.backends.sql.ApplicationCredentialModel": [ "keystone.common.sql.core.ModelBase", "keystone.common.sql.core.ModelDictMixin", "object", "oslo_db.sqlalchemy.models.ModelBase" ] }, { "keystone.application_credential.backends.sql.ApplicationCredentialRoleModel": [ "keystone.common.sql.core.ModelBase", "keystone.common.sql.core.ModelDictMixin", "object", "oslo_db.sqlalchemy.models.ModelBase" ] }, { "keystone.application_credential.backends.base.ApplicationCredentialDriverBase": [ "object" ] }, { "keystone.api.users.OAuth1AccessTokenCRUDResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.api.users._OAuth1ResourceBase", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.users.OAuth1AccessTokenRoleListResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.users.OAuth1AccessTokenRoleResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.users.OAuth1ListAccessTokensResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.api.users._OAuth1ResourceBase", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.users.UserAPI": [ "keystone.server.flask.common.APIBase", "object" ] }, { "keystone.api.users.UserAccessRuleGetDeleteResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.users.UserAccessRuleListResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.users.UserAppCredGetDeleteResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.users.UserAppCredListCreateResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.users.UserChangePasswordResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.users.UserGroupsResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.users.UserOSEC2CredentialsResourceGetDelete": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.api.users._UserOSEC2CredBaseResource", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.users.UserOSEC2CredentialsResourceListCreate": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.api.users._UserOSEC2CredBaseResource", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.users.UserProjectsResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.users.UserResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.users._OAuth1ResourceBase": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.users._UserOSEC2CredBaseResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.trusts.RoleForTrustResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "object" ] }, { "keystone.api.trusts.RolesForTrustListResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "object" ] }, { "keystone.api.trusts.TrustAPI": [ "keystone.server.flask.common.APIBase", "object" ] }, { "keystone.api.trusts.TrustResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.system.SystemAPI": [ "keystone.server.flask.common.APIBase", "object" ] }, { "keystone.api.system.SystemGroupsRolesListResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "object" ] }, { "keystone.api.system.SystemGroupsRolestResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "object" ] }, { "keystone.api.system.SystemUsersListResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "object" ] }, { "keystone.api.system.SystemUsersResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "object" ] }, { "keystone.api.services.ServiceAPI": [ "keystone.server.flask.common.APIBase", "object" ] }, { "keystone.api.services.ServicesResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.s3tokens.S3Api": [ "keystone.server.flask.common.APIBase", "object" ] }, { "keystone.api.s3tokens.S3Resource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.api._shared.EC2_S3_Resource.ResourceBase", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.roles.RoleAPI": [ "keystone.server.flask.common.APIBase", "object" ] }, { "keystone.api.roles.RoleImplicationListResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "object" ] }, { "keystone.api.roles.RoleImplicationResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "object" ] }, { "keystone.api.roles.RoleResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.role_inferences.RoleInferencesAPI": [ "keystone.server.flask.common.APIBase", "object" ] }, { "keystone.api.role_inferences.RoleInferencesResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "object" ] }, { "keystone.api.role_assignments.RoleAssignmentsAPI": [ "keystone.server.flask.common.APIBase", "object" ] }, { "keystone.api.role_assignments.RoleAssignmentsResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.registered_limits.RegisteredLimitResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.registered_limits.RegisteredLimitsAPI": [ "keystone.server.flask.common.APIBase", "object" ] }, { "keystone.api.regions.RegionAPI": [ "keystone.server.flask.common.APIBase", "object" ] }, { "keystone.api.regions.RegionResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.projects.ProjectAPI": [ "keystone.server.flask.common.APIBase", "object" ] }, { "keystone.api.projects.ProjectGroupGrantResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.api.projects._ProjectGrantResourceBase", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.projects.ProjectGroupListGrantResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.api.projects._ProjectGrantResourceBase", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.projects.ProjectResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.projects.ProjectTagResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.api.projects._ProjectTagResourceBase", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.projects.ProjectTagsResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.api.projects._ProjectTagResourceBase", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.projects.ProjectUserGrantResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.api.projects._ProjectGrantResourceBase", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.projects.ProjectUserListGrantResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.api.projects._ProjectGrantResourceBase", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.projects._ProjectGrantResourceBase": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.projects._ProjectTagResourceBase": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.policy.EndpointPolicyAssociations": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "object" ] }, { "keystone.api.policy.EndpointPolicyResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "object" ] }, { "keystone.api.policy.PolicyAPI": [ "keystone.server.flask.common.APIBase", "object" ] }, { "keystone.api.policy.PolicyResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.policy.ServicePolicyAssociations": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "object" ] }, { "keystone.api.policy.ServiceRegionPolicyAssociations": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "object" ] }, { "keystone.api.os_simple_cert.SimpleCertAPI": [ "keystone.server.flask.common.APIBase", "object" ] }, { "keystone.api.os_simple_cert.SimpleCertCAResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "object" ] }, { "keystone.api.os_simple_cert.SimpleCertListResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "object" ] }, { "keystone.api.os_revoke.OSRevokeAPI": [ "keystone.server.flask.common.APIBase", "object" ] }, { "keystone.api.os_revoke.OSRevokeResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "object" ] }, { "keystone.api.os_oauth1.AccessTokenResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.api.os_oauth1._OAuth1ResourceBase", "object" ] }, { "keystone.api.os_oauth1.AuthorizeResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.api.os_oauth1._OAuth1ResourceBase", "object" ] }, { "keystone.api.os_oauth1.ConsumerResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.os_oauth1.OSAuth1API": [ "keystone.server.flask.common.APIBase", "object" ] }, { "keystone.api.os_oauth1.RequestTokenResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.api.os_oauth1._OAuth1ResourceBase", "object" ] }, { "keystone.api.os_oauth1._OAuth1ResourceBase": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "object" ] }, { "keystone.api.os_inherit.OSInheritAPI": [ "keystone.server.flask.common.APIBase", "object" ] }, { "keystone.api.os_inherit.OSInheritDomainGroupRolesListResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "object" ] }, { "keystone.api.os_inherit.OSInheritDomainGroupRolesResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "object" ] }, { "keystone.api.os_inherit.OSInheritDomainUserRolesListResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "object" ] }, { "keystone.api.os_inherit.OSInheritDomainUserRolesResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "object" ] }, { "keystone.api.os_inherit.OSInheritProjectGroupResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "object" ] }, { "keystone.api.os_inherit.OSInheritProjectUserResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "object" ] }, { "keystone.api.os_federation.IDPProtocolsCRUDResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.api.os_federation._IdentityProvidersProtocolsResourceBase", "keystone.api.os_federation._ResourceBase", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.os_federation.IDPProtocolsListResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.api.os_federation._IdentityProvidersProtocolsResourceBase", "keystone.api.os_federation._ResourceBase", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.os_federation.IdentityProvidersResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.api.os_federation._ResourceBase", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.os_federation.MappingResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.api.os_federation._ResourceBase", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.os_federation.OSFederationAPI": [ "keystone.server.flask.common.APIBase", "object" ] }, { "keystone.api.os_federation.OSFederationAuthResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "object" ] }, { "keystone.api.os_federation.OSFederationIdentityProvidersAPI": [ "keystone.server.flask.common.APIBase", "object" ] }, { "keystone.api.os_federation.OSFederationIdentityProvidersProtocolsAPI": [ "keystone.server.flask.common.APIBase", "object" ] }, { "keystone.api.os_federation.OSFederationMappingsAPI": [ "keystone.server.flask.common.APIBase", "object" ] }, { "keystone.api.os_federation.OSFederationServiceProvidersAPI": [ "keystone.server.flask.common.APIBase", "object" ] }, { "keystone.api.os_federation.SAML2MetadataResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "object" ] }, { "keystone.api.os_federation.ServiceProvidersResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.api.os_federation._ResourceBase", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.os_federation._IdentityProvidersProtocolsResourceBase": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.api.os_federation._ResourceBase", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.os_federation._ResourceBase": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.os_ep_filter.EPFilterAPI": [ "keystone.server.flask.common.APIBase", "object" ] }, { "keystone.api.os_ep_filter.EPFilterEndpointProjectsResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "object" ] }, { "keystone.api.os_ep_filter.EPFilterGroupsProjectsResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.os_ep_filter.EPFilterProjectEndpointsListResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "object" ] }, { "keystone.api.os_ep_filter.EPFilterProjectsEndpointsResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "object" ] }, { "keystone.api.os_ep_filter.EndpointFilterEPGroupsEndpoints": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "object" ] }, { "keystone.api.os_ep_filter.EndpointFilterEPGroupsProjects": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "object" ] }, { "keystone.api.os_ep_filter.EndpointFilterProjectEndpointGroupsListResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "object" ] }, { "keystone.api.os_ep_filter.EndpointGroupsResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.limits.LimitModelResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "object" ] }, { "keystone.api.limits.LimitsAPI": [ "keystone.server.flask.common.APIBase", "object" ] }, { "keystone.api.limits.LimitsResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.groups.GroupAPI": [ "keystone.server.flask.common.APIBase", "object" ] }, { "keystone.api.groups.GroupUsersResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.groups.GroupsResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.groups.UserGroupCRUDResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "object" ] }, { "keystone.api.endpoints.EndpointAPI": [ "keystone.server.flask.common.APIBase", "object" ] }, { "keystone.api.endpoints.EndpointPolicyEndpointResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "object" ] }, { "keystone.api.endpoints.EndpointResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.ec2tokens.EC2TokensAPI": [ "keystone.server.flask.common.APIBase", "object" ] }, { "keystone.api.ec2tokens.EC2TokensResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.api._shared.EC2_S3_Resource.ResourceBase", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.domains.DefaultConfigGroupResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "object" ] }, { "keystone.api.domains.DefaultConfigOptionResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "object" ] }, { "keystone.api.domains.DefaultConfigResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "object" ] }, { "keystone.api.domains.DomainAPI": [ "keystone.server.flask.common.APIBase", "object" ] }, { "keystone.api.domains.DomainConfigBase": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.domains.DomainConfigGroupResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.api.domains.DomainConfigBase", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.domains.DomainConfigOptionResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.api.domains.DomainConfigBase", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.domains.DomainConfigResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.api.domains.DomainConfigBase", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.domains.DomainGroupListResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "object" ] }, { "keystone.api.domains.DomainGroupResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.domains.DomainResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.domains.DomainUserListResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "object" ] }, { "keystone.api.domains.DomainUserResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.discovery.DiscoveryAPI": [ "object" ] }, { "keystone.api.discovery.MimeTypes": [ "object" ] }, { "keystone.api.credentials.CredentialAPI": [ "keystone.server.flask.common.APIBase", "object" ] }, { "keystone.api.credentials.CredentialResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.auth.AuthAPI": [ "keystone.server.flask.common.APIBase", "object" ] }, { "keystone.api.auth.AuthCatalogResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.api.auth._AuthFederationWebSSOBase", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.auth.AuthDomainsResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.auth.AuthFederationAPI": [ "keystone.server.flask.common.APIBase", "object" ] }, { "keystone.api.auth.AuthFederationSaml2ECPResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.api.auth._AuthFederationWebSSOBase", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.auth.AuthFederationSaml2Resource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.api.auth._AuthFederationWebSSOBase", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.auth.AuthFederationWebSSOIDPsResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.api.auth._AuthFederationWebSSOBase", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.auth.AuthFederationWebSSOResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.api.auth._AuthFederationWebSSOBase", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.auth.AuthProjectsResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.auth.AuthSystemResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.api.auth._AuthFederationWebSSOBase", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.auth.AuthTokenOSPKIResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "object" ] }, { "keystone.api.auth.AuthTokenResource": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.api.auth._AuthFederationWebSSOBase", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api.auth._AuthFederationWebSSOBase": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.server.flask.common.ResourceBase", "object" ] }, { "keystone.api._shared.EC2_S3_Resource.ResourceBase": [ "flask.views.MethodView", "flask.views.View", "flask_restful.Resource", "keystone.server.flask.common.ResourceBase", "object" ] }, { "kazoo.recipe.watchers.ChildrenWatch": [ "object" ] }, { "kazoo.recipe.watchers.DataWatch": [ "object" ] }, { "kazoo.recipe.watchers.PatientChildrenWatch": [ "object" ] }, { "kazoo.exceptions.APIError": [ "BaseException", "Exception", "kazoo.exceptions.KazooException", "kazoo.exceptions.ZookeeperError", "object" ] }, { "kazoo.exceptions.AuthFailedError": [ "BaseException", "Exception", "kazoo.exceptions.KazooException", "kazoo.exceptions.ZookeeperError", "object" ] }, { "kazoo.exceptions.BadArgumentsError": [ "BaseException", "Exception", "kazoo.exceptions.KazooException", "kazoo.exceptions.ZookeeperError", "object" ] }, { "kazoo.exceptions.BadVersionError": [ "BaseException", "Exception", "kazoo.exceptions.KazooException", "kazoo.exceptions.ZookeeperError", "object" ] }, { "kazoo.exceptions.CancelledError": [ "BaseException", "Exception", "kazoo.exceptions.KazooException", "object" ] }, { "kazoo.exceptions.ConfigurationError": [ "BaseException", "Exception", "kazoo.exceptions.KazooException", "object" ] }, { "kazoo.exceptions.ConnectionClosedError": [ "BaseException", "Exception", "kazoo.exceptions.KazooException", "kazoo.exceptions.SessionExpiredError", "kazoo.exceptions.ZookeeperError", "object" ] }, { "kazoo.exceptions.ConnectionDropped": [ "BaseException", "Exception", "kazoo.exceptions.KazooException", "object" ] }, { "kazoo.exceptions.ConnectionLoss": [ "BaseException", "Exception", "kazoo.exceptions.KazooException", "kazoo.exceptions.ZookeeperError", "object" ] }, { "kazoo.exceptions.DataInconsistency": [ "BaseException", "Exception", "kazoo.exceptions.KazooException", "kazoo.exceptions.ZookeeperError", "object" ] }, { "kazoo.exceptions.InvalidACLError": [ "BaseException", "Exception", "kazoo.exceptions.KazooException", "kazoo.exceptions.ZookeeperError", "object" ] }, { "kazoo.exceptions.InvalidCallbackError": [ "BaseException", "Exception", "kazoo.exceptions.KazooException", "kazoo.exceptions.ZookeeperError", "object" ] }, { "kazoo.exceptions.KazooException": [ "BaseException", "Exception", "object" ] }, { "kazoo.exceptions.LockTimeout": [ "BaseException", "Exception", "kazoo.exceptions.KazooException", "object" ] }, { "kazoo.exceptions.MarshallingError": [ "BaseException", "Exception", "kazoo.exceptions.KazooException", "kazoo.exceptions.ZookeeperError", "object" ] }, { "kazoo.exceptions.NewConfigNoQuorumError": [ "BaseException", "Exception", "kazoo.exceptions.KazooException", "kazoo.exceptions.ZookeeperError", "object" ] }, { "kazoo.exceptions.NoAuthError": [ "BaseException", "Exception", "kazoo.exceptions.KazooException", "kazoo.exceptions.ZookeeperError", "object" ] }, { "kazoo.exceptions.NoChildrenForEphemeralsError": [ "BaseException", "Exception", "kazoo.exceptions.KazooException", "kazoo.exceptions.ZookeeperError", "object" ] }, { "kazoo.exceptions.NoNodeError": [ "BaseException", "Exception", "kazoo.exceptions.KazooException", "kazoo.exceptions.ZookeeperError", "object" ] }, { "kazoo.exceptions.NodeExistsError": [ "BaseException", "Exception", "kazoo.exceptions.KazooException", "kazoo.exceptions.ZookeeperError", "object" ] }, { "kazoo.exceptions.NotEmptyError": [ "BaseException", "Exception", "kazoo.exceptions.KazooException", "kazoo.exceptions.ZookeeperError", "object" ] }, { "kazoo.exceptions.NotReadOnlyCallError": [ "BaseException", "Exception", "kazoo.exceptions.KazooException", "kazoo.exceptions.ZookeeperError", "object" ] }, { "kazoo.exceptions.OperationTimeoutError": [ "BaseException", "Exception", "kazoo.exceptions.KazooException", "kazoo.exceptions.ZookeeperError", "object" ] }, { "kazoo.exceptions.ReconfigInProcessError": [ "BaseException", "Exception", "kazoo.exceptions.KazooException", "kazoo.exceptions.ZookeeperError", "object" ] }, { "kazoo.exceptions.RolledBackError": [ "BaseException", "Exception", "kazoo.exceptions.KazooException", "kazoo.exceptions.ZookeeperError", "object" ] }, { "kazoo.exceptions.RuntimeInconsistency": [ "BaseException", "Exception", "kazoo.exceptions.KazooException", "kazoo.exceptions.ZookeeperError", "object" ] }, { "kazoo.exceptions.SessionExpiredError": [ "BaseException", "Exception", "kazoo.exceptions.KazooException", "kazoo.exceptions.ZookeeperError", "object" ] }, { "kazoo.exceptions.SessionMovedError": [ "BaseException", "Exception", "kazoo.exceptions.KazooException", "kazoo.exceptions.ZookeeperError", "object" ] }, { "kazoo.exceptions.SystemZookeeperError": [ "BaseException", "Exception", "kazoo.exceptions.KazooException", "kazoo.exceptions.ZookeeperError", "object" ] }, { "kazoo.exceptions.UnimplementedError": [ "BaseException", "Exception", "kazoo.exceptions.KazooException", "kazoo.exceptions.ZookeeperError", "object" ] }, { "kazoo.exceptions.WriterNotClosedException": [ "BaseException", "Exception", "kazoo.exceptions.KazooException", "object" ] }, { "kazoo.exceptions.ZookeeperError": [ "BaseException", "Exception", "kazoo.exceptions.KazooException", "object" ] }, { "kazoo.exceptions.ZookeeperStoppedError": [ "BaseException", "Exception", "kazoo.exceptions.KazooException", "object" ] }, { "kazoo.client.KazooClient": [ "object" ] }, { "kazoo.client.KazooState": [ "object" ] }, { "kazoo.client.TransactionRequest": [ "object" ] }, { "jwt.jwks_client.PyJWKClient": [ "object" ] }, { "jwt.exceptions.DecodeError": [ "BaseException", "Exception", "jwt.exceptions.InvalidTokenError", "jwt.exceptions.PyJWTError", "object" ] }, { "jwt.exceptions.ExpiredSignatureError": [ "BaseException", "Exception", "jwt.exceptions.InvalidTokenError", "jwt.exceptions.PyJWTError", "object" ] }, { "jwt.exceptions.ImmatureSignatureError": [ "BaseException", "Exception", "jwt.exceptions.InvalidTokenError", "jwt.exceptions.PyJWTError", "object" ] }, { "jwt.exceptions.InvalidAlgorithmError": [ "BaseException", "Exception", "jwt.exceptions.InvalidTokenError", "jwt.exceptions.PyJWTError", "object" ] }, { "jwt.exceptions.InvalidAudienceError": [ "BaseException", "Exception", "jwt.exceptions.InvalidTokenError", "jwt.exceptions.PyJWTError", "object" ] }, { "jwt.exceptions.InvalidIssuedAtError": [ "BaseException", "Exception", "jwt.exceptions.InvalidTokenError", "jwt.exceptions.PyJWTError", "object" ] }, { "jwt.exceptions.InvalidIssuerError": [ "BaseException", "Exception", "jwt.exceptions.InvalidTokenError", "jwt.exceptions.PyJWTError", "object" ] }, { "jwt.exceptions.InvalidKeyError": [ "BaseException", "Exception", "jwt.exceptions.PyJWTError", "object" ] }, { "jwt.exceptions.InvalidSignatureError": [ "BaseException", "Exception", "jwt.exceptions.DecodeError", "jwt.exceptions.InvalidTokenError", "jwt.exceptions.PyJWTError", "object" ] }, { "jwt.exceptions.InvalidTokenError": [ "BaseException", "Exception", "jwt.exceptions.PyJWTError", "object" ] }, { "jwt.exceptions.MissingRequiredClaimError": [ "BaseException", "Exception", "jwt.exceptions.InvalidTokenError", "jwt.exceptions.PyJWTError", "object" ] }, { "jwt.exceptions.PyJWKClientError": [ "BaseException", "Exception", "jwt.exceptions.PyJWTError", "object" ] }, { "jwt.exceptions.PyJWKError": [ "BaseException", "Exception", "jwt.exceptions.PyJWTError", "object" ] }, { "jwt.exceptions.PyJWKSetError": [ "BaseException", "Exception", "jwt.exceptions.PyJWTError", "object" ] }, { "jwt.exceptions.PyJWTError": [ "BaseException", "Exception", "object" ] }, { "jwt.contrib.algorithms.pycrypto.RSAAlgorithm": [ "jwt.algorithms.Algorithm", "object", "typing.Generic" ] }, { "jwt.contrib.algorithms.py_ecdsa.ECAlgorithm": [ "jwt.algorithms.Algorithm", "object", "typing.Generic" ] }, { "jwt.api_jwt.PyJWT": [ "object" ] }, { "jwt.api_jws.PyJWS": [ "object" ] }, { "jwt.api_jwk.PyJWK": [ "object" ] }, { "jwt.api_jwk.PyJWKSet": [ "object" ] }, { "jwt.algorithms.Algorithm": [ "object", "typing.Generic" ] }, { "jwt.algorithms.ECAlgorithm": [ "jwt.algorithms.Algorithm", "object", "typing.Generic" ] }, { "jwt.algorithms.Ed25519Algorithm": [ "jwt.algorithms.Algorithm", "object", "typing.Generic" ] }, { "jwt.algorithms.HMACAlgorithm": [ "jwt.algorithms.Algorithm", "object", "typing.Generic" ] }, { "jwt.algorithms.NoneAlgorithm": [ "jwt.algorithms.Algorithm", "object", "typing.Generic" ] }, { "jwt.algorithms.RSAAlgorithm": [ "jwt.algorithms.Algorithm", "object", "typing.Generic" ] }, { "jwt.algorithms.RSAPSSAlgorithm": [ "jwt.algorithms.Algorithm", "jwt.algorithms.RSAAlgorithm", "object", "typing.Generic" ] }, { "jwt.algorithms._HashAlg": [ "object" ] }, { "jwt.DecodeError": [ "BaseException", "Exception", "jwt.InvalidTokenError", "jwt.PyJWTError", "object" ] }, { "jwt.ExpiredSignatureError": [ "BaseException", "Exception", "jwt.InvalidTokenError", "jwt.PyJWTError", "object" ] }, { "jwt.ImmatureSignatureError": [ "BaseException", "Exception", "jwt.InvalidTokenError", "jwt.PyJWTError", "object" ] }, { "jwt.InvalidAlgorithmError": [ "BaseException", "Exception", "jwt.InvalidTokenError", "jwt.PyJWTError", "object" ] }, { "jwt.InvalidAudienceError": [ "BaseException", "Exception", "jwt.InvalidTokenError", "jwt.PyJWTError", "object" ] }, { "jwt.InvalidIssuedAtError": [ "BaseException", "Exception", "jwt.InvalidTokenError", "jwt.PyJWTError", "object" ] }, { "jwt.InvalidIssuerError": [ "BaseException", "Exception", "jwt.InvalidTokenError", "jwt.PyJWTError", "object" ] }, { "jwt.InvalidKeyError": [ "BaseException", "Exception", "jwt.PyJWTError", "object" ] }, { "jwt.InvalidSignatureError": [ "BaseException", "Exception", "jwt.DecodeError", "jwt.InvalidTokenError", "jwt.PyJWTError", "object" ] }, { "jwt.InvalidTokenError": [ "BaseException", "Exception", "jwt.PyJWTError", "object" ] }, { "jwt.MissingRequiredClaimError": [ "BaseException", "Exception", "jwt.InvalidTokenError", "jwt.PyJWTError", "object" ] }, { "jwt.PyJWTError": [ "BaseException", "Exception", "object" ] }, { "jsonschema.validators.RefResolver": [ "object" ] }, { "jsonschema.validators._DefaultTypesDeprecatingMetaClass": [ "object", "type", "typing.Generic" ] }, { "jsonschema.validators._DontDoThat": [ "BaseException", "Exception", "object" ] }, { "jsonschema.validators.create.Validator": [ "object" ] }, { "jsonschema.tests.test_validators.AntiDraft6LeakMixin": [ "object" ] }, { "jsonschema.tests.test_validators.MetaSchemaTestsMixin": [ "object" ] }, { "jsonschema.tests.test_validators.ReallyFakeRequests": [ "object" ] }, { "jsonschema.tests.test_validators.TestCreateAndExtend": [ "object" ] }, { "jsonschema.tests.test_validators.TestDraft3Validator": [ "jsonschema.tests.test_validators.AntiDraft6LeakMixin", "jsonschema.tests.test_validators.MetaSchemaTestsMixin", "jsonschema.tests.test_validators.ValidatorTestMixin", "object", "unittest.case.TestCase" ] }, { "jsonschema.tests.test_validators.TestDraft4Validator": [ "jsonschema.tests.test_validators.AntiDraft6LeakMixin", "jsonschema.tests.test_validators.MetaSchemaTestsMixin", "jsonschema.tests.test_validators.ValidatorTestMixin", "object", "unittest.case.TestCase" ] }, { "jsonschema.tests.test_validators.TestDraft6Validator": [ "jsonschema.tests.test_validators.MetaSchemaTestsMixin", "jsonschema.tests.test_validators.ValidatorTestMixin", "object", "unittest.case.TestCase" ] }, { "jsonschema.tests.test_validators.TestDraft7Validator": [ "jsonschema.tests.test_validators.MetaSchemaTestsMixin", "jsonschema.tests.test_validators.ValidatorTestMixin", "object", "unittest.case.TestCase" ] }, { "jsonschema.tests.test_validators.TestIterErrors": [ "object", "unittest.case.TestCase" ] }, { "jsonschema.tests.test_validators.TestLegacyTypeChecking": [ "object" ] }, { "jsonschema.tests.test_validators.TestRefResolver": [ "object" ] }, { "jsonschema.tests.test_validators.TestValidate": [ "object" ] }, { "jsonschema.tests.test_validators.TestValidationErrorDetails": [ "object", "unittest.case.TestCase" ] }, { "jsonschema.tests.test_validators.TestValidationErrorMessages": [ "object", "unittest.case.TestCase" ] }, { "jsonschema.tests.test_validators.TestValidatorFor": [ "object" ] }, { "jsonschema.tests.test_validators.ValidatorTestMixin": [ "jsonschema.tests.test_validators.MetaSchemaTestsMixin", "object" ] }, { "jsonschema.tests.test_validators.ValidatorTestMixin.test_it_delegates_to_a_legacy_ref_resolver.LegacyRefResolver": [ "object" ] }, { "jsonschema.tests.test_validators._ReallyFakeJSONResponse": [ "object" ] }, { "jsonschema.tests.test_types.TestCustomTypes": [ "object", "unittest.case.TestCase" ] }, { "jsonschema.tests.test_types.TestCustomTypes.test_object_can_be_extended.Point": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jsonschema.tests.test_types.TestCustomTypes.test_object_extensions_can_handle_custom_validators.Point": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jsonschema.tests.test_types.TestCustomTypes.test_object_extensions_require_custom_validators.Point": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jsonschema.tests.test_types.TestTypeChecker": [ "object", "unittest.case.TestCase" ] }, { "jsonschema.tests.test_format.TestFormatChecker": [ "object", "unittest.case.TestCase" ] }, { "jsonschema.tests.test_exceptions.TestBestMatch": [ "object", "unittest.case.TestCase" ] }, { "jsonschema.tests.test_exceptions.TestByRelevance": [ "object", "unittest.case.TestCase" ] }, { "jsonschema.tests.test_exceptions.TestErrorInitReprStr": [ "object", "unittest.case.TestCase" ] }, { "jsonschema.tests.test_exceptions.TestErrorInitReprStr.test_str_works_with_instances_having_overriden_eq_operator.DontEQMeBro": [ "object" ] }, { "jsonschema.tests.test_exceptions.TestErrorTree": [ "object", "unittest.case.TestCase" ] }, { "jsonschema.tests.test_exceptions.TestHashable": [ "object", "unittest.case.TestCase" ] }, { "jsonschema.tests.test_cli.TestCLI": [ "object", "unittest.case.TestCase" ] }, { "jsonschema.tests.test_cli.TestParser": [ "object", "unittest.case.TestCase" ] }, { "jsonschema.tests.test_cli.fake_validator.FakeValidator": [ "object" ] }, { "jsonschema.tests._suite.Suite": [ "object" ] }, { "jsonschema.tests._suite.Version": [ "object" ] }, { "jsonschema.tests._suite._Test": [ "object" ] }, { "jsonschema.exceptions.ErrorTree": [ "object" ] }, { "jsonschema.exceptions.FormatError": [ "BaseException", "Exception", "object" ] }, { "jsonschema.exceptions.RefResolutionError": [ "BaseException", "Exception", "object" ] }, { "jsonschema.exceptions.SchemaError": [ "BaseException", "Exception", "jsonschema.exceptions._Error", "object" ] }, { "jsonschema.exceptions.UndefinedTypeCheck": [ "BaseException", "Exception", "object" ] }, { "jsonschema.exceptions.UnknownType": [ "BaseException", "Exception", "object" ] }, { "jsonschema.exceptions.ValidationError": [ "BaseException", "Exception", "jsonschema.exceptions._Error", "object" ] }, { "jsonschema.exceptions._Error": [ "BaseException", "Exception", "object" ] }, { "jsonschema._utils.URIDict": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jsonschema._utils.Unset": [ "object" ] }, { "jsonschema._types.TypeChecker": [ "object" ] }, { "jsonschema._reflect.InvalidName": [ "BaseException", "Exception", "ValueError", "object" ] }, { "jsonschema._reflect.ModuleNotFound": [ "BaseException", "Exception", "ValueError", "jsonschema._reflect.InvalidName", "object" ] }, { "jsonschema._reflect.ObjectNotFound": [ "BaseException", "Exception", "ValueError", "jsonschema._reflect.InvalidName", "object" ] }, { "jsonschema._reflect._NoModuleFound": [ "BaseException", "Exception", "object" ] }, { "jsonschema._format.FormatChecker": [ "object" ] }, { "json.encoder.JSONEncoder": [ "object" ] }, { "json.decoder.JSONDecodeError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "json.decoder.JSONDecoder": [ "object" ] }, { "jinja2.visitor.NodeTransformer": [ "jinja2.visitor.NodeVisitor", "object" ] }, { "jinja2.visitor.NodeVisitor": [ "object" ] }, { "jinja2.utils.Cycler": [ "object" ] }, { "jinja2.utils.Joiner": [ "object" ] }, { "jinja2.utils.LRUCache": [ "object" ] }, { "jinja2.utils._ContextFunction": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jinja2.utils._EnvironmentFunction": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jinja2.utils._EvalContextFunction": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jinja2.sandbox.ImmutableSandboxedEnvironment": [ "jinja2.environment.Environment", "jinja2.sandbox.SandboxedEnvironment", "object" ] }, { "jinja2.sandbox.SandboxedEnvironment": [ "jinja2.environment.Environment", "object" ] }, { "jinja2.runtime.BlockReference": [ "object" ] }, { "jinja2.runtime.Context": [ "object" ] }, { "jinja2.runtime.DebugUndefined": [ "jinja2.runtime.Undefined", "object" ] }, { "jinja2.runtime.LoopContext": [ "object" ] }, { "jinja2.runtime.LoopContextIterator": [ "object" ] }, { "jinja2.runtime.Macro": [ "object" ] }, { "jinja2.runtime.StrictUndefined": [ "jinja2.runtime.Undefined", "object" ] }, { "jinja2.runtime.TemplateReference": [ "object" ] }, { "jinja2.runtime.Undefined": [ "object" ] }, { "jinja2.parser.Parser": [ "object" ] }, { "jinja2.optimizer.Optimizer": [ "jinja2.visitor.NodeTransformer", "jinja2.visitor.NodeVisitor", "object" ] }, { "jinja2.nodes.Add": [ "jinja2.nodes.BinExpr", "jinja2.nodes.Expr", "jinja2.nodes.Node", "object" ] }, { "jinja2.nodes.And": [ "jinja2.nodes.BinExpr", "jinja2.nodes.Expr", "jinja2.nodes.Node", "object" ] }, { "jinja2.nodes.Assign": [ "jinja2.nodes.Node", "jinja2.nodes.Stmt", "object" ] }, { "jinja2.nodes.AssignBlock": [ "jinja2.nodes.Node", "jinja2.nodes.Stmt", "object" ] }, { "jinja2.nodes.BinExpr": [ "jinja2.nodes.Expr", "jinja2.nodes.Node", "object" ] }, { "jinja2.nodes.Block": [ "jinja2.nodes.Node", "jinja2.nodes.Stmt", "object" ] }, { "jinja2.nodes.Break": [ "jinja2.nodes.Node", "jinja2.nodes.Stmt", "object" ] }, { "jinja2.nodes.Call": [ "jinja2.nodes.Expr", "jinja2.nodes.Node", "object" ] }, { "jinja2.nodes.CallBlock": [ "jinja2.nodes.Node", "jinja2.nodes.Stmt", "object" ] }, { "jinja2.nodes.Compare": [ "jinja2.nodes.Expr", "jinja2.nodes.Node", "object" ] }, { "jinja2.nodes.Concat": [ "jinja2.nodes.Expr", "jinja2.nodes.Node", "object" ] }, { "jinja2.nodes.CondExpr": [ "jinja2.nodes.Expr", "jinja2.nodes.Node", "object" ] }, { "jinja2.nodes.Const": [ "jinja2.nodes.Expr", "jinja2.nodes.Literal", "jinja2.nodes.Node", "object" ] }, { "jinja2.nodes.ContextReference": [ "jinja2.nodes.Expr", "jinja2.nodes.Node", "object" ] }, { "jinja2.nodes.Continue": [ "jinja2.nodes.Node", "jinja2.nodes.Stmt", "object" ] }, { "jinja2.nodes.Dict": [ "jinja2.nodes.Expr", "jinja2.nodes.Literal", "jinja2.nodes.Node", "object" ] }, { "jinja2.nodes.Div": [ "jinja2.nodes.BinExpr", "jinja2.nodes.Expr", "jinja2.nodes.Node", "object" ] }, { "jinja2.nodes.EnvironmentAttribute": [ "jinja2.nodes.Expr", "jinja2.nodes.Node", "object" ] }, { "jinja2.nodes.EvalContext": [ "object" ] }, { "jinja2.nodes.EvalContextModifier": [ "jinja2.nodes.Node", "jinja2.nodes.Stmt", "object" ] }, { "jinja2.nodes.Expr": [ "jinja2.nodes.Node", "object" ] }, { "jinja2.nodes.ExprStmt": [ "jinja2.nodes.Node", "jinja2.nodes.Stmt", "object" ] }, { "jinja2.nodes.Extends": [ "jinja2.nodes.Node", "jinja2.nodes.Stmt", "object" ] }, { "jinja2.nodes.ExtensionAttribute": [ "jinja2.nodes.Expr", "jinja2.nodes.Node", "object" ] }, { "jinja2.nodes.Filter": [ "jinja2.nodes.Expr", "jinja2.nodes.Node", "object" ] }, { "jinja2.nodes.FilterBlock": [ "jinja2.nodes.Node", "jinja2.nodes.Stmt", "object" ] }, { "jinja2.nodes.FloorDiv": [ "jinja2.nodes.BinExpr", "jinja2.nodes.Expr", "jinja2.nodes.Node", "object" ] }, { "jinja2.nodes.For": [ "jinja2.nodes.Node", "jinja2.nodes.Stmt", "object" ] }, { "jinja2.nodes.FromImport": [ "jinja2.nodes.Node", "jinja2.nodes.Stmt", "object" ] }, { "jinja2.nodes.Getattr": [ "jinja2.nodes.Expr", "jinja2.nodes.Node", "object" ] }, { "jinja2.nodes.Getitem": [ "jinja2.nodes.Expr", "jinja2.nodes.Node", "object" ] }, { "jinja2.nodes.Helper": [ "jinja2.nodes.Node", "object" ] }, { "jinja2.nodes.If": [ "jinja2.nodes.Node", "jinja2.nodes.Stmt", "object" ] }, { "jinja2.nodes.Import": [ "jinja2.nodes.Node", "jinja2.nodes.Stmt", "object" ] }, { "jinja2.nodes.ImportedName": [ "jinja2.nodes.Expr", "jinja2.nodes.Node", "object" ] }, { "jinja2.nodes.Impossible": [ "BaseException", "Exception", "object" ] }, { "jinja2.nodes.Include": [ "jinja2.nodes.Node", "jinja2.nodes.Stmt", "object" ] }, { "jinja2.nodes.InternalName": [ "jinja2.nodes.Expr", "jinja2.nodes.Node", "object" ] }, { "jinja2.nodes.Keyword": [ "jinja2.nodes.Helper", "jinja2.nodes.Node", "object" ] }, { "jinja2.nodes.List": [ "jinja2.nodes.Expr", "jinja2.nodes.Literal", "jinja2.nodes.Node", "object" ] }, { "jinja2.nodes.Literal": [ "jinja2.nodes.Expr", "jinja2.nodes.Node", "object" ] }, { "jinja2.nodes.Macro": [ "jinja2.nodes.Node", "jinja2.nodes.Stmt", "object" ] }, { "jinja2.nodes.MarkSafe": [ "jinja2.nodes.Expr", "jinja2.nodes.Node", "object" ] }, { "jinja2.nodes.MarkSafeIfAutoescape": [ "jinja2.nodes.Expr", "jinja2.nodes.Node", "object" ] }, { "jinja2.nodes.Mod": [ "jinja2.nodes.BinExpr", "jinja2.nodes.Expr", "jinja2.nodes.Node", "object" ] }, { "jinja2.nodes.Mul": [ "jinja2.nodes.BinExpr", "jinja2.nodes.Expr", "jinja2.nodes.Node", "object" ] }, { "jinja2.nodes.Name": [ "jinja2.nodes.Expr", "jinja2.nodes.Node", "object" ] }, { "jinja2.nodes.Neg": [ "jinja2.nodes.Expr", "jinja2.nodes.Node", "jinja2.nodes.UnaryExpr", "object" ] }, { "jinja2.nodes.Node": [ "object" ] }, { "jinja2.nodes.NodeType": [ "object", "type", "typing.Generic" ] }, { "jinja2.nodes.Not": [ "jinja2.nodes.Expr", "jinja2.nodes.Node", "jinja2.nodes.UnaryExpr", "object" ] }, { "jinja2.nodes.Operand": [ "jinja2.nodes.Helper", "jinja2.nodes.Node", "object" ] }, { "jinja2.nodes.Or": [ "jinja2.nodes.BinExpr", "jinja2.nodes.Expr", "jinja2.nodes.Node", "object" ] }, { "jinja2.nodes.Output": [ "jinja2.nodes.Node", "jinja2.nodes.Stmt", "object" ] }, { "jinja2.nodes.Pair": [ "jinja2.nodes.Helper", "jinja2.nodes.Node", "object" ] }, { "jinja2.nodes.Pos": [ "jinja2.nodes.Expr", "jinja2.nodes.Node", "jinja2.nodes.UnaryExpr", "object" ] }, { "jinja2.nodes.Pow": [ "jinja2.nodes.BinExpr", "jinja2.nodes.Expr", "jinja2.nodes.Node", "object" ] }, { "jinja2.nodes.Scope": [ "jinja2.nodes.Node", "jinja2.nodes.Stmt", "object" ] }, { "jinja2.nodes.ScopedEvalContextModifier": [ "jinja2.nodes.EvalContextModifier", "jinja2.nodes.Node", "jinja2.nodes.Stmt", "object" ] }, { "jinja2.nodes.Slice": [ "jinja2.nodes.Expr", "jinja2.nodes.Node", "object" ] }, { "jinja2.nodes.Stmt": [ "jinja2.nodes.Node", "object" ] }, { "jinja2.nodes.Sub": [ "jinja2.nodes.BinExpr", "jinja2.nodes.Expr", "jinja2.nodes.Node", "object" ] }, { "jinja2.nodes.Template": [ "jinja2.nodes.Node", "object" ] }, { "jinja2.nodes.TemplateData": [ "jinja2.nodes.Expr", "jinja2.nodes.Literal", "jinja2.nodes.Node", "object" ] }, { "jinja2.nodes.Test": [ "jinja2.nodes.Expr", "jinja2.nodes.Node", "object" ] }, { "jinja2.nodes.Tuple": [ "jinja2.nodes.Expr", "jinja2.nodes.Literal", "jinja2.nodes.Node", "object" ] }, { "jinja2.nodes.UnaryExpr": [ "jinja2.nodes.Expr", "jinja2.nodes.Node", "object" ] }, { "jinja2.nativetypes.NativeCodeGenerator": [ "jinja2.compiler.CodeGenerator", "jinja2.visitor.NodeVisitor", "object" ] }, { "jinja2.nativetypes.NativeEnvironment": [ "jinja2.environment.Environment", "object" ] }, { "jinja2.nativetypes.NativeTemplate": [ "jinja2.environment.Template", "object" ] }, { "jinja2.meta.TrackingCodeGenerator": [ "jinja2.compiler.CodeGenerator", "jinja2.visitor.NodeVisitor", "object" ] }, { "jinja2.loaders.BaseLoader": [ "object" ] }, { "jinja2.loaders.ChoiceLoader": [ "jinja2.loaders.BaseLoader", "object" ] }, { "jinja2.loaders.DictLoader": [ "jinja2.loaders.BaseLoader", "object" ] }, { "jinja2.loaders.FileSystemLoader": [ "jinja2.loaders.BaseLoader", "object" ] }, { "jinja2.loaders.FunctionLoader": [ "jinja2.loaders.BaseLoader", "object" ] }, { "jinja2.loaders.ModuleLoader": [ "jinja2.loaders.BaseLoader", "object" ] }, { "jinja2.loaders.PackageLoader": [ "jinja2.loaders.BaseLoader", "object" ] }, { "jinja2.loaders.PrefixLoader": [ "jinja2.loaders.BaseLoader", "object" ] }, { "jinja2.loaders._TemplateModule": [ "_importlib_modulespec.ModuleType", "object" ] }, { "jinja2.lexer.Failure": [ "object" ] }, { "jinja2.lexer.Lexer": [ "object" ] }, { "jinja2.lexer.Token": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jinja2.lexer.TokenStream": [ "object" ] }, { "jinja2.lexer.TokenStreamIterator": [ "object" ] }, { "jinja2.idtracking.FrameSymbolVisitor": [ "jinja2.visitor.NodeVisitor", "object" ] }, { "jinja2.idtracking.RootVisitor": [ "jinja2.visitor.NodeVisitor", "object" ] }, { "jinja2.idtracking.Symbols": [ "object" ] }, { "jinja2.filters._GroupTuple": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jinja2.ext.AutoEscapeExtension": [ "jinja2.ext.Extension", "object" ] }, { "jinja2.ext.ExprStmtExtension": [ "jinja2.ext.Extension", "object" ] }, { "jinja2.ext.Extension": [ "object" ] }, { "jinja2.ext.ExtensionRegistry": [ "object", "type", "typing.Generic" ] }, { "jinja2.ext.InternationalizationExtension": [ "jinja2.ext.Extension", "object" ] }, { "jinja2.ext.LoopControlExtension": [ "jinja2.ext.Extension", "object" ] }, { "jinja2.ext.WithExtension": [ "jinja2.ext.Extension", "object" ] }, { "jinja2.ext._CommentFinder": [ "object" ] }, { "jinja2.exceptions.FilterArgumentError": [ "BaseException", "Exception", "jinja2.exceptions.TemplateError", "jinja2.exceptions.TemplateRuntimeError", "object" ] }, { "jinja2.exceptions.SecurityError": [ "BaseException", "Exception", "jinja2.exceptions.TemplateError", "jinja2.exceptions.TemplateRuntimeError", "object" ] }, { "jinja2.exceptions.TemplateAssertionError": [ "BaseException", "Exception", "jinja2.exceptions.TemplateError", "jinja2.exceptions.TemplateSyntaxError", "object" ] }, { "jinja2.exceptions.TemplateError": [ "BaseException", "Exception", "object" ] }, { "jinja2.exceptions.TemplateNotFound": [ "BaseException", "Exception", "LookupError", "OSError", "jinja2.exceptions.TemplateError", "object" ] }, { "jinja2.exceptions.TemplateRuntimeError": [ "BaseException", "Exception", "jinja2.exceptions.TemplateError", "object" ] }, { "jinja2.exceptions.TemplateSyntaxError": [ "BaseException", "Exception", "jinja2.exceptions.TemplateError", "object" ] }, { "jinja2.exceptions.TemplatesNotFound": [ "BaseException", "Exception", "LookupError", "OSError", "jinja2.exceptions.TemplateError", "jinja2.exceptions.TemplateNotFound", "object" ] }, { "jinja2.exceptions.UndefinedError": [ "BaseException", "Exception", "jinja2.exceptions.TemplateError", "jinja2.exceptions.TemplateRuntimeError", "object" ] }, { "jinja2.environment.Environment": [ "object" ] }, { "jinja2.environment.Template": [ "object" ] }, { "jinja2.environment.TemplateExpression": [ "object" ] }, { "jinja2.environment.TemplateModule": [ "object" ] }, { "jinja2.environment.TemplateStream": [ "object" ] }, { "jinja2.debug.ProcessedTraceback": [ "object" ] }, { "jinja2.debug.TracebackFrameProxy": [ "object" ] }, { "jinja2.compiler.CodeGenerator": [ "jinja2.visitor.NodeVisitor", "object" ] }, { "jinja2.compiler.CompilerExit": [ "BaseException", "Exception", "object" ] }, { "jinja2.compiler.DependencyFinderVisitor": [ "jinja2.visitor.NodeVisitor", "object" ] }, { "jinja2.compiler.Frame": [ "object" ] }, { "jinja2.compiler.FrameIdentifierVisitor": [ "jinja2.visitor.NodeVisitor", "object" ] }, { "jinja2.compiler.Identifiers": [ "object" ] }, { "jinja2.compiler.UndeclaredNameVisitor": [ "jinja2.visitor.NodeVisitor", "object" ] }, { "jinja2.compiler.VisitorExit": [ "BaseException", "Exception", "RuntimeError", "object" ] }, { "jinja2.bccache.Bucket": [ "object" ] }, { "jinja2.bccache.BytecodeCache": [ "object" ] }, { "jinja2.bccache.FileSystemBytecodeCache": [ "jinja2.bccache.BytecodeCache", "object" ] }, { "jinja2.bccache.MemcachedBytecodeCache": [ "jinja2.bccache.BytecodeCache", "object" ] }, { "jedi.utils.setup_readline.JediRL": [ "object" ] }, { "jedi.utils.version_info.Version": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST": [ "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Add": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.operator", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.And": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.boolop", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AnnAssign": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Assert": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Assign": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AsyncFor": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AsyncFunctionDef": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AsyncWith": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Attribute": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AugAssign": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AugLoad": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.expr_context", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AugStore": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.expr_context", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Await": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.BinOp": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.BitAnd": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.operator", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.BitOr": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.operator", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.BitXor": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.operator", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.BoolOp": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Break": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Bytes": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Call": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.ClassDef": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Compare": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Continue": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Del": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.expr_context", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Delete": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Dict": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.DictComp": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Div": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.operator", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Ellipsis": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Eq": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.cmpop", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.ExceptHandler": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Expr": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Expression": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.mod", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.ExtSlice": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.slice", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.FloorDiv": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.operator", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.For": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.FormattedValue": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.FunctionDef": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.FunctionType": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.mod", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.GeneratorExp": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Global": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Gt": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.cmpop", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.GtE": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.cmpop", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.If": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.IfExp": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Import": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.ImportFrom": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.In": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.cmpop", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Index": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.slice", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Interactive": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.mod", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Invert": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.unaryop", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Is": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.cmpop", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.IsNot": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.cmpop", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.JoinedStr": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.LShift": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.operator", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Lambda": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.List": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.ListComp": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Load": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.expr_context", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Lt": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.cmpop", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.LtE": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.cmpop", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.MatMult": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.operator", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Mod": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.operator", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Module": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.mod", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Mult": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.operator", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Name": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.NameConstant": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.NodeTransformer": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.NodeVisitor", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.NodeVisitor": [ "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Nonlocal": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Not": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.unaryop", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.NotEq": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.cmpop", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.NotIn": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.cmpop", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Num": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Or": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.boolop", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Param": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.expr_context", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Pass": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Pow": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.operator", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.RShift": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.operator", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Raise": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Return": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Set": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.SetComp": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Slice": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.slice", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Starred": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Store": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.expr_context", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Str": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Sub": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.operator", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Subscript": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Suite": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.mod", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Try": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Tuple": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.TypeIgnore": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.UAdd": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.unaryop", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.USub": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.unaryop", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.UnaryOp": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.While": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.With": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.Yield": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.YieldFrom": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.alias": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.arg": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.arguments": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.boolop": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.cmpop": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.comprehension": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.expr": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.expr_context": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.keyword": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.mod": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.operator": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.slice": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.stmt": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.unaryop": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.withitem": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast3.AST", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST": [ "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Add": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.operator", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.And": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.boolop", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Assert": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Assign": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Attribute": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AugAssign": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AugLoad": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.expr_context", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AugStore": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.expr_context", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.BinOp": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.BitAnd": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.operator", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.BitOr": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.operator", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.BitXor": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.operator", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.BoolOp": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Break": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Call": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.ClassDef": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Compare": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Continue": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Del": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.expr_context", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Delete": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Dict": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.DictComp": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Div": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.operator", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Ellipsis": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.slice", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Eq": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.cmpop", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.ExceptHandler": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Exec": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Expr": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Expression": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.mod", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.ExtSlice": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.slice", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.FloorDiv": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.operator", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.For": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.FunctionDef": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.FunctionType": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.mod", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.GeneratorExp": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Global": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Gt": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.cmpop", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.GtE": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.cmpop", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.If": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.IfExp": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Import": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.ImportFrom": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.In": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.cmpop", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Index": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.slice", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Interactive": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.mod", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Invert": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.unaryop", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Is": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.cmpop", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.IsNot": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.cmpop", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.LShift": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.operator", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Lambda": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.List": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.ListComp": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Load": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.expr_context", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Lt": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.cmpop", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.LtE": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.cmpop", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Mod": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.operator", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Module": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.mod", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Mult": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.operator", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Name": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.NodeTransformer": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.NodeVisitor", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.NodeVisitor": [ "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Not": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.unaryop", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.NotEq": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.cmpop", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.NotIn": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.cmpop", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Num": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Or": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.boolop", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Param": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.expr_context", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Pass": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Pow": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.operator", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Print": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.RShift": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.operator", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Raise": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Repr": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Return": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Set": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.SetComp": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Slice": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.slice", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Store": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.expr_context", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Str": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Sub": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.operator", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Subscript": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Suite": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.mod", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.TryExcept": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.TryFinally": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Tuple": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.TypeIgnore": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.UAdd": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.unaryop", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.USub": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.unaryop", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.UnaryOp": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.While": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.With": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.Yield": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.expr", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.alias": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.arguments": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.boolop": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.cmpop": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.comprehension": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.expr": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.expr_context": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.keyword": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.mod": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.operator": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.slice": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.stmt": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "object" ] }, { "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.unaryop": [ "jedi.third_party.typeshed.third_party.3.typed_ast.ast27.AST", "object" ] }, { "jedi.third_party.typeshed.third_party.3.pkg_resources.ContextualVersionConflict": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.3.pkg_resources.ResolutionError", "jedi.third_party.typeshed.third_party.3.pkg_resources.VersionConflict", "object" ] }, { "jedi.third_party.typeshed.third_party.3.pkg_resources.DefaultProvider": [ "jedi.third_party.typeshed.third_party.3.pkg_resources.EggProvider", "jedi.third_party.typeshed.third_party.3.pkg_resources.NullProvider", "object" ] }, { "jedi.third_party.typeshed.third_party.3.pkg_resources.Distribution": [ "jedi.third_party.typeshed.third_party.3.pkg_resources.IMetadataProvider", "jedi.third_party.typeshed.third_party.3.pkg_resources.IResourceProvider", "object" ] }, { "jedi.third_party.typeshed.third_party.3.pkg_resources.DistributionNotFound": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.3.pkg_resources.ResolutionError", "object" ] }, { "jedi.third_party.typeshed.third_party.3.pkg_resources.EggMetadata": [ "jedi.third_party.typeshed.third_party.3.pkg_resources.EggProvider", "jedi.third_party.typeshed.third_party.3.pkg_resources.IMetadataProvider", "jedi.third_party.typeshed.third_party.3.pkg_resources.IResourceProvider", "jedi.third_party.typeshed.third_party.3.pkg_resources.NullProvider", "jedi.third_party.typeshed.third_party.3.pkg_resources.ZipProvider", "object" ] }, { "jedi.third_party.typeshed.third_party.3.pkg_resources.EggProvider": [ "jedi.third_party.typeshed.third_party.3.pkg_resources.NullProvider", "object" ] }, { "jedi.third_party.typeshed.third_party.3.pkg_resources.EmptyProvider": [ "jedi.third_party.typeshed.third_party.3.pkg_resources.NullProvider", "object" ] }, { "jedi.third_party.typeshed.third_party.3.pkg_resources.EntryPoint": [ "object" ] }, { "jedi.third_party.typeshed.third_party.3.pkg_resources.Environment": [ "object" ] }, { "jedi.third_party.typeshed.third_party.3.pkg_resources.ExtractionError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.3.pkg_resources.FileMetadata": [ "jedi.third_party.typeshed.third_party.3.pkg_resources.EmptyProvider", "jedi.third_party.typeshed.third_party.3.pkg_resources.IMetadataProvider", "jedi.third_party.typeshed.third_party.3.pkg_resources.IResourceProvider", "jedi.third_party.typeshed.third_party.3.pkg_resources.NullProvider", "object" ] }, { "jedi.third_party.typeshed.third_party.3.pkg_resources.IMetadataProvider": [ "object" ] }, { "jedi.third_party.typeshed.third_party.3.pkg_resources.IResourceManager": [ "object" ] }, { "jedi.third_party.typeshed.third_party.3.pkg_resources.IResourceProvider": [ "jedi.third_party.typeshed.third_party.3.pkg_resources.IMetadataProvider", "object" ] }, { "jedi.third_party.typeshed.third_party.3.pkg_resources.NullProvider": [ "object" ] }, { "jedi.third_party.typeshed.third_party.3.pkg_resources.PathMetadata": [ "jedi.third_party.typeshed.third_party.3.pkg_resources.DefaultProvider", "jedi.third_party.typeshed.third_party.3.pkg_resources.EggProvider", "jedi.third_party.typeshed.third_party.3.pkg_resources.IMetadataProvider", "jedi.third_party.typeshed.third_party.3.pkg_resources.IResourceProvider", "jedi.third_party.typeshed.third_party.3.pkg_resources.NullProvider", "object" ] }, { "jedi.third_party.typeshed.third_party.3.pkg_resources.Requirement": [ "object" ] }, { "jedi.third_party.typeshed.third_party.3.pkg_resources.ResolutionError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.3.pkg_resources.UnknownExtra": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.3.pkg_resources.ResolutionError", "object" ] }, { "jedi.third_party.typeshed.third_party.3.pkg_resources.VersionConflict": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.3.pkg_resources.ResolutionError", "object" ] }, { "jedi.third_party.typeshed.third_party.3.pkg_resources.WorkingSet": [ "object" ] }, { "jedi.third_party.typeshed.third_party.3.pkg_resources.ZipProvider": [ "jedi.third_party.typeshed.third_party.3.pkg_resources.EggProvider", "jedi.third_party.typeshed.third_party.3.pkg_resources.NullProvider", "object" ] }, { "jedi.third_party.typeshed.third_party.3.pkg_resources._Importer": [ "_importlib_modulespec.Loader", "importlib.abc.Finder", "importlib.abc.InspectLoader", "importlib.abc.MetaPathFinder", "object" ] }, { "jedi.third_party.typeshed.third_party.3.orjson.JSONDecodeError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "jedi.third_party.typeshed.third_party.3.orjson.JSONEncodeError": [ "BaseException", "Exception", "TypeError", "object" ] }, { "jedi.third_party.typeshed.third_party.3.jwt.contrib.algorithms.pycrypto.RSAAlgorithm": [ "jwt.algorithms.Algorithm", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.third_party.3.jwt.contrib.algorithms.py_ecdsa.ECAlgorithm": [ "jwt.algorithms.Algorithm", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.third_party.3.jwt.algorithms.Algorithm": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.third_party.3.jwt.algorithms.ECAlgorithm": [ "jedi.third_party.typeshed.third_party.3.jwt.algorithms.Algorithm", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.third_party.3.jwt.algorithms.HMACAlgorithm": [ "jedi.third_party.typeshed.third_party.3.jwt.algorithms.Algorithm", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.third_party.3.jwt.algorithms.NoneAlgorithm": [ "jedi.third_party.typeshed.third_party.3.jwt.algorithms.Algorithm", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.third_party.3.jwt.algorithms.RSAAlgorithm": [ "jedi.third_party.typeshed.third_party.3.jwt.algorithms.Algorithm", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.third_party.3.jwt.algorithms.RSAPSSAlgorithm": [ "jedi.third_party.typeshed.third_party.3.jwt.algorithms.Algorithm", "jedi.third_party.typeshed.third_party.3.jwt.algorithms.RSAAlgorithm", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.third_party.3.jwt.algorithms._HashAlg": [ "object" ] }, { "jedi.third_party.typeshed.third_party.3.jwt.DecodeError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.3.jwt.InvalidTokenError", "jedi.third_party.typeshed.third_party.3.jwt.PyJWTError", "object" ] }, { "jedi.third_party.typeshed.third_party.3.jwt.ExpiredSignatureError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.3.jwt.InvalidTokenError", "jedi.third_party.typeshed.third_party.3.jwt.PyJWTError", "object" ] }, { "jedi.third_party.typeshed.third_party.3.jwt.ImmatureSignatureError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.3.jwt.InvalidTokenError", "jedi.third_party.typeshed.third_party.3.jwt.PyJWTError", "object" ] }, { "jedi.third_party.typeshed.third_party.3.jwt.InvalidAlgorithmError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.3.jwt.InvalidTokenError", "jedi.third_party.typeshed.third_party.3.jwt.PyJWTError", "object" ] }, { "jedi.third_party.typeshed.third_party.3.jwt.InvalidAudienceError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.3.jwt.InvalidTokenError", "jedi.third_party.typeshed.third_party.3.jwt.PyJWTError", "object" ] }, { "jedi.third_party.typeshed.third_party.3.jwt.InvalidIssuedAtError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.3.jwt.InvalidTokenError", "jedi.third_party.typeshed.third_party.3.jwt.PyJWTError", "object" ] }, { "jedi.third_party.typeshed.third_party.3.jwt.InvalidIssuerError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.3.jwt.InvalidTokenError", "jedi.third_party.typeshed.third_party.3.jwt.PyJWTError", "object" ] }, { "jedi.third_party.typeshed.third_party.3.jwt.InvalidKeyError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.3.jwt.PyJWTError", "object" ] }, { "jedi.third_party.typeshed.third_party.3.jwt.InvalidSignatureError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.3.jwt.DecodeError", "jedi.third_party.typeshed.third_party.3.jwt.InvalidTokenError", "jedi.third_party.typeshed.third_party.3.jwt.PyJWTError", "object" ] }, { "jedi.third_party.typeshed.third_party.3.jwt.InvalidTokenError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.3.jwt.PyJWTError", "object" ] }, { "jedi.third_party.typeshed.third_party.3.jwt.MissingRequiredClaimError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.3.jwt.InvalidTokenError", "jedi.third_party.typeshed.third_party.3.jwt.PyJWTError", "object" ] }, { "jedi.third_party.typeshed.third_party.3.jwt.PyJWTError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.3.docutils.parsers.rst.states.Inliner": [ "object" ] }, { "jedi.third_party.typeshed.third_party.3.docutils.nodes.reference": [ "object" ] }, { "jedi.third_party.typeshed.third_party.3.dataclasses.Field": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.third_party.3.dataclasses.FrozenInstanceError": [ "AttributeError", "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.3.dataclasses.InitVar": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.third_party.3.dataclasses._MISSING_TYPE": [ "object" ] }, { "jedi.third_party.typeshed.third_party.3.contextvars.Context": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.third_party.3.contextvars.ContextVar": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.third_party.3.contextvars.Token": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.tokens.AliasToken": [ "jedi.third_party.typeshed.third_party.2and3.yaml.tokens.Token", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.tokens.AnchorToken": [ "jedi.third_party.typeshed.third_party.2and3.yaml.tokens.Token", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.tokens.BlockEndToken": [ "jedi.third_party.typeshed.third_party.2and3.yaml.tokens.Token", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.tokens.BlockEntryToken": [ "jedi.third_party.typeshed.third_party.2and3.yaml.tokens.Token", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.tokens.BlockMappingStartToken": [ "jedi.third_party.typeshed.third_party.2and3.yaml.tokens.Token", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.tokens.BlockSequenceStartToken": [ "jedi.third_party.typeshed.third_party.2and3.yaml.tokens.Token", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.tokens.DirectiveToken": [ "jedi.third_party.typeshed.third_party.2and3.yaml.tokens.Token", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.tokens.DocumentEndToken": [ "jedi.third_party.typeshed.third_party.2and3.yaml.tokens.Token", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.tokens.DocumentStartToken": [ "jedi.third_party.typeshed.third_party.2and3.yaml.tokens.Token", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.tokens.FlowEntryToken": [ "jedi.third_party.typeshed.third_party.2and3.yaml.tokens.Token", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.tokens.FlowMappingEndToken": [ "jedi.third_party.typeshed.third_party.2and3.yaml.tokens.Token", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.tokens.FlowMappingStartToken": [ "jedi.third_party.typeshed.third_party.2and3.yaml.tokens.Token", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.tokens.FlowSequenceEndToken": [ "jedi.third_party.typeshed.third_party.2and3.yaml.tokens.Token", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.tokens.FlowSequenceStartToken": [ "jedi.third_party.typeshed.third_party.2and3.yaml.tokens.Token", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.tokens.KeyToken": [ "jedi.third_party.typeshed.third_party.2and3.yaml.tokens.Token", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.tokens.ScalarToken": [ "jedi.third_party.typeshed.third_party.2and3.yaml.tokens.Token", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.tokens.StreamEndToken": [ "jedi.third_party.typeshed.third_party.2and3.yaml.tokens.Token", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.tokens.StreamStartToken": [ "jedi.third_party.typeshed.third_party.2and3.yaml.tokens.Token", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.tokens.TagToken": [ "jedi.third_party.typeshed.third_party.2and3.yaml.tokens.Token", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.tokens.Token": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.tokens.ValueToken": [ "jedi.third_party.typeshed.third_party.2and3.yaml.tokens.Token", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.serializer.Serializer": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.serializer.SerializerError": [ "BaseException", "Exception", "object", "yaml.error.YAMLError" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.scanner.Scanner": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.scanner.ScannerError": [ "BaseException", "Exception", "object", "yaml.error.MarkedYAMLError", "yaml.error.YAMLError" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.scanner.SimpleKey": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.resolver.BaseResolver": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.resolver.Resolver": [ "jedi.third_party.typeshed.third_party.2and3.yaml.resolver.BaseResolver", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.resolver.ResolverError": [ "BaseException", "Exception", "object", "yaml.error.YAMLError" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.representer.BaseRepresenter": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.representer.Representer": [ "jedi.third_party.typeshed.third_party.2and3.yaml.representer.BaseRepresenter", "jedi.third_party.typeshed.third_party.2and3.yaml.representer.SafeRepresenter", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.representer.RepresenterError": [ "BaseException", "Exception", "object", "yaml.error.YAMLError" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.representer.SafeRepresenter": [ "jedi.third_party.typeshed.third_party.2and3.yaml.representer.BaseRepresenter", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.reader.Reader": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.reader.ReaderError": [ "BaseException", "Exception", "object", "yaml.error.YAMLError" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.parser.Parser": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.parser.ParserError": [ "BaseException", "Exception", "object", "yaml.error.MarkedYAMLError", "yaml.error.YAMLError" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.nodes.CollectionNode": [ "jedi.third_party.typeshed.third_party.2and3.yaml.nodes.Node", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.nodes.MappingNode": [ "jedi.third_party.typeshed.third_party.2and3.yaml.nodes.CollectionNode", "jedi.third_party.typeshed.third_party.2and3.yaml.nodes.Node", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.nodes.Node": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.nodes.ScalarNode": [ "jedi.third_party.typeshed.third_party.2and3.yaml.nodes.Node", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.nodes.SequenceNode": [ "jedi.third_party.typeshed.third_party.2and3.yaml.nodes.CollectionNode", "jedi.third_party.typeshed.third_party.2and3.yaml.nodes.Node", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.loader.BaseLoader": [ "object", "yaml.composer.Composer", "yaml.constructor.BaseConstructor", "yaml.parser.Parser", "yaml.reader.Reader", "yaml.resolver.BaseResolver", "yaml.scanner.Scanner" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.loader.FullLoader": [ "object", "yaml.composer.Composer", "yaml.constructor.BaseConstructor", "yaml.constructor.FullConstructor", "yaml.constructor.SafeConstructor", "yaml.parser.Parser", "yaml.reader.Reader", "yaml.resolver.BaseResolver", "yaml.resolver.Resolver", "yaml.scanner.Scanner" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.loader.Loader": [ "object", "yaml.composer.Composer", "yaml.constructor.BaseConstructor", "yaml.constructor.Constructor", "yaml.constructor.SafeConstructor", "yaml.parser.Parser", "yaml.reader.Reader", "yaml.resolver.BaseResolver", "yaml.resolver.Resolver", "yaml.scanner.Scanner" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.loader.SafeLoader": [ "object", "yaml.composer.Composer", "yaml.constructor.BaseConstructor", "yaml.constructor.SafeConstructor", "yaml.parser.Parser", "yaml.reader.Reader", "yaml.resolver.BaseResolver", "yaml.resolver.Resolver", "yaml.scanner.Scanner" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.events.AliasEvent": [ "jedi.third_party.typeshed.third_party.2and3.yaml.events.Event", "jedi.third_party.typeshed.third_party.2and3.yaml.events.NodeEvent", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.events.CollectionEndEvent": [ "jedi.third_party.typeshed.third_party.2and3.yaml.events.Event", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.events.CollectionStartEvent": [ "jedi.third_party.typeshed.third_party.2and3.yaml.events.Event", "jedi.third_party.typeshed.third_party.2and3.yaml.events.NodeEvent", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.events.DocumentEndEvent": [ "jedi.third_party.typeshed.third_party.2and3.yaml.events.Event", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.events.DocumentStartEvent": [ "jedi.third_party.typeshed.third_party.2and3.yaml.events.Event", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.events.Event": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.events.MappingEndEvent": [ "jedi.third_party.typeshed.third_party.2and3.yaml.events.CollectionEndEvent", "jedi.third_party.typeshed.third_party.2and3.yaml.events.Event", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.events.MappingStartEvent": [ "jedi.third_party.typeshed.third_party.2and3.yaml.events.CollectionStartEvent", "jedi.third_party.typeshed.third_party.2and3.yaml.events.Event", "jedi.third_party.typeshed.third_party.2and3.yaml.events.NodeEvent", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.events.NodeEvent": [ "jedi.third_party.typeshed.third_party.2and3.yaml.events.Event", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.events.ScalarEvent": [ "jedi.third_party.typeshed.third_party.2and3.yaml.events.Event", "jedi.third_party.typeshed.third_party.2and3.yaml.events.NodeEvent", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.events.SequenceEndEvent": [ "jedi.third_party.typeshed.third_party.2and3.yaml.events.CollectionEndEvent", "jedi.third_party.typeshed.third_party.2and3.yaml.events.Event", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.events.SequenceStartEvent": [ "jedi.third_party.typeshed.third_party.2and3.yaml.events.CollectionStartEvent", "jedi.third_party.typeshed.third_party.2and3.yaml.events.Event", "jedi.third_party.typeshed.third_party.2and3.yaml.events.NodeEvent", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.events.StreamEndEvent": [ "jedi.third_party.typeshed.third_party.2and3.yaml.events.Event", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.events.StreamStartEvent": [ "jedi.third_party.typeshed.third_party.2and3.yaml.events.Event", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.error.Mark": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.error.MarkedYAMLError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.yaml.error.YAMLError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.error.YAMLError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.emitter.Emitter": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.emitter.EmitterError": [ "BaseException", "Exception", "object", "yaml.error.YAMLError" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.emitter.ScalarAnalysis": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.dumper.BaseDumper": [ "object", "yaml.emitter.Emitter", "yaml.representer.BaseRepresenter", "yaml.resolver.BaseResolver", "yaml.serializer.Serializer" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.dumper.Dumper": [ "object", "yaml.emitter.Emitter", "yaml.representer.BaseRepresenter", "yaml.representer.Representer", "yaml.representer.SafeRepresenter", "yaml.resolver.BaseResolver", "yaml.resolver.Resolver", "yaml.serializer.Serializer" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.dumper.SafeDumper": [ "object", "yaml.emitter.Emitter", "yaml.representer.BaseRepresenter", "yaml.representer.SafeRepresenter", "yaml.resolver.BaseResolver", "yaml.resolver.Resolver", "yaml.serializer.Serializer" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.cyaml.CBaseDumper": [ "jedi.third_party.typeshed.third_party.2and3.yaml.cyaml.CEmitter", "object", "yaml.representer.BaseRepresenter", "yaml.resolver.BaseResolver" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.cyaml.CBaseLoader": [ "jedi.third_party.typeshed.third_party.2and3.yaml.cyaml.CParser", "object", "yaml.constructor.BaseConstructor", "yaml.resolver.BaseResolver" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.cyaml.CDangerDumper": [ "jedi.third_party.typeshed.third_party.2and3.yaml.cyaml.CEmitter", "object", "yaml.representer.BaseRepresenter", "yaml.representer.Representer", "yaml.representer.SafeRepresenter", "yaml.resolver.BaseResolver", "yaml.resolver.Resolver", "yaml.serializer.Serializer" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.cyaml.CDangerLoader": [ "jedi.third_party.typeshed.third_party.2and3.yaml.cyaml.CParser", "object", "yaml.constructor.BaseConstructor", "yaml.constructor.Constructor", "yaml.constructor.SafeConstructor", "yaml.resolver.BaseResolver", "yaml.resolver.Resolver" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.cyaml.CDumper": [ "jedi.third_party.typeshed.third_party.2and3.yaml.cyaml.CEmitter", "object", "yaml.representer.BaseRepresenter", "yaml.representer.SafeRepresenter", "yaml.resolver.BaseResolver", "yaml.resolver.Resolver" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.cyaml.CEmitter": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.cyaml.CLoader": [ "jedi.third_party.typeshed.third_party.2and3.yaml.cyaml.CParser", "object", "yaml.constructor.BaseConstructor", "yaml.constructor.SafeConstructor", "yaml.resolver.BaseResolver", "yaml.resolver.Resolver" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.cyaml.CParser": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.cyaml.CSafeLoader": [ "jedi.third_party.typeshed.third_party.2and3.yaml.cyaml.CParser", "object", "yaml.constructor.BaseConstructor", "yaml.constructor.SafeConstructor", "yaml.resolver.BaseResolver", "yaml.resolver.Resolver" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.cyaml._Readable": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.constructor.BaseConstructor": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.constructor.Constructor": [ "jedi.third_party.typeshed.third_party.2and3.yaml.constructor.BaseConstructor", "jedi.third_party.typeshed.third_party.2and3.yaml.constructor.SafeConstructor", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.constructor.Constructor.classobj": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.constructor.ConstructorError": [ "BaseException", "Exception", "object", "yaml.error.MarkedYAMLError", "yaml.error.YAMLError" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.constructor.FullConstructor": [ "jedi.third_party.typeshed.third_party.2and3.yaml.constructor.BaseConstructor", "jedi.third_party.typeshed.third_party.2and3.yaml.constructor.SafeConstructor", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.constructor.SafeConstructor": [ "jedi.third_party.typeshed.third_party.2and3.yaml.constructor.BaseConstructor", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.composer.Composer": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.composer.ComposerError": [ "BaseException", "Exception", "object", "yaml.error.MarkedYAMLError", "yaml.error.YAMLError" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.YAMLObject": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.yaml.YAMLObjectMetaclass": [ "object", "type", "typing.Generic" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.wsgi.ClosingIterator": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.wsgi.FileWrapper": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.wsgi.LimitedStream": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.wsgi._RangeWrapper": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.wsgi._Readable": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.wrappers.AcceptMixin": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.wrappers.AuthorizationMixin": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.wrappers.BaseRequest": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.wrappers.BaseResponse": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.wrappers.CommonRequestDescriptorsMixin": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.wrappers.CommonResponseDescriptorsMixin": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.wrappers.ETagRequestMixin": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.wrappers.ETagResponseMixin": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.wrappers.PlainRequest": [ "object", "werkzeug.wrappers.AcceptMixin", "werkzeug.wrappers.AuthorizationMixin", "werkzeug.wrappers.BaseRequest", "werkzeug.wrappers.CommonRequestDescriptorsMixin", "werkzeug.wrappers.ETagRequestMixin", "werkzeug.wrappers.Request", "werkzeug.wrappers.StreamOnlyMixin", "werkzeug.wrappers.UserAgentMixin" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.wrappers.Request": [ "object", "werkzeug.wrappers.AcceptMixin", "werkzeug.wrappers.AuthorizationMixin", "werkzeug.wrappers.BaseRequest", "werkzeug.wrappers.CommonRequestDescriptorsMixin", "werkzeug.wrappers.ETagRequestMixin", "werkzeug.wrappers.UserAgentMixin" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.wrappers.Response": [ "object", "werkzeug.wrappers.BaseResponse", "werkzeug.wrappers.CommonResponseDescriptorsMixin", "werkzeug.wrappers.ETagResponseMixin", "werkzeug.wrappers.ResponseStreamMixin", "werkzeug.wrappers.WWWAuthenticateMixin" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.wrappers.ResponseStream": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.wrappers.ResponseStreamMixin": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.wrappers.StreamOnlyMixin": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.wrappers.UserAgentMixin": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.wrappers.WWWAuthenticateMixin": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.utils.ArgumentValidationError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.utils.HTMLBuilder": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.utils.ImportStringError": [ "BaseException", "Exception", "ImportError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.utils.cached_property": [ "object", "property" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.utils.environ_property": [ "object", "werkzeug._internal._DictAccessorProperty" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.utils.header_property": [ "object", "werkzeug._internal._DictAccessorProperty" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.useragents.UserAgent": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.useragents.UserAgentParser": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.urls.BaseURL": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence", "werkzeug.urls._URLTuple" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.urls.BytesURL": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence", "werkzeug.urls.BaseURL", "werkzeug.urls._URLTuple" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.urls.Href": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.urls.URL": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence", "werkzeug.urls.BaseURL", "werkzeug.urls._URLTuple" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.urls._URLTuple": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.test.Client": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.test.ClientRedirectError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.test.EnvironBuilder": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.test._TestCookieHeaders": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.test._TestCookieJar": [ "http.cookiejar.CookieJar", "object", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.test._TestCookieResponse": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.serving.BaseWSGIServer": [ "http.server.HTTPServer", "object", "socketserver.BaseServer", "socketserver.TCPServer" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.serving.ForkingWSGIServer": [ "http.server.HTTPServer", "object", "socketserver.BaseServer", "socketserver.ForkingMixIn", "socketserver.TCPServer", "werkzeug.serving.BaseWSGIServer" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.serving.ThreadedWSGIServer": [ "http.server.HTTPServer", "object", "socketserver.BaseServer", "socketserver.TCPServer", "socketserver.ThreadingMixIn", "werkzeug.serving.BaseWSGIServer" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.serving.WSGIRequestHandler": [ "http.server.BaseHTTPRequestHandler", "object", "socketserver.BaseRequestHandler", "socketserver.StreamRequestHandler" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.serving._SSLContext": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.serving._SslDummy": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.routing.AnyConverter": [ "jedi.third_party.typeshed.third_party.2and3.werkzeug.routing.BaseConverter", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.routing.BaseConverter": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.routing.BuildError": [ "BaseException", "Exception", "LookupError", "jedi.third_party.typeshed.third_party.2and3.werkzeug.routing.RoutingException", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.routing.EndpointPrefix": [ "jedi.third_party.typeshed.third_party.2and3.werkzeug.routing.RuleFactory", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.routing.FloatConverter": [ "jedi.third_party.typeshed.third_party.2and3.werkzeug.routing.BaseConverter", "jedi.third_party.typeshed.third_party.2and3.werkzeug.routing.NumberConverter", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.routing.IntegerConverter": [ "jedi.third_party.typeshed.third_party.2and3.werkzeug.routing.BaseConverter", "jedi.third_party.typeshed.third_party.2and3.werkzeug.routing.NumberConverter", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.routing.Map": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.routing.MapAdapter": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.routing.NumberConverter": [ "jedi.third_party.typeshed.third_party.2and3.werkzeug.routing.BaseConverter", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.routing.PathConverter": [ "jedi.third_party.typeshed.third_party.2and3.werkzeug.routing.BaseConverter", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.routing.RequestAliasRedirect": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.werkzeug.routing.RoutingException", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.routing.RequestRedirect": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.werkzeug.routing.RoutingException", "object", "werkzeug.exceptions.HTTPException" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.routing.RequestSlash": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.werkzeug.routing.RoutingException", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.routing.RoutingException": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.routing.Rule": [ "jedi.third_party.typeshed.third_party.2and3.werkzeug.routing.RuleFactory", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.routing.RuleFactory": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.routing.RuleTemplate": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.routing.RuleTemplateFactory": [ "jedi.third_party.typeshed.third_party.2and3.werkzeug.routing.RuleFactory", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.routing.Subdomain": [ "jedi.third_party.typeshed.third_party.2and3.werkzeug.routing.RuleFactory", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.routing.Submount": [ "jedi.third_party.typeshed.third_party.2and3.werkzeug.routing.RuleFactory", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.routing.UUIDConverter": [ "jedi.third_party.typeshed.third_party.2and3.werkzeug.routing.BaseConverter", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.routing.UnicodeConverter": [ "jedi.third_party.typeshed.third_party.2and3.werkzeug.routing.BaseConverter", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.routing.ValidationError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.middleware.shared_data.SharedDataMiddleware": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.middleware.proxy_fix.ProxyFix": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.middleware.profiler.ProfilerMiddleware": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.middleware.lint.ErrorStream": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.middleware.lint.GuardedIterator": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.middleware.lint.GuardedWrite": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.middleware.lint.HTTPWarning": [ "BaseException", "Exception", "Warning", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.middleware.lint.InputStream": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.middleware.lint.LintMiddleware": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.middleware.lint.WSGIWarning": [ "BaseException", "Exception", "Warning", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.middleware.lint._FullyWritable": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.middleware.lint._Readable": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.middleware.lint._Writable": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.middleware.http_proxy.ProxyMiddleware": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.middleware.dispatcher.DispatcherMiddleware": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.local.Local": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.local.LocalManager": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.local.LocalProxy": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.local.LocalStack": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.formparser.FormDataParser": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.formparser.MultiPartParser": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.formparser._StreamFactory": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.filesystem.BrokenFilesystemWarning": [ "BaseException", "Exception", "RuntimeWarning", "UnicodeWarning", "Warning", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.exceptions.Aborter": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.exceptions.BadGateway": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.exceptions.BadHost": [ "BaseException", "Exception", "object", "werkzeug.exceptions.BadRequest", "werkzeug.exceptions.HTTPException" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.exceptions.BadRequest": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.exceptions.BadRequestKeyError": [ "BaseException", "Exception", "KeyError", "LookupError", "object", "werkzeug.exceptions.BadRequest", "werkzeug.exceptions.HTTPException" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.exceptions.ClientDisconnected": [ "BaseException", "Exception", "object", "werkzeug.exceptions.BadRequest", "werkzeug.exceptions.HTTPException" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.exceptions.Conflict": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.exceptions.ExpectationFailed": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.exceptions.FailedDependency": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.exceptions.Forbidden": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.exceptions.GatewayTimeout": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.exceptions.Gone": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.exceptions.HTTPException": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.exceptions.HTTPVersionNotSupported": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.exceptions.ImATeapot": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.exceptions.InternalServerError": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.exceptions.LengthRequired": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.exceptions.Locked": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.exceptions.MethodNotAllowed": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.exceptions.NotAcceptable": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.exceptions.NotFound": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.exceptions.NotImplemented": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.exceptions.PreconditionFailed": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.exceptions.PreconditionRequired": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.exceptions.RequestEntityTooLarge": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.exceptions.RequestHeaderFieldsTooLarge": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.exceptions.RequestTimeout": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.exceptions.RequestURITooLarge": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.exceptions.RequestedRangeNotSatisfiable": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.exceptions.SecurityError": [ "BaseException", "Exception", "object", "werkzeug.exceptions.BadRequest", "werkzeug.exceptions.HTTPException" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.exceptions.ServiceUnavailable": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.exceptions.TooManyRequests": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.exceptions.Unauthorized": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.exceptions.UnavailableForLegalReasons": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.exceptions.UnprocessableEntity": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.exceptions.UnsupportedMediaType": [ "BaseException", "Exception", "object", "werkzeug.exceptions.HTTPException" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.exceptions._EnvironContainer": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.debug.tbtools.Frame": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.debug.tbtools.Line": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.debug.tbtools.Traceback": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.debug.repr.DebugReprGenerator": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.debug.repr._Helper": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.debug.console.Console": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.debug.console.HTMLStringO": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.debug.console.ThreadedStream": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.debug.console._ConsoleLoader": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.debug.console._InteractiveConsole": [ "code.InteractiveInterpreter", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.debug.DebuggedApplication": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.debug._ConsoleFrame": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.datastructures.Accept": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence", "werkzeug.datastructures.ImmutableList", "werkzeug.datastructures.ImmutableListMixin" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.datastructures.Authorization": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "werkzeug.datastructures.ImmutableDictMixin" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.datastructures.CallbackDict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "werkzeug.datastructures.UpdateDictMixin" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.datastructures.CharsetAccept": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence", "werkzeug.datastructures.Accept", "werkzeug.datastructures.ImmutableList", "werkzeug.datastructures.ImmutableListMixin" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.datastructures.CombinedMultiDict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "werkzeug.datastructures.ImmutableDictMixin", "werkzeug.datastructures.ImmutableMultiDictMixin", "werkzeug.datastructures.MultiDict", "werkzeug.datastructures.TypeConversionDict" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.datastructures.ContentRange": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.datastructures.ETags": [ "object", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.datastructures.EnvironHeaders": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "werkzeug.datastructures.Headers", "werkzeug.datastructures.ImmutableHeadersMixin" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.datastructures.FileMultiDict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "werkzeug.datastructures.MultiDict", "werkzeug.datastructures.TypeConversionDict" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.datastructures.FileStorage": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.datastructures.HeaderSet": [ "object", "typing.AbstractSet", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSet", "typing.Protocol" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.datastructures.Headers": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.datastructures.IfRange": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.datastructures.ImmutableDict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "werkzeug.datastructures.ImmutableDictMixin" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.datastructures.ImmutableDictMixin": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.datastructures.ImmutableHeadersMixin": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.datastructures.ImmutableList": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence", "werkzeug.datastructures.ImmutableListMixin" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.datastructures.ImmutableListMixin": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.datastructures.ImmutableMultiDict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "werkzeug.datastructures.ImmutableDictMixin", "werkzeug.datastructures.ImmutableMultiDictMixin", "werkzeug.datastructures.MultiDict", "werkzeug.datastructures.TypeConversionDict" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.datastructures.ImmutableMultiDictMixin": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "werkzeug.datastructures.ImmutableDictMixin" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.datastructures.ImmutableOrderedMultiDict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "werkzeug.datastructures.ImmutableDictMixin", "werkzeug.datastructures.ImmutableMultiDictMixin", "werkzeug.datastructures.MultiDict", "werkzeug.datastructures.OrderedMultiDict", "werkzeug.datastructures.TypeConversionDict" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.datastructures.ImmutableTypeConversionDict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "werkzeug.datastructures.ImmutableDictMixin", "werkzeug.datastructures.TypeConversionDict" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.datastructures.LanguageAccept": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence", "werkzeug.datastructures.Accept", "werkzeug.datastructures.ImmutableList", "werkzeug.datastructures.ImmutableListMixin" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.datastructures.MIMEAccept": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence", "werkzeug.datastructures.Accept", "werkzeug.datastructures.ImmutableList", "werkzeug.datastructures.ImmutableListMixin" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.datastructures.MultiDict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "werkzeug.datastructures.TypeConversionDict" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.datastructures.OrderedMultiDict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "werkzeug.datastructures.MultiDict", "werkzeug.datastructures.TypeConversionDict" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.datastructures.Range": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.datastructures.RequestCacheControl": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "werkzeug.datastructures.ImmutableDictMixin", "werkzeug.datastructures.UpdateDictMixin", "werkzeug.datastructures._CacheControl" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.datastructures.ResponseCacheControl": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "werkzeug.datastructures.UpdateDictMixin", "werkzeug.datastructures._CacheControl" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.datastructures.TypeConversionDict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.datastructures.UpdateDictMixin": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.datastructures.ViewItems": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.datastructures.WWWAuthenticate": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "werkzeug.datastructures.UpdateDictMixin" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.datastructures._CacheControl": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "werkzeug.datastructures.UpdateDictMixin" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.datastructures._Writer": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.datastructures._omd_bucket": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.contrib.wrappers.DynamicCharsetRequestMixin": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.contrib.wrappers.DynamicCharsetResponseMixin": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.contrib.wrappers.JSONRequestMixin": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.contrib.wrappers.ProtobufRequestMixin": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.contrib.wrappers.ReverseSlashBehaviorRequestMixin": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.contrib.wrappers.RoutingArgsRequestMixin": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.contrib.testtools.ContentAccessors": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.contrib.testtools.TestResponse": [ "jedi.third_party.typeshed.third_party.2and3.werkzeug.contrib.testtools.ContentAccessors", "object", "werkzeug.wrappers.BaseResponse", "werkzeug.wrappers.CommonResponseDescriptorsMixin", "werkzeug.wrappers.ETagResponseMixin", "werkzeug.wrappers.Response", "werkzeug.wrappers.ResponseStreamMixin", "werkzeug.wrappers.WWWAuthenticateMixin" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.contrib.sessions.FilesystemSessionStore": [ "jedi.third_party.typeshed.third_party.2and3.werkzeug.contrib.sessions.SessionStore", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.contrib.sessions.ModificationTrackingDict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "werkzeug.datastructures.CallbackDict", "werkzeug.datastructures.UpdateDictMixin" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.contrib.sessions.Session": [ "dict", "jedi.third_party.typeshed.third_party.2and3.werkzeug.contrib.sessions.ModificationTrackingDict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "werkzeug.datastructures.CallbackDict", "werkzeug.datastructures.UpdateDictMixin" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.contrib.sessions.SessionMiddleware": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.contrib.sessions.SessionStore": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.contrib.securecookie.SecureCookie": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "werkzeug.contrib.sessions.ModificationTrackingDict", "werkzeug.datastructures.CallbackDict", "werkzeug.datastructures.UpdateDictMixin" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.contrib.securecookie.UnquoteError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.contrib.profiler.MergeStream": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.contrib.profiler._Writable": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.contrib.limiter.StreamLimitMiddleware": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.contrib.iterio.IterI": [ "jedi.third_party.typeshed.third_party.2and3.werkzeug.contrib.iterio.IterIO", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.contrib.iterio.IterIO": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.contrib.iterio.IterO": [ "jedi.third_party.typeshed.third_party.2and3.werkzeug.contrib.iterio.IterIO", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.contrib.fixers.CGIRootFix": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.contrib.fixers.HeaderRewriterFix": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.contrib.fixers.InternetExplorerFix": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.contrib.fixers.LighttpdCGIRootFix": [ "jedi.third_party.typeshed.third_party.2and3.werkzeug.contrib.fixers.CGIRootFix", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.contrib.fixers.PathInfoFromRequestUriFix": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.contrib.cache.BaseCache": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.contrib.cache.FileSystemCache": [ "jedi.third_party.typeshed.third_party.2and3.werkzeug.contrib.cache.BaseCache", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.contrib.cache.MemcachedCache": [ "jedi.third_party.typeshed.third_party.2and3.werkzeug.contrib.cache.BaseCache", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.contrib.cache.NullCache": [ "jedi.third_party.typeshed.third_party.2and3.werkzeug.contrib.cache.BaseCache", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.contrib.cache.RedisCache": [ "jedi.third_party.typeshed.third_party.2and3.werkzeug.contrib.cache.BaseCache", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.contrib.cache.SimpleCache": [ "jedi.third_party.typeshed.third_party.2and3.werkzeug.contrib.cache.BaseCache", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.contrib.cache.UWSGICache": [ "jedi.third_party.typeshed.third_party.2and3.werkzeug.contrib.cache.BaseCache", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.contrib.atom.AtomFeed": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.contrib.atom.FeedEntry": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug._reloader.ReloaderLoop": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug._reloader.StatReloaderLoop": [ "jedi.third_party.typeshed.third_party.2and3.werkzeug._reloader.ReloaderLoop", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug._reloader.WatchdogReloaderLoop": [ "jedi.third_party.typeshed.third_party.2and3.werkzeug._reloader.ReloaderLoop", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug._internal._DictAccessorProperty": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug._internal._Missing": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.werkzeug.module": [ "_importlib_modulespec.ModuleType", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.typing_extensions._SpecialForm": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.typing_extensions._TypedDict": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.third_party.2and3.toml.TomlDecodeError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.toml._Writable": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.third_party.2and3.tabulate.DataRow": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.third_party.2and3.tabulate.Line": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.third_party.2and3.tabulate.TableFormat": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.third_party.2and3.singledispatch._SingleDispatchCallable": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.third_party.2and3.simplejson.scanner.JSONDecodeError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.simplejson.encoder.JSONEncoder": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.simplejson.encoder.JSONEncoderForHTML": [ "jedi.third_party.typeshed.third_party.2and3.simplejson.encoder.JSONEncoder", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.simplejson.decoder.JSONDecoder": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.structures.CaseInsensitiveDict": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.structures.LookupDict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.sessions.Session": [ "jedi.third_party.typeshed.third_party.2and3.requests.sessions.SessionRedirectMixin", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.sessions.SessionRedirectMixin": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.util.url.Url": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.util.timeout.Timeout": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.util.retry.Retry": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.response.DeflateDecoder": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.response.GzipDecoder": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.response.HTTPResponse": [ "io.IOBase", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.request.RequestMethods": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.poolmanager.PoolManager": [ "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.request.RequestMethods", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.poolmanager.ProxyManager": [ "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.poolmanager.PoolManager", "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.request.RequestMethods", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.packages.ssl_match_hostname._implementation.CertificateError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.fields.RequestField": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.ClosedPoolError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.HTTPError", "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.PoolError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.ConnectTimeoutError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.HTTPError", "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.TimeoutError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.DecodeError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.HTTPError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.EmptyPoolError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.HTTPError", "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.PoolError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.HTTPError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.HTTPWarning": [ "BaseException", "Exception", "Warning", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.HostChangedError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.HTTPError", "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.PoolError", "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.RequestError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.InsecurePlatformWarning": [ "BaseException", "Exception", "Warning", "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.HTTPWarning", "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.SecurityWarning", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.InsecureRequestWarning": [ "BaseException", "Exception", "Warning", "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.HTTPWarning", "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.SecurityWarning", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.LocationParseError": [ "BaseException", "Exception", "ValueError", "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.HTTPError", "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.LocationValueError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.LocationValueError": [ "BaseException", "Exception", "ValueError", "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.HTTPError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.MaxRetryError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.HTTPError", "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.PoolError", "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.RequestError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.PoolError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.HTTPError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.ProtocolError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.HTTPError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.ProxyError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.HTTPError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.ReadTimeoutError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.HTTPError", "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.PoolError", "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.RequestError", "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.TimeoutError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.RequestError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.HTTPError", "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.PoolError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.ResponseError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.HTTPError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.SSLError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.HTTPError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.SecurityWarning": [ "BaseException", "Exception", "Warning", "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.HTTPWarning", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.SystemTimeWarning": [ "BaseException", "Exception", "Warning", "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.HTTPWarning", "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.SecurityWarning", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.TimeoutError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.HTTPError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.TimeoutStateError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.HTTPError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.connectionpool.ConnectionPool": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.connectionpool.HTTPConnectionPool": [ "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.connectionpool.ConnectionPool", "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.request.RequestMethods", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.connectionpool.HTTPSConnectionPool": [ "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.connectionpool.ConnectionPool", "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.connectionpool.HTTPConnectionPool", "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.request.RequestMethods", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.connection.DummyConnection": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.connection.HTTPConnection": [ "http.client.HTTPConnection", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.connection.HTTPSConnection": [ "http.client.HTTPConnection", "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.connection.HTTPConnection", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.connection.VerifiedHTTPSConnection": [ "http.client.HTTPConnection", "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.connection.HTTPConnection", "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.connection.HTTPSConnection", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3._collections.HTTPHeaderDict": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3._collections.RLock": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3._collections.RecentlyUsedContainer": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.NullHandler": [ "logging.Filterer", "logging.Handler", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.packages.VendorAlias": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.models.PreparedRequest": [ "jedi.third_party.typeshed.third_party.2and3.requests.models.RequestEncodingMixin", "jedi.third_party.typeshed.third_party.2and3.requests.models.RequestHooksMixin", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.models.Request": [ "jedi.third_party.typeshed.third_party.2and3.requests.models.RequestHooksMixin", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.models.RequestEncodingMixin": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.models.RequestHooksMixin": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.models.Response": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.exceptions.ChunkedEncodingError": [ "BaseException", "Exception", "OSError", "jedi.third_party.typeshed.third_party.2and3.requests.exceptions.RequestException", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.exceptions.ConnectTimeout": [ "BaseException", "Exception", "OSError", "jedi.third_party.typeshed.third_party.2and3.requests.exceptions.ConnectionError", "jedi.third_party.typeshed.third_party.2and3.requests.exceptions.RequestException", "jedi.third_party.typeshed.third_party.2and3.requests.exceptions.Timeout", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.exceptions.ConnectionError": [ "BaseException", "Exception", "OSError", "jedi.third_party.typeshed.third_party.2and3.requests.exceptions.RequestException", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.exceptions.ContentDecodingError": [ "BaseException", "Exception", "OSError", "jedi.third_party.typeshed.third_party.2and3.requests.exceptions.RequestException", "jedi.third_party.typeshed.third_party.2and3.requests.packages.urllib3.exceptions.HTTPError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.exceptions.HTTPError": [ "BaseException", "Exception", "OSError", "jedi.third_party.typeshed.third_party.2and3.requests.exceptions.RequestException", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.exceptions.InvalidSchema": [ "BaseException", "Exception", "OSError", "ValueError", "jedi.third_party.typeshed.third_party.2and3.requests.exceptions.RequestException", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.exceptions.InvalidURL": [ "BaseException", "Exception", "OSError", "ValueError", "jedi.third_party.typeshed.third_party.2and3.requests.exceptions.RequestException", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.exceptions.MissingSchema": [ "BaseException", "Exception", "OSError", "ValueError", "jedi.third_party.typeshed.third_party.2and3.requests.exceptions.RequestException", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.exceptions.ProxyError": [ "BaseException", "Exception", "OSError", "jedi.third_party.typeshed.third_party.2and3.requests.exceptions.ConnectionError", "jedi.third_party.typeshed.third_party.2and3.requests.exceptions.RequestException", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.exceptions.ReadTimeout": [ "BaseException", "Exception", "OSError", "jedi.third_party.typeshed.third_party.2and3.requests.exceptions.RequestException", "jedi.third_party.typeshed.third_party.2and3.requests.exceptions.Timeout", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.exceptions.RequestException": [ "BaseException", "Exception", "OSError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.exceptions.RetryError": [ "BaseException", "Exception", "OSError", "jedi.third_party.typeshed.third_party.2and3.requests.exceptions.RequestException", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.exceptions.SSLError": [ "BaseException", "Exception", "OSError", "jedi.third_party.typeshed.third_party.2and3.requests.exceptions.ConnectionError", "jedi.third_party.typeshed.third_party.2and3.requests.exceptions.RequestException", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.exceptions.StreamConsumedError": [ "BaseException", "Exception", "OSError", "TypeError", "jedi.third_party.typeshed.third_party.2and3.requests.exceptions.RequestException", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.exceptions.Timeout": [ "BaseException", "Exception", "OSError", "jedi.third_party.typeshed.third_party.2and3.requests.exceptions.RequestException", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.exceptions.TooManyRedirects": [ "BaseException", "Exception", "OSError", "jedi.third_party.typeshed.third_party.2and3.requests.exceptions.RequestException", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.exceptions.URLRequired": [ "BaseException", "Exception", "OSError", "jedi.third_party.typeshed.third_party.2and3.requests.exceptions.RequestException", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.cookies.CookieConflictError": [ "BaseException", "Exception", "RuntimeError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.cookies.MockRequest": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.cookies.MockResponse": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.cookies.RequestsCookieJar": [ "http.cookiejar.CookieJar", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.auth.AuthBase": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.auth.HTTPBasicAuth": [ "jedi.third_party.typeshed.third_party.2and3.requests.auth.AuthBase", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.auth.HTTPDigestAuth": [ "jedi.third_party.typeshed.third_party.2and3.requests.auth.AuthBase", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.auth.HTTPProxyAuth": [ "jedi.third_party.typeshed.third_party.2and3.requests.auth.AuthBase", "jedi.third_party.typeshed.third_party.2and3.requests.auth.HTTPBasicAuth", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.adapters.BaseAdapter": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.adapters.HTTPAdapter": [ "jedi.third_party.typeshed.third_party.2and3.requests.adapters.BaseAdapter", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.requests.NullHandler": [ "logging.Filterer", "logging.Handler", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.redis.utils.dummy": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.redis.exceptions.AuthenticationError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.redis.exceptions.RedisError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.redis.exceptions.BusyLoadingError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.redis.exceptions.ConnectionError", "jedi.third_party.typeshed.third_party.2and3.redis.exceptions.RedisError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.redis.exceptions.ConnectionError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.redis.exceptions.RedisError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.redis.exceptions.DataError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.redis.exceptions.RedisError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.redis.exceptions.ExecAbortError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.redis.exceptions.RedisError", "jedi.third_party.typeshed.third_party.2and3.redis.exceptions.ResponseError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.redis.exceptions.InvalidResponse": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.redis.exceptions.RedisError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.redis.exceptions.LockError": [ "BaseException", "Exception", "ValueError", "jedi.third_party.typeshed.third_party.2and3.redis.exceptions.RedisError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.redis.exceptions.NoScriptError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.redis.exceptions.RedisError", "jedi.third_party.typeshed.third_party.2and3.redis.exceptions.ResponseError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.redis.exceptions.PubSubError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.redis.exceptions.RedisError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.redis.exceptions.ReadOnlyError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.redis.exceptions.RedisError", "jedi.third_party.typeshed.third_party.2and3.redis.exceptions.ResponseError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.redis.exceptions.RedisError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.redis.exceptions.ResponseError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.redis.exceptions.RedisError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.redis.exceptions.TimeoutError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.redis.exceptions.RedisError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.redis.exceptions.WatchError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.redis.exceptions.RedisError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.redis.connection.BaseParser": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.redis.connection.BlockingConnectionPool": [ "jedi.third_party.typeshed.third_party.2and3.redis.connection.ConnectionPool", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.redis.connection.Connection": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.redis.connection.ConnectionPool": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.redis.connection.HiredisParser": [ "jedi.third_party.typeshed.third_party.2and3.redis.connection.BaseParser", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.redis.connection.PythonParser": [ "jedi.third_party.typeshed.third_party.2and3.redis.connection.BaseParser", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.redis.connection.SSLConnection": [ "jedi.third_party.typeshed.third_party.2and3.redis.connection.Connection", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.redis.connection.SocketBuffer": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.redis.connection.Token": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.redis.connection.UnixDomainSocketConnection": [ "jedi.third_party.typeshed.third_party.2and3.redis.connection.Connection", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.redis.client.BasePipeline": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.redis.client.Monitor": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.redis.client.Pipeline": [ "jedi.third_party.typeshed.third_party.2and3.redis.client.BasePipeline", "jedi.third_party.typeshed.third_party.2and3.redis.client.Redis", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.redis.client.PubSub": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.redis.client.Redis": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.redis.client.Script": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.redis.client.StrictPipeline": [ "jedi.third_party.typeshed.third_party.2and3.redis.client.BasePipeline", "jedi.third_party.typeshed.third_party.2and3.redis.client.Redis", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pytz.AmbiguousTimeError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.pytz.InvalidTimeError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pytz.BaseTzInfo": [ "datetime.tzinfo", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pytz.InvalidTimeError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pytz.NonExistentTimeError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.pytz.InvalidTimeError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pytz.UnknownTimeZoneError": [ "BaseException", "Exception", "KeyError", "LookupError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pytz._DstTzInfo": [ "datetime.tzinfo", "jedi.third_party.typeshed.third_party.2and3.pytz.BaseTzInfo", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pytz._StaticTzInfo": [ "datetime.tzinfo", "jedi.third_party.typeshed.third_party.2and3.pytz.BaseTzInfo", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pytz._UTCclass": [ "datetime.tzinfo", "jedi.third_party.typeshed.third_party.2and3.pytz.BaseTzInfo", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pynamodb.throttle.NoThrottle": [ "jedi.third_party.typeshed.third_party.2and3.pynamodb.throttle.ThrottleBase", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pynamodb.throttle.Throttle": [ "jedi.third_party.typeshed.third_party.2and3.pynamodb.throttle.ThrottleBase", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pynamodb.throttle.ThrottleBase": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pynamodb.models.BatchWrite": [ "jedi.third_party.typeshed.third_party.2and3.pynamodb.models.ModelContextManager", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.third_party.2and3.pynamodb.models.DefaultMeta": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pynamodb.models.MetaModel": [ "object", "type", "typing.Generic" ] }, { "jedi.third_party.typeshed.third_party.2and3.pynamodb.models.Model": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pynamodb.models.ModelContextManager": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.third_party.2and3.pynamodb.models.ResultSet": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pynamodb.indexes.AllProjection": [ "jedi.third_party.typeshed.third_party.2and3.pynamodb.indexes.Projection", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pynamodb.indexes.GlobalSecondaryIndex": [ "jedi.third_party.typeshed.third_party.2and3.pynamodb.indexes.Index", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pynamodb.indexes.IncludeProjection": [ "jedi.third_party.typeshed.third_party.2and3.pynamodb.indexes.Projection", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pynamodb.indexes.Index": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pynamodb.indexes.IndexMeta": [ "object", "type", "typing.Generic" ] }, { "jedi.third_party.typeshed.third_party.2and3.pynamodb.indexes.KeysOnlyProjection": [ "jedi.third_party.typeshed.third_party.2and3.pynamodb.indexes.Projection", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pynamodb.indexes.LocalSecondaryIndex": [ "jedi.third_party.typeshed.third_party.2and3.pynamodb.indexes.Index", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pynamodb.indexes.Projection": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pynamodb.exceptions.DeleteError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.pynamodb.exceptions.PynamoDBConnectionError", "jedi.third_party.typeshed.third_party.2and3.pynamodb.exceptions.PynamoDBException", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pynamodb.exceptions.DoesNotExist": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.pynamodb.exceptions.PynamoDBException", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pynamodb.exceptions.GetError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.pynamodb.exceptions.PynamoDBConnectionError", "jedi.third_party.typeshed.third_party.2and3.pynamodb.exceptions.PynamoDBException", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pynamodb.exceptions.PutError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.pynamodb.exceptions.PynamoDBConnectionError", "jedi.third_party.typeshed.third_party.2and3.pynamodb.exceptions.PynamoDBException", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pynamodb.exceptions.PynamoDBConnectionError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.pynamodb.exceptions.PynamoDBException", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pynamodb.exceptions.PynamoDBException": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pynamodb.exceptions.QueryError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.pynamodb.exceptions.PynamoDBConnectionError", "jedi.third_party.typeshed.third_party.2and3.pynamodb.exceptions.PynamoDBException", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pynamodb.exceptions.ScanError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.pynamodb.exceptions.PynamoDBConnectionError", "jedi.third_party.typeshed.third_party.2and3.pynamodb.exceptions.PynamoDBException", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pynamodb.exceptions.TableDoesNotExist": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.pynamodb.exceptions.PynamoDBException", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pynamodb.exceptions.TableError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.pynamodb.exceptions.PynamoDBConnectionError", "jedi.third_party.typeshed.third_party.2and3.pynamodb.exceptions.PynamoDBException", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pynamodb.exceptions.UpdateError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.pynamodb.exceptions.PynamoDBConnectionError", "jedi.third_party.typeshed.third_party.2and3.pynamodb.exceptions.PynamoDBException", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pynamodb.exceptions.VerboseClientError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pynamodb.connection.table.TableConnection": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pynamodb.connection.base.Connection": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pynamodb.connection.base.MetaTable": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pynamodb.attributes.Attribute": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.third_party.2and3.pynamodb.attributes.BinaryAttribute": [ "jedi.third_party.typeshed.third_party.2and3.pynamodb.attributes.Attribute", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.third_party.2and3.pynamodb.attributes.BinarySetAttribute": [ "jedi.third_party.typeshed.third_party.2and3.pynamodb.attributes.Attribute", "jedi.third_party.typeshed.third_party.2and3.pynamodb.attributes.SetMixin", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.third_party.2and3.pynamodb.attributes.BooleanAttribute": [ "jedi.third_party.typeshed.third_party.2and3.pynamodb.attributes.Attribute", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.third_party.2and3.pynamodb.attributes.JSONAttribute": [ "jedi.third_party.typeshed.third_party.2and3.pynamodb.attributes.Attribute", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.third_party.2and3.pynamodb.attributes.LegacyBooleanAttribute": [ "jedi.third_party.typeshed.third_party.2and3.pynamodb.attributes.Attribute", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.third_party.2and3.pynamodb.attributes.ListAttribute": [ "jedi.third_party.typeshed.third_party.2and3.pynamodb.attributes.Attribute", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.third_party.2and3.pynamodb.attributes.MapAttribute": [ "jedi.third_party.typeshed.third_party.2and3.pynamodb.attributes.Attribute", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.third_party.2and3.pynamodb.attributes.MapAttributeMeta": [ "object", "type", "typing.Generic" ] }, { "jedi.third_party.typeshed.third_party.2and3.pynamodb.attributes.NullAttribute": [ "jedi.third_party.typeshed.third_party.2and3.pynamodb.attributes.Attribute", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.third_party.2and3.pynamodb.attributes.NumberAttribute": [ "jedi.third_party.typeshed.third_party.2and3.pynamodb.attributes.Attribute", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.third_party.2and3.pynamodb.attributes.NumberSetAttribute": [ "jedi.third_party.typeshed.third_party.2and3.pynamodb.attributes.Attribute", "jedi.third_party.typeshed.third_party.2and3.pynamodb.attributes.SetMixin", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.third_party.2and3.pynamodb.attributes.SetMixin": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pynamodb.attributes.UTCDateTimeAttribute": [ "jedi.third_party.typeshed.third_party.2and3.pynamodb.attributes.Attribute", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.third_party.2and3.pynamodb.attributes.UnicodeAttribute": [ "jedi.third_party.typeshed.third_party.2and3.pynamodb.attributes.Attribute", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.third_party.2and3.pynamodb.attributes.UnicodeSetAttribute": [ "jedi.third_party.typeshed.third_party.2and3.pynamodb.attributes.Attribute", "jedi.third_party.typeshed.third_party.2and3.pynamodb.attributes.SetMixin", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.third_party.2and3.pymysql.err.DataError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.pymysql.err.DatabaseError", "jedi.third_party.typeshed.third_party.2and3.pymysql.err.Error", "jedi.third_party.typeshed.third_party.2and3.pymysql.err.MySQLError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pymysql.err.DatabaseError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.pymysql.err.Error", "jedi.third_party.typeshed.third_party.2and3.pymysql.err.MySQLError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pymysql.err.Error": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.pymysql.err.MySQLError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pymysql.err.IntegrityError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.pymysql.err.DatabaseError", "jedi.third_party.typeshed.third_party.2and3.pymysql.err.Error", "jedi.third_party.typeshed.third_party.2and3.pymysql.err.MySQLError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pymysql.err.InterfaceError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.pymysql.err.Error", "jedi.third_party.typeshed.third_party.2and3.pymysql.err.MySQLError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pymysql.err.InternalError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.pymysql.err.DatabaseError", "jedi.third_party.typeshed.third_party.2and3.pymysql.err.Error", "jedi.third_party.typeshed.third_party.2and3.pymysql.err.MySQLError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pymysql.err.MySQLError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pymysql.err.NotSupportedError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.pymysql.err.DatabaseError", "jedi.third_party.typeshed.third_party.2and3.pymysql.err.Error", "jedi.third_party.typeshed.third_party.2and3.pymysql.err.MySQLError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pymysql.err.OperationalError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.pymysql.err.DatabaseError", "jedi.third_party.typeshed.third_party.2and3.pymysql.err.Error", "jedi.third_party.typeshed.third_party.2and3.pymysql.err.MySQLError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pymysql.err.ProgrammingError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.pymysql.err.DatabaseError", "jedi.third_party.typeshed.third_party.2and3.pymysql.err.Error", "jedi.third_party.typeshed.third_party.2and3.pymysql.err.MySQLError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pymysql.err.Warning": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.pymysql.err.MySQLError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pymysql.cursors.Cursor": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pymysql.cursors.DictCursor": [ "jedi.third_party.typeshed.third_party.2and3.pymysql.cursors.Cursor", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pymysql.cursors.DictCursorMixin": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pymysql.cursors.SSCursor": [ "jedi.third_party.typeshed.third_party.2and3.pymysql.cursors.Cursor", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pymysql.cursors.SSDictCursor": [ "jedi.third_party.typeshed.third_party.2and3.pymysql.cursors.Cursor", "jedi.third_party.typeshed.third_party.2and3.pymysql.cursors.DictCursorMixin", "jedi.third_party.typeshed.third_party.2and3.pymysql.cursors.SSCursor", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pymysql.connections.Connection": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pymysql.connections.FieldDescriptorPacket": [ "jedi.third_party.typeshed.third_party.2and3.pymysql.connections.MysqlPacket", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pymysql.connections.MySQLResult": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pymysql.connections.MysqlPacket": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pymysql.connections.RandStruct_323": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pymysql.charset.Charset": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pymysql.charset.Charsets": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pymysql.DBAPISet": [ "frozenset", "object", "typing.AbstractSet", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.typeshed.third_party.2and3.pycurl.Curl": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pycurl.CurlMulti": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pycurl.CurlShare": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.pycurl.error": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.mypy_extensions.FlexibleAlias": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.third_party.2and3.mypy_extensions._TypedDict": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.third_party.2and3.mock.Base": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.mock.CallableMixin": [ "jedi.third_party.typeshed.third_party.2and3.mock.Base", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.mock.MagicMixin": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.mock.MagicProxy": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.mock._ANY": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.mock._Call": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.third_party.2and3.mock._CallList": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.third_party.2and3.mock._MockIter": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.mock._Sentinel": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.mock._SentinelObject": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.mock._SpecState": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.mock._patch": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.mock._patch_dict": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.mock._patcher": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.mock._slotted": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.maxminddb.reader.Metadata": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.maxminddb.reader.Reader": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.maxminddb.extension.Reader": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.maxminddb.extension.extension": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.maxminddb.errors.InvalidDatabaseError": [ "BaseException", "Exception", "RuntimeError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.maxminddb.decoder.Decoder": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.markupsafe.EscapeFormatter": [ "object", "string.Formatter" ] }, { "jedi.third_party.typeshed.third_party.2and3.markupsafe.Markup": [ "object", "str", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.visitor.NodeTransformer": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.visitor.NodeVisitor", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.visitor.NodeVisitor": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.utils.Cycler": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.utils.Joiner": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.utils.LRUCache": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.sandbox.ImmutableSandboxedEnvironment": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.sandbox.SandboxedEnvironment", "jinja2.environment.Environment", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.sandbox.SandboxedEnvironment": [ "jinja2.environment.Environment", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.runtime.BlockReference": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.runtime.Context": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.runtime.DebugUndefined": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.runtime.Undefined", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.runtime.LoopContext": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.runtime.LoopContextIterator": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.runtime.Macro": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.runtime.StrictUndefined": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.runtime.Undefined", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.runtime.TemplateReference": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.runtime.Undefined": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.parser.Parser": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.optimizer.Optimizer": [ "jinja2.visitor.NodeTransformer", "jinja2.visitor.NodeVisitor", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Add": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.BinExpr", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Expr", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.And": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.BinExpr", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Expr", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Assign": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.AssignBlock": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.BinExpr": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Expr", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Block": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Break": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Call": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Expr", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.CallBlock": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Compare": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Expr", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Concat": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Expr", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.CondExpr": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Expr", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Const": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Expr", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Literal", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.ContextReference": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Expr", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Continue": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Dict": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Expr", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Literal", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Div": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.BinExpr", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Expr", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.EnvironmentAttribute": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Expr", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.EvalContext": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.EvalContextModifier": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Expr": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.ExprStmt": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Extends": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.ExtensionAttribute": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Expr", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Filter": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Expr", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.FilterBlock": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.FloorDiv": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.BinExpr", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Expr", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.For": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.FromImport": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Getattr": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Expr", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Getitem": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Expr", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Helper": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.If": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Import": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.ImportedName": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Expr", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Impossible": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Include": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.InternalName": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Expr", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Keyword": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Helper", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.List": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Expr", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Literal", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Literal": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Expr", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Macro": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.MarkSafe": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Expr", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.MarkSafeIfAutoescape": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Expr", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Mod": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.BinExpr", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Expr", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Mul": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.BinExpr", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Expr", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Name": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Expr", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Neg": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Expr", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.UnaryExpr", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.NodeType": [ "object", "type", "typing.Generic" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Not": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Expr", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.UnaryExpr", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Operand": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Helper", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Or": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.BinExpr", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Expr", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Output": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Pair": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Helper", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Pos": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Expr", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.UnaryExpr", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Pow": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.BinExpr", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Expr", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Scope": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.ScopedEvalContextModifier": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.EvalContextModifier", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Stmt", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Slice": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Expr", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Stmt": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Sub": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.BinExpr", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Expr", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Template": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.TemplateData": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Expr", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Literal", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Test": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Expr", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Tuple": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Expr", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Literal", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.UnaryExpr": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Expr", "jedi.third_party.typeshed.third_party.2and3.jinja2.nodes.Node", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.meta.TrackingCodeGenerator": [ "jinja2.compiler.CodeGenerator", "jinja2.visitor.NodeVisitor", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.loaders.BaseLoader": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.loaders.ChoiceLoader": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.loaders.BaseLoader", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.loaders.DictLoader": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.loaders.BaseLoader", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.loaders.FileSystemLoader": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.loaders.BaseLoader", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.loaders.FunctionLoader": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.loaders.BaseLoader", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.loaders.ModuleLoader": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.loaders.BaseLoader", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.loaders.PackageLoader": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.loaders.BaseLoader", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.loaders.PrefixLoader": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.loaders.BaseLoader", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.loaders._TemplateModule": [ "_importlib_modulespec.ModuleType", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.lexer.Failure": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.lexer.Lexer": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.lexer.Token": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.lexer.TokenStream": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.lexer.TokenStreamIterator": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.filters._GroupTuple": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.ext.AutoEscapeExtension": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.ext.Extension", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.ext.ExprStmtExtension": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.ext.Extension", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.ext.Extension": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.ext.ExtensionRegistry": [ "object", "type", "typing.Generic" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.ext.InternationalizationExtension": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.ext.Extension", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.ext.LoopControlExtension": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.ext.Extension", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.ext.WithExtension": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.ext.Extension", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.ext._CommentFinder": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.exceptions.FilterArgumentError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.jinja2.exceptions.TemplateError", "jedi.third_party.typeshed.third_party.2and3.jinja2.exceptions.TemplateRuntimeError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.exceptions.SecurityError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.jinja2.exceptions.TemplateError", "jedi.third_party.typeshed.third_party.2and3.jinja2.exceptions.TemplateRuntimeError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.exceptions.TemplateAssertionError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.jinja2.exceptions.TemplateError", "jedi.third_party.typeshed.third_party.2and3.jinja2.exceptions.TemplateSyntaxError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.exceptions.TemplateError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.exceptions.TemplateNotFound": [ "BaseException", "Exception", "LookupError", "OSError", "jedi.third_party.typeshed.third_party.2and3.jinja2.exceptions.TemplateError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.exceptions.TemplateRuntimeError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.jinja2.exceptions.TemplateError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.exceptions.TemplateSyntaxError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.jinja2.exceptions.TemplateError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.exceptions.TemplatesNotFound": [ "BaseException", "Exception", "LookupError", "OSError", "jedi.third_party.typeshed.third_party.2and3.jinja2.exceptions.TemplateError", "jedi.third_party.typeshed.third_party.2and3.jinja2.exceptions.TemplateNotFound", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.exceptions.UndefinedError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.jinja2.exceptions.TemplateError", "jedi.third_party.typeshed.third_party.2and3.jinja2.exceptions.TemplateRuntimeError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.environment.Environment": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.environment.Template": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.environment.TemplateExpression": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.environment.TemplateModule": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.environment.TemplateStream": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.debug.ProcessedTraceback": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.debug.TracebackFrameProxy": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.compiler.CodeGenerator": [ "jinja2.visitor.NodeVisitor", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.compiler.CompilerExit": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.compiler.DependencyFinderVisitor": [ "jinja2.visitor.NodeVisitor", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.compiler.Frame": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.compiler.FrameIdentifierVisitor": [ "jinja2.visitor.NodeVisitor", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.compiler.Identifiers": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.compiler.UndeclaredNameVisitor": [ "jinja2.visitor.NodeVisitor", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.compiler.VisitorExit": [ "BaseException", "Exception", "RuntimeError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.bccache.Bucket": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.bccache.BytecodeCache": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.bccache.FileSystemBytecodeCache": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.bccache.BytecodeCache", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.jinja2.bccache.MemcachedBytecodeCache": [ "jedi.third_party.typeshed.third_party.2and3.jinja2.bccache.BytecodeCache", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.itsdangerous.BadData": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.itsdangerous.BadHeader": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.itsdangerous.BadData", "jedi.third_party.typeshed.third_party.2and3.itsdangerous.BadSignature", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.itsdangerous.BadPayload": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.itsdangerous.BadData", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.itsdangerous.BadSignature": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.itsdangerous.BadData", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.itsdangerous.BadTimeSignature": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.itsdangerous.BadData", "jedi.third_party.typeshed.third_party.2and3.itsdangerous.BadSignature", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.itsdangerous.HMACAlgorithm": [ "jedi.third_party.typeshed.third_party.2and3.itsdangerous.SigningAlgorithm", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.itsdangerous.JSONWebSignatureSerializer": [ "jedi.third_party.typeshed.third_party.2and3.itsdangerous.Serializer", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.itsdangerous.NoneAlgorithm": [ "jedi.third_party.typeshed.third_party.2and3.itsdangerous.SigningAlgorithm", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.itsdangerous.Serializer": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.itsdangerous.SignatureExpired": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.itsdangerous.BadData", "jedi.third_party.typeshed.third_party.2and3.itsdangerous.BadSignature", "jedi.third_party.typeshed.third_party.2and3.itsdangerous.BadTimeSignature", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.itsdangerous.Signer": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.itsdangerous.SigningAlgorithm": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.itsdangerous.TimedJSONWebSignatureSerializer": [ "jedi.third_party.typeshed.third_party.2and3.itsdangerous.JSONWebSignatureSerializer", "jedi.third_party.typeshed.third_party.2and3.itsdangerous.Serializer", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.itsdangerous.TimedSerializer": [ "jedi.third_party.typeshed.third_party.2and3.itsdangerous.Serializer", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.itsdangerous.TimestampSigner": [ "jedi.third_party.typeshed.third_party.2and3.itsdangerous.Signer", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.itsdangerous.URLSafeSerializer": [ "jedi.third_party.typeshed.third_party.2and3.itsdangerous.Serializer", "jedi.third_party.typeshed.third_party.2and3.itsdangerous._URLSafeSerializerMixin", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.itsdangerous.URLSafeTimedSerializer": [ "jedi.third_party.typeshed.third_party.2and3.itsdangerous.Serializer", "jedi.third_party.typeshed.third_party.2and3.itsdangerous.TimedSerializer", "jedi.third_party.typeshed.third_party.2and3.itsdangerous._URLSafeSerializerMixin", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.itsdangerous._URLSafeSerializerMixin": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.wrappers_pb2.BoolValue": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.wrappers_pb2.BytesValue": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.wrappers_pb2.DoubleValue": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.wrappers_pb2.FloatValue": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.wrappers_pb2.Int32Value": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.wrappers_pb2.Int64Value": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.wrappers_pb2.StringValue": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.wrappers_pb2.UInt32Value": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.wrappers_pb2.UInt64Value": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.util.json_format_proto3_pb2.EnumType": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.util.json_format_proto3_pb2.MessageType": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.util.json_format_proto3_pb2.TestAny": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.util.json_format_proto3_pb2.TestBoolValue": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.util.json_format_proto3_pb2.TestBoolValue.BoolMapEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.util.json_format_proto3_pb2.TestCustomJsonName": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.util.json_format_proto3_pb2.TestDuration": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.util.json_format_proto3_pb2.TestEnumValue": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.util.json_format_proto3_pb2.TestExtensions": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.util.json_format_proto3_pb2.TestFieldMask": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.util.json_format_proto3_pb2.TestListValue": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.util.json_format_proto3_pb2.TestMap": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.util.json_format_proto3_pb2.TestMap.BoolMapEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.util.json_format_proto3_pb2.TestMap.Int32MapEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.util.json_format_proto3_pb2.TestMap.Int64MapEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.util.json_format_proto3_pb2.TestMap.StringMapEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.util.json_format_proto3_pb2.TestMap.Uint32MapEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.util.json_format_proto3_pb2.TestMap.Uint64MapEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.util.json_format_proto3_pb2.TestMessage": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.util.json_format_proto3_pb2.TestNestedMap": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.util.json_format_proto3_pb2.TestNestedMap.BoolMapEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.util.json_format_proto3_pb2.TestNestedMap.Int32MapEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.util.json_format_proto3_pb2.TestNestedMap.Int64MapEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.util.json_format_proto3_pb2.TestNestedMap.MapMapEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.util.json_format_proto3_pb2.TestNestedMap.StringMapEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.util.json_format_proto3_pb2.TestNestedMap.Uint32MapEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.util.json_format_proto3_pb2.TestNestedMap.Uint64MapEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.util.json_format_proto3_pb2.TestOneof": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.util.json_format_proto3_pb2.TestStruct": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.util.json_format_proto3_pb2.TestTimestamp": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.util.json_format_proto3_pb2.TestValue": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.util.json_format_proto3_pb2.TestWrapper": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_proto3_arena_pb2.ForeignEnum": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_proto3_arena_pb2.ForeignMessage": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_proto3_arena_pb2.NestedTestAllTypes": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_proto3_arena_pb2.TestAllTypes": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_proto3_arena_pb2.TestAllTypes.NestedEnum": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_proto3_arena_pb2.TestAllTypes.NestedMessage": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_proto3_arena_pb2.TestEmptyMessage": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_proto3_arena_pb2.TestPackedTypes": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_proto3_arena_pb2.TestUnpackedTypes": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.BarRequest": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.BarResponse": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.BoolMessage": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.FooClientMessage": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.FooRequest": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.FooResponse": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.FooServerMessage": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.ForeignEnum": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.ForeignMessage": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.Int32Message": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.Int64Message": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.MoreBytes": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.MoreString": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.NestedTestAllTypes": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.OneBytes": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.OneString": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.OptionalGroup_extension": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.RepeatedGroup_extension": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.SparseEnumMessage": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestAllExtensions": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestAllTypes": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestAllTypes.NestedEnum": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestAllTypes.NestedMessage": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestAllTypes.OptionalGroup": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestAllTypes.RepeatedGroup": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestCamelCaseFieldNames": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestCommentInjectionMessage": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestDeprecatedFields": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestDeprecatedMessage": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestDupFieldNumber": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestDupFieldNumber.Bar": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestDupFieldNumber.Foo": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestDynamicExtensions": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestDynamicExtensions.DynamicEnumType": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestDynamicExtensions.DynamicMessageType": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestEagerMessage": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestEmptyMessage": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestEmptyMessageWithExtensions": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestEnumWithDupValue": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestExtensionInsideTable": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestExtensionOrderings1": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestExtensionOrderings2": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestExtensionOrderings2.TestExtensionOrderings3": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestExtremeDefaultValues": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestFieldOrderings": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestFieldOrderings.NestedMessage": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestForeignNested": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestGroup": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestGroup.OptionalGroup": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestGroupExtension": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestHugeFieldNumbers": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestHugeFieldNumbers.OptionalGroup": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestHugeFieldNumbers.StringStringMapEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestIsInitialized": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestIsInitialized.SubMessage": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestIsInitialized.SubMessage.SubGroup": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestJsonName": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestLazyMessage": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestMultipleExtensionRanges": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestMutualRecursionA": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestMutualRecursionA.SubGroup": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestMutualRecursionA.SubMessage": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestMutualRecursionB": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestNestedExtension": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestNestedExtension.OptionalGroup_extension": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestNestedMessageHasBits": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestNestedMessageHasBits.NestedMessage": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestOneof": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestOneof.FooGroup": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestOneof2": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestOneof2.FooGroup": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestOneof2.NestedEnum": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestOneof2.NestedMessage": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestOneofBackwardsCompatible": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestOneofBackwardsCompatible.FooGroup": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestPackedExtensions": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestPackedTypes": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestParsingMerge": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestParsingMerge.OptionalGroup": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestParsingMerge.RepeatedFieldsGenerator": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestParsingMerge.RepeatedFieldsGenerator.Group1": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestParsingMerge.RepeatedFieldsGenerator.Group2": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestParsingMerge.RepeatedGroup": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestReallyLargeTagNumber": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestRecursiveMessage": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestRepeatedScalarDifferentTagSizes": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestRequired": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestRequiredForeign": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestRequiredMessage": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestRequiredOneof": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestRequiredOneof.NestedMessage": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestReservedFields": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestSparseEnum": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestUnpackedExtensions": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.TestUnpackedTypes": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.Uint32Message": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_pb2.Uint64Message": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_no_generic_services_pb2.TestEnum": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_no_generic_services_pb2.TestMessage": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_no_arena_pb2.ForeignEnum": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_no_arena_pb2.ForeignMessage": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_no_arena_pb2.TestAllTypes": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_no_arena_pb2.TestAllTypes.NestedEnum": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_no_arena_pb2.TestAllTypes.NestedMessage": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_no_arena_pb2.TestAllTypes.OptionalGroup": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_no_arena_pb2.TestAllTypes.RepeatedGroup": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_no_arena_pb2.TestNoArenaMessage": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_no_arena_import_pb2.ImportNoArenaNestedMessage": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_mset_wire_format_pb2.TestMessageSet": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_mset_wire_format_pb2.TestMessageSetWireFormatContainer": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_mset_pb2.RawMessageSet": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_mset_pb2.RawMessageSet.Item": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_mset_pb2.TestMessageSetContainer": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_mset_pb2.TestMessageSetExtension1": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_mset_pb2.TestMessageSetExtension2": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_import_public_pb2.PublicImportMessage": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_import_pb2.ImportEnum": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_import_pb2.ImportEnumForMap": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_import_pb2.ImportMessage": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_custom_options_pb2.Aggregate": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_custom_options_pb2.AggregateEnum": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_custom_options_pb2.AggregateMessage": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_custom_options_pb2.AggregateMessageSet": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_custom_options_pb2.AggregateMessageSetElement": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_custom_options_pb2.ComplexOpt6": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_custom_options_pb2.ComplexOptionType1": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_custom_options_pb2.ComplexOptionType2": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_custom_options_pb2.ComplexOptionType2.ComplexOptionType4": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_custom_options_pb2.ComplexOptionType3": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_custom_options_pb2.ComplexOptionType3.ComplexOptionType5": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_custom_options_pb2.CustomOptionFooClientMessage": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_custom_options_pb2.CustomOptionFooRequest": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_custom_options_pb2.CustomOptionFooResponse": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_custom_options_pb2.CustomOptionFooServerMessage": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_custom_options_pb2.CustomOptionMaxIntegerValues": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_custom_options_pb2.CustomOptionMinIntegerValues": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_custom_options_pb2.CustomOptionOtherValues": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_custom_options_pb2.DummyMessageContainingEnum": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_custom_options_pb2.DummyMessageContainingEnum.TestEnumType": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_custom_options_pb2.DummyMessageInvalidAsOptionType": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_custom_options_pb2.MethodOpt1": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_custom_options_pb2.NestedOptionType": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_custom_options_pb2.NestedOptionType.NestedEnum": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_custom_options_pb2.NestedOptionType.NestedMessage": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_custom_options_pb2.NewOptionType": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_custom_options_pb2.NewOptionType.TestEnum": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_custom_options_pb2.OldOptionType": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_custom_options_pb2.OldOptionType.TestEnum": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_custom_options_pb2.SettingRealsFromNegativeInts": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_custom_options_pb2.SettingRealsFromPositiveInts": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_custom_options_pb2.TestMessageWithCustomOptions": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_custom_options_pb2.TestMessageWithCustomOptions.AnEnum": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_custom_options_pb2.TestMessageWithRequiredEnumOption": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_custom_options_pb2.VariousComplexOptions": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_arena_pb2.ArenaMessage": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.unittest_arena_pb2.NestedMessage": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.type_pb2.Enum": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.type_pb2.EnumValue": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.type_pb2.Field": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.type_pb2.Field.Cardinality": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.type_pb2.Field.Kind": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.type_pb2.Option": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.type_pb2.Syntax": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.type_pb2.Type": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.timestamp_pb2.Timestamp": [ "google.protobuf.internal.well_known_types.Timestamp", "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto3_pb2.ForeignEnum": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto3_pb2.ForeignMessage": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto3_pb2.TestAllTypesProto3": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto3_pb2.TestAllTypesProto3.MapBoolBoolEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto3_pb2.TestAllTypesProto3.MapFixed32Fixed32Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto3_pb2.TestAllTypesProto3.MapFixed64Fixed64Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto3_pb2.TestAllTypesProto3.MapInt32DoubleEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto3_pb2.TestAllTypesProto3.MapInt32FloatEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto3_pb2.TestAllTypesProto3.MapInt32Int32Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto3_pb2.TestAllTypesProto3.MapInt64Int64Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto3_pb2.TestAllTypesProto3.MapSfixed32Sfixed32Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto3_pb2.TestAllTypesProto3.MapSfixed64Sfixed64Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto3_pb2.TestAllTypesProto3.MapSint32Sint32Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto3_pb2.TestAllTypesProto3.MapSint64Sint64Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto3_pb2.TestAllTypesProto3.MapStringBytesEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto3_pb2.TestAllTypesProto3.MapStringForeignEnumEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto3_pb2.TestAllTypesProto3.MapStringForeignMessageEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto3_pb2.TestAllTypesProto3.MapStringNestedEnumEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto3_pb2.TestAllTypesProto3.MapStringNestedMessageEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto3_pb2.TestAllTypesProto3.MapStringStringEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto3_pb2.TestAllTypesProto3.MapUint32Uint32Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto3_pb2.TestAllTypesProto3.MapUint64Uint64Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto3_pb2.TestAllTypesProto3.NestedEnum": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto3_pb2.TestAllTypesProto3.NestedMessage": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto2_pb2.ForeignEnumProto2": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto2_pb2.ForeignMessageProto2": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto2_pb2.TestAllTypesProto2": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto2_pb2.TestAllTypesProto2.Data": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto2_pb2.TestAllTypesProto2.MapBoolBoolEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto2_pb2.TestAllTypesProto2.MapFixed32Fixed32Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto2_pb2.TestAllTypesProto2.MapFixed64Fixed64Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto2_pb2.TestAllTypesProto2.MapInt32DoubleEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto2_pb2.TestAllTypesProto2.MapInt32FloatEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto2_pb2.TestAllTypesProto2.MapInt32Int32Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto2_pb2.TestAllTypesProto2.MapInt64Int64Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto2_pb2.TestAllTypesProto2.MapSfixed32Sfixed32Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto2_pb2.TestAllTypesProto2.MapSfixed64Sfixed64Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto2_pb2.TestAllTypesProto2.MapSint32Sint32Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto2_pb2.TestAllTypesProto2.MapSint64Sint64Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto2_pb2.TestAllTypesProto2.MapStringBytesEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto2_pb2.TestAllTypesProto2.MapStringForeignEnumEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto2_pb2.TestAllTypesProto2.MapStringForeignMessageEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto2_pb2.TestAllTypesProto2.MapStringNestedEnumEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto2_pb2.TestAllTypesProto2.MapStringNestedMessageEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto2_pb2.TestAllTypesProto2.MapStringStringEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto2_pb2.TestAllTypesProto2.MapUint32Uint32Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto2_pb2.TestAllTypesProto2.MapUint64Uint64Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto2_pb2.TestAllTypesProto2.MessageSetCorrect": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto2_pb2.TestAllTypesProto2.MessageSetCorrectExtension1": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto2_pb2.TestAllTypesProto2.MessageSetCorrectExtension2": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto2_pb2.TestAllTypesProto2.NestedEnum": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.test_messages_proto2_pb2.TestAllTypesProto2.NestedMessage": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.symbol_database.SymbolDatabase": [ "jedi.third_party.typeshed.third_party.2and3.google.protobuf.message_factory.MessageFactory", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.struct_pb2.ListValue": [ "google.protobuf.internal.well_known_types.ListValue", "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.struct_pb2.NullValue": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.struct_pb2.Struct": [ "google.protobuf.internal.well_known_types.Struct", "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.struct_pb2.Struct.FieldsEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.struct_pb2._Value": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.source_context_pb2.SourceContext": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.service.RpcChannel": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.service.RpcController": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.service.RpcException": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.service.Service": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.reflection.GeneratedProtocolMessageType": [ "object", "type", "typing.Generic" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.message_factory.MessageFactory": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.message.DecodeError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.google.protobuf.message.Error", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.message.EncodeError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.google.protobuf.message.Error", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.message.Error": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.message.Message": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.message._ExtensionDict": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.MapEnum": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.MessageContainingEnumCalledType": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.MessageContainingEnumCalledType.Type": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.MessageContainingEnumCalledType.TypeEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.MessageContainingMapCalledEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.MessageContainingMapCalledEntry.EntryEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.TestArenaMap": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.TestArenaMap.MapBoolBoolEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.TestArenaMap.MapFixed32Fixed32Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.TestArenaMap.MapFixed64Fixed64Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.TestArenaMap.MapInt32BytesEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.TestArenaMap.MapInt32DoubleEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.TestArenaMap.MapInt32EnumEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.TestArenaMap.MapInt32FloatEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.TestArenaMap.MapInt32ForeignMessageEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.TestArenaMap.MapInt32ForeignMessageNoArenaEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.TestArenaMap.MapInt32Int32Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.TestArenaMap.MapInt64Int64Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.TestArenaMap.MapSfixed32Sfixed32Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.TestArenaMap.MapSfixed64Sfixed64Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.TestArenaMap.MapSint32Sint32Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.TestArenaMap.MapSint64Sint64Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.TestArenaMap.MapStringStringEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.TestArenaMap.MapUint32Uint32Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.TestArenaMap.MapUint64Uint64Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.TestMap": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.TestMap.MapBoolBoolEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.TestMap.MapFixed32Fixed32Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.TestMap.MapFixed64Fixed64Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.TestMap.MapInt32AllTypesEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.TestMap.MapInt32BytesEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.TestMap.MapInt32DoubleEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.TestMap.MapInt32EnumEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.TestMap.MapInt32FloatEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.TestMap.MapInt32ForeignMessageEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.TestMap.MapInt32Int32Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.TestMap.MapInt64Int64Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.TestMap.MapSfixed32Sfixed32Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.TestMap.MapSfixed64Sfixed64Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.TestMap.MapSint32Sint32Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.TestMap.MapSint64Sint64Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.TestMap.MapStringForeignMessageEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.TestMap.MapStringStringEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.TestMap.MapUint32Uint32Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.TestMap.MapUint64Uint64Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.TestMapSubmessage": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.TestMessageMap": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.TestMessageMap.MapInt32MessageEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.TestRecursiveMapMessage": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.TestRecursiveMapMessage.AEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.TestRequiredMessageMap": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.TestRequiredMessageMap.MapFieldEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.TestSameTypeMap": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.TestSameTypeMap.Map1Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_unittest_pb2.TestSameTypeMap.Map2Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_proto2_unittest_pb2.Proto2MapEnum": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_proto2_unittest_pb2.Proto2MapEnumPlusExtra": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_proto2_unittest_pb2.TestEnumMap": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_proto2_unittest_pb2.TestEnumMap.KnownMapFieldEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_proto2_unittest_pb2.TestEnumMap.UnknownMapFieldEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_proto2_unittest_pb2.TestEnumMapPlusExtra": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_proto2_unittest_pb2.TestEnumMapPlusExtra.KnownMapFieldEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_proto2_unittest_pb2.TestEnumMapPlusExtra.UnknownMapFieldEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_proto2_unittest_pb2.TestImportEnumMap": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_proto2_unittest_pb2.TestImportEnumMap.ImportEnumAmpEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_proto2_unittest_pb2.TestIntIntMap": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_proto2_unittest_pb2.TestIntIntMap.MEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_proto2_unittest_pb2.TestMaps": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_proto2_unittest_pb2.TestMaps.MBoolEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_proto2_unittest_pb2.TestMaps.MFixed32Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_proto2_unittest_pb2.TestMaps.MFixed64Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_proto2_unittest_pb2.TestMaps.MInt32Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_proto2_unittest_pb2.TestMaps.MInt64Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_proto2_unittest_pb2.TestMaps.MSfixed32Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_proto2_unittest_pb2.TestMaps.MSfixed64Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_proto2_unittest_pb2.TestMaps.MSint32Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_proto2_unittest_pb2.TestMaps.MSint64Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_proto2_unittest_pb2.TestMaps.MStringEntry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_proto2_unittest_pb2.TestMaps.MUint32Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_proto2_unittest_pb2.TestMaps.MUint64Entry": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.map_proto2_unittest_pb2.TestSubmessageMaps": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.json_format.Error": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.json_format.ParseError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.google.protobuf.json_format.Error", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.json_format.SerializeToJsonError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.google.protobuf.json_format.Error", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.internal.well_known_types.Any_": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.internal.well_known_types.Duration": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.internal.well_known_types.Error": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.internal.well_known_types.FieldMask": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.internal.well_known_types.ListValue": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.internal.well_known_types.ParseError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.google.protobuf.internal.well_known_types.Error", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.internal.well_known_types.Struct": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.internal.well_known_types.Timestamp": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.internal.well_known_types._FieldMaskTree": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.internal.message_listener.MessageListener": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.internal.message_listener.NullMessageListener": [ "jedi.third_party.typeshed.third_party.2and3.google.protobuf.internal.message_listener.MessageListener", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.internal.enum_type_wrapper.EnumTypeWrapper": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.internal.containers.BaseContainer": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.internal.containers.Mapping": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.internal.containers.MessageMap": [ "jedi.third_party.typeshed.third_party.2and3.google.protobuf.internal.containers.Mapping", "jedi.third_party.typeshed.third_party.2and3.google.protobuf.internal.containers.MutableMapping", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.internal.containers.MutableMapping": [ "jedi.third_party.typeshed.third_party.2and3.google.protobuf.internal.containers.Mapping", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.internal.containers.RepeatedCompositeFieldContainer": [ "jedi.third_party.typeshed.third_party.2and3.google.protobuf.internal.containers.BaseContainer", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.internal.containers.RepeatedScalarFieldContainer": [ "jedi.third_party.typeshed.third_party.2and3.google.protobuf.internal.containers.BaseContainer", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.internal.containers.ScalarMap": [ "jedi.third_party.typeshed.third_party.2and3.google.protobuf.internal.containers.Mapping", "jedi.third_party.typeshed.third_party.2and3.google.protobuf.internal.containers.MutableMapping", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.field_mask_pb2.FieldMask": [ "google.protobuf.internal.well_known_types.FieldMask", "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.empty_pb2.Empty": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.duration_pb2.Duration": [ "google.protobuf.internal.well_known_types.Duration", "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor_pool.DescriptorPool": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor_pb2.DescriptorProto": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor_pb2.DescriptorProto.ExtensionRange": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor_pb2.DescriptorProto.ReservedRange": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor_pb2.EnumDescriptorProto": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor_pb2.EnumDescriptorProto.EnumReservedRange": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor_pb2.EnumOptions": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor_pb2.EnumValueDescriptorProto": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor_pb2.EnumValueOptions": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor_pb2.ExtensionRangeOptions": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor_pb2.FieldDescriptorProto": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor_pb2.FieldDescriptorProto.Label": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor_pb2.FieldDescriptorProto.Type": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor_pb2.FieldOptions": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor_pb2.FieldOptions.CType": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor_pb2.FieldOptions.JSType": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor_pb2.FileDescriptorProto": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor_pb2.FileDescriptorSet": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor_pb2.FileOptions": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor_pb2.FileOptions.OptimizeMode": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor_pb2.GeneratedCodeInfo": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor_pb2.GeneratedCodeInfo.Annotation": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor_pb2.MessageOptions": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor_pb2.MethodDescriptorProto": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor_pb2.MethodOptions": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor_pb2.MethodOptions.IdempotencyLevel": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor_pb2.OneofDescriptorProto": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor_pb2.OneofOptions": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor_pb2.ServiceDescriptorProto": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor_pb2.ServiceOptions": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor_pb2.SourceCodeInfo": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor_pb2.SourceCodeInfo.Location": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor_pb2.UninterpretedOption": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor_pb2.UninterpretedOption.NamePart": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor.Descriptor": [ "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor.DescriptorBase", "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor._NestedDescriptorBase", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor.DescriptorBase": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor.DescriptorMetaclass": [ "object", "type", "typing.Generic" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor.EnumDescriptor": [ "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor.DescriptorBase", "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor._NestedDescriptorBase", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor.EnumValueDescriptor": [ "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor.DescriptorBase", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor.Error": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor.FieldDescriptor": [ "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor.DescriptorBase", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor.FileDescriptor": [ "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor.DescriptorBase", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor.MethodDescriptor": [ "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor.DescriptorBase", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor.OneofDescriptor": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor.ServiceDescriptor": [ "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor.DescriptorBase", "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor._NestedDescriptorBase", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor.TypeTransformationError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor.Error", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor._NestedDescriptorBase": [ "jedi.third_party.typeshed.third_party.2and3.google.protobuf.descriptor.DescriptorBase", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.compiler.plugin_pb2.CodeGeneratorRequest": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.compiler.plugin_pb2.CodeGeneratorResponse": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.compiler.plugin_pb2.CodeGeneratorResponse.File": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.compiler.plugin_pb2.Version": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.api_pb2.Api": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.api_pb2.Method": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.api_pb2.Mixin": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.any_test_pb2.TestAny": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.google.protobuf.any_pb2.Any": [ "google.protobuf.message.Message", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.geoip2.records.City": [ "geoip2.mixins.SimpleEquality", "jedi.third_party.typeshed.third_party.2and3.geoip2.records.PlaceRecord", "jedi.third_party.typeshed.third_party.2and3.geoip2.records.Record", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.geoip2.records.Continent": [ "geoip2.mixins.SimpleEquality", "jedi.third_party.typeshed.third_party.2and3.geoip2.records.PlaceRecord", "jedi.third_party.typeshed.third_party.2and3.geoip2.records.Record", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.geoip2.records.Country": [ "geoip2.mixins.SimpleEquality", "jedi.third_party.typeshed.third_party.2and3.geoip2.records.PlaceRecord", "jedi.third_party.typeshed.third_party.2and3.geoip2.records.Record", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.geoip2.records.Location": [ "geoip2.mixins.SimpleEquality", "jedi.third_party.typeshed.third_party.2and3.geoip2.records.Record", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.geoip2.records.MaxMind": [ "geoip2.mixins.SimpleEquality", "jedi.third_party.typeshed.third_party.2and3.geoip2.records.Record", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.geoip2.records.PlaceRecord": [ "geoip2.mixins.SimpleEquality", "jedi.third_party.typeshed.third_party.2and3.geoip2.records.Record", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.geoip2.records.Postal": [ "geoip2.mixins.SimpleEquality", "jedi.third_party.typeshed.third_party.2and3.geoip2.records.Record", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.geoip2.records.Record": [ "geoip2.mixins.SimpleEquality", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.geoip2.records.RepresentedCountry": [ "geoip2.mixins.SimpleEquality", "jedi.third_party.typeshed.third_party.2and3.geoip2.records.Country", "jedi.third_party.typeshed.third_party.2and3.geoip2.records.PlaceRecord", "jedi.third_party.typeshed.third_party.2and3.geoip2.records.Record", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.geoip2.records.Subdivision": [ "geoip2.mixins.SimpleEquality", "jedi.third_party.typeshed.third_party.2and3.geoip2.records.PlaceRecord", "jedi.third_party.typeshed.third_party.2and3.geoip2.records.Record", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.geoip2.records.Subdivisions": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.third_party.2and3.geoip2.records.Traits": [ "geoip2.mixins.SimpleEquality", "jedi.third_party.typeshed.third_party.2and3.geoip2.records.Record", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.geoip2.models.ASN": [ "geoip2.mixins.SimpleEquality", "jedi.third_party.typeshed.third_party.2and3.geoip2.models.SimpleModel", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.geoip2.models.AnonymousIP": [ "geoip2.mixins.SimpleEquality", "jedi.third_party.typeshed.third_party.2and3.geoip2.models.SimpleModel", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.geoip2.models.City": [ "geoip2.mixins.SimpleEquality", "jedi.third_party.typeshed.third_party.2and3.geoip2.models.Country", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.geoip2.models.ConnectionType": [ "geoip2.mixins.SimpleEquality", "jedi.third_party.typeshed.third_party.2and3.geoip2.models.SimpleModel", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.geoip2.models.Country": [ "geoip2.mixins.SimpleEquality", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.geoip2.models.Domain": [ "geoip2.mixins.SimpleEquality", "jedi.third_party.typeshed.third_party.2and3.geoip2.models.SimpleModel", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.geoip2.models.Enterprise": [ "geoip2.mixins.SimpleEquality", "jedi.third_party.typeshed.third_party.2and3.geoip2.models.City", "jedi.third_party.typeshed.third_party.2and3.geoip2.models.Country", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.geoip2.models.ISP": [ "geoip2.mixins.SimpleEquality", "jedi.third_party.typeshed.third_party.2and3.geoip2.models.ASN", "jedi.third_party.typeshed.third_party.2and3.geoip2.models.SimpleModel", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.geoip2.models.Insights": [ "geoip2.mixins.SimpleEquality", "jedi.third_party.typeshed.third_party.2and3.geoip2.models.City", "jedi.third_party.typeshed.third_party.2and3.geoip2.models.Country", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.geoip2.models.SimpleModel": [ "geoip2.mixins.SimpleEquality", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.geoip2.mixins.SimpleEquality": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.geoip2.errors.AddressNotFoundError": [ "BaseException", "Exception", "RuntimeError", "jedi.third_party.typeshed.third_party.2and3.geoip2.errors.GeoIP2Error", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.geoip2.errors.AuthenticationError": [ "BaseException", "Exception", "RuntimeError", "jedi.third_party.typeshed.third_party.2and3.geoip2.errors.GeoIP2Error", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.geoip2.errors.GeoIP2Error": [ "BaseException", "Exception", "RuntimeError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.geoip2.errors.HTTPError": [ "BaseException", "Exception", "RuntimeError", "jedi.third_party.typeshed.third_party.2and3.geoip2.errors.GeoIP2Error", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.geoip2.errors.InvalidRequestError": [ "BaseException", "Exception", "RuntimeError", "jedi.third_party.typeshed.third_party.2and3.geoip2.errors.GeoIP2Error", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.geoip2.errors.OutOfQueriesError": [ "BaseException", "Exception", "RuntimeError", "jedi.third_party.typeshed.third_party.2and3.geoip2.errors.GeoIP2Error", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.geoip2.errors.PermissionRequiredError": [ "BaseException", "Exception", "RuntimeError", "jedi.third_party.typeshed.third_party.2and3.geoip2.errors.GeoIP2Error", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.geoip2.database.Reader": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.flask.wrappers.JSONMixin": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.flask.wrappers.Request": [ "jedi.third_party.typeshed.third_party.2and3.flask.wrappers.JSONMixin", "object", "werkzeug.wrappers.AcceptMixin", "werkzeug.wrappers.AuthorizationMixin", "werkzeug.wrappers.BaseRequest", "werkzeug.wrappers.CommonRequestDescriptorsMixin", "werkzeug.wrappers.ETagRequestMixin", "werkzeug.wrappers.Request", "werkzeug.wrappers.UserAgentMixin" ] }, { "jedi.third_party.typeshed.third_party.2and3.flask.wrappers.Response": [ "jedi.third_party.typeshed.third_party.2and3.flask.wrappers.JSONMixin", "object", "werkzeug.wrappers.BaseResponse", "werkzeug.wrappers.CommonResponseDescriptorsMixin", "werkzeug.wrappers.ETagResponseMixin", "werkzeug.wrappers.Response", "werkzeug.wrappers.ResponseStreamMixin", "werkzeug.wrappers.WWWAuthenticateMixin" ] }, { "jedi.third_party.typeshed.third_party.2and3.flask.views.MethodView": [ "jedi.third_party.typeshed.third_party.2and3.flask.views.View", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.flask.views.MethodViewType": [ "object", "type", "typing.Generic" ] }, { "jedi.third_party.typeshed.third_party.2and3.flask.views.View": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.flask.testing.FlaskCliRunner": [ "click.testing.CliRunner", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.flask.testing.FlaskClient": [ "object", "typing.Generic", "werkzeug.test.Client" ] }, { "jedi.third_party.typeshed.third_party.2and3.flask.templating.DispatchingJinjaLoader": [ "jinja2.loaders.BaseLoader", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.flask.templating.Environment": [ "jinja2.environment.Environment", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.flask.signals.Namespace": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.flask.signals._FakeSignal": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.flask.sessions.NullSession": [ "dict", "jedi.third_party.typeshed.third_party.2and3.flask.sessions.SecureCookieSession", "jedi.third_party.typeshed.third_party.2and3.flask.sessions.SessionMixin", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "werkzeug.datastructures.CallbackDict", "werkzeug.datastructures.UpdateDictMixin" ] }, { "jedi.third_party.typeshed.third_party.2and3.flask.sessions.SecureCookieSession": [ "dict", "jedi.third_party.typeshed.third_party.2and3.flask.sessions.SessionMixin", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "werkzeug.datastructures.CallbackDict", "werkzeug.datastructures.UpdateDictMixin" ] }, { "jedi.third_party.typeshed.third_party.2and3.flask.sessions.SecureCookieSessionInterface": [ "jedi.third_party.typeshed.third_party.2and3.flask.sessions.SessionInterface", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.flask.sessions.SessionInterface": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.flask.sessions.SessionMixin": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.third_party.2and3.flask.json.tag.JSONTag": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.flask.json.tag.PassDict": [ "jedi.third_party.typeshed.third_party.2and3.flask.json.tag.JSONTag", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.flask.json.tag.PassList": [ "jedi.third_party.typeshed.third_party.2and3.flask.json.tag.JSONTag", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.flask.json.tag.TagBytes": [ "jedi.third_party.typeshed.third_party.2and3.flask.json.tag.JSONTag", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.flask.json.tag.TagDateTime": [ "jedi.third_party.typeshed.third_party.2and3.flask.json.tag.JSONTag", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.flask.json.tag.TagDict": [ "jedi.third_party.typeshed.third_party.2and3.flask.json.tag.JSONTag", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.flask.json.tag.TagMarkup": [ "jedi.third_party.typeshed.third_party.2and3.flask.json.tag.JSONTag", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.flask.json.tag.TagTuple": [ "jedi.third_party.typeshed.third_party.2and3.flask.json.tag.JSONTag", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.flask.json.tag.TagUUID": [ "jedi.third_party.typeshed.third_party.2and3.flask.json.tag.JSONTag", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.flask.json.tag.TaggedJSONSerializer": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.flask.json.JSONDecoder": [ "json.decoder.JSONDecoder", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.flask.json.JSONEncoder": [ "json.encoder.JSONEncoder", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.flask.helpers._PackageBoundObject": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.flask.helpers.locked_cached_property": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.flask.globals._FlaskLocalProxy": [ "jedi.third_party.typeshed.third_party.2and3.flask.app.Flask", "jedi.third_party.typeshed.third_party.2and3.flask.helpers._PackageBoundObject", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.flask.debughelpers.DebugFilesKeyError": [ "AssertionError", "BaseException", "Exception", "KeyError", "LookupError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.flask.debughelpers.FormDataRoutingRedirect": [ "AssertionError", "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.flask.debughelpers.UnexpectedUnicodeError": [ "AssertionError", "BaseException", "Exception", "UnicodeError", "ValueError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.flask.ctx.AppContext": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.flask.ctx.RequestContext": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.flask.ctx._AppCtxGlobals": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.flask.config.Config": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.third_party.2and3.flask.config.ConfigAttribute": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.flask.cli.AppGroup": [ "click.core.BaseCommand", "click.core.Command", "click.core.Group", "click.core.MultiCommand", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.flask.cli.CertParamType": [ "click.core._ParamType", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.flask.cli.DispatchingApp": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.flask.cli.FlaskGroup": [ "click.core.BaseCommand", "click.core.Command", "click.core.Group", "click.core.MultiCommand", "jedi.third_party.typeshed.third_party.2and3.flask.cli.AppGroup", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.flask.cli.NoAppException": [ "BaseException", "Exception", "click.exceptions.ClickException", "click.exceptions.UsageError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.flask.cli.ScriptInfo": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.flask.blueprints.Blueprint": [ "jedi.third_party.typeshed.third_party.2and3.flask.helpers._PackageBoundObject", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.flask.blueprints.BlueprintSetupState": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.flask.app.Flask": [ "jedi.third_party.typeshed.third_party.2and3.flask.helpers._PackageBoundObject", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.decorator.ContextManager": [ "contextlib._GeneratorContextManager", "object", "typing.ContextManager", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.third_party.2and3.decorator.FunctionMaker": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.dateutil.tz.tz._GetTZ": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.dateutil.tz.tz._ttinfo": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.dateutil.tz.tz.tzfile": [ "datetime.tzinfo", "jedi.third_party.typeshed.third_party.2and3.dateutil.tz._common._tzinfo", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.dateutil.tz.tz.tzical": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.dateutil.tz.tz.tzlocal": [ "datetime.tzinfo", "jedi.third_party.typeshed.third_party.2and3.dateutil.tz._common._tzinfo", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.dateutil.tz.tz.tzoffset": [ "datetime.tzinfo", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.dateutil.tz.tz.tzrange": [ "datetime.tzinfo", "jedi.third_party.typeshed.third_party.2and3.dateutil.tz._common._tzinfo", "jedi.third_party.typeshed.third_party.2and3.dateutil.tz._common.tzrangebase", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.dateutil.tz.tz.tzstr": [ "datetime.tzinfo", "jedi.third_party.typeshed.third_party.2and3.dateutil.tz._common._tzinfo", "jedi.third_party.typeshed.third_party.2and3.dateutil.tz._common.tzrangebase", "jedi.third_party.typeshed.third_party.2and3.dateutil.tz.tz.tzrange", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.dateutil.tz.tz.tzutc": [ "datetime.tzinfo", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.dateutil.tz._common._DatetimeWithFold": [ "datetime.date", "datetime.datetime", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.dateutil.tz._common._tzinfo": [ "datetime.tzinfo", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.dateutil.tz._common.tzrangebase": [ "datetime.tzinfo", "jedi.third_party.typeshed.third_party.2and3.dateutil.tz._common._tzinfo", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.dateutil.rrule._iterinfo": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.dateutil.rrule._rrulestr": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.dateutil.rrule.rrule": [ "jedi.third_party.typeshed.third_party.2and3.dateutil.rrule.rrulebase", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.dateutil.rrule.rrulebase": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.dateutil.rrule.rruleset": [ "jedi.third_party.typeshed.third_party.2and3.dateutil.rrule.rrulebase", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.dateutil.rrule.rruleset._genitem": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.dateutil.rrule.weekday": [ "jedi.third_party.typeshed.third_party.2and3.dateutil._common.weekday", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.dateutil.relativedelta.relativedelta": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.dateutil.parser.InvalidDateError": [ "BaseException", "Exception", "ValueError", "jedi.third_party.typeshed.third_party.2and3.dateutil.parser.InvalidDatetimeError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.dateutil.parser.InvalidDatetimeError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.dateutil.parser.InvalidTimeError": [ "BaseException", "Exception", "ValueError", "jedi.third_party.typeshed.third_party.2and3.dateutil.parser.InvalidDatetimeError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.dateutil.parser._tzparser": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.dateutil.parser.parser": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.dateutil.parser.parserinfo": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.dateutil._common.weekday": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.x509.CRLEntryExtensionOID": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.x509.Certificate": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.x509.CertificateBuilder": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.x509.CertificateRevocationList": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.x509.CertificateRevocationListBuilder": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.x509.CertificateSigningRequest": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.x509.CertificateSigningRequestBuilder": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.x509.DNSName": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.x509.GeneralName", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.x509.DirectoryName": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.x509.GeneralName", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.x509.Extension": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.x509.ExtensionOID": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.x509.ExtensionType": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.x509.Extensions": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.x509.GeneralName": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.x509.IPAddress": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.x509.GeneralName", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.x509.IssuerAlternativeName": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.x509.ExtensionType", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.x509.Name": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.x509.NameAttribute": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.x509.NameOID": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.x509.OCSPExtensionOID": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.x509.ObjectIdentifier": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.x509.OtherName": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.x509.GeneralName", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.x509.RFC822Name": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.x509.GeneralName", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.x509.RegisteredID": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.x509.GeneralName", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.x509.RelativeDistinguishedName": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.x509.RevokedCertificate": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.x509.RevokedCertificateBuilder": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.x509.SignatureAlgorithmOID": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.x509.SubjectAlternativeName": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.x509.ExtensionType", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.x509.UniformResourceIdentifier": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.x509.GeneralName", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.x509.Version": [ "enum.Enum", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.twofactor.totp.TOTP": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.twofactor.hotp.HOTP": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.twofactor.InvalidToken": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.serialization.BestAvailableEncryption": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.serialization.KeySerializationEncryption", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.serialization.Encoding": [ "enum.Enum", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.serialization.KeySerializationEncryption": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.serialization.NoEncryption": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.serialization.KeySerializationEncryption", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.serialization.ParameterFormat": [ "enum.Enum", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.serialization.PrivateFormat": [ "enum.Enum", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.serialization.PublicFormat": [ "enum.Enum", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.poly1305.Poly1305": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.padding.ANSIX923": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.padding.PKCS7": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.padding.PaddingContext": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.keywrap.InvalidUnwrap": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.kdf.x963kdf.X963KDF": [ "cryptography.hazmat.primitives.kdf.KeyDerivationFunction", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.kdf.scrypt.Scrypt": [ "cryptography.hazmat.primitives.kdf.KeyDerivationFunction", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.kdf.pbkdf2.PBKDF2HMAC": [ "cryptography.hazmat.primitives.kdf.KeyDerivationFunction", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.kdf.kbkdf.CounterLocation": [ "enum.Enum", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.kdf.kbkdf.KBKDFHMAC": [ "cryptography.hazmat.primitives.kdf.KeyDerivationFunction", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.kdf.kbkdf.Mode": [ "enum.Enum", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.kdf.hkdf.HKDF": [ "cryptography.hazmat.primitives.kdf.KeyDerivationFunction", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.kdf.hkdf.HKDFExpand": [ "cryptography.hazmat.primitives.kdf.KeyDerivationFunction", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.kdf.concatkdf.ConcatKDFHMAC": [ "cryptography.hazmat.primitives.kdf.KeyDerivationFunction", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.kdf.concatkdf.ConcatKDFHash": [ "cryptography.hazmat.primitives.kdf.KeyDerivationFunction", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.kdf.KeyDerivationFunction": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.hmac.HMAC": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.hashes.BLAKE2b": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.hashes.HashAlgorithm", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.hashes.BLAKE2s": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.hashes.HashAlgorithm", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.hashes.Hash": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.hashes.HashContext", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.hashes.HashAlgorithm": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.hashes.HashContext": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.hashes.MD5": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.hashes.HashAlgorithm", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.hashes.SHA1": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.hashes.HashAlgorithm", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.hashes.SHA224": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.hashes.HashAlgorithm", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.hashes.SHA256": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.hashes.HashAlgorithm", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.hashes.SHA384": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.hashes.HashAlgorithm", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.hashes.SHA3_224": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.hashes.HashAlgorithm", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.hashes.SHA3_256": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.hashes.HashAlgorithm", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.hashes.SHA3_384": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.hashes.HashAlgorithm", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.hashes.SHA3_512": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.hashes.HashAlgorithm", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.hashes.SHA512": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.hashes.HashAlgorithm", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.hashes.SHA512_224": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.hashes.HashAlgorithm", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.hashes.SHA512_256": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.hashes.HashAlgorithm", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.hashes.SHAKE128": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.hashes.HashAlgorithm", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.hashes.SHAKE256": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.hashes.HashAlgorithm", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.cmac.CMAC": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.ciphers.modes.CBC": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.ciphers.modes.Mode", "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.ciphers.modes.ModeWithInitializationVector", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.ciphers.modes.CFB": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.ciphers.modes.Mode", "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.ciphers.modes.ModeWithInitializationVector", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.ciphers.modes.CFB8": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.ciphers.modes.Mode", "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.ciphers.modes.ModeWithInitializationVector", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.ciphers.modes.CTR": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.ciphers.modes.Mode", "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.ciphers.modes.ModeWithNonce", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.ciphers.modes.ECB": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.ciphers.modes.Mode", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.ciphers.modes.GCM": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.ciphers.modes.Mode", "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.ciphers.modes.ModeWithAuthenticationTag", "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.ciphers.modes.ModeWithInitializationVector", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.ciphers.modes.Mode": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.ciphers.modes.ModeWithAuthenticationTag": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.ciphers.modes.ModeWithInitializationVector": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.ciphers.modes.ModeWithNonce": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.ciphers.modes.ModeWithTweak": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.ciphers.modes.OFB": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.ciphers.modes.Mode", "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.ciphers.modes.ModeWithInitializationVector", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.ciphers.modes.XTS": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.ciphers.modes.Mode", "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.ciphers.modes.ModeWithTweak", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.ciphers.algorithms.AES": [ "cryptography.hazmat.primitives.ciphers.BlockCipherAlgorithm", "cryptography.hazmat.primitives.ciphers.CipherAlgorithm", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.ciphers.algorithms.ARC4": [ "cryptography.hazmat.primitives.ciphers.CipherAlgorithm", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.ciphers.algorithms.Blowfish": [ "cryptography.hazmat.primitives.ciphers.BlockCipherAlgorithm", "cryptography.hazmat.primitives.ciphers.CipherAlgorithm", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.ciphers.algorithms.CAST5": [ "cryptography.hazmat.primitives.ciphers.BlockCipherAlgorithm", "cryptography.hazmat.primitives.ciphers.CipherAlgorithm", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.ciphers.algorithms.Camelia": [ "cryptography.hazmat.primitives.ciphers.BlockCipherAlgorithm", "cryptography.hazmat.primitives.ciphers.CipherAlgorithm", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.ciphers.algorithms.ChaCha20": [ "cryptography.hazmat.primitives.ciphers.CipherAlgorithm", "cryptography.hazmat.primitives.ciphers.modes.ModeWithNonce", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.ciphers.algorithms.IDEA": [ "cryptography.hazmat.primitives.ciphers.CipherAlgorithm", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.ciphers.algorithms.SEED": [ "cryptography.hazmat.primitives.ciphers.BlockCipherAlgorithm", "cryptography.hazmat.primitives.ciphers.CipherAlgorithm", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.ciphers.algorithms.TripleDES": [ "cryptography.hazmat.primitives.ciphers.BlockCipherAlgorithm", "cryptography.hazmat.primitives.ciphers.CipherAlgorithm", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.ciphers.aead.AESCCM": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.ciphers.aead.AESGCM": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.ciphers.aead.ChaCha20Poly1305": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.ciphers.AEADCipherContext": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.ciphers.AEADDecryptionContext": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.ciphers.AEADEncryptionContext": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.ciphers.BlockCipherAlgorithm": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.ciphers.Cipher": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.ciphers.CipherAlgorithm": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.ciphers.CipherContext": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.x448.X448PrivateKey": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.x448.X448PublicKey": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.x25519.X25519PrivateKey": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.x25519.X25519PublicKey": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.utils.Prehashed": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKey": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKeyWithSerialization": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKey", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateNumbers": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicNumbers": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.padding.AsymmetricPadding": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.padding.MGF1": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.padding.OAEP": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.padding.AsymmetricPadding", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.padding.PKCS1v15": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.padding.AsymmetricPadding", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.padding.PSS": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.padding.AsymmetricPadding", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ed448.Ed448PrivateKey": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ed448.Ed448PublicKey": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PrivateKey": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PublicKey": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.BrainpoolP256R1": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.EllipticCurve", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.BrainpoolP384R1": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.EllipticCurve", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.BrainpoolP512R1": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.EllipticCurve", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.ECDH": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.ECDSA": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.EllipticCurveSignatureAlgorithm", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.EllipticCurve": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.EllipticCurveOID": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKey": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKeyWithSerialization": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKey", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateNumbers": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicNumbers": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.EllipticCurveSignatureAlgorithm": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.SECP192R1": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.EllipticCurve", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.SECP224R1": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.EllipticCurve", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.SECP256K1": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.EllipticCurve", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.SECP256R1": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.EllipticCurve", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.SECP384R1": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.EllipticCurve", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.SECP521R1": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.EllipticCurve", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.SECT163K1": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.EllipticCurve", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.SECT163R2": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.EllipticCurve", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.SECT233K1": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.EllipticCurve", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.SECT233R1": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.EllipticCurve", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.SECT283K1": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.EllipticCurve", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.SECT283R1": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.EllipticCurve", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.SECT409K1": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.EllipticCurve", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.SECT409R1": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.EllipticCurve", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.SECT571K1": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.EllipticCurve", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.SECT571R1": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.ec.EllipticCurve", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.dsa.DSAParameterNumbers": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.dsa.DSAParameters": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.dsa.DSAParametersWithNumbers": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.dsa.DSAParameters", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKey": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKeyWithSerialization": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKey", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateNumbers": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKey": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicNumbers": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.dh.DHParameterNumbers": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.dh.DHParameters": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.dh.DHPrivateKey": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.dh.DHPrivateKeyWithSerialization": [ "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.dh.DHPrivateKey", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.dh.DHPrivateNumbers": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.dh.DHPublicKey": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.primitives.asymmetric.dh.DHPublicNumbers": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.bindings.openssl.binding.Binding": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.backends.interfaces.CMACBackend": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.backends.interfaces.CipherBackend": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.backends.interfaces.DERSerializationBackend": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.backends.interfaces.DHBackend": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.backends.interfaces.DSABackend": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.backends.interfaces.EllipticCurveBackend": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.backends.interfaces.HMACBackend": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.backends.interfaces.HashBackend": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.backends.interfaces.PBKDF2HMACBackend": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.backends.interfaces.PEMSerializationBackend": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.backends.interfaces.RSABackend": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.backends.interfaces.ScryptBackend": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.hazmat.backends.interfaces.X509Backend": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.fernet.Fernet": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.fernet.InvalidToken": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.fernet.MultiFernet": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.exceptions.AlreadyFinalized": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.exceptions.AlreadyUpdated": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.exceptions.InvalidKey": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.exceptions.InvalidSignature": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.exceptions.InvalidTag": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.exceptions.NotYetFinalized": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.cryptography.exceptions.UnsupportedAlgorithm": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.croniter.CroniterBadCronError": [ "BaseException", "Exception", "ValueError", "jedi.third_party.typeshed.third_party.2and3.croniter.CroniterError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.croniter.CroniterBadDateError": [ "BaseException", "Exception", "ValueError", "jedi.third_party.typeshed.third_party.2and3.croniter.CroniterError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.croniter.CroniterError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.croniter.CroniterNotAlphaError": [ "BaseException", "Exception", "ValueError", "jedi.third_party.typeshed.third_party.2and3.croniter.CroniterError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.croniter.croniter": [ "object", "typing.Generic", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "jedi.third_party.typeshed.third_party.2and3.click.utils.KeepOpenFile": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.third_party.2and3.click.utils.LazyFile": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.click.types.BoolParamType": [ "click.core._ParamType", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.click.types.Choice": [ "click.core._ParamType", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.click.types.CompositeParamType": [ "click.core._ParamType", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.click.types.DateTime": [ "click.core._ParamType", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.click.types.File": [ "click.core._ParamType", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.click.types.FloatParamType": [ "click.core._ParamType", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.click.types.FloatRange": [ "click.core._ParamType", "jedi.third_party.typeshed.third_party.2and3.click.types.FloatParamType", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.click.types.FuncParamType": [ "click.core._ParamType", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.third_party.2and3.click.types.IntParamType": [ "click.core._ParamType", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.click.types.IntRange": [ "click.core._ParamType", "jedi.third_party.typeshed.third_party.2and3.click.types.IntParamType", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.click.types.Path": [ "click.core._ParamType", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.click.types.StringParamType": [ "click.core._ParamType", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.click.types.Tuple": [ "click.core._ParamType", "jedi.third_party.typeshed.third_party.2and3.click.types.CompositeParamType", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.click.types.UUIDParameterType": [ "click.core._ParamType", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.click.types.UnprocessedParamType": [ "click.core._ParamType", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.click.testing.CliRunner": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.click.testing.EchoingStdin": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.click.testing.Result": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.click.parser.Argument": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.click.parser.Option": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.click.parser.OptionParser": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.click.parser.ParsingState": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.click.formatting.HelpFormatter": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.click.exceptions.Abort": [ "BaseException", "Exception", "RuntimeError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.click.exceptions.BadArgumentUsage": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.click.exceptions.ClickException", "jedi.third_party.typeshed.third_party.2and3.click.exceptions.UsageError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.click.exceptions.BadOptionUsage": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.click.exceptions.ClickException", "jedi.third_party.typeshed.third_party.2and3.click.exceptions.UsageError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.click.exceptions.BadParameter": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.click.exceptions.ClickException", "jedi.third_party.typeshed.third_party.2and3.click.exceptions.UsageError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.click.exceptions.ClickException": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.click.exceptions.Exit": [ "BaseException", "Exception", "RuntimeError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.click.exceptions.FileError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.click.exceptions.ClickException", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.click.exceptions.MissingParameter": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.click.exceptions.BadParameter", "jedi.third_party.typeshed.third_party.2and3.click.exceptions.ClickException", "jedi.third_party.typeshed.third_party.2and3.click.exceptions.UsageError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.click.exceptions.NoSuchOption": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.click.exceptions.ClickException", "jedi.third_party.typeshed.third_party.2and3.click.exceptions.UsageError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.click.exceptions.UsageError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.click.exceptions.ClickException", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.click.core.Argument": [ "jedi.third_party.typeshed.third_party.2and3.click.core.Parameter", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.click.core.BaseCommand": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.click.core.Command": [ "jedi.third_party.typeshed.third_party.2and3.click.core.BaseCommand", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.click.core.CommandCollection": [ "jedi.third_party.typeshed.third_party.2and3.click.core.BaseCommand", "jedi.third_party.typeshed.third_party.2and3.click.core.Command", "jedi.third_party.typeshed.third_party.2and3.click.core.MultiCommand", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.click.core.Context": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.click.core.Group": [ "jedi.third_party.typeshed.third_party.2and3.click.core.BaseCommand", "jedi.third_party.typeshed.third_party.2and3.click.core.Command", "jedi.third_party.typeshed.third_party.2and3.click.core.MultiCommand", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.click.core.MultiCommand": [ "jedi.third_party.typeshed.third_party.2and3.click.core.BaseCommand", "jedi.third_party.typeshed.third_party.2and3.click.core.Command", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.click.core.Option": [ "jedi.third_party.typeshed.third_party.2and3.click.core.Parameter", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.click.core.Parameter": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.click.core._ParamType": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.click._termui_impl.ProgressBar": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.third_party.2and3.characteristic.Attribute": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.utils.AuthSMTPHandler": [ "logging.Filterer", "logging.Handler", "logging.handlers.SMTPHandler", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.utils.LRUCache": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.utils.LRUCache._Item": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.utils.LazyLoadMetadata": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.utils.Password": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.utils.RequestHook": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.utils.ShellCommand": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.s3.website.Condition": [ "jedi.third_party.typeshed.third_party.2and3.boto.s3.website._XMLKeyValue", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.s3.website.Redirect": [ "jedi.third_party.typeshed.third_party.2and3.boto.s3.website._XMLKeyValue", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.s3.website.RedirectLocation": [ "jedi.third_party.typeshed.third_party.2and3.boto.s3.website._XMLKeyValue", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.s3.website.RoutingRule": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.s3.website.RoutingRules": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.s3.website.WebsiteConfiguration": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.s3.website._XMLKeyValue": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.s3.user.User": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.s3.tagging.Tag": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.s3.tagging.TagSet": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.s3.tagging.Tags": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.s3.prefix.Prefix": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.s3.multipart.CompleteMultiPartUpload": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.s3.multipart.MultiPartUpload": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.s3.multipart.Part": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.s3.multidelete.Deleted": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.s3.multidelete.Error": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.s3.multidelete.MultiDeleteResult": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.s3.lifecycle.Expiration": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.s3.lifecycle.Lifecycle": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.s3.lifecycle.Rule": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.s3.lifecycle.Transition": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.s3.lifecycle.Transitions": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.s3.keyfile.KeyFile": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.s3.key.Key": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.s3.deletemarker.DeleteMarker": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.s3.cors.CORSConfiguration": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.s3.cors.CORSRule": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.s3.connection.HostRequiredError": [ "BaseException", "Exception", "boto.exception.BotoClientError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.s3.connection.Location": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.s3.connection.NoHostProvided": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.s3.connection.OrdinaryCallingFormat": [ "jedi.third_party.typeshed.third_party.2and3.boto.s3.connection._CallingFormat", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.s3.connection.ProtocolIndependentOrdinaryCallingFormat": [ "jedi.third_party.typeshed.third_party.2and3.boto.s3.connection.OrdinaryCallingFormat", "jedi.third_party.typeshed.third_party.2and3.boto.s3.connection._CallingFormat", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.s3.connection.S3Connection": [ "boto.connection.AWSAuthConnection", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.s3.connection.SubdomainCallingFormat": [ "jedi.third_party.typeshed.third_party.2and3.boto.s3.connection._CallingFormat", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.s3.connection.VHostCallingFormat": [ "jedi.third_party.typeshed.third_party.2and3.boto.s3.connection._CallingFormat", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.s3.connection._CallingFormat": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.s3.bucketlogging.BucketLogging": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.s3.bucketlistresultset.BucketListResultSet": [ "object", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.s3.bucketlistresultset.MultiPartUploadListResultSet": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.s3.bucketlistresultset.VersionedBucketListResultSet": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.s3.bucket.Bucket": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.s3.bucket.S3WebsiteEndpointTranslate": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.s3.acl.ACL": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.s3.acl.Grant": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.s3.acl.Policy": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.s3.S3RegionInfo": [ "boto.regioninfo.RegionInfo", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.regioninfo.RegionInfo": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.plugin.Plugin": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.kms.layer1.KMSConnection": [ "boto.connection.AWSAuthConnection", "boto.connection.AWSQueryConnection", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.kms.exceptions.AlreadyExistsException": [ "BaseException", "Exception", "boto.exception.BotoServerError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.kms.exceptions.DependencyTimeoutException": [ "BaseException", "Exception", "boto.exception.BotoServerError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.kms.exceptions.DisabledException": [ "BaseException", "Exception", "boto.exception.BotoServerError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.kms.exceptions.InvalidAliasNameException": [ "BaseException", "Exception", "boto.exception.BotoServerError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.kms.exceptions.InvalidArnException": [ "BaseException", "Exception", "boto.exception.BotoServerError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.kms.exceptions.InvalidCiphertextException": [ "BaseException", "Exception", "boto.exception.BotoServerError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.kms.exceptions.InvalidGrantTokenException": [ "BaseException", "Exception", "boto.exception.BotoServerError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.kms.exceptions.InvalidKeyUsageException": [ "BaseException", "Exception", "boto.exception.BotoServerError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.kms.exceptions.InvalidMarkerException": [ "BaseException", "Exception", "boto.exception.BotoServerError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.kms.exceptions.KMSInternalException": [ "BaseException", "Exception", "boto.exception.BotoServerError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.kms.exceptions.KeyUnavailableException": [ "BaseException", "Exception", "boto.exception.BotoServerError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.kms.exceptions.LimitExceededException": [ "BaseException", "Exception", "boto.exception.BotoServerError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.kms.exceptions.MalformedPolicyDocumentException": [ "BaseException", "Exception", "boto.exception.BotoServerError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.kms.exceptions.NotFoundException": [ "BaseException", "Exception", "boto.exception.BotoServerError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.kms.exceptions.UnsupportedOperationException": [ "BaseException", "Exception", "boto.exception.BotoServerError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.exception.AWSConnectionError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.boto.exception.BotoClientError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.exception.BotoClientError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.exception.BotoServerError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.exception.ConsoleOutput": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.exception.DynamoDBResponseError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.boto.exception.BotoServerError", "jedi.third_party.typeshed.third_party.2and3.boto.exception.JSONResponseError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.exception.EC2ResponseError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.boto.exception.BotoServerError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.exception.EmrResponseError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.boto.exception.BotoServerError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.exception.GSCopyError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.boto.exception.BotoServerError", "jedi.third_party.typeshed.third_party.2and3.boto.exception.StorageCopyError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.exception.GSCreateError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.boto.exception.BotoServerError", "jedi.third_party.typeshed.third_party.2and3.boto.exception.StorageCreateError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.exception.GSDataError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.boto.exception.BotoClientError", "jedi.third_party.typeshed.third_party.2and3.boto.exception.StorageDataError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.exception.GSPermissionsError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.boto.exception.BotoClientError", "jedi.third_party.typeshed.third_party.2and3.boto.exception.StoragePermissionsError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.exception.GSResponseError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.boto.exception.BotoServerError", "jedi.third_party.typeshed.third_party.2and3.boto.exception.StorageResponseError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.exception.InvalidAclError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.exception.InvalidCorsError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.exception.InvalidInstanceMetadataError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.exception.InvalidLifecycleConfigError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.exception.InvalidUriError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.exception.JSONResponseError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.boto.exception.BotoServerError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.exception.NoAuthHandlerFound": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.exception.PleaseRetryException": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.exception.ResumableDownloadException": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.exception.ResumableTransferDisposition": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.exception.ResumableUploadException": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.exception.S3CopyError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.boto.exception.BotoServerError", "jedi.third_party.typeshed.third_party.2and3.boto.exception.StorageCopyError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.exception.S3CreateError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.boto.exception.BotoServerError", "jedi.third_party.typeshed.third_party.2and3.boto.exception.StorageCreateError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.exception.S3DataError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.boto.exception.BotoClientError", "jedi.third_party.typeshed.third_party.2and3.boto.exception.StorageDataError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.exception.S3PermissionsError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.boto.exception.BotoClientError", "jedi.third_party.typeshed.third_party.2and3.boto.exception.StoragePermissionsError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.exception.S3ResponseError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.boto.exception.BotoServerError", "jedi.third_party.typeshed.third_party.2and3.boto.exception.StorageResponseError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.exception.SDBPersistenceError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.exception.SDBResponseError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.boto.exception.BotoServerError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.exception.SQSDecodeError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.boto.exception.BotoClientError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.exception.SQSError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.boto.exception.BotoServerError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.exception.SWFResponseError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.boto.exception.BotoServerError", "jedi.third_party.typeshed.third_party.2and3.boto.exception.JSONResponseError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.exception.StorageCopyError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.boto.exception.BotoServerError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.exception.StorageCreateError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.boto.exception.BotoServerError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.exception.StorageDataError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.boto.exception.BotoClientError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.exception.StoragePermissionsError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.boto.exception.BotoClientError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.exception.StorageResponseError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2and3.boto.exception.BotoServerError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.exception.TooManyRecordsException": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.exception._EC2Error": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.elb.ELBConnection": [ "boto.connection.AWSAuthConnection", "boto.connection.AWSQueryConnection", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.connection.AWSAuthConnection": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.connection.AWSQueryConnection": [ "jedi.third_party.typeshed.third_party.2and3.boto.connection.AWSAuthConnection", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.connection.ConnectionPool": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.connection.HTTPRequest": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.connection.HTTPResponse": [ "http.client.HTTPResponse", "io.BufferedIOBase", "io.IOBase", "object", "typing.BinaryIO", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.connection.HostConnectionPool": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.auth_handler.AuthHandler": [ "boto.plugin.Plugin", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.auth_handler.NotReadyToAuthenticate": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.auth.AnonAuthHandler": [ "boto.auth_handler.AuthHandler", "boto.plugin.Plugin", "jedi.third_party.typeshed.third_party.2and3.boto.auth.HmacKeys", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.auth.HmacAuthV1Handler": [ "boto.auth_handler.AuthHandler", "boto.plugin.Plugin", "jedi.third_party.typeshed.third_party.2and3.boto.auth.HmacKeys", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.auth.HmacAuthV2Handler": [ "boto.auth_handler.AuthHandler", "boto.plugin.Plugin", "jedi.third_party.typeshed.third_party.2and3.boto.auth.HmacKeys", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.auth.HmacAuthV3HTTPHandler": [ "boto.auth_handler.AuthHandler", "boto.plugin.Plugin", "jedi.third_party.typeshed.third_party.2and3.boto.auth.HmacKeys", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.auth.HmacAuthV3Handler": [ "boto.auth_handler.AuthHandler", "boto.plugin.Plugin", "jedi.third_party.typeshed.third_party.2and3.boto.auth.HmacKeys", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.auth.HmacAuthV4Handler": [ "boto.auth_handler.AuthHandler", "boto.plugin.Plugin", "jedi.third_party.typeshed.third_party.2and3.boto.auth.HmacKeys", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.auth.HmacKeys": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.auth.POSTPathQSV2AuthHandler": [ "boto.auth_handler.AuthHandler", "boto.plugin.Plugin", "jedi.third_party.typeshed.third_party.2and3.boto.auth.HmacKeys", "jedi.third_party.typeshed.third_party.2and3.boto.auth.QuerySignatureHelper", "jedi.third_party.typeshed.third_party.2and3.boto.auth.QuerySignatureV2AuthHandler", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.auth.QuerySignatureHelper": [ "jedi.third_party.typeshed.third_party.2and3.boto.auth.HmacKeys", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.auth.QuerySignatureV0AuthHandler": [ "boto.auth_handler.AuthHandler", "boto.plugin.Plugin", "jedi.third_party.typeshed.third_party.2and3.boto.auth.HmacKeys", "jedi.third_party.typeshed.third_party.2and3.boto.auth.QuerySignatureHelper", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.auth.QuerySignatureV1AuthHandler": [ "boto.auth_handler.AuthHandler", "boto.plugin.Plugin", "jedi.third_party.typeshed.third_party.2and3.boto.auth.HmacKeys", "jedi.third_party.typeshed.third_party.2and3.boto.auth.QuerySignatureHelper", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.auth.QuerySignatureV2AuthHandler": [ "boto.auth_handler.AuthHandler", "boto.plugin.Plugin", "jedi.third_party.typeshed.third_party.2and3.boto.auth.HmacKeys", "jedi.third_party.typeshed.third_party.2and3.boto.auth.QuerySignatureHelper", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.auth.S3HmacAuthV4Handler": [ "boto.auth_handler.AuthHandler", "boto.plugin.Plugin", "jedi.third_party.typeshed.third_party.2and3.boto.auth.HmacAuthV4Handler", "jedi.third_party.typeshed.third_party.2and3.boto.auth.HmacKeys", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.auth.STSAnonHandler": [ "boto.auth_handler.AuthHandler", "boto.plugin.Plugin", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.boto.NullHandler": [ "logging.Filterer", "logging.Handler", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.bleach.sanitizer.BleachSanitizerFilter": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.bleach.sanitizer.Cleaner": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.bleach.linkifier.Linker": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.bleach.linkifier.LinkifyFilter": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.bleach.linkifier._Callback": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.third_party.2and3.backports.ssl_match_hostname.CertificateError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.attr.exceptions.AttrsAttributeNotFoundError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.attr.exceptions.DefaultAlreadySetError": [ "BaseException", "Exception", "RuntimeError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.attr.exceptions.FrozenInstanceError": [ "AttributeError", "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.attr.exceptions.NotAnAttrsClassError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.attr.exceptions.UnannotatedAttributeError": [ "BaseException", "Exception", "RuntimeError", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.attr.Attribute": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.third_party.2and3.attr._Fields": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.third_party.2and3.atomicwrites.AtomicWriter": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.pct_warnings.ClockRewindWarning": [ "BaseException", "Exception", "RuntimeWarning", "Warning", "jedi.third_party.typeshed.third_party.2and3.Crypto.pct_warnings.CryptoRuntimeWarning", "jedi.third_party.typeshed.third_party.2and3.Crypto.pct_warnings.CryptoWarning", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.pct_warnings.CryptoDeprecationWarning": [ "BaseException", "DeprecationWarning", "Exception", "Warning", "jedi.third_party.typeshed.third_party.2and3.Crypto.pct_warnings.CryptoWarning", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.pct_warnings.CryptoRuntimeWarning": [ "BaseException", "Exception", "RuntimeWarning", "Warning", "jedi.third_party.typeshed.third_party.2and3.Crypto.pct_warnings.CryptoWarning", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.pct_warnings.CryptoWarning": [ "BaseException", "Exception", "Warning", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.pct_warnings.GetRandomNumber_DeprecationWarning": [ "BaseException", "DeprecationWarning", "Exception", "Warning", "jedi.third_party.typeshed.third_party.2and3.Crypto.pct_warnings.CryptoDeprecationWarning", "jedi.third_party.typeshed.third_party.2and3.Crypto.pct_warnings.CryptoWarning", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.pct_warnings.PowmInsecureWarning": [ "BaseException", "Exception", "RuntimeWarning", "Warning", "jedi.third_party.typeshed.third_party.2and3.Crypto.pct_warnings.CryptoRuntimeWarning", "jedi.third_party.typeshed.third_party.2and3.Crypto.pct_warnings.CryptoWarning", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.pct_warnings.RandomPool_DeprecationWarning": [ "BaseException", "DeprecationWarning", "Exception", "Warning", "jedi.third_party.typeshed.third_party.2and3.Crypto.pct_warnings.CryptoDeprecationWarning", "jedi.third_party.typeshed.third_party.2and3.Crypto.pct_warnings.CryptoWarning", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.Util.randpool.RandomPool": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.Util.asn1.DerInteger": [ "jedi.third_party.typeshed.third_party.2and3.Crypto.Util.asn1.DerObject", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.Util.asn1.DerNull": [ "jedi.third_party.typeshed.third_party.2and3.Crypto.Util.asn1.DerObject", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.Util.asn1.DerObject": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.Util.asn1.DerObjectId": [ "jedi.third_party.typeshed.third_party.2and3.Crypto.Util.asn1.DerObject", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.Util.asn1.DerOctetString": [ "jedi.third_party.typeshed.third_party.2and3.Crypto.Util.asn1.DerObject", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.Util.asn1.DerSequence": [ "jedi.third_party.typeshed.third_party.2and3.Crypto.Util.asn1.DerObject", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.Signature.PKCS1_v1_5.PKCS115_SigScheme": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.Signature.PKCS1_PSS.PSS_SigScheme": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.Random.random.StrongRandom": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.Random.OSRNG.rng_base.BaseRNG": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.Random.OSRNG.posix.DevURandomRNG": [ "jedi.third_party.typeshed.third_party.2and3.Crypto.Random.OSRNG.rng_base.BaseRNG", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.Random.OSRNG.fallback.PythonOSURandomRNG": [ "jedi.third_party.typeshed.third_party.2and3.Crypto.Random.OSRNG.rng_base.BaseRNG", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.Random.Fortuna.SHAd256._SHAd256": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.Random.Fortuna.FortunaGenerator.AESGenerator": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.Random.Fortuna.FortunaAccumulator.FortunaAccumulator": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.Random.Fortuna.FortunaAccumulator.FortunaPool": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.PublicKey.pubkey.pubkey": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.PublicKey.RSA.RSAImplementation": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.PublicKey.RSA._RSAobj": [ "jedi.third_party.typeshed.third_party.2and3.Crypto.PublicKey.pubkey.pubkey", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.PublicKey.ElGamal.ElGamalobj": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.PublicKey.ElGamal.error": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.PublicKey.DSA.DSAImplementation": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.PublicKey.DSA._DSAobj": [ "jedi.third_party.typeshed.third_party.2and3.Crypto.PublicKey.pubkey.pubkey", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.Protocol.Chaffing.Chaff": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.Protocol.AllOrNothing.AllOrNothing": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.Hash.hashalgo.HashAlgo": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.Hash.SHA512.SHA512Hash": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.Hash.SHA384.SHA384Hash": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.Hash.SHA256.SHA256Hash": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.Hash.SHA224.SHA224Hash": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.Hash.SHA.SHA1Hash": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.Hash.RIPEMD.RIPEMD160Hash": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.Hash.MD5.MD5Hash": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.Hash.MD4.MD4Hash": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.Hash.MD2.MD2Hash": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.Hash.HMAC.HMAC": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.Cipher.blockalgo.BlockAlgo": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.Cipher.XOR.XORCipher": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.Cipher.PKCS1_v1_5.PKCS115_Cipher": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.Cipher.PKCS1_OAEP.PKCS1OAEP_Cipher": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.Cipher.DES3.DES3Cipher": [ "jedi.third_party.typeshed.third_party.2and3.Crypto.Cipher.blockalgo.BlockAlgo", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.Cipher.DES.DESCipher": [ "jedi.third_party.typeshed.third_party.2and3.Crypto.Cipher.blockalgo.BlockAlgo", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.Cipher.CAST.CAST128Cipher": [ "jedi.third_party.typeshed.third_party.2and3.Crypto.Cipher.blockalgo.BlockAlgo", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.Cipher.Blowfish.BlowfishCipher": [ "jedi.third_party.typeshed.third_party.2and3.Crypto.Cipher.blockalgo.BlockAlgo", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.Cipher.ARC4.ARC4Cipher": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.Cipher.ARC2.RC2Cipher": [ "jedi.third_party.typeshed.third_party.2and3.Crypto.Cipher.blockalgo.BlockAlgo", "object" ] }, { "jedi.third_party.typeshed.third_party.2and3.Crypto.Cipher.AES.AESCipher": [ "jedi.third_party.typeshed.third_party.2and3.Crypto.Cipher.blockalgo.BlockAlgo", "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.web.Application": [ "object", "tornado.httputil.HTTPServerConnectionDelegate" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.web.ErrorHandler": [ "jedi.third_party.typeshed.third_party.2.tornado.web.RequestHandler", "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.web.FallbackHandler": [ "jedi.third_party.typeshed.third_party.2.tornado.web.RequestHandler", "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.web.Finish": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.web.GZipContentEncoding": [ "jedi.third_party.typeshed.third_party.2.tornado.web.OutputTransform", "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.web.HTTPError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.web.MissingArgumentError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2.tornado.web.HTTPError", "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.web.OutputTransform": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.web.RedirectHandler": [ "jedi.third_party.typeshed.third_party.2.tornado.web.RequestHandler", "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.web.RequestHandler": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.web.StaticFileHandler": [ "jedi.third_party.typeshed.third_party.2.tornado.web.RequestHandler", "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.web.TemplateModule": [ "jedi.third_party.typeshed.third_party.2.tornado.web.UIModule", "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.web.UIModule": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.web.URLSpec": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.web._RequestDispatcher": [ "object", "tornado.httputil.HTTPMessageDelegate" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.web._UIModuleNamespace": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.web._linkify": [ "jedi.third_party.typeshed.third_party.2.tornado.web.UIModule", "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.web._xsrf_form_html": [ "jedi.third_party.typeshed.third_party.2.tornado.web.UIModule", "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.util.ArgReplacer": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.util.Configurable": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.util.GzipDecompressor": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.util.ObjectDict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.testing.AsyncHTTPSTestCase": [ "jedi.third_party.typeshed.third_party.2.tornado.testing.AsyncHTTPTestCase", "jedi.third_party.typeshed.third_party.2.tornado.testing.AsyncTestCase", "object", "unittest.case.TestCase" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.testing.AsyncHTTPTestCase": [ "jedi.third_party.typeshed.third_party.2.tornado.testing.AsyncTestCase", "object", "unittest.case.TestCase" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.testing.AsyncTestCase": [ "object", "unittest.case.TestCase" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.testing.ExpectLog": [ "logging.Filter", "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.testing.LogTrapTestCase": [ "object", "unittest.case.TestCase" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.tcpserver.TCPServer": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.process.Subprocess": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.netutil.BlockingResolver": [ "jedi.third_party.typeshed.third_party.2.tornado.netutil.ExecutorResolver", "jedi.third_party.typeshed.third_party.2.tornado.netutil.Resolver", "object", "tornado.util.Configurable" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.netutil.ExecutorResolver": [ "jedi.third_party.typeshed.third_party.2.tornado.netutil.Resolver", "object", "tornado.util.Configurable" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.netutil.OverrideResolver": [ "jedi.third_party.typeshed.third_party.2.tornado.netutil.Resolver", "object", "tornado.util.Configurable" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.netutil.Resolver": [ "object", "tornado.util.Configurable" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.netutil.ThreadedResolver": [ "jedi.third_party.typeshed.third_party.2.tornado.netutil.ExecutorResolver", "jedi.third_party.typeshed.third_party.2.tornado.netutil.Resolver", "object", "tornado.util.Configurable" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.locks.BoundedSemaphore": [ "jedi.third_party.typeshed.third_party.2.tornado.locks.Semaphore", "jedi.third_party.typeshed.third_party.2.tornado.locks._TimeoutGarbageCollector", "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.locks.Condition": [ "jedi.third_party.typeshed.third_party.2.tornado.locks._TimeoutGarbageCollector", "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.locks.Event": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.locks.Lock": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.locks.Semaphore": [ "jedi.third_party.typeshed.third_party.2.tornado.locks._TimeoutGarbageCollector", "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.locks._ReleasingContextManager": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.locks._TimeoutGarbageCollector": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.ioloop.IOLoop": [ "object", "tornado.util.Configurable" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.ioloop.PeriodicCallback": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.ioloop.PollIOLoop": [ "jedi.third_party.typeshed.third_party.2.tornado.ioloop.IOLoop", "object", "tornado.util.Configurable" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.ioloop.TimeoutError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.ioloop._Timeout": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.httputil.HTTPConnection": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.httputil.HTTPFile": [ "dict", "object", "tornado.util.ObjectDict", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.httputil.HTTPHeaders": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.httputil.HTTPInputError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.httputil.HTTPMessageDelegate": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.httputil.HTTPOutputError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.httputil.HTTPServerConnectionDelegate": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.httputil.HTTPServerRequest": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.httputil.RequestStartLine": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.httputil.ResponseStartLine": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.httputil.SSLError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.httputil._NormalizedHeaderCache": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.httpserver.HTTPServer": [ "object", "tornado.httputil.HTTPServerConnectionDelegate", "tornado.tcpserver.TCPServer", "tornado.util.Configurable" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.httpserver._HTTPRequestContext": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.httpserver._ServerRequestAdapter": [ "object", "tornado.httputil.HTTPMessageDelegate" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.httpclient.AsyncHTTPClient": [ "object", "tornado.util.Configurable" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.httpclient.HTTPClient": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.httpclient.HTTPError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.httpclient.HTTPRequest": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.httpclient.HTTPResponse": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.httpclient._RequestProxy": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.gen.Arguments": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.gen.BadYieldError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.gen.Callback": [ "jedi.third_party.typeshed.third_party.2.tornado.gen.YieldPoint", "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.gen.KeyReuseError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.gen.LeakedCallbackError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.gen.Multi": [ "jedi.third_party.typeshed.third_party.2.tornado.gen.YieldPoint", "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.gen.Return": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.gen.ReturnValueIgnoredError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.gen.Runner": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.gen.TimeoutError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.gen.UnknownKeyError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.gen.Wait": [ "jedi.third_party.typeshed.third_party.2.tornado.gen.YieldPoint", "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.gen.WaitAll": [ "jedi.third_party.typeshed.third_party.2.tornado.gen.YieldPoint", "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.gen.WaitIterator": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.gen.YieldFuture": [ "jedi.third_party.typeshed.third_party.2.tornado.gen.YieldPoint", "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.gen.YieldPoint": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.concurrent.DummyExecutor": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.concurrent.Future": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.concurrent.ReturnValueIgnoredError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2.tornado.concurrent._TracebackLogger": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.six.Iterator": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.scribe.ttypes.LogEntry": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.scribe.ttypes.ResultCode": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.scribe.scribe.Client": [ "fb303.FacebookService.Client", "fb303.FacebookService.Iface", "jedi.third_party.typeshed.third_party.2.scribe.scribe.Iface", "object" ] }, { "jedi.third_party.typeshed.third_party.2.scribe.scribe.Iface": [ "fb303.FacebookService.Iface", "object" ] }, { "jedi.third_party.typeshed.third_party.2.scribe.scribe.Log_args": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.scribe.scribe.Log_result": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.scribe.scribe.Processor": [ "fb303.FacebookService.Iface", "fb303.FacebookService.Processor", "jedi.third_party.typeshed.third_party.2.scribe.scribe.Iface", "object" ] }, { "jedi.third_party.typeshed.third_party.2.routes.util.GenerationException": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2.routes.util.RoutesException", "object" ] }, { "jedi.third_party.typeshed.third_party.2.routes.util.MatchException": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2.routes.util.RoutesException", "object" ] }, { "jedi.third_party.typeshed.third_party.2.routes.util.RoutesException": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2.routes.util.URLGenerator": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.routes.mapper.Mapper": [ "jedi.third_party.typeshed.third_party.2.routes.mapper.SubMapperParent", "object" ] }, { "jedi.third_party.typeshed.third_party.2.routes.mapper.SubMapper": [ "jedi.third_party.typeshed.third_party.2.routes.mapper.SubMapperParent", "object" ] }, { "jedi.third_party.typeshed.third_party.2.routes.mapper.SubMapperParent": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.routes._RequestConfig": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.pymssql.Connection": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.pymssql.Cursor": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.pathlib2.Path": [ "_PathLike", "jedi.third_party.typeshed.third_party.2.pathlib2.PurePath", "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.third_party.2.pathlib2.PosixPath": [ "_PathLike", "jedi.third_party.typeshed.third_party.2.pathlib2.Path", "jedi.third_party.typeshed.third_party.2.pathlib2.PurePath", "jedi.third_party.typeshed.third_party.2.pathlib2.PurePosixPath", "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.third_party.2.pathlib2.PurePath": [ "_PathLike", "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.third_party.2.pathlib2.PurePosixPath": [ "_PathLike", "jedi.third_party.typeshed.third_party.2.pathlib2.PurePath", "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.third_party.2.pathlib2.PureWindowsPath": [ "_PathLike", "jedi.third_party.typeshed.third_party.2.pathlib2.PurePath", "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.third_party.2.pathlib2.WindowsPath": [ "_PathLike", "jedi.third_party.typeshed.third_party.2.pathlib2.Path", "jedi.third_party.typeshed.third_party.2.pathlib2.PurePath", "jedi.third_party.typeshed.third_party.2.pathlib2.PureWindowsPath", "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.third_party.2.kazoo.recipe.watchers.ChildrenWatch": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.kazoo.recipe.watchers.DataWatch": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.kazoo.recipe.watchers.PatientChildrenWatch": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.APIError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.KazooException", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.ZookeeperError", "object" ] }, { "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.AuthFailedError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.KazooException", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.ZookeeperError", "object" ] }, { "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.BadArgumentsError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.KazooException", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.ZookeeperError", "object" ] }, { "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.BadVersionError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.KazooException", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.ZookeeperError", "object" ] }, { "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.CancelledError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.KazooException", "object" ] }, { "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.ConfigurationError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.KazooException", "object" ] }, { "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.ConnectionClosedError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.KazooException", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.SessionExpiredError", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.ZookeeperError", "object" ] }, { "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.ConnectionDropped": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.KazooException", "object" ] }, { "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.ConnectionLoss": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.KazooException", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.ZookeeperError", "object" ] }, { "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.DataInconsistency": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.KazooException", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.ZookeeperError", "object" ] }, { "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.InvalidACLError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.KazooException", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.ZookeeperError", "object" ] }, { "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.InvalidCallbackError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.KazooException", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.ZookeeperError", "object" ] }, { "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.KazooException": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.LockTimeout": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.KazooException", "object" ] }, { "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.MarshallingError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.KazooException", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.ZookeeperError", "object" ] }, { "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.NewConfigNoQuorumError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.KazooException", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.ZookeeperError", "object" ] }, { "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.NoAuthError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.KazooException", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.ZookeeperError", "object" ] }, { "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.NoChildrenForEphemeralsError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.KazooException", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.ZookeeperError", "object" ] }, { "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.NoNodeError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.KazooException", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.ZookeeperError", "object" ] }, { "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.NodeExistsError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.KazooException", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.ZookeeperError", "object" ] }, { "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.NotEmptyError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.KazooException", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.ZookeeperError", "object" ] }, { "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.NotReadOnlyCallError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.KazooException", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.ZookeeperError", "object" ] }, { "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.OperationTimeoutError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.KazooException", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.ZookeeperError", "object" ] }, { "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.ReconfigInProcessError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.KazooException", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.ZookeeperError", "object" ] }, { "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.RolledBackError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.KazooException", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.ZookeeperError", "object" ] }, { "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.RuntimeInconsistency": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.KazooException", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.ZookeeperError", "object" ] }, { "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.SessionExpiredError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.KazooException", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.ZookeeperError", "object" ] }, { "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.SessionMovedError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.KazooException", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.ZookeeperError", "object" ] }, { "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.SystemZookeeperError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.KazooException", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.ZookeeperError", "object" ] }, { "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.UnimplementedError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.KazooException", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.ZookeeperError", "object" ] }, { "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.WriterNotClosedException": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.KazooException", "object" ] }, { "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.ZookeeperError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.KazooException", "object" ] }, { "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.ZookeeperStoppedError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2.kazoo.exceptions.KazooException", "object" ] }, { "jedi.third_party.typeshed.third_party.2.kazoo.client.KazooClient": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.kazoo.client.KazooState": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.kazoo.client.TransactionRequest": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.ipaddress.AddressValueError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "jedi.third_party.typeshed.third_party.2.ipaddress.IPv4Address": [ "jedi.third_party.typeshed.third_party.2.ipaddress._BaseAddress", "jedi.third_party.typeshed.third_party.2.ipaddress._IPAddressBase", "object", "typing.Generic", "typing.Protocol", "typing.SupportsInt" ] }, { "jedi.third_party.typeshed.third_party.2.ipaddress.IPv4Interface": [ "jedi.third_party.typeshed.third_party.2.ipaddress.IPv4Address", "jedi.third_party.typeshed.third_party.2.ipaddress._BaseAddress", "jedi.third_party.typeshed.third_party.2.ipaddress._BaseInterface", "jedi.third_party.typeshed.third_party.2.ipaddress._IPAddressBase", "object", "typing.Generic", "typing.Protocol", "typing.SupportsInt" ] }, { "jedi.third_party.typeshed.third_party.2.ipaddress.IPv4Network": [ "jedi.third_party.typeshed.third_party.2.ipaddress._BaseNetwork", "jedi.third_party.typeshed.third_party.2.ipaddress._IPAddressBase", "object", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.typeshed.third_party.2.ipaddress.IPv6Address": [ "jedi.third_party.typeshed.third_party.2.ipaddress._BaseAddress", "jedi.third_party.typeshed.third_party.2.ipaddress._IPAddressBase", "object", "typing.Generic", "typing.Protocol", "typing.SupportsInt" ] }, { "jedi.third_party.typeshed.third_party.2.ipaddress.IPv6Interface": [ "jedi.third_party.typeshed.third_party.2.ipaddress.IPv6Address", "jedi.third_party.typeshed.third_party.2.ipaddress._BaseAddress", "jedi.third_party.typeshed.third_party.2.ipaddress._BaseInterface", "jedi.third_party.typeshed.third_party.2.ipaddress._IPAddressBase", "object", "typing.Generic", "typing.Protocol", "typing.SupportsInt" ] }, { "jedi.third_party.typeshed.third_party.2.ipaddress.IPv6Network": [ "jedi.third_party.typeshed.third_party.2.ipaddress._BaseNetwork", "jedi.third_party.typeshed.third_party.2.ipaddress._IPAddressBase", "object", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.typeshed.third_party.2.ipaddress.NetmaskValueError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "jedi.third_party.typeshed.third_party.2.ipaddress._BaseAddress": [ "jedi.third_party.typeshed.third_party.2.ipaddress._IPAddressBase", "object", "typing.Generic", "typing.Protocol", "typing.SupportsInt" ] }, { "jedi.third_party.typeshed.third_party.2.ipaddress._BaseInterface": [ "jedi.third_party.typeshed.third_party.2.ipaddress._BaseAddress", "jedi.third_party.typeshed.third_party.2.ipaddress._IPAddressBase", "object", "typing.Generic", "typing.Protocol", "typing.SupportsInt" ] }, { "jedi.third_party.typeshed.third_party.2.ipaddress._BaseNetwork": [ "jedi.third_party.typeshed.third_party.2.ipaddress._IPAddressBase", "object", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.typeshed.third_party.2.ipaddress._IPAddressBase": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.gflags.ArgumentParser": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.gflags.ArgumentSerializer": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.gflags.BaseListParser": [ "jedi.third_party.typeshed.third_party.2.gflags.ArgumentParser", "object" ] }, { "jedi.third_party.typeshed.third_party.2.gflags.BooleanFlag": [ "jedi.third_party.typeshed.third_party.2.gflags.Flag", "object" ] }, { "jedi.third_party.typeshed.third_party.2.gflags.BooleanParser": [ "jedi.third_party.typeshed.third_party.2.gflags.ArgumentParser", "object" ] }, { "jedi.third_party.typeshed.third_party.2.gflags.CantOpenFlagFileError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2.gflags.Error", "object" ] }, { "jedi.third_party.typeshed.third_party.2.gflags.DuplicateFlag": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2.gflags.Error", "object" ] }, { "jedi.third_party.typeshed.third_party.2.gflags.DuplicateFlagCannotPropagateNoneToSwig": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2.gflags.DuplicateFlag", "jedi.third_party.typeshed.third_party.2.gflags.Error", "object" ] }, { "jedi.third_party.typeshed.third_party.2.gflags.DuplicateFlagError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2.gflags.DuplicateFlag", "jedi.third_party.typeshed.third_party.2.gflags.Error", "object" ] }, { "jedi.third_party.typeshed.third_party.2.gflags.EnumFlag": [ "jedi.third_party.typeshed.third_party.2.gflags.Flag", "object" ] }, { "jedi.third_party.typeshed.third_party.2.gflags.EnumParser": [ "jedi.third_party.typeshed.third_party.2.gflags.ArgumentParser", "object" ] }, { "jedi.third_party.typeshed.third_party.2.gflags.Error": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2.gflags.Flag": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.gflags.FlagValues": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.gflags.FloatParser": [ "jedi.third_party.typeshed.third_party.2.gflags.ArgumentParser", "jedi.third_party.typeshed.third_party.2.gflags.NumericParser", "object" ] }, { "jedi.third_party.typeshed.third_party.2.gflags.HelpFlag": [ "jedi.third_party.typeshed.third_party.2.gflags.BooleanFlag", "jedi.third_party.typeshed.third_party.2.gflags.Flag", "object" ] }, { "jedi.third_party.typeshed.third_party.2.gflags.HelpXMLFlag": [ "jedi.third_party.typeshed.third_party.2.gflags.BooleanFlag", "jedi.third_party.typeshed.third_party.2.gflags.Flag", "object" ] }, { "jedi.third_party.typeshed.third_party.2.gflags.HelpshortFlag": [ "jedi.third_party.typeshed.third_party.2.gflags.BooleanFlag", "jedi.third_party.typeshed.third_party.2.gflags.Flag", "object" ] }, { "jedi.third_party.typeshed.third_party.2.gflags.IllegalFlagValueError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2.gflags.Error", "object" ] }, { "jedi.third_party.typeshed.third_party.2.gflags.IntegerParser": [ "jedi.third_party.typeshed.third_party.2.gflags.ArgumentParser", "jedi.third_party.typeshed.third_party.2.gflags.NumericParser", "object" ] }, { "jedi.third_party.typeshed.third_party.2.gflags.ListParser": [ "jedi.third_party.typeshed.third_party.2.gflags.ArgumentParser", "jedi.third_party.typeshed.third_party.2.gflags.BaseListParser", "object" ] }, { "jedi.third_party.typeshed.third_party.2.gflags.ListSerializer": [ "jedi.third_party.typeshed.third_party.2.gflags.ArgumentSerializer", "object" ] }, { "jedi.third_party.typeshed.third_party.2.gflags.MultiFlag": [ "jedi.third_party.typeshed.third_party.2.gflags.Flag", "object" ] }, { "jedi.third_party.typeshed.third_party.2.gflags.NumericParser": [ "jedi.third_party.typeshed.third_party.2.gflags.ArgumentParser", "object" ] }, { "jedi.third_party.typeshed.third_party.2.gflags.UnrecognizedFlag": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2.gflags.Error", "object" ] }, { "jedi.third_party.typeshed.third_party.2.gflags.UnrecognizedFlagError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2.gflags.Error", "jedi.third_party.typeshed.third_party.2.gflags.UnrecognizedFlag", "object" ] }, { "jedi.third_party.typeshed.third_party.2.gflags.WhitespaceSeparatedListParser": [ "jedi.third_party.typeshed.third_party.2.gflags.ArgumentParser", "jedi.third_party.typeshed.third_party.2.gflags.BaseListParser", "object" ] }, { "jedi.third_party.typeshed.third_party.2.fb303.FacebookService.Client": [ "jedi.third_party.typeshed.third_party.2.fb303.FacebookService.Iface", "object" ] }, { "jedi.third_party.typeshed.third_party.2.fb303.FacebookService.Iface": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.fb303.FacebookService.Processor": [ "jedi.third_party.typeshed.third_party.2.fb303.FacebookService.Iface", "object" ] }, { "jedi.third_party.typeshed.third_party.2.fb303.FacebookService.aliveSince_args": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.fb303.FacebookService.aliveSince_result": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.fb303.FacebookService.getCounter_args": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.fb303.FacebookService.getCounter_result": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.fb303.FacebookService.getCounters_args": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.fb303.FacebookService.getCounters_result": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.fb303.FacebookService.getCpuProfile_args": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.fb303.FacebookService.getCpuProfile_result": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.fb303.FacebookService.getName_args": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.fb303.FacebookService.getName_result": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.fb303.FacebookService.getOption_args": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.fb303.FacebookService.getOption_result": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.fb303.FacebookService.getOptions_args": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.fb303.FacebookService.getOptions_result": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.fb303.FacebookService.getStatusDetails_args": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.fb303.FacebookService.getStatusDetails_result": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.fb303.FacebookService.getStatus_args": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.fb303.FacebookService.getStatus_result": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.fb303.FacebookService.getVersion_args": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.fb303.FacebookService.getVersion_result": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.fb303.FacebookService.reinitialize_args": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.fb303.FacebookService.setOption_args": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.fb303.FacebookService.setOption_result": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.fb303.FacebookService.shutdown_args": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.enum.Enum": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.enum.EnumMeta": [ "abc.ABCMeta", "object", "type", "typing.Generic" ] }, { "jedi.third_party.typeshed.third_party.2.enum.Flag": [ "jedi.third_party.typeshed.third_party.2.enum.Enum", "object" ] }, { "jedi.third_party.typeshed.third_party.2.enum.IntEnum": [ "complex", "float", "int", "jedi.third_party.typeshed.third_party.2.enum.Enum", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.third_party.2.enum.IntFlag": [ "complex", "float", "int", "jedi.third_party.typeshed.third_party.2.enum.Enum", "jedi.third_party.typeshed.third_party.2.enum.Flag", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.third_party.2.enum.auto": [ "complex", "float", "int", "jedi.third_party.typeshed.third_party.2.enum.Enum", "jedi.third_party.typeshed.third_party.2.enum.Flag", "jedi.third_party.typeshed.third_party.2.enum.IntFlag", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.third_party.2.concurrent.futures.thread.BrokenThreadPool": [ "BaseException", "Exception", "RuntimeError", "jedi.third_party.typeshed.third_party.2.concurrent.futures._base.BrokenExecutor", "object" ] }, { "jedi.third_party.typeshed.third_party.2.concurrent.futures.thread.ThreadPoolExecutor": [ "jedi.third_party.typeshed.third_party.2.concurrent.futures._base.Executor", "object" ] }, { "jedi.third_party.typeshed.third_party.2.concurrent.futures.thread._WorkItem": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.third_party.2.concurrent.futures.process.BrokenProcessPool": [ "BaseException", "Exception", "RuntimeError", "object" ] }, { "jedi.third_party.typeshed.third_party.2.concurrent.futures.process.ProcessPoolExecutor": [ "jedi.third_party.typeshed.third_party.2.concurrent.futures._base.Executor", "object" ] }, { "jedi.third_party.typeshed.third_party.2.concurrent.futures._base.BrokenExecutor": [ "BaseException", "Exception", "RuntimeError", "object" ] }, { "jedi.third_party.typeshed.third_party.2.concurrent.futures._base.CancelledError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2.concurrent.futures._base.Error", "object" ] }, { "jedi.third_party.typeshed.third_party.2.concurrent.futures._base.Error": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2.concurrent.futures._base.Executor": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.concurrent.futures._base.Future": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.third_party.2.concurrent.futures._base.TimeoutError": [ "BaseException", "Exception", "jedi.third_party.typeshed.third_party.2.concurrent.futures._base.Error", "object" ] }, { "jedi.third_party.typeshed.third_party.2.concurrent.futures._base._AcquireFutures": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.concurrent.futures._base._AllCompletedWaiter": [ "jedi.third_party.typeshed.third_party.2.concurrent.futures._base._Waiter", "object" ] }, { "jedi.third_party.typeshed.third_party.2.concurrent.futures._base._AsCompletedWaiter": [ "jedi.third_party.typeshed.third_party.2.concurrent.futures._base._Waiter", "object" ] }, { "jedi.third_party.typeshed.third_party.2.concurrent.futures._base._FirstCompletedWaiter": [ "jedi.third_party.typeshed.third_party.2.concurrent.futures._base._Waiter", "object" ] }, { "jedi.third_party.typeshed.third_party.2.concurrent.futures._base._Waiter": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.OpenSSL.crypto.CRL": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.OpenSSL.crypto.Error": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2.OpenSSL.crypto.NetscapeSPKI": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.OpenSSL.crypto.PKCS12": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.OpenSSL.crypto.PKCS7": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.OpenSSL.crypto.PKey": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.OpenSSL.crypto.Revoked": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.OpenSSL.crypto.X509": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.OpenSSL.crypto.X509Extension": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.OpenSSL.crypto.X509Name": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.OpenSSL.crypto.X509Req": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.OpenSSL.crypto.X509Store": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.OpenSSL.crypto.X509StoreContext": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.OpenSSL.crypto.X509StoreContextError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.third_party.2.OpenSSL.crypto.X509StoreFlags": [ "object" ] }, { "jedi.third_party.typeshed.third_party.2.OpenSSL.crypto._EllipticCurve": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.zipapp.ZipAppError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.robotparser.RobotFileParser": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.robotparser._RequestRate": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.response.addbase": [ "object", "typing.BinaryIO", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.response.addinfo": [ "jedi.third_party.typeshed.stdlib.3.urllib.response.addbase", "object", "typing.BinaryIO", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.response.addinfourl": [ "jedi.third_party.typeshed.stdlib.3.urllib.response.addbase", "jedi.third_party.typeshed.stdlib.3.urllib.response.addinfo", "object", "typing.BinaryIO", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.request.AbstractBasicAuthHandler": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.request.AbstractDigestAuthHandler": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.request.AbstractHTTPHandler": [ "jedi.third_party.typeshed.stdlib.3.urllib.request.BaseHandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.request.BaseHandler": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.request.CacheFTPHandler": [ "jedi.third_party.typeshed.stdlib.3.urllib.request.BaseHandler", "jedi.third_party.typeshed.stdlib.3.urllib.request.FTPHandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.request.DataHandler": [ "jedi.third_party.typeshed.stdlib.3.urllib.request.BaseHandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.request.FTPHandler": [ "jedi.third_party.typeshed.stdlib.3.urllib.request.BaseHandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.request.FancyURLopener": [ "jedi.third_party.typeshed.stdlib.3.urllib.request.URLopener", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.request.FileHandler": [ "jedi.third_party.typeshed.stdlib.3.urllib.request.BaseHandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.request.HTTPBasicAuthHandler": [ "jedi.third_party.typeshed.stdlib.3.urllib.request.AbstractBasicAuthHandler", "jedi.third_party.typeshed.stdlib.3.urllib.request.BaseHandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.request.HTTPCookieProcessor": [ "jedi.third_party.typeshed.stdlib.3.urllib.request.BaseHandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.request.HTTPDefaultErrorHandler": [ "jedi.third_party.typeshed.stdlib.3.urllib.request.BaseHandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.request.HTTPDigestAuthHandler": [ "jedi.third_party.typeshed.stdlib.3.urllib.request.AbstractDigestAuthHandler", "jedi.third_party.typeshed.stdlib.3.urllib.request.BaseHandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.request.HTTPErrorProcessor": [ "jedi.third_party.typeshed.stdlib.3.urllib.request.BaseHandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.request.HTTPHandler": [ "jedi.third_party.typeshed.stdlib.3.urllib.request.AbstractHTTPHandler", "jedi.third_party.typeshed.stdlib.3.urllib.request.BaseHandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.request.HTTPPasswordMgr": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.request.HTTPPasswordMgrWithDefaultRealm": [ "jedi.third_party.typeshed.stdlib.3.urllib.request.HTTPPasswordMgr", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.request.HTTPPasswordMgrWithPriorAuth": [ "jedi.third_party.typeshed.stdlib.3.urllib.request.HTTPPasswordMgr", "jedi.third_party.typeshed.stdlib.3.urllib.request.HTTPPasswordMgrWithDefaultRealm", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.request.HTTPRedirectHandler": [ "jedi.third_party.typeshed.stdlib.3.urllib.request.BaseHandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.request.HTTPSHandler": [ "jedi.third_party.typeshed.stdlib.3.urllib.request.AbstractHTTPHandler", "jedi.third_party.typeshed.stdlib.3.urllib.request.BaseHandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.request.OpenerDirector": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.request.ProxyBasicAuthHandler": [ "jedi.third_party.typeshed.stdlib.3.urllib.request.AbstractBasicAuthHandler", "jedi.third_party.typeshed.stdlib.3.urllib.request.BaseHandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.request.ProxyDigestAuthHandler": [ "jedi.third_party.typeshed.stdlib.3.urllib.request.AbstractDigestAuthHandler", "jedi.third_party.typeshed.stdlib.3.urllib.request.BaseHandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.request.ProxyHandler": [ "jedi.third_party.typeshed.stdlib.3.urllib.request.BaseHandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.request.Request": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.request.URLopener": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.request.UnknownHandler": [ "jedi.third_party.typeshed.stdlib.3.urllib.request.BaseHandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.request._HTTPResponse": [ "http.client.HTTPResponse", "io.BufferedIOBase", "io.IOBase", "object", "typing.BinaryIO", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.parse.DefragResult": [ "jedi.third_party.typeshed.stdlib.3.urllib.parse._DefragResultBase", "jedi.third_party.typeshed.stdlib.3.urllib.parse._ResultMixinBase", "jedi.third_party.typeshed.stdlib.3.urllib.parse._ResultMixinStr", "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.parse.DefragResultBytes": [ "jedi.third_party.typeshed.stdlib.3.urllib.parse._DefragResultBase", "jedi.third_party.typeshed.stdlib.3.urllib.parse._ResultMixinBase", "jedi.third_party.typeshed.stdlib.3.urllib.parse._ResultMixinBytes", "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.parse.ParseResult": [ "jedi.third_party.typeshed.stdlib.3.urllib.parse._NetlocResultMixinBase", "jedi.third_party.typeshed.stdlib.3.urllib.parse._NetlocResultMixinStr", "jedi.third_party.typeshed.stdlib.3.urllib.parse._ParseResultBase", "jedi.third_party.typeshed.stdlib.3.urllib.parse._ResultMixinBase", "jedi.third_party.typeshed.stdlib.3.urllib.parse._ResultMixinStr", "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.parse.ParseResultBytes": [ "jedi.third_party.typeshed.stdlib.3.urllib.parse._NetlocResultMixinBase", "jedi.third_party.typeshed.stdlib.3.urllib.parse._NetlocResultMixinBytes", "jedi.third_party.typeshed.stdlib.3.urllib.parse._ParseResultBytesBase", "jedi.third_party.typeshed.stdlib.3.urllib.parse._ResultMixinBase", "jedi.third_party.typeshed.stdlib.3.urllib.parse._ResultMixinBytes", "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.parse.SplitResult": [ "jedi.third_party.typeshed.stdlib.3.urllib.parse._NetlocResultMixinBase", "jedi.third_party.typeshed.stdlib.3.urllib.parse._NetlocResultMixinStr", "jedi.third_party.typeshed.stdlib.3.urllib.parse._ResultMixinBase", "jedi.third_party.typeshed.stdlib.3.urllib.parse._ResultMixinStr", "jedi.third_party.typeshed.stdlib.3.urllib.parse._SplitResultBase", "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.parse.SplitResultBytes": [ "jedi.third_party.typeshed.stdlib.3.urllib.parse._NetlocResultMixinBase", "jedi.third_party.typeshed.stdlib.3.urllib.parse._NetlocResultMixinBytes", "jedi.third_party.typeshed.stdlib.3.urllib.parse._ResultMixinBase", "jedi.third_party.typeshed.stdlib.3.urllib.parse._ResultMixinBytes", "jedi.third_party.typeshed.stdlib.3.urllib.parse._SplitResultBytesBase", "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.parse._DefragResultBase": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.parse._NetlocResultMixinBase": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.parse._NetlocResultMixinBytes": [ "jedi.third_party.typeshed.stdlib.3.urllib.parse._NetlocResultMixinBase", "jedi.third_party.typeshed.stdlib.3.urllib.parse._ResultMixinBase", "jedi.third_party.typeshed.stdlib.3.urllib.parse._ResultMixinBytes", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.parse._NetlocResultMixinStr": [ "jedi.third_party.typeshed.stdlib.3.urllib.parse._NetlocResultMixinBase", "jedi.third_party.typeshed.stdlib.3.urllib.parse._ResultMixinBase", "jedi.third_party.typeshed.stdlib.3.urllib.parse._ResultMixinStr", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.parse._ParseResultBase": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.parse._ParseResultBytesBase": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.parse._ResultMixinBase": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.parse._ResultMixinBytes": [ "jedi.third_party.typeshed.stdlib.3.urllib.parse._ResultMixinBase", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.parse._ResultMixinStr": [ "jedi.third_party.typeshed.stdlib.3.urllib.parse._ResultMixinBase", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.parse._SplitResultBase": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.parse._SplitResultBytesBase": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.error.ContentTooShortError": [ "BaseException", "Exception", "OSError", "jedi.third_party.typeshed.stdlib.3.urllib.error.URLError", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.error.HTTPError": [ "BaseException", "Exception", "OSError", "jedi.third_party.typeshed.stdlib.3.urllib.error.URLError", "object", "typing.BinaryIO", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol", "urllib.response.addbase", "urllib.response.addinfo", "urllib.response.addinfourl" ] }, { "jedi.third_party.typeshed.stdlib.3.urllib.error.URLError": [ "BaseException", "Exception", "OSError", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.unittest.suite.BaseTestSuite": [ "object", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.unittest.suite.TestSuite": [ "jedi.third_party.typeshed.stdlib.3.unittest.suite.BaseTestSuite", "object", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.unittest.runner.TestRunner": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.unittest.runner.TextTestResult": [ "object", "unittest.result.TestResult" ] }, { "jedi.third_party.typeshed.stdlib.3.unittest.runner.TextTestRunner": [ "jedi.third_party.typeshed.stdlib.3.unittest.runner.TestRunner", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.unittest.result.TestResult": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.unittest.mock.Base": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.unittest.mock.CallableMixin": [ "jedi.third_party.typeshed.stdlib.3.unittest.mock.Base", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.unittest.mock.MagicMixin": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.unittest.mock.MagicProxy": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.unittest.mock._ANY": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.unittest.mock._Call": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.3.unittest.mock._CallList": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.3.unittest.mock._MockIter": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.unittest.mock._Sentinel": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.unittest.mock._SentinelObject": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.unittest.mock._SpecState": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.unittest.mock._patch": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.unittest.mock._patch_dict": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.unittest.mock._patcher": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.unittest.mock._slotted": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.unittest.loader.TestLoader": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.unittest.case.FunctionTestCase": [ "jedi.third_party.typeshed.stdlib.3.unittest.case.TestCase", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.unittest.case.SkipTest": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.unittest.case.TestCase": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.unittest.case._AssertLogsContext": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.unittest.case._AssertRaisesContext": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.3.unittest.case._AssertWarnsContext": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.unittest.async_case.IsolatedAsyncioTestCase": [ "jedi.third_party.typeshed.stdlib.3.unittest.case.TestCase", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.unittest.TestProgram": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.typing.AbstractSet": [ "jedi.third_party.typeshed.stdlib.3.typing.Collection", "jedi.third_party.typeshed.stdlib.3.typing.Container", "jedi.third_party.typeshed.stdlib.3.typing.Iterable", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.typing.AsyncContextManager": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.typing.AsyncGenerator": [ "jedi.third_party.typeshed.stdlib.3.typing.AsyncIterable", "jedi.third_party.typeshed.stdlib.3.typing.AsyncIterator", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.typing.AsyncIterable": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.typing.AsyncIterator": [ "jedi.third_party.typeshed.stdlib.3.typing.AsyncIterable", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.typing.Awaitable": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.typing.AwaitableGenerator": [ "jedi.third_party.typeshed.stdlib.3.typing.Awaitable", "jedi.third_party.typeshed.stdlib.3.typing.Generator", "jedi.third_party.typeshed.stdlib.3.typing.Iterable", "jedi.third_party.typeshed.stdlib.3.typing.Iterator", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.typing.BinaryIO": [ "jedi.third_party.typeshed.stdlib.3.typing.IO", "jedi.third_party.typeshed.stdlib.3.typing.Iterable", "jedi.third_party.typeshed.stdlib.3.typing.Iterator", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.typing.ByteString": [ "jedi.third_party.typeshed.stdlib.3.typing.Collection", "jedi.third_party.typeshed.stdlib.3.typing.Container", "jedi.third_party.typeshed.stdlib.3.typing.Iterable", "jedi.third_party.typeshed.stdlib.3.typing.Reversible", "jedi.third_party.typeshed.stdlib.3.typing.Sequence", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.typing.Collection": [ "jedi.third_party.typeshed.stdlib.3.typing.Container", "jedi.third_party.typeshed.stdlib.3.typing.Iterable", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.typing.Container": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.typing.ContextManager": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.typing.Coroutine": [ "jedi.third_party.typeshed.stdlib.3.typing.Awaitable", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.typing.Generator": [ "jedi.third_party.typeshed.stdlib.3.typing.Iterable", "jedi.third_party.typeshed.stdlib.3.typing.Iterator", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.typing.GenericMeta": [ "object", "type", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.3.typing.Hashable": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.typing.IO": [ "jedi.third_party.typeshed.stdlib.3.typing.Iterable", "jedi.third_party.typeshed.stdlib.3.typing.Iterator", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.typing.ItemsView": [ "jedi.third_party.typeshed.stdlib.3.typing.AbstractSet", "jedi.third_party.typeshed.stdlib.3.typing.Collection", "jedi.third_party.typeshed.stdlib.3.typing.Container", "jedi.third_party.typeshed.stdlib.3.typing.Iterable", "jedi.third_party.typeshed.stdlib.3.typing.MappingView", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.typing.Iterable": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.typing.Iterator": [ "jedi.third_party.typeshed.stdlib.3.typing.Iterable", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.typing.KeysView": [ "jedi.third_party.typeshed.stdlib.3.typing.AbstractSet", "jedi.third_party.typeshed.stdlib.3.typing.Collection", "jedi.third_party.typeshed.stdlib.3.typing.Container", "jedi.third_party.typeshed.stdlib.3.typing.Iterable", "jedi.third_party.typeshed.stdlib.3.typing.MappingView", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.typing.Mapping": [ "jedi.third_party.typeshed.stdlib.3.typing.Collection", "jedi.third_party.typeshed.stdlib.3.typing.Container", "jedi.third_party.typeshed.stdlib.3.typing.Iterable", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.typing.MappingView": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.typing.Match": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.typing.MutableMapping": [ "jedi.third_party.typeshed.stdlib.3.typing.Collection", "jedi.third_party.typeshed.stdlib.3.typing.Container", "jedi.third_party.typeshed.stdlib.3.typing.Iterable", "jedi.third_party.typeshed.stdlib.3.typing.Mapping", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.typing.MutableSequence": [ "jedi.third_party.typeshed.stdlib.3.typing.Collection", "jedi.third_party.typeshed.stdlib.3.typing.Container", "jedi.third_party.typeshed.stdlib.3.typing.Iterable", "jedi.third_party.typeshed.stdlib.3.typing.Reversible", "jedi.third_party.typeshed.stdlib.3.typing.Sequence", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.typing.MutableSet": [ "jedi.third_party.typeshed.stdlib.3.typing.AbstractSet", "jedi.third_party.typeshed.stdlib.3.typing.Collection", "jedi.third_party.typeshed.stdlib.3.typing.Container", "jedi.third_party.typeshed.stdlib.3.typing.Iterable", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.typing.NamedTuple": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.typing.Pattern": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.typing.Reversible": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.typing.Sequence": [ "jedi.third_party.typeshed.stdlib.3.typing.Collection", "jedi.third_party.typeshed.stdlib.3.typing.Container", "jedi.third_party.typeshed.stdlib.3.typing.Iterable", "jedi.third_party.typeshed.stdlib.3.typing.Reversible", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.typing.Sized": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.typing.SupportsAbs": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.typing.SupportsBytes": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.typing.SupportsComplex": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.typing.SupportsFloat": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.typing.SupportsIndex": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.typing.SupportsInt": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.typing.SupportsRound": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.typing.TextIO": [ "jedi.third_party.typeshed.stdlib.3.typing.IO", "jedi.third_party.typeshed.stdlib.3.typing.Iterable", "jedi.third_party.typeshed.stdlib.3.typing.Iterator", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.typing.TypeAlias": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.typing.ValuesView": [ "jedi.third_party.typeshed.stdlib.3.typing.Iterable", "jedi.third_party.typeshed.stdlib.3.typing.MappingView", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.typing._SpecialForm": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.typing._TypedDict": [ "jedi.third_party.typeshed.stdlib.3.typing.Collection", "jedi.third_party.typeshed.stdlib.3.typing.Container", "jedi.third_party.typeshed.stdlib.3.typing.Iterable", "jedi.third_party.typeshed.stdlib.3.typing.Mapping", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.types.AsyncGeneratorType": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.3.types.BuiltinFunctionType": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.types.ClassMethodDescriptorType": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.types.CodeType": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.types.CoroutineType": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.types.FrameType": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.types.FunctionType": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.types.GeneratorType": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.types.GetSetDescriptorType": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.types.MappingProxyType": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.types.MemberDescriptorType": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.types.MethodDescriptorType": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.types.MethodType": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.types.MethodWrapperType": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.types.SimpleNamespace": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.types.TracebackType": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.types.WrapperDescriptorType": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.types._Cell": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.types._StaticFunctionType": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tracemalloc.DomainFilter": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tracemalloc.Filter": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tracemalloc.Frame": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tracemalloc.Snapshot": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tracemalloc.Statistic": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tracemalloc.StatisticDiff": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tracemalloc.Trace": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tracemalloc.Traceback": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.3.tokenize.StopTokenizing": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tokenize.TokenError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tokenize.TokenInfo": [ "jedi.third_party.typeshed.stdlib.3.tokenize._TokenInfo", "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.3.tokenize.Untokenizer": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tokenize._TokenInfo": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.ttk.Button": [ "jedi.third_party.typeshed.stdlib.3.tkinter.ttk.Widget", "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.ttk.Checkbutton": [ "jedi.third_party.typeshed.stdlib.3.tkinter.ttk.Widget", "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.ttk.Combobox": [ "jedi.third_party.typeshed.stdlib.3.tkinter.ttk.Entry", "jedi.third_party.typeshed.stdlib.3.tkinter.ttk.Widget", "object", "tkinter.BaseWidget", "tkinter.Entry", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.XView" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.ttk.Entry": [ "jedi.third_party.typeshed.stdlib.3.tkinter.ttk.Widget", "object", "tkinter.BaseWidget", "tkinter.Entry", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.XView" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.ttk.Frame": [ "jedi.third_party.typeshed.stdlib.3.tkinter.ttk.Widget", "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.ttk.Label": [ "jedi.third_party.typeshed.stdlib.3.tkinter.ttk.Widget", "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.ttk.LabeledScale": [ "jedi.third_party.typeshed.stdlib.3.tkinter.ttk.Frame", "jedi.third_party.typeshed.stdlib.3.tkinter.ttk.Widget", "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.ttk.Labelframe": [ "jedi.third_party.typeshed.stdlib.3.tkinter.ttk.Widget", "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.ttk.Menubutton": [ "jedi.third_party.typeshed.stdlib.3.tkinter.ttk.Widget", "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.ttk.Notebook": [ "jedi.third_party.typeshed.stdlib.3.tkinter.ttk.Widget", "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.ttk.OptionMenu": [ "jedi.third_party.typeshed.stdlib.3.tkinter.ttk.Menubutton", "jedi.third_party.typeshed.stdlib.3.tkinter.ttk.Widget", "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.ttk.Panedwindow": [ "jedi.third_party.typeshed.stdlib.3.tkinter.ttk.Widget", "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.PanedWindow", "tkinter.Place", "tkinter.Widget" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.ttk.Progressbar": [ "jedi.third_party.typeshed.stdlib.3.tkinter.ttk.Widget", "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.ttk.Radiobutton": [ "jedi.third_party.typeshed.stdlib.3.tkinter.ttk.Widget", "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.ttk.Scale": [ "jedi.third_party.typeshed.stdlib.3.tkinter.ttk.Widget", "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Scale", "tkinter.Widget" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.ttk.Scrollbar": [ "jedi.third_party.typeshed.stdlib.3.tkinter.ttk.Widget", "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Scrollbar", "tkinter.Widget" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.ttk.Separator": [ "jedi.third_party.typeshed.stdlib.3.tkinter.ttk.Widget", "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.ttk.Sizegrip": [ "jedi.third_party.typeshed.stdlib.3.tkinter.ttk.Widget", "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.ttk.Spinbox": [ "jedi.third_party.typeshed.stdlib.3.tkinter.ttk.Entry", "jedi.third_party.typeshed.stdlib.3.tkinter.ttk.Widget", "object", "tkinter.BaseWidget", "tkinter.Entry", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.XView" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.ttk.Style": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.ttk.Treeview": [ "jedi.third_party.typeshed.stdlib.3.tkinter.ttk.Widget", "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget", "tkinter.XView", "tkinter.YView" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.ttk.Widget": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.messagebox.Message": [ "object", "tkinter.commondialog.Dialog" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.filedialog.Directory": [ "object", "tkinter.commondialog.Dialog" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.filedialog.FileDialog": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.filedialog.LoadFileDialog": [ "jedi.third_party.typeshed.stdlib.3.tkinter.filedialog.FileDialog", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.filedialog.Open": [ "jedi.third_party.typeshed.stdlib.3.tkinter.filedialog._Dialog", "object", "tkinter.commondialog.Dialog" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.filedialog.SaveAs": [ "jedi.third_party.typeshed.stdlib.3.tkinter.filedialog._Dialog", "object", "tkinter.commondialog.Dialog" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.filedialog.SaveFileDialog": [ "jedi.third_party.typeshed.stdlib.3.tkinter.filedialog.FileDialog", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.filedialog._Dialog": [ "object", "tkinter.commondialog.Dialog" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.dialog.Dialog": [ "object", "tkinter.BaseWidget", "tkinter.Grid", "tkinter.Misc", "tkinter.Pack", "tkinter.Place", "tkinter.Widget" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.commondialog.Dialog": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.BaseWidget": [ "jedi.third_party.typeshed.stdlib.3.tkinter.Misc", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.BitmapImage": [ "jedi.third_party.typeshed.stdlib.3.tkinter.Image", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.BooleanVar": [ "jedi.third_party.typeshed.stdlib.3.tkinter.Variable", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.Button": [ "jedi.third_party.typeshed.stdlib.3.tkinter.BaseWidget", "jedi.third_party.typeshed.stdlib.3.tkinter.Grid", "jedi.third_party.typeshed.stdlib.3.tkinter.Misc", "jedi.third_party.typeshed.stdlib.3.tkinter.Pack", "jedi.third_party.typeshed.stdlib.3.tkinter.Place", "jedi.third_party.typeshed.stdlib.3.tkinter.Widget", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.CallWrapper": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.Canvas": [ "jedi.third_party.typeshed.stdlib.3.tkinter.BaseWidget", "jedi.third_party.typeshed.stdlib.3.tkinter.Grid", "jedi.third_party.typeshed.stdlib.3.tkinter.Misc", "jedi.third_party.typeshed.stdlib.3.tkinter.Pack", "jedi.third_party.typeshed.stdlib.3.tkinter.Place", "jedi.third_party.typeshed.stdlib.3.tkinter.Widget", "jedi.third_party.typeshed.stdlib.3.tkinter.XView", "jedi.third_party.typeshed.stdlib.3.tkinter.YView", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.Checkbutton": [ "jedi.third_party.typeshed.stdlib.3.tkinter.BaseWidget", "jedi.third_party.typeshed.stdlib.3.tkinter.Grid", "jedi.third_party.typeshed.stdlib.3.tkinter.Misc", "jedi.third_party.typeshed.stdlib.3.tkinter.Pack", "jedi.third_party.typeshed.stdlib.3.tkinter.Place", "jedi.third_party.typeshed.stdlib.3.tkinter.Widget", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.DoubleVar": [ "jedi.third_party.typeshed.stdlib.3.tkinter.Variable", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.Entry": [ "jedi.third_party.typeshed.stdlib.3.tkinter.BaseWidget", "jedi.third_party.typeshed.stdlib.3.tkinter.Grid", "jedi.third_party.typeshed.stdlib.3.tkinter.Misc", "jedi.third_party.typeshed.stdlib.3.tkinter.Pack", "jedi.third_party.typeshed.stdlib.3.tkinter.Place", "jedi.third_party.typeshed.stdlib.3.tkinter.Widget", "jedi.third_party.typeshed.stdlib.3.tkinter.XView", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.Event": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.Frame": [ "jedi.third_party.typeshed.stdlib.3.tkinter.BaseWidget", "jedi.third_party.typeshed.stdlib.3.tkinter.Grid", "jedi.third_party.typeshed.stdlib.3.tkinter.Misc", "jedi.third_party.typeshed.stdlib.3.tkinter.Pack", "jedi.third_party.typeshed.stdlib.3.tkinter.Place", "jedi.third_party.typeshed.stdlib.3.tkinter.Widget", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.Grid": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.Image": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.IntVar": [ "jedi.third_party.typeshed.stdlib.3.tkinter.Variable", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.Label": [ "jedi.third_party.typeshed.stdlib.3.tkinter.BaseWidget", "jedi.third_party.typeshed.stdlib.3.tkinter.Grid", "jedi.third_party.typeshed.stdlib.3.tkinter.Misc", "jedi.third_party.typeshed.stdlib.3.tkinter.Pack", "jedi.third_party.typeshed.stdlib.3.tkinter.Place", "jedi.third_party.typeshed.stdlib.3.tkinter.Widget", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.LabelFrame": [ "jedi.third_party.typeshed.stdlib.3.tkinter.BaseWidget", "jedi.third_party.typeshed.stdlib.3.tkinter.Grid", "jedi.third_party.typeshed.stdlib.3.tkinter.Misc", "jedi.third_party.typeshed.stdlib.3.tkinter.Pack", "jedi.third_party.typeshed.stdlib.3.tkinter.Place", "jedi.third_party.typeshed.stdlib.3.tkinter.Widget", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.Listbox": [ "jedi.third_party.typeshed.stdlib.3.tkinter.BaseWidget", "jedi.third_party.typeshed.stdlib.3.tkinter.Grid", "jedi.third_party.typeshed.stdlib.3.tkinter.Misc", "jedi.third_party.typeshed.stdlib.3.tkinter.Pack", "jedi.third_party.typeshed.stdlib.3.tkinter.Place", "jedi.third_party.typeshed.stdlib.3.tkinter.Widget", "jedi.third_party.typeshed.stdlib.3.tkinter.XView", "jedi.third_party.typeshed.stdlib.3.tkinter.YView", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.Menu": [ "jedi.third_party.typeshed.stdlib.3.tkinter.BaseWidget", "jedi.third_party.typeshed.stdlib.3.tkinter.Grid", "jedi.third_party.typeshed.stdlib.3.tkinter.Misc", "jedi.third_party.typeshed.stdlib.3.tkinter.Pack", "jedi.third_party.typeshed.stdlib.3.tkinter.Place", "jedi.third_party.typeshed.stdlib.3.tkinter.Widget", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.Menubutton": [ "jedi.third_party.typeshed.stdlib.3.tkinter.BaseWidget", "jedi.third_party.typeshed.stdlib.3.tkinter.Grid", "jedi.third_party.typeshed.stdlib.3.tkinter.Misc", "jedi.third_party.typeshed.stdlib.3.tkinter.Pack", "jedi.third_party.typeshed.stdlib.3.tkinter.Place", "jedi.third_party.typeshed.stdlib.3.tkinter.Widget", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.Message": [ "jedi.third_party.typeshed.stdlib.3.tkinter.BaseWidget", "jedi.third_party.typeshed.stdlib.3.tkinter.Grid", "jedi.third_party.typeshed.stdlib.3.tkinter.Misc", "jedi.third_party.typeshed.stdlib.3.tkinter.Pack", "jedi.third_party.typeshed.stdlib.3.tkinter.Place", "jedi.third_party.typeshed.stdlib.3.tkinter.Widget", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.Misc": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.OptionMenu": [ "jedi.third_party.typeshed.stdlib.3.tkinter.BaseWidget", "jedi.third_party.typeshed.stdlib.3.tkinter.Grid", "jedi.third_party.typeshed.stdlib.3.tkinter.Menubutton", "jedi.third_party.typeshed.stdlib.3.tkinter.Misc", "jedi.third_party.typeshed.stdlib.3.tkinter.Pack", "jedi.third_party.typeshed.stdlib.3.tkinter.Place", "jedi.third_party.typeshed.stdlib.3.tkinter.Widget", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.Pack": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.PanedWindow": [ "jedi.third_party.typeshed.stdlib.3.tkinter.BaseWidget", "jedi.third_party.typeshed.stdlib.3.tkinter.Grid", "jedi.third_party.typeshed.stdlib.3.tkinter.Misc", "jedi.third_party.typeshed.stdlib.3.tkinter.Pack", "jedi.third_party.typeshed.stdlib.3.tkinter.Place", "jedi.third_party.typeshed.stdlib.3.tkinter.Widget", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.PhotoImage": [ "jedi.third_party.typeshed.stdlib.3.tkinter.Image", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.Place": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.Radiobutton": [ "jedi.third_party.typeshed.stdlib.3.tkinter.BaseWidget", "jedi.third_party.typeshed.stdlib.3.tkinter.Grid", "jedi.third_party.typeshed.stdlib.3.tkinter.Misc", "jedi.third_party.typeshed.stdlib.3.tkinter.Pack", "jedi.third_party.typeshed.stdlib.3.tkinter.Place", "jedi.third_party.typeshed.stdlib.3.tkinter.Widget", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.Scale": [ "jedi.third_party.typeshed.stdlib.3.tkinter.BaseWidget", "jedi.third_party.typeshed.stdlib.3.tkinter.Grid", "jedi.third_party.typeshed.stdlib.3.tkinter.Misc", "jedi.third_party.typeshed.stdlib.3.tkinter.Pack", "jedi.third_party.typeshed.stdlib.3.tkinter.Place", "jedi.third_party.typeshed.stdlib.3.tkinter.Widget", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.Scrollbar": [ "jedi.third_party.typeshed.stdlib.3.tkinter.BaseWidget", "jedi.third_party.typeshed.stdlib.3.tkinter.Grid", "jedi.third_party.typeshed.stdlib.3.tkinter.Misc", "jedi.third_party.typeshed.stdlib.3.tkinter.Pack", "jedi.third_party.typeshed.stdlib.3.tkinter.Place", "jedi.third_party.typeshed.stdlib.3.tkinter.Widget", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.Spinbox": [ "jedi.third_party.typeshed.stdlib.3.tkinter.BaseWidget", "jedi.third_party.typeshed.stdlib.3.tkinter.Grid", "jedi.third_party.typeshed.stdlib.3.tkinter.Misc", "jedi.third_party.typeshed.stdlib.3.tkinter.Pack", "jedi.third_party.typeshed.stdlib.3.tkinter.Place", "jedi.third_party.typeshed.stdlib.3.tkinter.Widget", "jedi.third_party.typeshed.stdlib.3.tkinter.XView", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.StringVar": [ "jedi.third_party.typeshed.stdlib.3.tkinter.Variable", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.Text": [ "jedi.third_party.typeshed.stdlib.3.tkinter.BaseWidget", "jedi.third_party.typeshed.stdlib.3.tkinter.Grid", "jedi.third_party.typeshed.stdlib.3.tkinter.Misc", "jedi.third_party.typeshed.stdlib.3.tkinter.Pack", "jedi.third_party.typeshed.stdlib.3.tkinter.Place", "jedi.third_party.typeshed.stdlib.3.tkinter.Widget", "jedi.third_party.typeshed.stdlib.3.tkinter.XView", "jedi.third_party.typeshed.stdlib.3.tkinter.YView", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.Tk": [ "jedi.third_party.typeshed.stdlib.3.tkinter.Misc", "jedi.third_party.typeshed.stdlib.3.tkinter.Wm", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.Toplevel": [ "jedi.third_party.typeshed.stdlib.3.tkinter.BaseWidget", "jedi.third_party.typeshed.stdlib.3.tkinter.Misc", "jedi.third_party.typeshed.stdlib.3.tkinter.Wm", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.Variable": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.Widget": [ "jedi.third_party.typeshed.stdlib.3.tkinter.BaseWidget", "jedi.third_party.typeshed.stdlib.3.tkinter.Grid", "jedi.third_party.typeshed.stdlib.3.tkinter.Misc", "jedi.third_party.typeshed.stdlib.3.tkinter.Pack", "jedi.third_party.typeshed.stdlib.3.tkinter.Place", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.Wm": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.XView": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter.YView": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tkinter._setit": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.textwrap.TextWrapper": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.tempfile.SpooledTemporaryFile": [ "object", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.tempfile.TemporaryDirectory": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.3.sys.UnraisableHookArgs": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.sys._WinVersion": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.3.sys._flags": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.sys._float_info": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.sys._hash_info": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.sys._implementation": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.sys._int_info": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.sys._version_info": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.3.subprocess.CalledProcessError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.subprocess.CompletedProcess": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.3.subprocess.Popen": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.3.subprocess.SubprocessError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.subprocess.TimeoutExpired": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.3.subprocess.SubprocessError", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.string.Formatter": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.string.Template": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.statistics.NormalDist": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.statistics.StatisticsError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.sre_parse.SubPattern": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.sre_parse.Tokenizer": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.sre_parse.Verbose": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.sre_parse._State": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.sre_constants._NamedIntConstant": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.stdlib.3.sre_constants.error": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.spwd.struct_spwd": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.3.socketserver.BaseRequestHandler": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.socketserver.BaseServer": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.socketserver.DatagramRequestHandler": [ "jedi.third_party.typeshed.stdlib.3.socketserver.BaseRequestHandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.socketserver.ForkingMixIn": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.socketserver.ForkingTCPServer": [ "jedi.third_party.typeshed.stdlib.3.socketserver.BaseServer", "jedi.third_party.typeshed.stdlib.3.socketserver.ForkingMixIn", "jedi.third_party.typeshed.stdlib.3.socketserver.TCPServer", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.socketserver.ForkingUDPServer": [ "jedi.third_party.typeshed.stdlib.3.socketserver.BaseServer", "jedi.third_party.typeshed.stdlib.3.socketserver.ForkingMixIn", "jedi.third_party.typeshed.stdlib.3.socketserver.UDPServer", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.socketserver.StreamRequestHandler": [ "jedi.third_party.typeshed.stdlib.3.socketserver.BaseRequestHandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.socketserver.TCPServer": [ "jedi.third_party.typeshed.stdlib.3.socketserver.BaseServer", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.socketserver.ThreadingMixIn": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.socketserver.ThreadingTCPServer": [ "jedi.third_party.typeshed.stdlib.3.socketserver.BaseServer", "jedi.third_party.typeshed.stdlib.3.socketserver.TCPServer", "jedi.third_party.typeshed.stdlib.3.socketserver.ThreadingMixIn", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.socketserver.ThreadingUDPServer": [ "jedi.third_party.typeshed.stdlib.3.socketserver.BaseServer", "jedi.third_party.typeshed.stdlib.3.socketserver.ThreadingMixIn", "jedi.third_party.typeshed.stdlib.3.socketserver.UDPServer", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.socketserver.ThreadingUnixDatagramServer": [ "jedi.third_party.typeshed.stdlib.3.socketserver.BaseServer", "jedi.third_party.typeshed.stdlib.3.socketserver.ThreadingMixIn", "jedi.third_party.typeshed.stdlib.3.socketserver.UnixDatagramServer", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.socketserver.ThreadingUnixStreamServer": [ "jedi.third_party.typeshed.stdlib.3.socketserver.BaseServer", "jedi.third_party.typeshed.stdlib.3.socketserver.ThreadingMixIn", "jedi.third_party.typeshed.stdlib.3.socketserver.UnixStreamServer", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.socketserver.UDPServer": [ "jedi.third_party.typeshed.stdlib.3.socketserver.BaseServer", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.socketserver.UnixDatagramServer": [ "jedi.third_party.typeshed.stdlib.3.socketserver.BaseServer", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.socketserver.UnixStreamServer": [ "jedi.third_party.typeshed.stdlib.3.socketserver.BaseServer", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.smtplib.LMTP": [ "jedi.third_party.typeshed.stdlib.3.smtplib.SMTP", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.smtplib.SMTP": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.smtplib.SMTPAuthenticationError": [ "BaseException", "Exception", "OSError", "jedi.third_party.typeshed.stdlib.3.smtplib.SMTPException", "jedi.third_party.typeshed.stdlib.3.smtplib.SMTPResponseException", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.smtplib.SMTPConnectError": [ "BaseException", "Exception", "OSError", "jedi.third_party.typeshed.stdlib.3.smtplib.SMTPException", "jedi.third_party.typeshed.stdlib.3.smtplib.SMTPResponseException", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.smtplib.SMTPDataError": [ "BaseException", "Exception", "OSError", "jedi.third_party.typeshed.stdlib.3.smtplib.SMTPException", "jedi.third_party.typeshed.stdlib.3.smtplib.SMTPResponseException", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.smtplib.SMTPException": [ "BaseException", "Exception", "OSError", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.smtplib.SMTPHeloError": [ "BaseException", "Exception", "OSError", "jedi.third_party.typeshed.stdlib.3.smtplib.SMTPException", "jedi.third_party.typeshed.stdlib.3.smtplib.SMTPResponseException", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.smtplib.SMTPNotSupportedError": [ "BaseException", "Exception", "OSError", "jedi.third_party.typeshed.stdlib.3.smtplib.SMTPException", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.smtplib.SMTPRecipientsRefused": [ "BaseException", "Exception", "OSError", "jedi.third_party.typeshed.stdlib.3.smtplib.SMTPException", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.smtplib.SMTPResponseException": [ "BaseException", "Exception", "OSError", "jedi.third_party.typeshed.stdlib.3.smtplib.SMTPException", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.smtplib.SMTPSenderRefused": [ "BaseException", "Exception", "OSError", "jedi.third_party.typeshed.stdlib.3.smtplib.SMTPException", "jedi.third_party.typeshed.stdlib.3.smtplib.SMTPResponseException", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.smtplib.SMTPServerDisconnected": [ "BaseException", "Exception", "OSError", "jedi.third_party.typeshed.stdlib.3.smtplib.SMTPException", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.smtplib.SMTP_SSL": [ "jedi.third_party.typeshed.stdlib.3.smtplib.SMTP", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.smtplib._AuthObject": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.signal.Handlers": [ "complex", "enum.Enum", "enum.IntEnum", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.stdlib.3.signal.ItimerError": [ "BaseException", "Exception", "OSError", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.signal.Sigmasks": [ "complex", "enum.Enum", "enum.IntEnum", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.stdlib.3.signal.Signals": [ "complex", "enum.Enum", "enum.IntEnum", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.stdlib.3.signal.struct_siginfo": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.3.shlex.shlex": [ "object", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.shelve.BsdDbShelf": [ "jedi.third_party.typeshed.stdlib.3.shelve.Shelf", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.shelve.DbfilenameShelf": [ "jedi.third_party.typeshed.stdlib.3.shelve.Shelf", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.shelve.Shelf": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.selectors.BaseSelector": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.selectors.DefaultSelector": [ "jedi.third_party.typeshed.stdlib.3.selectors.BaseSelector", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.selectors.DevpollSelector": [ "jedi.third_party.typeshed.stdlib.3.selectors.BaseSelector", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.selectors.EpollSelector": [ "jedi.third_party.typeshed.stdlib.3.selectors.BaseSelector", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.selectors.KqueueSelector": [ "jedi.third_party.typeshed.stdlib.3.selectors.BaseSelector", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.selectors.PollSelector": [ "jedi.third_party.typeshed.stdlib.3.selectors.BaseSelector", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.selectors.SelectSelector": [ "jedi.third_party.typeshed.stdlib.3.selectors.BaseSelector", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.selectors.SelectorKey": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.3.selectors._HasFileno": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.runpy._ModifiedArgv0": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.runpy._TempModule": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.resource._RUsage": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.3.resource.error": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.reprlib.Repr": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.re.RegexFlag": [ "complex", "enum.Enum", "enum.Flag", "enum.IntFlag", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.stdlib.3.re.error": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.random.Random": [ "_random.Random", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.random.SystemRandom": [ "_random.Random", "jedi.third_party.typeshed.stdlib.3.random.Random", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.queue.Empty": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.queue.Full": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.queue.LifoQueue": [ "jedi.third_party.typeshed.stdlib.3.queue.Queue", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.3.queue.PriorityQueue": [ "jedi.third_party.typeshed.stdlib.3.queue.Queue", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.3.queue.Queue": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.3.queue.SimpleQueue": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.3.posix.sched_param": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.3.posix.times_result": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.3.posix.uname_result": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.3.posix.waitid_result": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.3.platform.uname_result": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.3.pipes.Template": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.pathlib.Path": [ "_PathLike", "jedi.third_party.typeshed.stdlib.3.pathlib.PurePath", "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.pathlib.PosixPath": [ "_PathLike", "jedi.third_party.typeshed.stdlib.3.pathlib.Path", "jedi.third_party.typeshed.stdlib.3.pathlib.PurePath", "jedi.third_party.typeshed.stdlib.3.pathlib.PurePosixPath", "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.pathlib.PurePath": [ "_PathLike", "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.pathlib.PurePosixPath": [ "_PathLike", "jedi.third_party.typeshed.stdlib.3.pathlib.PurePath", "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.pathlib.PureWindowsPath": [ "_PathLike", "jedi.third_party.typeshed.stdlib.3.pathlib.PurePath", "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.pathlib.WindowsPath": [ "_PathLike", "jedi.third_party.typeshed.stdlib.3.pathlib.Path", "jedi.third_party.typeshed.stdlib.3.pathlib.PurePath", "jedi.third_party.typeshed.stdlib.3.pathlib.PureWindowsPath", "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.os.DirEntry": [ "_PathLike", "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.os._Environ": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.os._ScandirIterator": [ "object", "typing.ContextManager", "typing.Generic", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.os._wrap_close": [ "io.IOBase", "io.TextIOBase", "io.TextIOWrapper", "object", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol", "typing.TextIO" ] }, { "jedi.third_party.typeshed.stdlib.3.os.stat_result": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.os.statvfs_result": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.os.terminal_size": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.3.nntplib.ArticleInfo": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.3.nntplib.GroupInfo": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.3.nntplib.NNTP": [ "jedi.third_party.typeshed.stdlib.3.nntplib._NNTPBase", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.nntplib.NNTPDataError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.3.nntplib.NNTPError", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.nntplib.NNTPError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.nntplib.NNTPPermanentError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.3.nntplib.NNTPError", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.nntplib.NNTPProtocolError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.3.nntplib.NNTPError", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.nntplib.NNTPReplyError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.3.nntplib.NNTPError", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.nntplib.NNTPTemporaryError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.3.nntplib.NNTPError", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.nntplib.NNTP_SSL": [ "jedi.third_party.typeshed.stdlib.3.nntplib._NNTPBase", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.nntplib._NNTPBase": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.synchronize.Barrier": [ "object", "threading.Barrier" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.synchronize.BoundedSemaphore": [ "multiprocessing.synchronize.SemLock", "multiprocessing.synchronize.Semaphore", "object", "typing.ContextManager", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.synchronize.Condition": [ "object", "typing.ContextManager", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.synchronize.Event": [ "object", "typing.ContextManager", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.synchronize.Lock": [ "multiprocessing.synchronize.SemLock", "object", "typing.ContextManager", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.synchronize.RLock": [ "multiprocessing.synchronize.SemLock", "object", "typing.ContextManager", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.synchronize.SemLock": [ "object", "typing.ContextManager", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.synchronize.Semaphore": [ "multiprocessing.synchronize.SemLock", "object", "typing.ContextManager", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.shared_memory.ShareableList": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.shared_memory.SharedMemory": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.queues.JoinableQueue": [ "jedi.third_party.typeshed.stdlib.3.multiprocessing.queues.Queue", "object", "queue.Queue", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.queues.Queue": [ "object", "queue.Queue", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.queues.SimpleQueue": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.process.BaseProcess": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.pool.ApplyResult": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.pool.IMapIterator": [ "object", "typing.Generic", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.pool.IMapUnorderedIterator": [ "multiprocessing.pool.IMapIterator", "object", "typing.Generic", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.pool.MapResult": [ "multiprocessing.pool.ApplyResult", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.pool.Pool": [ "object", "typing.ContextManager", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.pool.ThreadPool": [ "multiprocessing.pool.Pool", "object", "typing.ContextManager", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.managers.BaseManager": [ "object", "typing.ContextManager", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.managers.BaseProxy": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.managers.Namespace": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.managers.RemoteError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.managers.Server": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.managers.SharedMemoryManager": [ "jedi.third_party.typeshed.stdlib.3.multiprocessing.managers.BaseManager", "object", "typing.ContextManager", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.managers.SharedMemoryServer": [ "jedi.third_party.typeshed.stdlib.3.multiprocessing.managers.Server", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.managers.SyncManager": [ "jedi.third_party.typeshed.stdlib.3.multiprocessing.managers.BaseManager", "object", "typing.ContextManager", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.managers.ValueProxy": [ "jedi.third_party.typeshed.stdlib.3.multiprocessing.managers.BaseProxy", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.dummy.connection.Connection": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.dummy.connection.Listener": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.dummy.DummyProcess": [ "object", "threading.Thread" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.dummy.Namespace": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.dummy.Value": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.context.AuthenticationError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.3.multiprocessing.context.ProcessError", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.context.BaseContext": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.context.BufferTooShort": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.3.multiprocessing.context.ProcessError", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.context.DefaultContext": [ "jedi.third_party.typeshed.stdlib.3.multiprocessing.context.BaseContext", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.context.ForkContext": [ "jedi.third_party.typeshed.stdlib.3.multiprocessing.context.BaseContext", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.context.ForkProcess": [ "multiprocessing.process.BaseProcess", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.context.ForkServerContext": [ "jedi.third_party.typeshed.stdlib.3.multiprocessing.context.BaseContext", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.context.ForkServerProcess": [ "multiprocessing.process.BaseProcess", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.context.Process": [ "multiprocessing.process.BaseProcess", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.context.ProcessError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.context.SpawnContext": [ "jedi.third_party.typeshed.stdlib.3.multiprocessing.context.BaseContext", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.context.SpawnProcess": [ "multiprocessing.process.BaseProcess", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.context.TimeoutError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.3.multiprocessing.context.ProcessError", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.connection.Connection": [ "multiprocessing.connection._ConnectionBase", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.connection.Listener": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.connection._ConnectionBase": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.Array": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.multiprocessing.Value": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.lzma.LZMACompressor": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.lzma.LZMADecompressor": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.lzma.LZMAError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.lzma.LZMAFile": [ "io.BufferedIOBase", "io.IOBase", "object", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.json.encoder.JSONEncoder": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.json.decoder.JSONDecodeError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.json.decoder.JSONDecoder": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.json._Reader": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.itertools.chain": [ "object", "typing.Generic", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.ipaddress.AddressValueError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.ipaddress.IPv4Address": [ "jedi.third_party.typeshed.stdlib.3.ipaddress._BaseAddress", "jedi.third_party.typeshed.stdlib.3.ipaddress._IPAddressBase", "object", "typing.Generic", "typing.Protocol", "typing.SupportsInt" ] }, { "jedi.third_party.typeshed.stdlib.3.ipaddress.IPv4Interface": [ "jedi.third_party.typeshed.stdlib.3.ipaddress.IPv4Address", "jedi.third_party.typeshed.stdlib.3.ipaddress._BaseAddress", "jedi.third_party.typeshed.stdlib.3.ipaddress._BaseInterface", "jedi.third_party.typeshed.stdlib.3.ipaddress._IPAddressBase", "object", "typing.Generic", "typing.Protocol", "typing.SupportsInt" ] }, { "jedi.third_party.typeshed.stdlib.3.ipaddress.IPv4Network": [ "jedi.third_party.typeshed.stdlib.3.ipaddress._BaseNetwork", "jedi.third_party.typeshed.stdlib.3.ipaddress._IPAddressBase", "object", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.ipaddress.IPv6Address": [ "jedi.third_party.typeshed.stdlib.3.ipaddress._BaseAddress", "jedi.third_party.typeshed.stdlib.3.ipaddress._IPAddressBase", "object", "typing.Generic", "typing.Protocol", "typing.SupportsInt" ] }, { "jedi.third_party.typeshed.stdlib.3.ipaddress.IPv6Interface": [ "jedi.third_party.typeshed.stdlib.3.ipaddress.IPv6Address", "jedi.third_party.typeshed.stdlib.3.ipaddress._BaseAddress", "jedi.third_party.typeshed.stdlib.3.ipaddress._BaseInterface", "jedi.third_party.typeshed.stdlib.3.ipaddress._IPAddressBase", "object", "typing.Generic", "typing.Protocol", "typing.SupportsInt" ] }, { "jedi.third_party.typeshed.stdlib.3.ipaddress.IPv6Network": [ "jedi.third_party.typeshed.stdlib.3.ipaddress._BaseNetwork", "jedi.third_party.typeshed.stdlib.3.ipaddress._IPAddressBase", "object", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.ipaddress.NetmaskValueError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.ipaddress._BaseAddress": [ "jedi.third_party.typeshed.stdlib.3.ipaddress._IPAddressBase", "object", "typing.Generic", "typing.Protocol", "typing.SupportsInt" ] }, { "jedi.third_party.typeshed.stdlib.3.ipaddress._BaseInterface": [ "jedi.third_party.typeshed.stdlib.3.ipaddress._BaseAddress", "jedi.third_party.typeshed.stdlib.3.ipaddress._IPAddressBase", "object", "typing.Generic", "typing.Protocol", "typing.SupportsInt" ] }, { "jedi.third_party.typeshed.stdlib.3.ipaddress._BaseNetwork": [ "jedi.third_party.typeshed.stdlib.3.ipaddress._IPAddressBase", "object", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.ipaddress._IPAddressBase": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.io.BufferedIOBase": [ "jedi.third_party.typeshed.stdlib.3.io.IOBase", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.io.BufferedRWPair": [ "jedi.third_party.typeshed.stdlib.3.io.BufferedIOBase", "jedi.third_party.typeshed.stdlib.3.io.IOBase", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.io.BufferedRandom": [ "jedi.third_party.typeshed.stdlib.3.io.BufferedIOBase", "jedi.third_party.typeshed.stdlib.3.io.BufferedReader", "jedi.third_party.typeshed.stdlib.3.io.BufferedWriter", "jedi.third_party.typeshed.stdlib.3.io.IOBase", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.io.BufferedReader": [ "jedi.third_party.typeshed.stdlib.3.io.BufferedIOBase", "jedi.third_party.typeshed.stdlib.3.io.IOBase", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.io.BufferedWriter": [ "jedi.third_party.typeshed.stdlib.3.io.BufferedIOBase", "jedi.third_party.typeshed.stdlib.3.io.IOBase", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.io.BytesIO": [ "object", "typing.BinaryIO", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.io.FileIO": [ "jedi.third_party.typeshed.stdlib.3.io.IOBase", "jedi.third_party.typeshed.stdlib.3.io.RawIOBase", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.io.IOBase": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.io.IncrementalNewlineDecoder": [ "codecs.IncrementalDecoder", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.io.RawIOBase": [ "jedi.third_party.typeshed.stdlib.3.io.IOBase", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.io.StringIO": [ "jedi.third_party.typeshed.stdlib.3.io.TextIOWrapper", "object", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol", "typing.TextIO" ] }, { "jedi.third_party.typeshed.stdlib.3.io.TextIOBase": [ "jedi.third_party.typeshed.stdlib.3.io.IOBase", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.io.TextIOWrapper": [ "object", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol", "typing.TextIO" ] }, { "jedi.third_party.typeshed.stdlib.3.io.UnsupportedOperation": [ "BaseException", "Exception", "OSError", "ValueError", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.inspect.ArgInfo": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.3.inspect.ArgSpec": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.3.inspect.Arguments": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.3.inspect.Attribute": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.3.inspect.BlockFinder": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.inspect.BoundArguments": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.inspect.ClosureVars": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.3.inspect.EndOfBlock": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.inspect.FrameInfo": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.3.inspect.FullArgSpec": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.3.inspect.Parameter": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.inspect.Signature": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.inspect.Traceback": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.3.inspect._ParameterKind": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.importlib.util.LazyLoader": [ "_importlib_modulespec.Loader", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.importlib.metadata.Distribution": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.importlib.metadata.DistributionFinder": [ "importlib.abc.Finder", "importlib.abc.MetaPathFinder", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.importlib.metadata.DistributionFinder.Context": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.importlib.metadata.EntryPoint": [ "jedi.third_party.typeshed.stdlib.3.importlib.metadata.EntryPointBase", "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.3.importlib.metadata.EntryPointBase": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.3.importlib.metadata.FileHash": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.importlib.metadata.MetadataPathFinder": [ "importlib.abc.Finder", "importlib.abc.MetaPathFinder", "jedi.third_party.typeshed.stdlib.3.importlib.metadata.DistributionFinder", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.importlib.metadata.PackageNotFoundError": [ "BaseException", "Exception", "ImportError", "ModuleNotFoundError", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.importlib.metadata.PackagePath": [ "_PathLike", "object", "pathlib.PurePath", "pathlib.PurePosixPath", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.importlib.metadata.PathDistribution": [ "jedi.third_party.typeshed.stdlib.3.importlib.metadata.Distribution", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.importlib.machinery.BuiltinImporter": [ "_importlib_modulespec.Loader", "importlib.abc.Finder", "importlib.abc.InspectLoader", "importlib.abc.MetaPathFinder", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.importlib.machinery.ExtensionFileLoader": [ "_importlib_modulespec.Loader", "importlib.abc.ExecutionLoader", "importlib.abc.InspectLoader", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.importlib.machinery.FileFinder": [ "importlib.abc.Finder", "importlib.abc.PathEntryFinder", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.importlib.machinery.FrozenImporter": [ "_importlib_modulespec.Loader", "importlib.abc.Finder", "importlib.abc.InspectLoader", "importlib.abc.MetaPathFinder", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.importlib.machinery.PathFinder": [ "importlib.abc.Finder", "importlib.abc.MetaPathFinder", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.importlib.machinery.SourceFileLoader": [ "_importlib_modulespec.Loader", "importlib.abc.ExecutionLoader", "importlib.abc.FileLoader", "importlib.abc.InspectLoader", "importlib.abc.ResourceLoader", "importlib.abc.SourceLoader", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.importlib.machinery.SourcelessFileLoader": [ "_importlib_modulespec.Loader", "importlib.abc.ExecutionLoader", "importlib.abc.FileLoader", "importlib.abc.InspectLoader", "importlib.abc.ResourceLoader", "importlib.abc.SourceLoader", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.importlib.machinery.WindowsRegistryFinder": [ "importlib.abc.Finder", "importlib.abc.MetaPathFinder", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.importlib.abc.ExecutionLoader": [ "_importlib_modulespec.Loader", "jedi.third_party.typeshed.stdlib.3.importlib.abc.InspectLoader", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.importlib.abc.FileLoader": [ "_importlib_modulespec.Loader", "jedi.third_party.typeshed.stdlib.3.importlib.abc.ExecutionLoader", "jedi.third_party.typeshed.stdlib.3.importlib.abc.InspectLoader", "jedi.third_party.typeshed.stdlib.3.importlib.abc.ResourceLoader", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.importlib.abc.Finder": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.importlib.abc.InspectLoader": [ "_importlib_modulespec.Loader", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.importlib.abc.MetaPathFinder": [ "jedi.third_party.typeshed.stdlib.3.importlib.abc.Finder", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.importlib.abc.PathEntryFinder": [ "jedi.third_party.typeshed.stdlib.3.importlib.abc.Finder", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.importlib.abc.ResourceLoader": [ "_importlib_modulespec.Loader", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.importlib.abc.ResourceReader": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.importlib.abc.SourceLoader": [ "_importlib_modulespec.Loader", "jedi.third_party.typeshed.stdlib.3.importlib.abc.ExecutionLoader", "jedi.third_party.typeshed.stdlib.3.importlib.abc.InspectLoader", "jedi.third_party.typeshed.stdlib.3.importlib.abc.ResourceLoader", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.imp.NullImporter": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.http.server.BaseHTTPRequestHandler": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.http.server.CGIHTTPRequestHandler": [ "jedi.third_party.typeshed.stdlib.3.http.server.BaseHTTPRequestHandler", "jedi.third_party.typeshed.stdlib.3.http.server.SimpleHTTPRequestHandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.http.server.HTTPServer": [ "object", "socketserver.BaseServer", "socketserver.TCPServer" ] }, { "jedi.third_party.typeshed.stdlib.3.http.server.SimpleHTTPRequestHandler": [ "jedi.third_party.typeshed.stdlib.3.http.server.BaseHTTPRequestHandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.http.server.ThreadingHTTPServer": [ "jedi.third_party.typeshed.stdlib.3.http.server.HTTPServer", "object", "socketserver.BaseServer", "socketserver.TCPServer", "socketserver.ThreadingMixIn" ] }, { "jedi.third_party.typeshed.stdlib.3.http.cookies.BaseCookie": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.http.cookies.CookieError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.http.cookies.Morsel": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.http.cookies.SimpleCookie": [ "dict", "jedi.third_party.typeshed.stdlib.3.http.cookies.BaseCookie", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.http.cookiejar.Cookie": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.http.cookiejar.CookieJar": [ "object", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.http.cookiejar.CookiePolicy": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.http.cookiejar.DefaultCookiePolicy": [ "jedi.third_party.typeshed.stdlib.3.http.cookiejar.CookiePolicy", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.http.cookiejar.FileCookieJar": [ "jedi.third_party.typeshed.stdlib.3.http.cookiejar.CookieJar", "object", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.http.cookiejar.LWPCookieJar": [ "jedi.third_party.typeshed.stdlib.3.http.cookiejar.CookieJar", "jedi.third_party.typeshed.stdlib.3.http.cookiejar.FileCookieJar", "object", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.http.cookiejar.LoadError": [ "BaseException", "Exception", "OSError", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.http.cookiejar.MozillaCookieJar": [ "jedi.third_party.typeshed.stdlib.3.http.cookiejar.CookieJar", "jedi.third_party.typeshed.stdlib.3.http.cookiejar.FileCookieJar", "object", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.http.client.BadStatusLine": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.3.http.client.HTTPException", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.http.client.CannotSendHeader": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.3.http.client.HTTPException", "jedi.third_party.typeshed.stdlib.3.http.client.ImproperConnectionState", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.http.client.CannotSendRequest": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.3.http.client.HTTPException", "jedi.third_party.typeshed.stdlib.3.http.client.ImproperConnectionState", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.http.client.HTTPConnection": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.http.client.HTTPException": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.http.client.HTTPMessage": [ "email.message.Message", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.http.client.HTTPResponse": [ "io.BufferedIOBase", "io.IOBase", "object", "typing.BinaryIO", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.http.client.HTTPSConnection": [ "jedi.third_party.typeshed.stdlib.3.http.client.HTTPConnection", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.http.client.ImproperConnectionState": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.3.http.client.HTTPException", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.http.client.IncompleteRead": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.3.http.client.HTTPException", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.http.client.InvalidURL": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.3.http.client.HTTPException", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.http.client.LineTooLong": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.3.http.client.HTTPException", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.http.client.NotConnected": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.3.http.client.HTTPException", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.http.client.RemoteDisconnected": [ "BaseException", "ConnectionError", "ConnectionResetError", "Exception", "OSError", "jedi.third_party.typeshed.stdlib.3.http.client.BadStatusLine", "jedi.third_party.typeshed.stdlib.3.http.client.HTTPException", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.http.client.ResponseNotReady": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.3.http.client.HTTPException", "jedi.third_party.typeshed.stdlib.3.http.client.ImproperConnectionState", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.http.client.UnimplementedFileMode": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.3.http.client.HTTPException", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.http.client.UnknownProtocol": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.3.http.client.HTTPException", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.http.client.UnknownTransferEncoding": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.3.http.client.HTTPException", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.http.client._HTTPConnectionProtocol": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.http.HTTPStatus": [ "complex", "enum.Enum", "enum.IntEnum", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.stdlib.3.html.parser.HTMLParser": [ "_markupbase.ParserBase", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.hashlib._BlakeHash": [ "jedi.third_party.typeshed.stdlib.3.hashlib._Hash", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.hashlib._Hash": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.hashlib._VarLenHash": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.gzip.GzipFile": [ "_compression.BaseStream", "io.BufferedIOBase", "io.IOBase", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.gzip._GzipReader": [ "_compression.DecompressReader", "io.IOBase", "io.RawIOBase", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.gzip._PaddedFile": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.gettext.GNUTranslations": [ "jedi.third_party.typeshed.stdlib.3.gettext.NullTranslations", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.gettext.NullTranslations": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.getpass.GetPassWarning": [ "BaseException", "Exception", "UserWarning", "Warning", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.getopt.GetoptError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.functools._CacheInfo": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.3.functools._SingleDispatchCallable": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.3.functools._lru_cache_wrapper": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.3.functools.cached_property": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.3.functools.partial": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.3.functools.partialmethod": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.3.faulthandler._HasFileno": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.enum.Enum": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.enum.EnumMeta": [ "abc.ABCMeta", "object", "type", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.3.enum.Flag": [ "jedi.third_party.typeshed.stdlib.3.enum.Enum", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.enum.IntEnum": [ "complex", "float", "int", "jedi.third_party.typeshed.stdlib.3.enum.Enum", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.stdlib.3.enum.IntFlag": [ "complex", "float", "int", "jedi.third_party.typeshed.stdlib.3.enum.Enum", "jedi.third_party.typeshed.stdlib.3.enum.Flag", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.stdlib.3.enum.auto": [ "complex", "float", "int", "jedi.third_party.typeshed.stdlib.3.enum.Enum", "jedi.third_party.typeshed.stdlib.3.enum.Flag", "jedi.third_party.typeshed.stdlib.3.enum.IntFlag", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.stdlib.3.encodings.utf_8.IncrementalDecoder": [ "codecs.BufferedIncrementalDecoder", "codecs.IncrementalDecoder", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.encodings.utf_8.IncrementalEncoder": [ "codecs.IncrementalEncoder", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.encodings.utf_8.StreamReader": [ "codecs.Codec", "codecs.StreamReader", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.encodings.utf_8.StreamWriter": [ "codecs.Codec", "codecs.StreamWriter", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.policy.Compat32": [ "jedi.third_party.typeshed.stdlib.3.email.policy.Policy", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.policy.EmailPolicy": [ "jedi.third_party.typeshed.stdlib.3.email.policy.Policy", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.policy.Policy": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.parser.BytesHeaderParser": [ "jedi.third_party.typeshed.stdlib.3.email.parser.BytesParser", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.parser.BytesParser": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.parser.HeaderParser": [ "jedi.third_party.typeshed.stdlib.3.email.parser.Parser", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.parser.Parser": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.mime.text.MIMEText": [ "email.message.Message", "email.mime.base.MIMEBase", "email.mime.nonmultipart.MIMENonMultipart", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.mime.nonmultipart.MIMENonMultipart": [ "email.message.Message", "email.mime.base.MIMEBase", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.mime.multipart.MIMEMultipart": [ "email.message.Message", "email.mime.base.MIMEBase", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.mime.message.MIMEMessage": [ "email.message.Message", "email.mime.base.MIMEBase", "email.mime.nonmultipart.MIMENonMultipart", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.mime.image.MIMEImage": [ "email.message.Message", "email.mime.base.MIMEBase", "email.mime.nonmultipart.MIMENonMultipart", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.mime.base.MIMEBase": [ "email.message.Message", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.mime.audio.MIMEAudio": [ "email.message.Message", "email.mime.base.MIMEBase", "email.mime.nonmultipart.MIMENonMultipart", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.mime.application.MIMEApplication": [ "email.message.Message", "email.mime.base.MIMEBase", "email.mime.nonmultipart.MIMENonMultipart", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.message.EmailMessage": [ "jedi.third_party.typeshed.stdlib.3.email.message.MIMEPart", "jedi.third_party.typeshed.stdlib.3.email.message.Message", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.message.MIMEPart": [ "jedi.third_party.typeshed.stdlib.3.email.message.Message", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.message.Message": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.headerregistry.Address": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.headerregistry.AddressHeader": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.headerregistry.BaseHeader": [ "object", "str", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.3.email.headerregistry.ContentDispositionHeader": [ "jedi.third_party.typeshed.stdlib.3.email.headerregistry.ParameterizedMIMEHeader", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.headerregistry.ContentTransferEncodingHeader": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.headerregistry.ContentTypeHeader": [ "jedi.third_party.typeshed.stdlib.3.email.headerregistry.ParameterizedMIMEHeader", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.headerregistry.DateHeader": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.headerregistry.Group": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.headerregistry.HeaderRegistry": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.headerregistry.MIMEVersionHeader": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.headerregistry.ParameterizedMIMEHeader": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.headerregistry.SingleAddressHeader": [ "jedi.third_party.typeshed.stdlib.3.email.headerregistry.AddressHeader", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.headerregistry.UniqueAddressHeader": [ "jedi.third_party.typeshed.stdlib.3.email.headerregistry.AddressHeader", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.headerregistry.UniqueDateHeader": [ "jedi.third_party.typeshed.stdlib.3.email.headerregistry.DateHeader", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.headerregistry.UniqueSingleAddressHeader": [ "jedi.third_party.typeshed.stdlib.3.email.headerregistry.AddressHeader", "jedi.third_party.typeshed.stdlib.3.email.headerregistry.SingleAddressHeader", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.headerregistry.UniqueUnstructuredHeader": [ "jedi.third_party.typeshed.stdlib.3.email.headerregistry.UnstructuredHeader", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.headerregistry.UnstructuredHeader": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.header.Header": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.generator.BytesGenerator": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.generator.DecodedGenerator": [ "jedi.third_party.typeshed.stdlib.3.email.generator.Generator", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.generator.Generator": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.feedparser.BytesFeedParser": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.feedparser.FeedParser": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.errors.BoundaryError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.3.email.errors.MessageError", "jedi.third_party.typeshed.stdlib.3.email.errors.MessageParseError", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.errors.CloseBoundaryNotFoundDefect": [ "BaseException", "Exception", "ValueError", "jedi.third_party.typeshed.stdlib.3.email.errors.MessageDefect", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.errors.FirstHeaderLineIsContinuationDefect": [ "BaseException", "Exception", "ValueError", "jedi.third_party.typeshed.stdlib.3.email.errors.MessageDefect", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.errors.HeaderParseError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.3.email.errors.MessageError", "jedi.third_party.typeshed.stdlib.3.email.errors.MessageParseError", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.errors.InvalidBase64CharactersDefect": [ "BaseException", "Exception", "ValueError", "jedi.third_party.typeshed.stdlib.3.email.errors.MessageDefect", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.errors.InvalidBase64PaddingDefect": [ "BaseException", "Exception", "ValueError", "jedi.third_party.typeshed.stdlib.3.email.errors.MessageDefect", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.errors.MalformedHeaderDefect": [ "BaseException", "Exception", "ValueError", "jedi.third_party.typeshed.stdlib.3.email.errors.MessageDefect", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.errors.MessageDefect": [ "BaseException", "Exception", "ValueError", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.errors.MessageError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.errors.MessageParseError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.3.email.errors.MessageError", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.errors.MisplacedEnvelopeHeaderDefect": [ "BaseException", "Exception", "ValueError", "jedi.third_party.typeshed.stdlib.3.email.errors.MessageDefect", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.errors.MissingHeaderBodySeparatorDefect": [ "BaseException", "Exception", "ValueError", "jedi.third_party.typeshed.stdlib.3.email.errors.MessageDefect", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.errors.MultipartConversionError": [ "BaseException", "Exception", "TypeError", "jedi.third_party.typeshed.stdlib.3.email.errors.MessageError", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.errors.MultipartInvariantViolationDefect": [ "BaseException", "Exception", "ValueError", "jedi.third_party.typeshed.stdlib.3.email.errors.MessageDefect", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.errors.NoBoundaryInMultipartDefect": [ "BaseException", "Exception", "ValueError", "jedi.third_party.typeshed.stdlib.3.email.errors.MessageDefect", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.errors.StartBoundaryNotFoundDefect": [ "BaseException", "Exception", "ValueError", "jedi.third_party.typeshed.stdlib.3.email.errors.MessageDefect", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.contentmanager.ContentManager": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.email.charset.Charset": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.configparser.BasicInterpolation": [ "jedi.third_party.typeshed.stdlib.3.configparser.Interpolation", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.configparser.ConfigParser": [ "jedi.third_party.typeshed.stdlib.3.configparser.RawConfigParser", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.configparser.ConverterMapping": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.configparser.DuplicateOptionError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.3.configparser.Error", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.configparser.DuplicateSectionError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.3.configparser.Error", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.configparser.Error": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.configparser.ExtendedInterpolation": [ "jedi.third_party.typeshed.stdlib.3.configparser.Interpolation", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.configparser.Interpolation": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.configparser.InterpolationDepthError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.3.configparser.Error", "jedi.third_party.typeshed.stdlib.3.configparser.InterpolationError", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.configparser.InterpolationError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.3.configparser.Error", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.configparser.InterpolationMissingOptionError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.3.configparser.Error", "jedi.third_party.typeshed.stdlib.3.configparser.InterpolationError", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.configparser.InterpolationSyntaxError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.3.configparser.Error", "jedi.third_party.typeshed.stdlib.3.configparser.InterpolationError", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.configparser.LegacyInterpolation": [ "jedi.third_party.typeshed.stdlib.3.configparser.Interpolation", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.configparser.MissingSectionHeaderError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.3.configparser.Error", "jedi.third_party.typeshed.stdlib.3.configparser.ParsingError", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.configparser.NoOptionError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.3.configparser.Error", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.configparser.NoSectionError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.3.configparser.Error", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.configparser.ParsingError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.3.configparser.Error", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.configparser.RawConfigParser": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.configparser.SafeConfigParser": [ "jedi.third_party.typeshed.stdlib.3.configparser.ConfigParser", "jedi.third_party.typeshed.stdlib.3.configparser.RawConfigParser", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.configparser.SectionProxy": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.concurrent.futures.thread.BrokenThreadPool": [ "BaseException", "Exception", "RuntimeError", "jedi.third_party.typeshed.stdlib.3.concurrent.futures._base.BrokenExecutor", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.concurrent.futures.thread.ThreadPoolExecutor": [ "jedi.third_party.typeshed.stdlib.3.concurrent.futures._base.Executor", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.concurrent.futures.thread._WorkItem": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.3.concurrent.futures.process.BrokenProcessPool": [ "BaseException", "Exception", "RuntimeError", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.concurrent.futures.process.ProcessPoolExecutor": [ "jedi.third_party.typeshed.stdlib.3.concurrent.futures._base.Executor", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.concurrent.futures._base.BrokenExecutor": [ "BaseException", "Exception", "RuntimeError", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.concurrent.futures._base.CancelledError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.3.concurrent.futures._base.Error", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.concurrent.futures._base.Error": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.concurrent.futures._base.Executor": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.concurrent.futures._base.Future": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.3.concurrent.futures._base.TimeoutError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.3.concurrent.futures._base.Error", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.concurrent.futures._base._AcquireFutures": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.concurrent.futures._base._AllCompletedWaiter": [ "jedi.third_party.typeshed.stdlib.3.concurrent.futures._base._Waiter", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.concurrent.futures._base._AsCompletedWaiter": [ "jedi.third_party.typeshed.stdlib.3.concurrent.futures._base._Waiter", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.concurrent.futures._base._FirstCompletedWaiter": [ "jedi.third_party.typeshed.stdlib.3.concurrent.futures._base._Waiter", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.concurrent.futures._base._Waiter": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.collections.ChainMap": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.collections.Counter": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.collections.OrderedDict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "typing.Reversible" ] }, { "jedi.third_party.typeshed.stdlib.3.collections.UserDict": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.collections.UserList": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.3.collections.UserString": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.3.collections._OrderedDictItemsView": [ "object", "typing.AbstractSet", "typing.Collection", "typing.Container", "typing.Generic", "typing.ItemsView", "typing.Iterable", "typing.MappingView", "typing.Protocol", "typing.Reversible", "typing.Sized" ] }, { "jedi.third_party.typeshed.stdlib.3.collections._OrderedDictKeysView": [ "object", "typing.AbstractSet", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.KeysView", "typing.MappingView", "typing.Protocol", "typing.Reversible", "typing.Sized" ] }, { "jedi.third_party.typeshed.stdlib.3.collections._OrderedDictValuesView": [ "object", "typing.Generic", "typing.Iterable", "typing.MappingView", "typing.Protocol", "typing.Reversible", "typing.Sized", "typing.ValuesView" ] }, { "jedi.third_party.typeshed.stdlib.3.collections.defaultdict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.collections.deque": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.windows_utils.PipeHandle": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.windows_events.IocpProactor": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.windows_events.PipeServer": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.windows_events.ProactorEventLoop": [ "asyncio.events.AbstractEventLoop", "jedi.third_party.typeshed.stdlib.3.asyncio.base_events.BaseEventLoop", "jedi.third_party.typeshed.stdlib.3.asyncio.proactor_events.BaseProactorEventLoop", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.windows_events.WindowsProactorEventLoopPolicy": [ "jedi.third_party.typeshed.stdlib.3.asyncio.events.AbstractEventLoopPolicy", "jedi.third_party.typeshed.stdlib.3.asyncio.events.BaseDefaultEventLoopPolicy", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.windows_events.WindowsSelectorEventLoopPolicy": [ "jedi.third_party.typeshed.stdlib.3.asyncio.events.AbstractEventLoopPolicy", "jedi.third_party.typeshed.stdlib.3.asyncio.events.BaseDefaultEventLoopPolicy", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.windows_events._WindowsSelectorEventLoop": [ "asyncio.events.AbstractEventLoop", "jedi.third_party.typeshed.stdlib.3.asyncio.base_events.BaseEventLoop", "jedi.third_party.typeshed.stdlib.3.asyncio.selector_events.BaseSelectorEventLoop", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.transports.BaseTransport": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.transports.DatagramTransport": [ "jedi.third_party.typeshed.stdlib.3.asyncio.transports.BaseTransport", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.transports.ReadTransport": [ "jedi.third_party.typeshed.stdlib.3.asyncio.transports.BaseTransport", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.transports.SubprocessTransport": [ "jedi.third_party.typeshed.stdlib.3.asyncio.transports.BaseTransport", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.transports.Transport": [ "jedi.third_party.typeshed.stdlib.3.asyncio.transports.BaseTransport", "jedi.third_party.typeshed.stdlib.3.asyncio.transports.ReadTransport", "jedi.third_party.typeshed.stdlib.3.asyncio.transports.WriteTransport", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.transports.WriteTransport": [ "jedi.third_party.typeshed.stdlib.3.asyncio.transports.BaseTransport", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.transports._FlowControlMixin": [ "jedi.third_party.typeshed.stdlib.3.asyncio.transports.BaseTransport", "jedi.third_party.typeshed.stdlib.3.asyncio.transports.ReadTransport", "jedi.third_party.typeshed.stdlib.3.asyncio.transports.Transport", "jedi.third_party.typeshed.stdlib.3.asyncio.transports.WriteTransport", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.tasks.Task": [ "jedi.third_party.typeshed.stdlib.3.asyncio.futures.Future", "object", "typing.Awaitable", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.subprocess.Process": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.subprocess.SubprocessStreamProtocol": [ "asyncio.protocols.BaseProtocol", "asyncio.protocols.Protocol", "asyncio.protocols.SubprocessProtocol", "asyncio.streams.FlowControlMixin", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.streams.FlowControlMixin": [ "jedi.third_party.typeshed.stdlib.3.asyncio.protocols.BaseProtocol", "jedi.third_party.typeshed.stdlib.3.asyncio.protocols.Protocol", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.streams.StreamReader": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.streams.StreamReaderProtocol": [ "jedi.third_party.typeshed.stdlib.3.asyncio.protocols.BaseProtocol", "jedi.third_party.typeshed.stdlib.3.asyncio.protocols.Protocol", "jedi.third_party.typeshed.stdlib.3.asyncio.streams.FlowControlMixin", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.streams.StreamWriter": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.selector_events.BaseSelectorEventLoop": [ "asyncio.events.AbstractEventLoop", "jedi.third_party.typeshed.stdlib.3.asyncio.base_events.BaseEventLoop", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.queues.LifoQueue": [ "jedi.third_party.typeshed.stdlib.3.asyncio.queues.Queue", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.queues.PriorityQueue": [ "jedi.third_party.typeshed.stdlib.3.asyncio.queues.Queue", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.queues.Queue": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.queues.QueueEmpty": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.queues.QueueFull": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.protocols.BaseProtocol": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.protocols.BufferedProtocol": [ "jedi.third_party.typeshed.stdlib.3.asyncio.protocols.BaseProtocol", "jedi.third_party.typeshed.stdlib.3.asyncio.protocols.Protocol", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.protocols.DatagramProtocol": [ "jedi.third_party.typeshed.stdlib.3.asyncio.protocols.BaseProtocol", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.protocols.Protocol": [ "jedi.third_party.typeshed.stdlib.3.asyncio.protocols.BaseProtocol", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.protocols.SubprocessProtocol": [ "jedi.third_party.typeshed.stdlib.3.asyncio.protocols.BaseProtocol", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.proactor_events.BaseProactorEventLoop": [ "asyncio.events.AbstractEventLoop", "jedi.third_party.typeshed.stdlib.3.asyncio.base_events.BaseEventLoop", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.proactor_events._ProactorBasePipeTransport": [ "jedi.third_party.typeshed.stdlib.3.asyncio.transports.BaseTransport", "jedi.third_party.typeshed.stdlib.3.asyncio.transports.ReadTransport", "jedi.third_party.typeshed.stdlib.3.asyncio.transports.Transport", "jedi.third_party.typeshed.stdlib.3.asyncio.transports.WriteTransport", "jedi.third_party.typeshed.stdlib.3.asyncio.transports._FlowControlMixin", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.proactor_events._ProactorBaseWritePipeTransport": [ "jedi.third_party.typeshed.stdlib.3.asyncio.proactor_events._ProactorBasePipeTransport", "jedi.third_party.typeshed.stdlib.3.asyncio.transports.BaseTransport", "jedi.third_party.typeshed.stdlib.3.asyncio.transports.ReadTransport", "jedi.third_party.typeshed.stdlib.3.asyncio.transports.Transport", "jedi.third_party.typeshed.stdlib.3.asyncio.transports.WriteTransport", "jedi.third_party.typeshed.stdlib.3.asyncio.transports._FlowControlMixin", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.proactor_events._ProactorDuplexPipeTransport": [ "jedi.third_party.typeshed.stdlib.3.asyncio.proactor_events._ProactorBasePipeTransport", "jedi.third_party.typeshed.stdlib.3.asyncio.proactor_events._ProactorBaseWritePipeTransport", "jedi.third_party.typeshed.stdlib.3.asyncio.proactor_events._ProactorReadPipeTransport", "jedi.third_party.typeshed.stdlib.3.asyncio.transports.BaseTransport", "jedi.third_party.typeshed.stdlib.3.asyncio.transports.ReadTransport", "jedi.third_party.typeshed.stdlib.3.asyncio.transports.Transport", "jedi.third_party.typeshed.stdlib.3.asyncio.transports.WriteTransport", "jedi.third_party.typeshed.stdlib.3.asyncio.transports._FlowControlMixin", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.proactor_events._ProactorReadPipeTransport": [ "jedi.third_party.typeshed.stdlib.3.asyncio.proactor_events._ProactorBasePipeTransport", "jedi.third_party.typeshed.stdlib.3.asyncio.transports.BaseTransport", "jedi.third_party.typeshed.stdlib.3.asyncio.transports.ReadTransport", "jedi.third_party.typeshed.stdlib.3.asyncio.transports.Transport", "jedi.third_party.typeshed.stdlib.3.asyncio.transports.WriteTransport", "jedi.third_party.typeshed.stdlib.3.asyncio.transports._FlowControlMixin", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.proactor_events._ProactorSocketTransport": [ "jedi.third_party.typeshed.stdlib.3.asyncio.proactor_events._ProactorBasePipeTransport", "jedi.third_party.typeshed.stdlib.3.asyncio.proactor_events._ProactorBaseWritePipeTransport", "jedi.third_party.typeshed.stdlib.3.asyncio.proactor_events._ProactorReadPipeTransport", "jedi.third_party.typeshed.stdlib.3.asyncio.transports.BaseTransport", "jedi.third_party.typeshed.stdlib.3.asyncio.transports.ReadTransport", "jedi.third_party.typeshed.stdlib.3.asyncio.transports.Transport", "jedi.third_party.typeshed.stdlib.3.asyncio.transports.WriteTransport", "jedi.third_party.typeshed.stdlib.3.asyncio.transports._FlowControlMixin", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.proactor_events._ProactorWritePipeTransport": [ "jedi.third_party.typeshed.stdlib.3.asyncio.proactor_events._ProactorBasePipeTransport", "jedi.third_party.typeshed.stdlib.3.asyncio.proactor_events._ProactorBaseWritePipeTransport", "jedi.third_party.typeshed.stdlib.3.asyncio.transports.BaseTransport", "jedi.third_party.typeshed.stdlib.3.asyncio.transports.ReadTransport", "jedi.third_party.typeshed.stdlib.3.asyncio.transports.Transport", "jedi.third_party.typeshed.stdlib.3.asyncio.transports.WriteTransport", "jedi.third_party.typeshed.stdlib.3.asyncio.transports._FlowControlMixin", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.locks.BoundedSemaphore": [ "jedi.third_party.typeshed.stdlib.3.asyncio.futures.Future", "jedi.third_party.typeshed.stdlib.3.asyncio.locks.Semaphore", "jedi.third_party.typeshed.stdlib.3.asyncio.locks._ContextManagerMixin", "object", "typing.Awaitable", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.locks.Condition": [ "jedi.third_party.typeshed.stdlib.3.asyncio.futures.Future", "jedi.third_party.typeshed.stdlib.3.asyncio.locks._ContextManagerMixin", "object", "typing.Awaitable", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.locks.Event": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.locks.Lock": [ "jedi.third_party.typeshed.stdlib.3.asyncio.futures.Future", "jedi.third_party.typeshed.stdlib.3.asyncio.locks._ContextManagerMixin", "object", "typing.Awaitable", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.locks.Semaphore": [ "jedi.third_party.typeshed.stdlib.3.asyncio.futures.Future", "jedi.third_party.typeshed.stdlib.3.asyncio.locks._ContextManagerMixin", "object", "typing.Awaitable", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.locks._ContextManager": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.locks._ContextManagerMixin": [ "jedi.third_party.typeshed.stdlib.3.asyncio.futures.Future", "object", "typing.Awaitable", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.futures.Future": [ "object", "typing.Awaitable", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.futures._TracebackLogger": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.exceptions.CancelledError": [ "BaseException", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.exceptions.IncompleteReadError": [ "BaseException", "EOFError", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.exceptions.InvalidStateError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.exceptions.LimitOverrunError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.exceptions.SendfileNotAvailableError": [ "BaseException", "Exception", "RuntimeError", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.exceptions.TimeoutError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.events.AbstractEventLoop": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.events.AbstractEventLoopPolicy": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.events.AbstractServer": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.events.BaseDefaultEventLoopPolicy": [ "jedi.third_party.typeshed.stdlib.3.asyncio.events.AbstractEventLoopPolicy", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.events.Handle": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.events.TimerHandle": [ "jedi.third_party.typeshed.stdlib.3.asyncio.events.Handle", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.constants._SendfileMode": [ "enum.Enum", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.base_events.BaseEventLoop": [ "asyncio.events.AbstractEventLoop", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.asyncio.base_events.Server": [ "asyncio.events.AbstractServer", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.ast.NodeTransformer": [ "jedi.third_party.typeshed.stdlib.3.ast.NodeVisitor", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.ast.NodeVisitor": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.abc.ABC": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.abc.ABCMeta": [ "object", "type", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.3.abc.abstractproperty": [ "object", "property" ] }, { "jedi.third_party.typeshed.stdlib.3._winapi.Overlapped": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3._threading_local._localimpl": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3._threading_local.local": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3._thread.ExceptHookArgs": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.3._thread.LockType": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3._subprocess.Handle": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3._markupbase.ParserBase": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3._json.make_encoder": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3._json.make_scanner": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3._importlib_modulespec.Loader": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3._importlib_modulespec.ModuleSpec": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3._importlib_modulespec.ModuleType": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3._importlib_modulespec._Loader": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3._dummy_thread.LockType": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3._compression.BaseStream": [ "io.BufferedIOBase", "io.IOBase", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._compression.DecompressReader": [ "io.IOBase", "io.RawIOBase", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.AST": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Add": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.operator", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.And": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.boolop", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.AnnAssign": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.stmt", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Assert": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.stmt", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Assign": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.stmt", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.AsyncFor": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.stmt", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.AsyncFunctionDef": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.stmt", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.AsyncWith": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.stmt", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Attribute": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.AugAssign": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.stmt", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.AugLoad": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.expr_context", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.AugStore": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.expr_context", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Await": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.BinOp": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.BitAnd": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.operator", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.BitOr": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.operator", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.BitXor": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.operator", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.BoolOp": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Break": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.stmt", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Bytes": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Call": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.ClassDef": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.stmt", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Compare": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Constant": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Continue": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.stmt", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Del": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.expr_context", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Delete": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.stmt", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Dict": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.DictComp": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Div": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.operator", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Ellipsis": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Eq": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.cmpop", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.ExceptHandler": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.excepthandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Expr": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.stmt", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Expression": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.mod", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.ExtSlice": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.slice", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.FloorDiv": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.operator", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.For": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.stmt", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.FormattedValue": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.FunctionDef": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.stmt", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.FunctionType": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.mod", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.GeneratorExp": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Global": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.stmt", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Gt": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.cmpop", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.GtE": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.cmpop", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.If": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.stmt", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.IfExp": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Import": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.stmt", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.ImportFrom": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.stmt", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.In": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.cmpop", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Index": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.slice", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Interactive": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.mod", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Invert": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.unaryop", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Is": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.cmpop", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.IsNot": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.cmpop", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.JoinedStr": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.LShift": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.operator", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Lambda": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.List": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.ListComp": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Load": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.expr_context", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Lt": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.cmpop", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.LtE": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.cmpop", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.MatMult": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.operator", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Mod": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.operator", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Module": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.mod", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Mult": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.operator", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Name": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.NameConstant": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.NamedExpr": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Nonlocal": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.stmt", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Not": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.unaryop", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.NotEq": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.cmpop", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.NotIn": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.cmpop", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Num": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Or": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.boolop", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Param": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.expr_context", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Pass": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.stmt", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Pow": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.operator", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.RShift": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.operator", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Raise": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.stmt", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Return": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.stmt", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Set": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.SetComp": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Slice": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.slice", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Starred": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Store": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.expr_context", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Str": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Sub": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.operator", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Subscript": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Suite": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.mod", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Try": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.stmt", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Tuple": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.TypeIgnore": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.type_ignore", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.UAdd": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.unaryop", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.USub": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.unaryop", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.UnaryOp": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.While": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.stmt", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.With": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.stmt", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.Yield": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.YieldFrom": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "jedi.third_party.typeshed.stdlib.3._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.alias": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.arg": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.arguments": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.boolop": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.cmpop": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.comprehension": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.excepthandler": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.expr": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.expr_context": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.keyword": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.mod": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.operator": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.slice": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.stmt": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.type_ignore": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.unaryop": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "object" ] }, { "jedi.third_party.typeshed.stdlib.3._ast.withitem": [ "jedi.third_party.typeshed.stdlib.3._ast.AST", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.7.dataclasses.Field": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.3.7.dataclasses.FrozenInstanceError": [ "AttributeError", "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.3.7.dataclasses.InitVar": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.3.7.dataclasses._MISSING_TYPE": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.3.7.contextvars.Context": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.3.7.contextvars.ContextVar": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.3.7.contextvars.Token": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.zlib._Compress": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.zlib._Decompress": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.zlib.error": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.zipimport.ZipImportError": [ "BaseException", "Exception", "ImportError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.zipimport.zipimporter": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.zipfile.BadZipFile": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.zipfile.LargeZipFile": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.zipfile.PyZipFile": [ "jedi.third_party.typeshed.stdlib.2and3.zipfile.ZipFile", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.zipfile.ZipExtFile": [ "io.BufferedIOBase", "io.IOBase", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.zipfile.ZipFile": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.zipfile.ZipInfo": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.xml.sax.xmlreader.AttributesImpl": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.xml.sax.xmlreader.AttributesNSImpl": [ "jedi.third_party.typeshed.stdlib.2and3.xml.sax.xmlreader.AttributesImpl", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.xml.sax.xmlreader.IncrementalParser": [ "jedi.third_party.typeshed.stdlib.2and3.xml.sax.xmlreader.XMLReader", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.xml.sax.xmlreader.InputSource": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.xml.sax.xmlreader.Locator": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.xml.sax.xmlreader.XMLReader": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.xml.sax.saxutils.XMLFilterBase": [ "object", "xml.sax.xmlreader.XMLReader" ] }, { "jedi.third_party.typeshed.stdlib.2and3.xml.sax.saxutils.XMLGenerator": [ "object", "xml.sax.handler.ContentHandler" ] }, { "jedi.third_party.typeshed.stdlib.2and3.xml.sax.handler.ContentHandler": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.xml.sax.handler.DTDHandler": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.xml.sax.handler.EntityResolver": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.xml.sax.handler.ErrorHandler": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.xml.sax.SAXException": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.xml.sax.SAXNotRecognizedException": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.xml.sax.SAXException", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.xml.sax.SAXNotSupportedException": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.xml.sax.SAXException", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.xml.sax.SAXParseException": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.xml.sax.SAXException", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.xml.sax.SAXReaderNotAvailable": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.xml.sax.SAXException", "jedi.third_party.typeshed.stdlib.2and3.xml.sax.SAXNotSupportedException", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.xml.etree.ElementTree.C14NWriterTarget": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.xml.etree.ElementTree.Element": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2and3.xml.etree.ElementTree.ElementTree": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.xml.etree.ElementTree.ParseError": [ "BaseException", "Exception", "SyntaxError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.xml.etree.ElementTree.QName": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.xml.etree.ElementTree.TreeBuilder": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.xml.etree.ElementTree.XMLParser": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.xml.etree.ElementTree.XMLPullParser": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.xml.etree.ElementTree._Writeable": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2and3.xml.etree.ElementPath._SelectorContext": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.xml.etree.ElementInclude.FatalIncludeError": [ "BaseException", "Exception", "SyntaxError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.xdrlib.ConversionError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.xdrlib.Error", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.xdrlib.Error": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.xdrlib.Packer": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.xdrlib.Unpacker": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.wsgiref.validate.ErrorWrapper": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.wsgiref.validate.InputWrapper": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.wsgiref.validate.IteratorWrapper": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.wsgiref.validate.PartialIteratorWrapper": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.wsgiref.validate.WSGIWarning": [ "BaseException", "Exception", "Warning", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.wsgiref.validate.WriteWrapper": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.wsgiref.util.FileWrapper": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.wsgiref.types.ErrorStream": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2and3.wsgiref.types.FileWrapper": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2and3.wsgiref.types.InputStream": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2and3.wsgiref.types.StartResponse": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2and3.wsgiref.types._Readable": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2and3.wsgiref.simple_server.ServerHandler": [ "jedi.third_party.typeshed.stdlib.2and3.wsgiref.handlers.BaseHandler", "jedi.third_party.typeshed.stdlib.2and3.wsgiref.handlers.SimpleHandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.wsgiref.simple_server.WSGIRequestHandler": [ "http.server.BaseHTTPRequestHandler", "object", "socketserver.BaseRequestHandler", "socketserver.StreamRequestHandler" ] }, { "jedi.third_party.typeshed.stdlib.2and3.wsgiref.simple_server.WSGIServer": [ "http.server.HTTPServer", "object", "socketserver.BaseServer", "socketserver.TCPServer" ] }, { "jedi.third_party.typeshed.stdlib.2and3.wsgiref.headers.Headers": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.wsgiref.handlers.BaseCGIHandler": [ "jedi.third_party.typeshed.stdlib.2and3.wsgiref.handlers.BaseHandler", "jedi.third_party.typeshed.stdlib.2and3.wsgiref.handlers.SimpleHandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.wsgiref.handlers.BaseHandler": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.wsgiref.handlers.CGIHandler": [ "jedi.third_party.typeshed.stdlib.2and3.wsgiref.handlers.BaseCGIHandler", "jedi.third_party.typeshed.stdlib.2and3.wsgiref.handlers.BaseHandler", "jedi.third_party.typeshed.stdlib.2and3.wsgiref.handlers.SimpleHandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.wsgiref.handlers.IISCGIHandler": [ "jedi.third_party.typeshed.stdlib.2and3.wsgiref.handlers.BaseCGIHandler", "jedi.third_party.typeshed.stdlib.2and3.wsgiref.handlers.BaseHandler", "jedi.third_party.typeshed.stdlib.2and3.wsgiref.handlers.SimpleHandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.wsgiref.handlers.SimpleHandler": [ "jedi.third_party.typeshed.stdlib.2and3.wsgiref.handlers.BaseHandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.webbrowser.BackgroundBrowser": [ "jedi.third_party.typeshed.stdlib.2and3.webbrowser.BaseBrowser", "jedi.third_party.typeshed.stdlib.2and3.webbrowser.GenericBrowser", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.webbrowser.BaseBrowser": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.webbrowser.Chrome": [ "jedi.third_party.typeshed.stdlib.2and3.webbrowser.BaseBrowser", "jedi.third_party.typeshed.stdlib.2and3.webbrowser.UnixBrowser", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.webbrowser.Elinks": [ "jedi.third_party.typeshed.stdlib.2and3.webbrowser.BaseBrowser", "jedi.third_party.typeshed.stdlib.2and3.webbrowser.UnixBrowser", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.webbrowser.Error": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.webbrowser.Galeon": [ "jedi.third_party.typeshed.stdlib.2and3.webbrowser.BaseBrowser", "jedi.third_party.typeshed.stdlib.2and3.webbrowser.UnixBrowser", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.webbrowser.GenericBrowser": [ "jedi.third_party.typeshed.stdlib.2and3.webbrowser.BaseBrowser", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.webbrowser.Grail": [ "jedi.third_party.typeshed.stdlib.2and3.webbrowser.BaseBrowser", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.webbrowser.Konqueror": [ "jedi.third_party.typeshed.stdlib.2and3.webbrowser.BaseBrowser", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.webbrowser.MacOSX": [ "jedi.third_party.typeshed.stdlib.2and3.webbrowser.BaseBrowser", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.webbrowser.MacOSXOSAScript": [ "jedi.third_party.typeshed.stdlib.2and3.webbrowser.BaseBrowser", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.webbrowser.Mozilla": [ "jedi.third_party.typeshed.stdlib.2and3.webbrowser.BaseBrowser", "jedi.third_party.typeshed.stdlib.2and3.webbrowser.UnixBrowser", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.webbrowser.Opera": [ "jedi.third_party.typeshed.stdlib.2and3.webbrowser.BaseBrowser", "jedi.third_party.typeshed.stdlib.2and3.webbrowser.UnixBrowser", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.webbrowser.UnixBrowser": [ "jedi.third_party.typeshed.stdlib.2and3.webbrowser.BaseBrowser", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.webbrowser.WindowsDefault": [ "jedi.third_party.typeshed.stdlib.2and3.webbrowser.BaseBrowser", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.weakref.KeyedRef": [ "_weakref.ReferenceType", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.weakref.WeakKeyDictionary": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2and3.weakref.WeakMethod": [ "_weakref.ReferenceType", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.weakref.WeakValueDictionary": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2and3.weakref.finalize": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.wave.Error": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.wave.Wave_read": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.wave.Wave_write": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.wave._wave_params": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2and3.warnings._Record": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2and3.warnings._catch_warnings_with_records": [ "jedi.third_party.typeshed.stdlib.2and3.warnings.catch_warnings", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.warnings._catch_warnings_without_records": [ "jedi.third_party.typeshed.stdlib.2and3.warnings.catch_warnings", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.warnings.catch_warnings": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.uuid.UUID": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.uu.Error": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.unicodedata.UCD": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.turtle.RawTurtle": [ "jedi.third_party.typeshed.stdlib.2and3.turtle.TNavigator", "jedi.third_party.typeshed.stdlib.2and3.turtle.TPen", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.turtle.Shape": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.turtle.TNavigator": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.turtle.TPen": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.turtle.Terminator": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.turtle.Turtle": [ "jedi.third_party.typeshed.stdlib.2and3.turtle.RawTurtle", "jedi.third_party.typeshed.stdlib.2and3.turtle.TNavigator", "jedi.third_party.typeshed.stdlib.2and3.turtle.TPen", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.turtle.TurtleGraphicsError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.turtle.TurtleScreen": [ "jedi.third_party.typeshed.stdlib.2and3.turtle.TurtleScreenBase", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.turtle.TurtleScreenBase": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.turtle._Screen": [ "jedi.third_party.typeshed.stdlib.2and3.turtle.TurtleScreen", "jedi.third_party.typeshed.stdlib.2and3.turtle.TurtleScreenBase", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.traceback.FrameSummary": [ "object", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2and3.traceback.StackSummary": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2and3.traceback.TracebackException": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.traceback._Writer": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2and3.trace.CoverageResults": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.trace.Trace": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.timeit.Timer": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.time._struct_time": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2and3.time.struct_time": [ "jedi.third_party.typeshed.stdlib.2and3.time._struct_time", "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2and3.threading.Barrier": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.threading.BoundedSemaphore": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.threading.BrokenBarrierError": [ "BaseException", "Exception", "RuntimeError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.threading.Condition": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.threading.Event": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.threading.Lock": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.threading.Semaphore": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.threading.Thread": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.threading.ThreadError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.threading.Timer": [ "jedi.third_party.typeshed.stdlib.2and3.threading.Thread", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.threading._DummyThread": [ "jedi.third_party.typeshed.stdlib.2and3.threading.Thread", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.threading._RLock": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.threading.local": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.termios.error": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.telnetlib.Telnet": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.tarfile.CompressionError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.tarfile.TarError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.tarfile.ExtractError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.tarfile.TarError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.tarfile.HeaderError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.tarfile.TarError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.tarfile.ReadError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.tarfile.TarError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.tarfile.StreamError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.tarfile.TarError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.tarfile.TarError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.tarfile.TarFile": [ "object", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2and3.tarfile.TarInfo": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.tabnanny.NannyNag": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.symtable.Class": [ "jedi.third_party.typeshed.stdlib.2and3.symtable.SymbolTable", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.symtable.Function": [ "jedi.third_party.typeshed.stdlib.2and3.symtable.SymbolTable", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.symtable.Symbol": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.symtable.SymbolTable": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.sunau.Au_read": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.sunau.Au_write": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.sunau.Error": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.sunau._sunau_params": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2and3.struct.Struct": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.struct.error": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ssl.DefaultVerifyPaths": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ssl.MemoryBIO": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ssl.Purpose": [ "enum.Enum", "jedi.third_party.typeshed.stdlib.2and3.ssl._ASN1Object", "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ssl.SSLCertVerificationError": [ "BaseException", "Exception", "OSError", "ValueError", "jedi.third_party.typeshed.stdlib.2and3.ssl.SSLError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ssl.SSLContext": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ssl.SSLEOFError": [ "BaseException", "Exception", "OSError", "jedi.third_party.typeshed.stdlib.2and3.ssl.SSLError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ssl.SSLError": [ "BaseException", "Exception", "OSError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ssl.SSLObject": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ssl.SSLSession": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ssl.SSLSocket": [ "object", "socket.socket" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ssl.SSLSyscallError": [ "BaseException", "Exception", "OSError", "jedi.third_party.typeshed.stdlib.2and3.ssl.SSLError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ssl.SSLWantReadError": [ "BaseException", "Exception", "OSError", "jedi.third_party.typeshed.stdlib.2and3.ssl.SSLError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ssl.SSLWantWriteError": [ "BaseException", "Exception", "OSError", "jedi.third_party.typeshed.stdlib.2and3.ssl.SSLError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ssl.SSLZeroReturnError": [ "BaseException", "Exception", "OSError", "jedi.third_party.typeshed.stdlib.2and3.ssl.SSLError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ssl.TLSVersion": [ "complex", "enum.Enum", "enum.IntEnum", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ssl.VerifyFlags": [ "complex", "enum.Enum", "enum.Flag", "enum.IntFlag", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ssl.VerifyMode": [ "complex", "enum.Enum", "enum.IntEnum", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ssl._ASN1Object": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2and3.sqlite3.dbapi2.Connection": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.sqlite3.dbapi2.Cursor": [ "object", "typing.Generic", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2and3.sqlite3.dbapi2.DataError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.sqlite3.dbapi2.DatabaseError", "jedi.third_party.typeshed.stdlib.2and3.sqlite3.dbapi2.Error", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.sqlite3.dbapi2.DatabaseError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.sqlite3.dbapi2.Error", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.sqlite3.dbapi2.Error": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.sqlite3.dbapi2.IntegrityError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.sqlite3.dbapi2.DatabaseError", "jedi.third_party.typeshed.stdlib.2and3.sqlite3.dbapi2.Error", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.sqlite3.dbapi2.InterfaceError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.sqlite3.dbapi2.Error", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.sqlite3.dbapi2.InternalError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.sqlite3.dbapi2.DatabaseError", "jedi.third_party.typeshed.stdlib.2and3.sqlite3.dbapi2.Error", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.sqlite3.dbapi2.NotSupportedError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.sqlite3.dbapi2.DatabaseError", "jedi.third_party.typeshed.stdlib.2and3.sqlite3.dbapi2.Error", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.sqlite3.dbapi2.OperationalError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.sqlite3.dbapi2.DatabaseError", "jedi.third_party.typeshed.stdlib.2and3.sqlite3.dbapi2.Error", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.sqlite3.dbapi2.OptimizedUnicode": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.sqlite3.dbapi2.PrepareProtocol": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.sqlite3.dbapi2.ProgrammingError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.sqlite3.dbapi2.DatabaseError", "jedi.third_party.typeshed.stdlib.2and3.sqlite3.dbapi2.Error", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.sqlite3.dbapi2.Row": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.sqlite3.dbapi2.Warning": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.socket.AddressFamily": [ "complex", "enum.Enum", "enum.IntEnum", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.stdlib.2and3.socket.AddressInfo": [ "complex", "enum.Enum", "enum.Flag", "enum.IntFlag", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.stdlib.2and3.socket.MsgFlag": [ "complex", "enum.Enum", "enum.Flag", "enum.IntFlag", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.stdlib.2and3.socket.SocketKind": [ "complex", "enum.Enum", "enum.IntEnum", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.stdlib.2and3.socket.gaierror": [ "BaseException", "Exception", "OSError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.socket.herror": [ "BaseException", "Exception", "OSError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.socket.socket": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.socket.timeout": [ "BaseException", "Exception", "OSError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.sndhdr.SndHeaders": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2and3.smtpd.DebuggingServer": [ "asyncore.dispatcher", "jedi.third_party.typeshed.stdlib.2and3.smtpd.SMTPServer", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.smtpd.MailmanProxy": [ "asyncore.dispatcher", "jedi.third_party.typeshed.stdlib.2and3.smtpd.PureProxy", "jedi.third_party.typeshed.stdlib.2and3.smtpd.SMTPServer", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.smtpd.PureProxy": [ "asyncore.dispatcher", "jedi.third_party.typeshed.stdlib.2and3.smtpd.SMTPServer", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.smtpd.SMTPChannel": [ "asynchat.async_chat", "asyncore.dispatcher", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.smtpd.SMTPServer": [ "asyncore.dispatcher", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.shutil.Error": [ "BaseException", "Exception", "OSError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.shutil.ExecError": [ "BaseException", "Exception", "OSError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.shutil.ReadError": [ "BaseException", "Exception", "OSError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.shutil.RegistryError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.shutil.SameFileError": [ "BaseException", "Exception", "OSError", "jedi.third_party.typeshed.stdlib.2and3.shutil.Error", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.shutil.SpecialFileError": [ "BaseException", "Exception", "OSError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.shutil._Reader": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2and3.shutil._Writer": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2and3.shutil._ntuple_diskusage": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2and3.select._HasFileno": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2and3.select.devpoll": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.select.epoll": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.select.kevent": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.select.kqueue": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.select.poll": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.sched.Event": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2and3.sched.scheduler": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.rlcompleter.Completer": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.pyexpat.ExpatError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.pyexpat.XMLParserType": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.pyexpat._Reader": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2and3.pydoc.Doc": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.pydoc.ErrorDuringImport": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.pydoc.HTMLDoc": [ "jedi.third_party.typeshed.stdlib.2and3.pydoc.Doc", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.pydoc.HTMLRepr": [ "object", "reprlib.Repr" ] }, { "jedi.third_party.typeshed.stdlib.2and3.pydoc.Helper": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.pydoc.ModuleScanner": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.pydoc.TextDoc": [ "jedi.third_party.typeshed.stdlib.2and3.pydoc.Doc", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.pydoc.TextRepr": [ "object", "reprlib.Repr" ] }, { "jedi.third_party.typeshed.stdlib.2and3.pydoc._OldStyleClass": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.pyclbr.Class": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.pyclbr.Function": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.py_compile.PyCompileError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.py_compile.PycInvalidationMode": [ "enum.Enum", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.pwd.struct_passwd": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2and3.pstats.Stats": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.profile.Profile": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.pprint.PrettyPrinter": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.poplib.POP3": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.poplib.POP3_SSL": [ "jedi.third_party.typeshed.stdlib.2and3.poplib.POP3", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.poplib.error_proto": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.plistlib.Data": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.plistlib.PlistFormat": [ "enum.Enum", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.plistlib.UID": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.pkgutil.ImpImporter": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.pkgutil.ImpLoader": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.pkgutil.ModuleInfo": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2and3.pickletools.ArgumentDescriptor": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.pickletools.OpcodeInfo": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.pickletools.StackObject": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.pickle.PickleError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.pickle.Pickler": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.pickle.PicklingError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.pickle.PickleError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.pickle.Unpickler": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.pickle.UnpicklingError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.pickle.PickleError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.pdb.Pdb": [ "cmd.Cmd", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.pdb.Restart": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.optparse.AmbiguousOptionError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.optparse.BadOptionError", "jedi.third_party.typeshed.stdlib.2and3.optparse.OptParseError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.optparse.BadOptionError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.optparse.OptParseError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.optparse.HelpFormatter": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.optparse.IndentedHelpFormatter": [ "jedi.third_party.typeshed.stdlib.2and3.optparse.HelpFormatter", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.optparse.OptParseError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.optparse.Option": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.optparse.OptionConflictError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.optparse.OptParseError", "jedi.third_party.typeshed.stdlib.2and3.optparse.OptionError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.optparse.OptionContainer": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.optparse.OptionError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.optparse.OptParseError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.optparse.OptionGroup": [ "jedi.third_party.typeshed.stdlib.2and3.optparse.OptionContainer", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.optparse.OptionParser": [ "jedi.third_party.typeshed.stdlib.2and3.optparse.OptionContainer", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.optparse.OptionValueError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.optparse.OptParseError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.optparse.TitledHelpFormatter": [ "jedi.third_party.typeshed.stdlib.2and3.optparse.HelpFormatter", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.optparse.Values": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.numbers.Complex": [ "jedi.third_party.typeshed.stdlib.2and3.numbers.Number", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.numbers.Integral": [ "jedi.third_party.typeshed.stdlib.2and3.numbers.Complex", "jedi.third_party.typeshed.stdlib.2and3.numbers.Number", "jedi.third_party.typeshed.stdlib.2and3.numbers.Rational", "jedi.third_party.typeshed.stdlib.2and3.numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.stdlib.2and3.numbers.Number": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.numbers.Rational": [ "jedi.third_party.typeshed.stdlib.2and3.numbers.Complex", "jedi.third_party.typeshed.stdlib.2and3.numbers.Number", "jedi.third_party.typeshed.stdlib.2and3.numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.stdlib.2and3.numbers.Real": [ "jedi.third_party.typeshed.stdlib.2and3.numbers.Complex", "jedi.third_party.typeshed.stdlib.2and3.numbers.Number", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.stdlib.2and3.nis.error": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.netrc.NetrcParseError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.netrc.netrc": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.modulefinder.Module": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.modulefinder.ModuleFinder": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.mmap._mmap": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.mmap.mmap": [ "jedi.third_party.typeshed.stdlib.2and3.mmap._mmap", "object", "typing.ContextManager", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Sized" ] }, { "jedi.third_party.typeshed.stdlib.2and3.mimetypes.MimeTypes": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.mailbox.Babyl": [ "jedi.third_party.typeshed.stdlib.2and3.mailbox.Mailbox", "jedi.third_party.typeshed.stdlib.2and3.mailbox._singlefileMailbox", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.mailbox.BabylMessage": [ "email.message.Message", "jedi.third_party.typeshed.stdlib.2and3.mailbox.Message", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.mailbox.Error": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.mailbox.ExternalClashError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.mailbox.Error", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.mailbox.FormatError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.mailbox.Error", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.mailbox.MH": [ "jedi.third_party.typeshed.stdlib.2and3.mailbox.Mailbox", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.mailbox.MHMessage": [ "email.message.Message", "jedi.third_party.typeshed.stdlib.2and3.mailbox.Message", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.mailbox.MMDF": [ "jedi.third_party.typeshed.stdlib.2and3.mailbox.Mailbox", "jedi.third_party.typeshed.stdlib.2and3.mailbox._mboxMMDF", "jedi.third_party.typeshed.stdlib.2and3.mailbox._singlefileMailbox", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.mailbox.MMDFMessage": [ "email.message.Message", "jedi.third_party.typeshed.stdlib.2and3.mailbox.Message", "jedi.third_party.typeshed.stdlib.2and3.mailbox._mboxMMDFMessage", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.mailbox.Mailbox": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.mailbox.Maildir": [ "jedi.third_party.typeshed.stdlib.2and3.mailbox.Mailbox", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.mailbox.MaildirMessage": [ "email.message.Message", "jedi.third_party.typeshed.stdlib.2and3.mailbox.Message", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.mailbox.Message": [ "email.message.Message", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.mailbox.NoSuchMailboxError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.mailbox.Error", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.mailbox.NotEmptyError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.mailbox.Error", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.mailbox._HasItems": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2and3.mailbox._HasIteritems": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2and3.mailbox._PartialFile": [ "jedi.third_party.typeshed.stdlib.2and3.mailbox._ProxyFile", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.mailbox._ProxyFile": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.mailbox._mboxMMDF": [ "jedi.third_party.typeshed.stdlib.2and3.mailbox.Mailbox", "jedi.third_party.typeshed.stdlib.2and3.mailbox._singlefileMailbox", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.mailbox._mboxMMDFMessage": [ "email.message.Message", "jedi.third_party.typeshed.stdlib.2and3.mailbox.Message", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.mailbox._singlefileMailbox": [ "jedi.third_party.typeshed.stdlib.2and3.mailbox.Mailbox", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.mailbox.mbox": [ "jedi.third_party.typeshed.stdlib.2and3.mailbox.Mailbox", "jedi.third_party.typeshed.stdlib.2and3.mailbox._mboxMMDF", "jedi.third_party.typeshed.stdlib.2and3.mailbox._singlefileMailbox", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.mailbox.mboxMessage": [ "email.message.Message", "jedi.third_party.typeshed.stdlib.2and3.mailbox.Message", "jedi.third_party.typeshed.stdlib.2and3.mailbox._mboxMMDFMessage", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.logging.handlers.BaseRotatingHandler": [ "logging.FileHandler", "logging.Filterer", "logging.Handler", "logging.StreamHandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.logging.handlers.BufferingHandler": [ "logging.Filterer", "logging.Handler", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.logging.handlers.DatagramHandler": [ "jedi.third_party.typeshed.stdlib.2and3.logging.handlers.SocketHandler", "logging.Filterer", "logging.Handler", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.logging.handlers.HTTPHandler": [ "logging.Filterer", "logging.Handler", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.logging.handlers.MemoryHandler": [ "jedi.third_party.typeshed.stdlib.2and3.logging.handlers.BufferingHandler", "logging.Filterer", "logging.Handler", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.logging.handlers.NTEventLogHandler": [ "logging.Filterer", "logging.Handler", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.logging.handlers.QueueHandler": [ "logging.Filterer", "logging.Handler", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.logging.handlers.QueueListener": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.logging.handlers.RotatingFileHandler": [ "jedi.third_party.typeshed.stdlib.2and3.logging.handlers.BaseRotatingHandler", "logging.FileHandler", "logging.Filterer", "logging.Handler", "logging.StreamHandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.logging.handlers.SMTPHandler": [ "logging.Filterer", "logging.Handler", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.logging.handlers.SocketHandler": [ "logging.Filterer", "logging.Handler", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.logging.handlers.SysLogHandler": [ "logging.Filterer", "logging.Handler", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.logging.handlers.TimedRotatingFileHandler": [ "jedi.third_party.typeshed.stdlib.2and3.logging.handlers.BaseRotatingHandler", "logging.FileHandler", "logging.Filterer", "logging.Handler", "logging.StreamHandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.logging.handlers.WatchedFileHandler": [ "logging.FileHandler", "logging.Filterer", "logging.Handler", "logging.StreamHandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.logging.FileHandler": [ "jedi.third_party.typeshed.stdlib.2and3.logging.Filterer", "jedi.third_party.typeshed.stdlib.2and3.logging.Handler", "jedi.third_party.typeshed.stdlib.2and3.logging.StreamHandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.logging.Filter": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.logging.Filterer": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.logging.Formatter": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.logging.Handler": [ "jedi.third_party.typeshed.stdlib.2and3.logging.Filterer", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.logging.LogRecord": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.logging.Logger": [ "jedi.third_party.typeshed.stdlib.2and3.logging.Filterer", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.logging.LoggerAdapter": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.logging.NullHandler": [ "jedi.third_party.typeshed.stdlib.2and3.logging.Filterer", "jedi.third_party.typeshed.stdlib.2and3.logging.Handler", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.logging.PercentStyle": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.logging.PlaceHolder": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.logging.RootLogger": [ "jedi.third_party.typeshed.stdlib.2and3.logging.Filterer", "jedi.third_party.typeshed.stdlib.2and3.logging.Logger", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.logging.StrFormatStyle": [ "jedi.third_party.typeshed.stdlib.2and3.logging.PercentStyle", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.logging.StreamHandler": [ "jedi.third_party.typeshed.stdlib.2and3.logging.Filterer", "jedi.third_party.typeshed.stdlib.2and3.logging.Handler", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.logging.StringTemplateStyle": [ "jedi.third_party.typeshed.stdlib.2and3.logging.PercentStyle", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.locale.Error": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.lib2to3.pytree.Base": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.lib2to3.pytree.BasePattern": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.lib2to3.pytree.Leaf": [ "jedi.third_party.typeshed.stdlib.2and3.lib2to3.pytree.Base", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.lib2to3.pytree.LeafPattern": [ "jedi.third_party.typeshed.stdlib.2and3.lib2to3.pytree.BasePattern", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.lib2to3.pytree.NegatedPattern": [ "jedi.third_party.typeshed.stdlib.2and3.lib2to3.pytree.BasePattern", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.lib2to3.pytree.Node": [ "jedi.third_party.typeshed.stdlib.2and3.lib2to3.pytree.Base", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.lib2to3.pytree.NodePattern": [ "jedi.third_party.typeshed.stdlib.2and3.lib2to3.pytree.BasePattern", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.lib2to3.pytree.WildcardPattern": [ "jedi.third_party.typeshed.stdlib.2and3.lib2to3.pytree.BasePattern", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.lib2to3.pygram.Symbols": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.lib2to3.pygram.pattern_symbols": [ "jedi.third_party.typeshed.stdlib.2and3.lib2to3.pygram.Symbols", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.lib2to3.pygram.python_symbols": [ "jedi.third_party.typeshed.stdlib.2and3.lib2to3.pygram.Symbols", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.lib2to3.pgen2.tokenize.StopTokenizing": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.lib2to3.pgen2.tokenize.TokenError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.lib2to3.pgen2.tokenize.Untokenizer": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.lib2to3.pgen2.pgen.DFAState": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.lib2to3.pgen2.pgen.NFAState": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.lib2to3.pgen2.pgen.ParserGenerator": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.lib2to3.pgen2.pgen.PgenGrammar": [ "lib2to3.pgen2.grammar.Grammar", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.lib2to3.pgen2.parse.ParseError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.lib2to3.pgen2.parse.Parser": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.lib2to3.pgen2.grammar.Grammar": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.lib2to3.pgen2.driver.Driver": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.imaplib.IMAP4": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.imaplib.IMAP4_SSL": [ "jedi.third_party.typeshed.stdlib.2and3.imaplib.IMAP4", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.imaplib.IMAP4_stream": [ "jedi.third_party.typeshed.stdlib.2and3.imaplib.IMAP4", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.imaplib._Authenticator": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.hmac.HMAC": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.grp.struct_group": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ftplib.Error": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ftplib.FTP": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ftplib.FTP_TLS": [ "jedi.third_party.typeshed.stdlib.2and3.ftplib.FTP", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ftplib._ReadLineable": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ftplib._Readable": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ftplib.error_perm": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.ftplib.Error", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ftplib.error_proto": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.ftplib.Error", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ftplib.error_reply": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.ftplib.Error", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ftplib.error_temp": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.ftplib.Error", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.fractions.Fraction": [ "numbers.Complex", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.typeshed.stdlib.2and3.formatter.AbstractFormatter": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.formatter.AbstractWriter": [ "jedi.third_party.typeshed.stdlib.2and3.formatter.NullWriter", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.formatter.DumbWriter": [ "jedi.third_party.typeshed.stdlib.2and3.formatter.NullWriter", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.formatter.NullFormatter": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.formatter.NullWriter": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.fileinput.FileInput": [ "object", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2and3.filecmp.dircmp": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.doctest.DebugRunner": [ "jedi.third_party.typeshed.stdlib.2and3.doctest.DocTestRunner", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.doctest.DocFileCase": [ "jedi.third_party.typeshed.stdlib.2and3.doctest.DocTestCase", "object", "unittest.case.TestCase" ] }, { "jedi.third_party.typeshed.stdlib.2and3.doctest.DocTest": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.doctest.DocTestCase": [ "object", "unittest.case.TestCase" ] }, { "jedi.third_party.typeshed.stdlib.2and3.doctest.DocTestFailure": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.doctest.DocTestFinder": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.doctest.DocTestParser": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.doctest.DocTestRunner": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.doctest.Example": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.doctest.OutputChecker": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.doctest.SkipDocTestCase": [ "jedi.third_party.typeshed.stdlib.2and3.doctest.DocTestCase", "object", "unittest.case.TestCase" ] }, { "jedi.third_party.typeshed.stdlib.2and3.doctest.TestResults": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2and3.doctest.UnexpectedException": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.doctest._DocTestSuite": [ "object", "typing.Generic", "typing.Iterable", "typing.Protocol", "unittest.suite.BaseTestSuite", "unittest.suite.TestSuite" ] }, { "jedi.third_party.typeshed.stdlib.2and3.distutils.version.LooseVersion": [ "jedi.third_party.typeshed.stdlib.2and3.distutils.version.Version", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.distutils.version.StrictVersion": [ "jedi.third_party.typeshed.stdlib.2and3.distutils.version.Version", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.distutils.version.Version": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.distutils.unixccompiler.UnixCCompiler": [ "distutils.ccompiler.CCompiler", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.distutils.text_file.TextFile": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.distutils.msvccompiler.MSVCCompiler": [ "distutils.ccompiler.CCompiler", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.distutils.log.Log": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.distutils.filelist.FileList": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.distutils.fancy_getopt.FancyGetopt": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.distutils.fancy_getopt.OptionDummy": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.distutils.extension.Extension": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.distutils.errors.CCompilerError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.distutils.errors.CompileError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.distutils.errors.CCompilerError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.distutils.errors.DistutilsArgError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.distutils.errors.DistutilsError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.distutils.errors.DistutilsByteCompileError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.distutils.errors.DistutilsError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.distutils.errors.DistutilsClassError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.distutils.errors.DistutilsError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.distutils.errors.DistutilsError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.distutils.errors.DistutilsExecError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.distutils.errors.DistutilsError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.distutils.errors.DistutilsFileError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.distutils.errors.DistutilsError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.distutils.errors.DistutilsGetoptError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.distutils.errors.DistutilsError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.distutils.errors.DistutilsInternalError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.distutils.errors.DistutilsError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.distutils.errors.DistutilsModuleError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.distutils.errors.DistutilsError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.distutils.errors.DistutilsOptionError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.distutils.errors.DistutilsError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.distutils.errors.DistutilsPlatformError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.distutils.errors.DistutilsError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.distutils.errors.DistutilsSetupError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.distutils.errors.DistutilsError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.distutils.errors.DistutilsTemplateError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.distutils.errors.DistutilsError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.distutils.errors.LibError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.distutils.errors.CCompilerError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.distutils.errors.LinkError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.distutils.errors.CCompilerError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.distutils.errors.PreprocessError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.distutils.errors.CCompilerError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.distutils.errors.UnknownFileError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.distutils.errors.CCompilerError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.distutils.dist.Distribution": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.distutils.cygwinccompiler.CygwinCCompiler": [ "distutils.ccompiler.CCompiler", "distutils.unixccompiler.UnixCCompiler", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.distutils.cygwinccompiler.Mingw32CCompiler": [ "distutils.ccompiler.CCompiler", "distutils.unixccompiler.UnixCCompiler", "jedi.third_party.typeshed.stdlib.2and3.distutils.cygwinccompiler.CygwinCCompiler", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.distutils.command.install.install": [ "distutils.cmd.Command", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.distutils.command.build_py.build_py": [ "distutils.cmd.Command", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.distutils.command.build_py.build_py_2to3": [ "distutils.cmd.Command", "jedi.third_party.typeshed.stdlib.2and3.distutils.command.build_py.build_py", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.distutils.command.bdist_msi.bdist_msi": [ "distutils.cmd.Command", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.distutils.cmd.Command": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.distutils.ccompiler.CCompiler": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.distutils.bcppcompiler.BCPPCompiler": [ "distutils.ccompiler.CCompiler", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.dis.Bytecode": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.dis.Instruction": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2and3.difflib.Differ": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.difflib.HtmlDiff": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.difflib.Match": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2and3.difflib.SequenceMatcher": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.decimal.Clamped": [ "ArithmeticError", "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.decimal.DecimalException", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.decimal.Context": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.decimal.ConversionSyntax": [ "ArithmeticError", "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.decimal.DecimalException", "jedi.third_party.typeshed.stdlib.2and3.decimal.InvalidOperation", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.decimal.Decimal": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.decimal.DecimalException": [ "ArithmeticError", "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.decimal.DecimalTuple": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2and3.decimal.DivisionByZero": [ "ArithmeticError", "BaseException", "Exception", "ZeroDivisionError", "jedi.third_party.typeshed.stdlib.2and3.decimal.DecimalException", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.decimal.DivisionImpossible": [ "ArithmeticError", "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.decimal.DecimalException", "jedi.third_party.typeshed.stdlib.2and3.decimal.InvalidOperation", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.decimal.DivisionUndefined": [ "ArithmeticError", "BaseException", "Exception", "ZeroDivisionError", "jedi.third_party.typeshed.stdlib.2and3.decimal.DecimalException", "jedi.third_party.typeshed.stdlib.2and3.decimal.InvalidOperation", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.decimal.FloatOperation": [ "ArithmeticError", "BaseException", "Exception", "TypeError", "jedi.third_party.typeshed.stdlib.2and3.decimal.DecimalException", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.decimal.Inexact": [ "ArithmeticError", "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.decimal.DecimalException", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.decimal.InvalidContext": [ "ArithmeticError", "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.decimal.DecimalException", "jedi.third_party.typeshed.stdlib.2and3.decimal.InvalidOperation", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.decimal.InvalidOperation": [ "ArithmeticError", "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.decimal.DecimalException", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.decimal.Overflow": [ "ArithmeticError", "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.decimal.DecimalException", "jedi.third_party.typeshed.stdlib.2and3.decimal.Inexact", "jedi.third_party.typeshed.stdlib.2and3.decimal.Rounded", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.decimal.Rounded": [ "ArithmeticError", "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.decimal.DecimalException", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.decimal.Subnormal": [ "ArithmeticError", "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.decimal.DecimalException", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.decimal.Underflow": [ "ArithmeticError", "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2and3.decimal.DecimalException", "jedi.third_party.typeshed.stdlib.2and3.decimal.Inexact", "jedi.third_party.typeshed.stdlib.2and3.decimal.Rounded", "jedi.third_party.typeshed.stdlib.2and3.decimal.Subnormal", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.decimal._ContextManager": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.datetime.date": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.datetime.datetime": [ "jedi.third_party.typeshed.stdlib.2and3.datetime.date", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.datetime.time": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.datetime.timedelta": [ "object", "typing.Generic", "typing.Protocol", "typing.SupportsAbs" ] }, { "jedi.third_party.typeshed.stdlib.2and3.datetime.timezone": [ "jedi.third_party.typeshed.stdlib.2and3.datetime.tzinfo", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.datetime.tzinfo": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.curses.textpad.Textbox": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.curses.panel._Curses_Panel": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.wintypes.FILETIME": [ "ctypes.Structure", "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.wintypes.LPARAM": [ "ctypes._CData", "ctypes._SimpleCData", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.wintypes.MSG": [ "ctypes.Structure", "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.wintypes.POINT": [ "ctypes.Structure", "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.wintypes.RECT": [ "ctypes.Structure", "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.wintypes.SIZE": [ "ctypes.Structure", "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.wintypes.VARIANT_BOOL": [ "ctypes._CData", "ctypes._SimpleCData", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.wintypes.WIN32_FIND_DATAA": [ "ctypes.Structure", "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.wintypes.WIN32_FIND_DATAW": [ "ctypes.Structure", "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.wintypes.WPARAM": [ "ctypes._CData", "ctypes._SimpleCData", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.wintypes._COORD": [ "ctypes.Structure", "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.wintypes._SMALL_RECT": [ "ctypes.Structure", "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.ArgumentError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.Array": [ "jedi.third_party.typeshed.stdlib.2and3.ctypes._CData", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.BigEndianStructure": [ "jedi.third_party.typeshed.stdlib.2and3.ctypes.Structure", "jedi.third_party.typeshed.stdlib.2and3.ctypes._CData", "jedi.third_party.typeshed.stdlib.2and3.ctypes._StructUnionBase", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.CDLL": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.LibraryLoader": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.LittleEndianStructure": [ "jedi.third_party.typeshed.stdlib.2and3.ctypes.Structure", "jedi.third_party.typeshed.stdlib.2and3.ctypes._CData", "jedi.third_party.typeshed.stdlib.2and3.ctypes._StructUnionBase", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.PyDLL": [ "jedi.third_party.typeshed.stdlib.2and3.ctypes.CDLL", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.Structure": [ "jedi.third_party.typeshed.stdlib.2and3.ctypes._CData", "jedi.third_party.typeshed.stdlib.2and3.ctypes._StructUnionBase", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.Union": [ "jedi.third_party.typeshed.stdlib.2and3.ctypes._CData", "jedi.third_party.typeshed.stdlib.2and3.ctypes._StructUnionBase", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes._CArgObject": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes._CData": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes._CDataMeta": [ "object", "type", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes._CField": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes._FuncPointer": [ "jedi.third_party.typeshed.stdlib.2and3.ctypes._CData", "jedi.third_party.typeshed.stdlib.2and3.ctypes._PointerLike", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes._PointerLike": [ "jedi.third_party.typeshed.stdlib.2and3.ctypes._CData", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes._SimpleCData": [ "jedi.third_party.typeshed.stdlib.2and3.ctypes._CData", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes._StructUnionBase": [ "jedi.third_party.typeshed.stdlib.2and3.ctypes._CData", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes._StructUnionMeta": [ "jedi.third_party.typeshed.stdlib.2and3.ctypes._CDataMeta", "object", "type", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.c_bool": [ "jedi.third_party.typeshed.stdlib.2and3.ctypes._CData", "jedi.third_party.typeshed.stdlib.2and3.ctypes._SimpleCData", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.c_byte": [ "jedi.third_party.typeshed.stdlib.2and3.ctypes._CData", "jedi.third_party.typeshed.stdlib.2and3.ctypes._SimpleCData", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.c_char": [ "jedi.third_party.typeshed.stdlib.2and3.ctypes._CData", "jedi.third_party.typeshed.stdlib.2and3.ctypes._SimpleCData", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.c_char_p": [ "jedi.third_party.typeshed.stdlib.2and3.ctypes._CData", "jedi.third_party.typeshed.stdlib.2and3.ctypes._PointerLike", "jedi.third_party.typeshed.stdlib.2and3.ctypes._SimpleCData", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.c_double": [ "jedi.third_party.typeshed.stdlib.2and3.ctypes._CData", "jedi.third_party.typeshed.stdlib.2and3.ctypes._SimpleCData", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.c_float": [ "jedi.third_party.typeshed.stdlib.2and3.ctypes._CData", "jedi.third_party.typeshed.stdlib.2and3.ctypes._SimpleCData", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.c_int": [ "jedi.third_party.typeshed.stdlib.2and3.ctypes._CData", "jedi.third_party.typeshed.stdlib.2and3.ctypes._SimpleCData", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.c_int16": [ "jedi.third_party.typeshed.stdlib.2and3.ctypes._CData", "jedi.third_party.typeshed.stdlib.2and3.ctypes._SimpleCData", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.c_int32": [ "jedi.third_party.typeshed.stdlib.2and3.ctypes._CData", "jedi.third_party.typeshed.stdlib.2and3.ctypes._SimpleCData", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.c_int64": [ "jedi.third_party.typeshed.stdlib.2and3.ctypes._CData", "jedi.third_party.typeshed.stdlib.2and3.ctypes._SimpleCData", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.c_int8": [ "jedi.third_party.typeshed.stdlib.2and3.ctypes._CData", "jedi.third_party.typeshed.stdlib.2and3.ctypes._SimpleCData", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.c_long": [ "jedi.third_party.typeshed.stdlib.2and3.ctypes._CData", "jedi.third_party.typeshed.stdlib.2and3.ctypes._SimpleCData", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.c_longdouble": [ "jedi.third_party.typeshed.stdlib.2and3.ctypes._CData", "jedi.third_party.typeshed.stdlib.2and3.ctypes._SimpleCData", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.c_longlong": [ "jedi.third_party.typeshed.stdlib.2and3.ctypes._CData", "jedi.third_party.typeshed.stdlib.2and3.ctypes._SimpleCData", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.c_short": [ "jedi.third_party.typeshed.stdlib.2and3.ctypes._CData", "jedi.third_party.typeshed.stdlib.2and3.ctypes._SimpleCData", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.c_size_t": [ "jedi.third_party.typeshed.stdlib.2and3.ctypes._CData", "jedi.third_party.typeshed.stdlib.2and3.ctypes._SimpleCData", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.c_ssize_t": [ "jedi.third_party.typeshed.stdlib.2and3.ctypes._CData", "jedi.third_party.typeshed.stdlib.2and3.ctypes._SimpleCData", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.c_ubyte": [ "jedi.third_party.typeshed.stdlib.2and3.ctypes._CData", "jedi.third_party.typeshed.stdlib.2and3.ctypes._SimpleCData", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.c_uint": [ "jedi.third_party.typeshed.stdlib.2and3.ctypes._CData", "jedi.third_party.typeshed.stdlib.2and3.ctypes._SimpleCData", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.c_uint16": [ "jedi.third_party.typeshed.stdlib.2and3.ctypes._CData", "jedi.third_party.typeshed.stdlib.2and3.ctypes._SimpleCData", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.c_uint32": [ "jedi.third_party.typeshed.stdlib.2and3.ctypes._CData", "jedi.third_party.typeshed.stdlib.2and3.ctypes._SimpleCData", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.c_uint64": [ "jedi.third_party.typeshed.stdlib.2and3.ctypes._CData", "jedi.third_party.typeshed.stdlib.2and3.ctypes._SimpleCData", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.c_uint8": [ "jedi.third_party.typeshed.stdlib.2and3.ctypes._CData", "jedi.third_party.typeshed.stdlib.2and3.ctypes._SimpleCData", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.c_ulong": [ "jedi.third_party.typeshed.stdlib.2and3.ctypes._CData", "jedi.third_party.typeshed.stdlib.2and3.ctypes._SimpleCData", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.c_ulonglong": [ "jedi.third_party.typeshed.stdlib.2and3.ctypes._CData", "jedi.third_party.typeshed.stdlib.2and3.ctypes._SimpleCData", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.c_ushort": [ "jedi.third_party.typeshed.stdlib.2and3.ctypes._CData", "jedi.third_party.typeshed.stdlib.2and3.ctypes._SimpleCData", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.c_void_p": [ "jedi.third_party.typeshed.stdlib.2and3.ctypes._CData", "jedi.third_party.typeshed.stdlib.2and3.ctypes._PointerLike", "jedi.third_party.typeshed.stdlib.2and3.ctypes._SimpleCData", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.c_wchar": [ "jedi.third_party.typeshed.stdlib.2and3.ctypes._CData", "jedi.third_party.typeshed.stdlib.2and3.ctypes._SimpleCData", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.c_wchar_p": [ "jedi.third_party.typeshed.stdlib.2and3.ctypes._CData", "jedi.third_party.typeshed.stdlib.2and3.ctypes._PointerLike", "jedi.third_party.typeshed.stdlib.2and3.ctypes._SimpleCData", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.pointer": [ "jedi.third_party.typeshed.stdlib.2and3.ctypes._CData", "jedi.third_party.typeshed.stdlib.2and3.ctypes._PointerLike", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.ctypes.py_object": [ "jedi.third_party.typeshed.stdlib.2and3.ctypes._CData", "jedi.third_party.typeshed.stdlib.2and3.ctypes._SimpleCData", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.csv.Dialect": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.csv.DictReader": [ "object", "typing.Generic", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2and3.csv.DictWriter": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.csv.Sniffer": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.csv.excel": [ "jedi.third_party.typeshed.stdlib.2and3.csv.Dialect", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.csv.excel_tab": [ "jedi.third_party.typeshed.stdlib.2and3.csv.Dialect", "jedi.third_party.typeshed.stdlib.2and3.csv.excel", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.csv.unix_dialect": [ "jedi.third_party.typeshed.stdlib.2and3.csv.Dialect", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.crypt._Method": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.copy.Error": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.contextlib.AsyncExitStack": [ "object", "typing.AsyncContextManager", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2and3.contextlib.ContextDecorator": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.contextlib.ExitStack": [ "object", "typing.ContextManager", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2and3.contextlib._GeneratorContextManager": [ "object", "typing.ContextManager", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2and3.contextlib.closing": [ "object", "typing.ContextManager", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2and3.contextlib.redirect_stderr": [ "object", "typing.ContextManager", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2and3.contextlib.redirect_stdout": [ "object", "typing.ContextManager", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2and3.contextlib.suppress": [ "object", "typing.ContextManager", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2and3.codeop.CommandCompiler": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.codeop.Compile": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.codecs.BufferedIncrementalDecoder": [ "jedi.third_party.typeshed.stdlib.2and3.codecs.IncrementalDecoder", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.codecs.BufferedIncrementalEncoder": [ "jedi.third_party.typeshed.stdlib.2and3.codecs.IncrementalEncoder", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.codecs.Codec": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.codecs.CodecInfo": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2and3.codecs.IncrementalDecoder": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.codecs.IncrementalEncoder": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.codecs.StreamReader": [ "jedi.third_party.typeshed.stdlib.2and3.codecs.Codec", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.codecs.StreamReaderWriter": [ "object", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol", "typing.TextIO" ] }, { "jedi.third_party.typeshed.stdlib.2and3.codecs.StreamRecoder": [ "object", "typing.BinaryIO", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2and3.codecs.StreamWriter": [ "jedi.third_party.typeshed.stdlib.2and3.codecs.Codec", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.codecs._Decoder": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2and3.codecs._Encoder": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2and3.codecs._IncrementalDecoder": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2and3.codecs._IncrementalEncoder": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2and3.codecs._StreamReader": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2and3.codecs._StreamWriter": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2and3.code.InteractiveConsole": [ "jedi.third_party.typeshed.stdlib.2and3.code.InteractiveInterpreter", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.code.InteractiveInterpreter": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.cmd.Cmd": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.chunk.Chunk": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.cgitb.Hook": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.cgi.FieldStorage": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.cgi.MiniFieldStorage": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.calendar.Calendar": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.calendar.HTMLCalendar": [ "jedi.third_party.typeshed.stdlib.2and3.calendar.Calendar", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.calendar.IllegalMonthError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.calendar.IllegalWeekdayError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.calendar.LocaleHTMLCalendar": [ "jedi.third_party.typeshed.stdlib.2and3.calendar.Calendar", "jedi.third_party.typeshed.stdlib.2and3.calendar.HTMLCalendar", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.calendar.LocaleTextCalendar": [ "jedi.third_party.typeshed.stdlib.2and3.calendar.Calendar", "jedi.third_party.typeshed.stdlib.2and3.calendar.TextCalendar", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.calendar.TextCalendar": [ "jedi.third_party.typeshed.stdlib.2and3.calendar.Calendar", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.calendar.different_locale": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.cProfile.Profile": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.bz2.BZ2Compressor": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.bz2.BZ2Decompressor": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.bz2.BZ2File": [ "io.BufferedIOBase", "io.IOBase", "object", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.ArithmeticError": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.AssertionError": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.AttributeError": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.BlockingIOError": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.OSError", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.BrokenPipeError": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.ConnectionError", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.OSError", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.BufferError": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.BytesWarning": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.Warning", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.ChildProcessError": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.OSError", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.ConnectionAbortedError": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.ConnectionError", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.OSError", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.ConnectionError": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.OSError", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.ConnectionRefusedError": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.ConnectionError", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.OSError", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.ConnectionResetError": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.ConnectionError", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.OSError", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.DeprecationWarning": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.Warning", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.EOFError": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.FileExistsError": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.OSError", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.FileNotFoundError": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.OSError", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.FloatingPointError": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.ArithmeticError", "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.FutureWarning": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.Warning", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.GeneratorExit": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.ImportError": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.ImportWarning": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.Warning", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.IndentationError": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.SyntaxError", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.IndexError": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.LookupError", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.InterruptedError": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.OSError", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.IsADirectoryError": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.OSError", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.KeyError": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.LookupError", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.KeyboardInterrupt": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.LookupError": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.MemoryError": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.ModuleNotFoundError": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.ImportError", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.NameError": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.NotADirectoryError": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.OSError", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.NotImplementedError": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.RuntimeError", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.OSError": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.OverflowError": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.ArithmeticError", "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.PendingDeprecationWarning": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.Warning", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.PermissionError": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.OSError", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.ProcessLookupError": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.OSError", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.RecursionError": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.RuntimeError", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.ReferenceError": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.ResourceWarning": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.Warning", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.RuntimeError": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.RuntimeWarning": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.Warning", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.StopAsyncIteration": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.StopIteration": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.SyntaxError": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.SyntaxWarning": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.Warning", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.SystemError": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.SystemExit": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.TabError": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.IndentationError", "jedi.third_party.typeshed.stdlib.2and3.builtins.SyntaxError", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.TimeoutError": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.OSError", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.TypeError": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.UnboundLocalError": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.NameError", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.UnicodeDecodeError": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.UnicodeError", "jedi.third_party.typeshed.stdlib.2and3.builtins.ValueError", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.UnicodeEncodeError": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.UnicodeError", "jedi.third_party.typeshed.stdlib.2and3.builtins.ValueError", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.UnicodeError": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.ValueError", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.UnicodeTranslateError": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.UnicodeError", "jedi.third_party.typeshed.stdlib.2and3.builtins.ValueError", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.UnicodeWarning": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.Warning", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.UserWarning": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.Warning", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.ValueError": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.Warning": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.WindowsError": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.OSError", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.ZeroDivisionError": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.ArithmeticError", "jedi.third_party.typeshed.stdlib.2and3.builtins.BaseException", "jedi.third_party.typeshed.stdlib.2and3.builtins.Exception", "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins._PathLike": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins._SupportsIndex": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins._Writer": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.bool": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.int", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.bytearray": [ "object", "typing.ByteString", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.bytes": [ "object", "typing.ByteString", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.classmethod": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.complex": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.dict": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.ellipsis": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.enumerate": [ "object", "typing.Generic", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.float": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.frozenset": [ "object", "typing.AbstractSet", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.int": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.list": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.memoryview": [ "object", "typing.Container", "typing.Generic", "typing.Protocol", "typing.Sized" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.object": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.property": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.range": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.set": [ "object", "typing.AbstractSet", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSet", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.slice": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.staticmethod": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.str": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.super": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.tuple": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2and3.builtins.type": [ "jedi.third_party.typeshed.stdlib.2and3.builtins.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.binhex.BinHex": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.binhex.Error": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.binhex.FInfo": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.binhex.HexBin": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.binhex.openrsrc": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.binascii.Error": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.binascii.Incomplete": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.bdb.Bdb": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.bdb.BdbQuit": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.bdb.Breakpoint": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.audioop.error": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.asyncore.ExitNow": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.asyncore.dispatcher": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.asyncore.dispatcher_with_send": [ "jedi.third_party.typeshed.stdlib.2and3.asyncore.dispatcher", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.asyncore.file_dispatcher": [ "jedi.third_party.typeshed.stdlib.2and3.asyncore.dispatcher", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.asyncore.file_wrapper": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.asynchat.async_chat": [ "asyncore.dispatcher", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.asynchat.simple_producer": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.array.array": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2and3.argparse.Action": [ "jedi.third_party.typeshed.stdlib.2and3.argparse._AttributeHolder", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.argparse.ArgumentDefaultsHelpFormatter": [ "jedi.third_party.typeshed.stdlib.2and3.argparse.HelpFormatter", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.argparse.ArgumentError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.argparse.ArgumentParser": [ "jedi.third_party.typeshed.stdlib.2and3.argparse._ActionsContainer", "jedi.third_party.typeshed.stdlib.2and3.argparse._AttributeHolder", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.argparse.ArgumentTypeError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.argparse.FileType": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.argparse.HelpFormatter": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.argparse.MetavarTypeHelpFormatter": [ "jedi.third_party.typeshed.stdlib.2and3.argparse.HelpFormatter", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.argparse.Namespace": [ "jedi.third_party.typeshed.stdlib.2and3.argparse._AttributeHolder", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.argparse.RawDescriptionHelpFormatter": [ "jedi.third_party.typeshed.stdlib.2and3.argparse.HelpFormatter", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.argparse.RawTextHelpFormatter": [ "jedi.third_party.typeshed.stdlib.2and3.argparse.HelpFormatter", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.argparse._ActionsContainer": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.argparse._AppendAction": [ "jedi.third_party.typeshed.stdlib.2and3.argparse.Action", "jedi.third_party.typeshed.stdlib.2and3.argparse._AttributeHolder", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.argparse._AppendConstAction": [ "jedi.third_party.typeshed.stdlib.2and3.argparse.Action", "jedi.third_party.typeshed.stdlib.2and3.argparse._AttributeHolder", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.argparse._ArgumentGroup": [ "jedi.third_party.typeshed.stdlib.2and3.argparse._ActionsContainer", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.argparse._AttributeHolder": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.argparse._CountAction": [ "jedi.third_party.typeshed.stdlib.2and3.argparse.Action", "jedi.third_party.typeshed.stdlib.2and3.argparse._AttributeHolder", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.argparse._HelpAction": [ "jedi.third_party.typeshed.stdlib.2and3.argparse.Action", "jedi.third_party.typeshed.stdlib.2and3.argparse._AttributeHolder", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.argparse._MutuallyExclusiveGroup": [ "jedi.third_party.typeshed.stdlib.2and3.argparse._ActionsContainer", "jedi.third_party.typeshed.stdlib.2and3.argparse._ArgumentGroup", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.argparse._StoreAction": [ "jedi.third_party.typeshed.stdlib.2and3.argparse.Action", "jedi.third_party.typeshed.stdlib.2and3.argparse._AttributeHolder", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.argparse._StoreConstAction": [ "jedi.third_party.typeshed.stdlib.2and3.argparse.Action", "jedi.third_party.typeshed.stdlib.2and3.argparse._AttributeHolder", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.argparse._StoreFalseAction": [ "jedi.third_party.typeshed.stdlib.2and3.argparse.Action", "jedi.third_party.typeshed.stdlib.2and3.argparse._AttributeHolder", "jedi.third_party.typeshed.stdlib.2and3.argparse._StoreConstAction", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.argparse._StoreTrueAction": [ "jedi.third_party.typeshed.stdlib.2and3.argparse.Action", "jedi.third_party.typeshed.stdlib.2and3.argparse._AttributeHolder", "jedi.third_party.typeshed.stdlib.2and3.argparse._StoreConstAction", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.argparse._SubParsersAction": [ "jedi.third_party.typeshed.stdlib.2and3.argparse.Action", "jedi.third_party.typeshed.stdlib.2and3.argparse._AttributeHolder", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.argparse._VersionAction": [ "jedi.third_party.typeshed.stdlib.2and3.argparse.Action", "jedi.third_party.typeshed.stdlib.2and3.argparse._AttributeHolder", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.aifc.Aifc_read": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.aifc.Aifc_write": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.aifc.Error": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.aifc._aifc_params": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2and3._weakrefset.WeakSet": [ "object", "typing.AbstractSet", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSet", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2and3._weakref.CallableProxyType": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3._weakref.ProxyType": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3._weakref.ReferenceType": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2and3._random.Random": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3._curses._CursesWindow": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3._curses._ncurses_version": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2and3._curses.error": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3._csv.Dialect": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3._csv.Error": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3._csv._reader": [ "object", "typing.Generic", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2and3._csv._writer": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3._codecs._EncodingMap": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2and3.__future__._Feature": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.xmlrpclib.Binary": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.xmlrpclib.DateTime": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.xmlrpclib.Error": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.xmlrpclib.ExpatParser": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.xmlrpclib.Fault": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2.xmlrpclib.Error", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.xmlrpclib.GzipDecodedResponse": [ "_compression.BaseStream", "gzip.GzipFile", "io.BufferedIOBase", "io.IOBase", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.xmlrpclib.Marshaller": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.xmlrpclib.MultiCall": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.xmlrpclib.MultiCallIterator": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.xmlrpclib.ProtocolError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2.xmlrpclib.Error", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.xmlrpclib.ResponseError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2.xmlrpclib.Error", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.xmlrpclib.SafeTransport": [ "jedi.third_party.typeshed.stdlib.2.xmlrpclib.Transport", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.xmlrpclib.ServerProxy": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.xmlrpclib.SlowParser": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.xmlrpclib.Transport": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.xmlrpclib.Unmarshaller": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.xmlrpclib._Method": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.xmlrpclib._MultiCallMethod": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.urlparse.ParseResult": [ "jedi.third_party.typeshed.stdlib.2.urlparse.ResultMixin", "jedi.third_party.typeshed.stdlib.2.urlparse._ParseResult", "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2.urlparse.ResultMixin": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.urlparse.SplitResult": [ "jedi.third_party.typeshed.stdlib.2.urlparse.ResultMixin", "jedi.third_party.typeshed.stdlib.2.urlparse._SplitResult", "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2.urlparse._ParseResult": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2.urlparse._SplitResult": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2.urllib2.AbstractBasicAuthHandler": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.urllib2.AbstractDigestAuthHandler": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.urllib2.AbstractHTTPHandler": [ "jedi.third_party.typeshed.stdlib.2.urllib2.BaseHandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.urllib2.BaseHandler": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.urllib2.CacheFTPHandler": [ "jedi.third_party.typeshed.stdlib.2.urllib2.BaseHandler", "jedi.third_party.typeshed.stdlib.2.urllib2.FTPHandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.urllib2.FTPHandler": [ "jedi.third_party.typeshed.stdlib.2.urllib2.BaseHandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.urllib2.FileHandler": [ "jedi.third_party.typeshed.stdlib.2.urllib2.BaseHandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.urllib2.HTTPBasicAuthHandler": [ "jedi.third_party.typeshed.stdlib.2.urllib2.AbstractBasicAuthHandler", "jedi.third_party.typeshed.stdlib.2.urllib2.BaseHandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.urllib2.HTTPCookieProcessor": [ "jedi.third_party.typeshed.stdlib.2.urllib2.BaseHandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.urllib2.HTTPDefaultErrorHandler": [ "jedi.third_party.typeshed.stdlib.2.urllib2.BaseHandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.urllib2.HTTPDigestAuthHandler": [ "jedi.third_party.typeshed.stdlib.2.urllib2.AbstractDigestAuthHandler", "jedi.third_party.typeshed.stdlib.2.urllib2.BaseHandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.urllib2.HTTPError": [ "BaseException", "Exception", "OSError", "jedi.third_party.typeshed.stdlib.2.urllib2.URLError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.urllib2.HTTPErrorProcessor": [ "jedi.third_party.typeshed.stdlib.2.urllib2.BaseHandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.urllib2.HTTPHandler": [ "jedi.third_party.typeshed.stdlib.2.urllib2.AbstractHTTPHandler", "jedi.third_party.typeshed.stdlib.2.urllib2.BaseHandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.urllib2.HTTPPasswordMgr": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.urllib2.HTTPPasswordMgrWithDefaultRealm": [ "jedi.third_party.typeshed.stdlib.2.urllib2.HTTPPasswordMgr", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.urllib2.HTTPRedirectHandler": [ "jedi.third_party.typeshed.stdlib.2.urllib2.BaseHandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.urllib2.HTTPSHandler": [ "jedi.third_party.typeshed.stdlib.2.urllib2.AbstractHTTPHandler", "jedi.third_party.typeshed.stdlib.2.urllib2.BaseHandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.urllib2.OpenerDirector": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.urllib2.ProxyBasicAuthHandler": [ "jedi.third_party.typeshed.stdlib.2.urllib2.AbstractBasicAuthHandler", "jedi.third_party.typeshed.stdlib.2.urllib2.BaseHandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.urllib2.ProxyDigestAuthHandler": [ "jedi.third_party.typeshed.stdlib.2.urllib2.AbstractDigestAuthHandler", "jedi.third_party.typeshed.stdlib.2.urllib2.BaseHandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.urllib2.ProxyHandler": [ "jedi.third_party.typeshed.stdlib.2.urllib2.BaseHandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.urllib2.Request": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.urllib2.URLError": [ "BaseException", "Exception", "OSError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.urllib2.UnknownHandler": [ "jedi.third_party.typeshed.stdlib.2.urllib2.BaseHandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.urllib.ContentTooShortError": [ "BaseException", "Exception", "OSError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.urllib.FancyURLopener": [ "jedi.third_party.typeshed.stdlib.2.urllib.URLopener", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.urllib.URLopener": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.urllib.addbase": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.urllib.addclosehook": [ "jedi.third_party.typeshed.stdlib.2.urllib.addbase", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.urllib.addinfo": [ "jedi.third_party.typeshed.stdlib.2.urllib.addbase", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.urllib.addinfourl": [ "jedi.third_party.typeshed.stdlib.2.urllib.addbase", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.urllib.ftpwrapper": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.unittest.FunctionTestCase": [ "jedi.third_party.typeshed.stdlib.2.unittest.Testable", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.unittest.SkipTest": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.unittest.TestCase": [ "jedi.third_party.typeshed.stdlib.2.unittest.Testable", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.unittest.TestLoader": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.unittest.TestProgram": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.unittest.TestResult": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.unittest.TestSuite": [ "jedi.third_party.typeshed.stdlib.2.unittest.Testable", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.unittest.Testable": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.unittest.TextTestResult": [ "jedi.third_party.typeshed.stdlib.2.unittest.TestResult", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.unittest.TextTestRunner": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.unittest._AssertRaisesBaseContext": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.unittest._AssertRaisesContext": [ "jedi.third_party.typeshed.stdlib.2.unittest._AssertRaisesBaseContext", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.typing.AbstractSet": [ "jedi.third_party.typeshed.stdlib.2.typing.Container", "jedi.third_party.typeshed.stdlib.2.typing.Iterable", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.typing.BinaryIO": [ "jedi.third_party.typeshed.stdlib.2.typing.IO", "jedi.third_party.typeshed.stdlib.2.typing.Iterable", "jedi.third_party.typeshed.stdlib.2.typing.Iterator", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.typing.ByteString": [ "jedi.third_party.typeshed.stdlib.2.typing.Container", "jedi.third_party.typeshed.stdlib.2.typing.Iterable", "jedi.third_party.typeshed.stdlib.2.typing.Reversible", "jedi.third_party.typeshed.stdlib.2.typing.Sequence", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.typing.Container": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.typing.ContextManager": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.typing.Generator": [ "jedi.third_party.typeshed.stdlib.2.typing.Iterable", "jedi.third_party.typeshed.stdlib.2.typing.Iterator", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.typing.GenericMeta": [ "object", "type", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2.typing.Hashable": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.typing.IO": [ "jedi.third_party.typeshed.stdlib.2.typing.Iterable", "jedi.third_party.typeshed.stdlib.2.typing.Iterator", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.typing.ItemsView": [ "jedi.third_party.typeshed.stdlib.2.typing.AbstractSet", "jedi.third_party.typeshed.stdlib.2.typing.Container", "jedi.third_party.typeshed.stdlib.2.typing.Iterable", "jedi.third_party.typeshed.stdlib.2.typing.MappingView", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.typing.Iterable": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.typing.Iterator": [ "jedi.third_party.typeshed.stdlib.2.typing.Iterable", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.typing.KeysView": [ "jedi.third_party.typeshed.stdlib.2.typing.AbstractSet", "jedi.third_party.typeshed.stdlib.2.typing.Container", "jedi.third_party.typeshed.stdlib.2.typing.Iterable", "jedi.third_party.typeshed.stdlib.2.typing.MappingView", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.typing.Mapping": [ "jedi.third_party.typeshed.stdlib.2.typing.Container", "jedi.third_party.typeshed.stdlib.2.typing.Iterable", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.typing.MappingView": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.typing.Match": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.typing.MutableMapping": [ "jedi.third_party.typeshed.stdlib.2.typing.Container", "jedi.third_party.typeshed.stdlib.2.typing.Iterable", "jedi.third_party.typeshed.stdlib.2.typing.Mapping", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.typing.MutableSequence": [ "jedi.third_party.typeshed.stdlib.2.typing.Container", "jedi.third_party.typeshed.stdlib.2.typing.Iterable", "jedi.third_party.typeshed.stdlib.2.typing.Reversible", "jedi.third_party.typeshed.stdlib.2.typing.Sequence", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.typing.MutableSet": [ "jedi.third_party.typeshed.stdlib.2.typing.AbstractSet", "jedi.third_party.typeshed.stdlib.2.typing.Container", "jedi.third_party.typeshed.stdlib.2.typing.Iterable", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.typing.NamedTuple": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.typing.Pattern": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.typing.Reversible": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.typing.Sequence": [ "jedi.third_party.typeshed.stdlib.2.typing.Container", "jedi.third_party.typeshed.stdlib.2.typing.Iterable", "jedi.third_party.typeshed.stdlib.2.typing.Reversible", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.typing.Sized": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.typing.SupportsAbs": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.typing.SupportsComplex": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.typing.SupportsFloat": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.typing.SupportsInt": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.typing.TextIO": [ "jedi.third_party.typeshed.stdlib.2.typing.IO", "jedi.third_party.typeshed.stdlib.2.typing.Iterable", "jedi.third_party.typeshed.stdlib.2.typing.Iterator", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.typing.TypeAlias": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.typing.ValuesView": [ "jedi.third_party.typeshed.stdlib.2.typing.Iterable", "jedi.third_party.typeshed.stdlib.2.typing.MappingView", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.typing._SpecialForm": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.typing._TypedDict": [ "jedi.third_party.typeshed.stdlib.2.typing.Container", "jedi.third_party.typeshed.stdlib.2.typing.Iterable", "jedi.third_party.typeshed.stdlib.2.typing.Mapping", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.types.BuiltinFunctionType": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.types.ClassType": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.types.CodeType": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.types.DictProxyType": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.types.EllipsisType": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.types.FrameType": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.types.FunctionType": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.types.GeneratorType": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.types.GetSetDescriptorType": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.types.InstanceType": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.types.MemberDescriptorType": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.types.ModuleType": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.types.NoneType": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.types.NotImplementedType": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.types.TracebackType": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.types.UnboundMethodType": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.types._Cell": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.tokenize.StopTokenizing": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.tokenize.TokenError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.tokenize.Untokenizer": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.toaiff.error": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.thread.LockType": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.thread._local": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.thread._localdummy": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.thread.error": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.textwrap.TextWrapper": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.tempfile.TemporaryDirectory": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.tempfile._RandomNameSequence": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.tempfile._TemporaryFileWrapper": [ "object", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2.sys._WindowsVersionType": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.sys._flags": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.sys._float_info": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.sys._version_info": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2.subprocess.CalledProcessError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.subprocess.Popen": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2.string.Formatter": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.string.Template": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.sre_parse.Pattern": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.sre_parse.SubPattern": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.sre_parse.Tokenizer": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.sre_constants.error": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.spwd.struct_spwd": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2.smtplib.LMTP": [ "jedi.third_party.typeshed.stdlib.2.smtplib.SMTP", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.smtplib.SMTP": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.smtplib.SMTPAuthenticationError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2.smtplib.SMTPException", "jedi.third_party.typeshed.stdlib.2.smtplib.SMTPResponseException", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.smtplib.SMTPConnectError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2.smtplib.SMTPException", "jedi.third_party.typeshed.stdlib.2.smtplib.SMTPResponseException", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.smtplib.SMTPDataError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2.smtplib.SMTPException", "jedi.third_party.typeshed.stdlib.2.smtplib.SMTPResponseException", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.smtplib.SMTPException": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.smtplib.SMTPHeloError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2.smtplib.SMTPException", "jedi.third_party.typeshed.stdlib.2.smtplib.SMTPResponseException", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.smtplib.SMTPRecipientsRefused": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2.smtplib.SMTPException", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.smtplib.SMTPResponseException": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2.smtplib.SMTPException", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.smtplib.SMTPSenderRefused": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2.smtplib.SMTPException", "jedi.third_party.typeshed.stdlib.2.smtplib.SMTPResponseException", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.smtplib.SMTPServerDisconnected": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2.smtplib.SMTPException", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.smtplib.SMTP_SSL": [ "jedi.third_party.typeshed.stdlib.2.smtplib.SMTP", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.smtplib.SSLFakeFile": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.signal.ItimerError": [ "BaseException", "Exception", "OSError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.shlex.shlex": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.shelve.BsdDbShelf": [ "jedi.third_party.typeshed.stdlib.2.shelve.Shelf", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2.shelve.DbfilenameShelf": [ "jedi.third_party.typeshed.stdlib.2.shelve.Shelf", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2.shelve.Shelf": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2.sha.sha": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.sets.BaseSet": [ "object", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2.sets.ImmutableSet": [ "jedi.third_party.typeshed.stdlib.2.sets.BaseSet", "object", "typing.Generic", "typing.Hashable", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2.sets.Set": [ "jedi.third_party.typeshed.stdlib.2.sets.BaseSet", "object", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2.sets._TemporarilyImmutableSet": [ "jedi.third_party.typeshed.stdlib.2.sets.BaseSet", "object", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2.runpy._ModifiedArgv0": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.runpy._TempModule": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.robotparser.RobotFileParser": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.rfc822.AddressList": [ "jedi.third_party.typeshed.stdlib.2.rfc822.AddrlistClass", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.rfc822.AddrlistClass": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.rfc822.Message": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.resource._RUsage": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2.resource.error": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.repr.Repr": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.re.error": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.random.Random": [ "_random.Random", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.random.SystemRandom": [ "_random.Random", "jedi.third_party.typeshed.stdlib.2.random.Random", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.random._Sampleable": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2.posix.stat_result": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.posix.statvfs_result": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.popen2.Popen3": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.popen2.Popen4": [ "jedi.third_party.typeshed.stdlib.2.popen2.Popen3", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.platform._popen": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.pipes.Template": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.os._Environ": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2.os._StatVFS": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2.os.popen": [ "io.IOBase", "io.TextIOBase", "io.TextIOWrapper", "object", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol", "typing.TextIO" ] }, { "jedi.third_party.typeshed.stdlib.2.os.waitresult": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.mutex.mutex": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.multiprocessing.util.Finalize": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.multiprocessing.util.ForkAwareLocal": [ "object", "threading.local" ] }, { "jedi.third_party.typeshed.stdlib.2.multiprocessing.util.ForkAwareThreadLock": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.multiprocessing.process.AuthenticationString": [ "bytes", "object", "typing.ByteString", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2.multiprocessing.process.Process": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.multiprocessing.process._MainProcess": [ "jedi.third_party.typeshed.stdlib.2.multiprocessing.process.Process", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.multiprocessing.pool.AsyncResult": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.multiprocessing.pool.IMapIterator": [ "object", "typing.Generic", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2.multiprocessing.pool.IMapUnorderedIterator": [ "multiprocessing.pool.IMapIterator", "object", "typing.Generic", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2.multiprocessing.pool.Pool": [ "object", "typing.ContextManager", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2.multiprocessing.pool.ThreadPool": [ "multiprocessing.pool.Pool", "object", "typing.ContextManager", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2.multiprocessing.dummy.connection.Connection": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.multiprocessing.dummy.connection.Listener": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.multiprocessing.dummy.Condition": [ "object", "threading.Condition" ] }, { "jedi.third_party.typeshed.stdlib.2.multiprocessing.dummy.DummyProcess": [ "object", "threading.Thread" ] }, { "jedi.third_party.typeshed.stdlib.2.multiprocessing.dummy.Namespace": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.multiprocessing.dummy.Value": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.multiprocessing.AuthenticationError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2.multiprocessing.ProcessError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.multiprocessing.BufferTooShort": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2.multiprocessing.ProcessError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.multiprocessing.ProcessError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.multiprocessing.Queue": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.multiprocessing.TimeoutError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2.multiprocessing.ProcessError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.mimetools.Message": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.markupbase.ParserBase": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.json.JSONDecodeError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.json.JSONDecoder": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.json.JSONEncoder": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.json._Reader": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2.itertools.chain": [ "object", "typing.Generic", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2.io.BufferedIOBase": [ "jedi.third_party.typeshed.stdlib.2.io.IOBase", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.io.IOBase": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.io.RawIOBase": [ "jedi.third_party.typeshed.stdlib.2.io.IOBase", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.io.TextIOBase": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.inspect.ArgInfo": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2.inspect.ArgSpec": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2.inspect.Arguments": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2.inspect.Attribute": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2.inspect.BlockFinder": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.inspect.EndOfBlock": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.inspect.ModuleInfo": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2.inspect.Traceback": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2.imp.NullImporter": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.httplib.BadStatusLine": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2.httplib.HTTPException", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.httplib.CannotSendHeader": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2.httplib.HTTPException", "jedi.third_party.typeshed.stdlib.2.httplib.ImproperConnectionState", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.httplib.CannotSendRequest": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2.httplib.HTTPException", "jedi.third_party.typeshed.stdlib.2.httplib.ImproperConnectionState", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.httplib.HTTP": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.httplib.HTTPConnection": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.httplib.HTTPConnectionProtocol": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2.httplib.HTTPException": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.httplib.HTTPMessage": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.httplib.HTTPResponse": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.httplib.HTTPS": [ "jedi.third_party.typeshed.stdlib.2.httplib.HTTP", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.httplib.HTTPSConnection": [ "jedi.third_party.typeshed.stdlib.2.httplib.HTTPConnection", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.httplib.ImproperConnectionState": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2.httplib.HTTPException", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.httplib.IncompleteRead": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2.httplib.HTTPException", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.httplib.InvalidURL": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2.httplib.HTTPException", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.httplib.LineAndFileWrapper": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.httplib.LineTooLong": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2.httplib.HTTPException", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.httplib.NotConnected": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2.httplib.HTTPException", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.httplib.ResponseNotReady": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2.httplib.HTTPException", "jedi.third_party.typeshed.stdlib.2.httplib.ImproperConnectionState", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.httplib.UnimplementedFileMode": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2.httplib.HTTPException", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.httplib.UnknownProtocol": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2.httplib.HTTPException", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.httplib.UnknownTransferEncoding": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2.httplib.HTTPException", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.heapq._Sortable": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2.hashlib._hash": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.gzip.GzipFile": [ "io.BufferedIOBase", "io.IOBase", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.gettext.GNUTranslations": [ "jedi.third_party.typeshed.stdlib.2.gettext.NullTranslations", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.gettext.NullTranslations": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.getpass.GetPassWarning": [ "BaseException", "Exception", "UserWarning", "Warning", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.getopt.GetoptError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.functools.partial": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2.encodings.utf_8.IncrementalDecoder": [ "codecs.BufferedIncrementalDecoder", "codecs.IncrementalDecoder", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.encodings.utf_8.IncrementalEncoder": [ "codecs.IncrementalEncoder", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.encodings.utf_8.StreamReader": [ "codecs.Codec", "codecs.StreamReader", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.encodings.utf_8.StreamWriter": [ "codecs.Codec", "codecs.StreamWriter", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.email.parser.HeaderParser": [ "jedi.third_party.typeshed.stdlib.2.email.parser.Parser", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.email.parser.Parser": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.email.mime.text.MIMEText": [ "email.message.Message", "email.mime.base.MIMEBase", "email.mime.nonmultipart.MIMENonMultipart", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.email.mime.nonmultipart.MIMENonMultipart": [ "email.message.Message", "email.mime.base.MIMEBase", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.email.mime.multipart.MIMEMultipart": [ "email.message.Message", "email.mime.base.MIMEBase", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.email.mime.message.MIMEMessage": [ "email.message.Message", "email.mime.base.MIMEBase", "email.mime.nonmultipart.MIMENonMultipart", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.email.mime.image.MIMEImage": [ "email.message.Message", "email.mime.base.MIMEBase", "email.mime.nonmultipart.MIMENonMultipart", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.email.mime.base.MIMEBase": [ "email.message.Message", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.email.mime.audio.MIMEAudio": [ "email.message.Message", "email.mime.base.MIMEBase", "email.mime.nonmultipart.MIMENonMultipart", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.email.mime.application.MIMEApplication": [ "email.message.Message", "email.mime.base.MIMEBase", "email.mime.nonmultipart.MIMENonMultipart", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.email.message.Message": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.email.header.Header": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.email.generator.DecodedGenerator": [ "jedi.third_party.typeshed.stdlib.2.email.generator.Generator", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.email.generator.Generator": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.email.feedparser.BufferedSubFile": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.email.feedparser.FeedParser": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.email.charset.Charset": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.email._parseaddr.AddressList": [ "jedi.third_party.typeshed.stdlib.2.email._parseaddr.AddrlistClass", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.email._parseaddr.AddrlistClass": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.email.MIMEText.MIMEText": [ "email.message.Message", "email.mime.base.MIMEBase", "email.mime.nonmultipart.MIMENonMultipart", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.dummy_thread.LockType": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.dummy_thread.error": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.distutils.emxccompiler.EMXCCompiler": [ "distutils.ccompiler.CCompiler", "distutils.unixccompiler.UnixCCompiler", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.cookielib.Absent": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.cookielib.Cookie": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.cookielib.CookieJar": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.cookielib.CookiePolicy": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.cookielib.DefaultCookiePolicy": [ "jedi.third_party.typeshed.stdlib.2.cookielib.CookiePolicy", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.cookielib.FileCookieJar": [ "jedi.third_party.typeshed.stdlib.2.cookielib.CookieJar", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.cookielib.LWPCookieJar": [ "jedi.third_party.typeshed.stdlib.2.cookielib.CookieJar", "jedi.third_party.typeshed.stdlib.2.cookielib.FileCookieJar", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.cookielib.LoadError": [ "BaseException", "Exception", "OSError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.collections.Counter": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2.collections.OrderedDict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "typing.Reversible" ] }, { "jedi.third_party.typeshed.stdlib.2.collections.defaultdict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2.collections.deque": [ "object", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sized" ] }, { "jedi.third_party.typeshed.stdlib.2.cStringIO.InputType": [ "object", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2.cStringIO.OutputType": [ "object", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2.cPickle.BadPickleGet": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2.cPickle.PickleError", "jedi.third_party.typeshed.stdlib.2.cPickle.UnpicklingError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.cPickle.PickleError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.cPickle.Pickler": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.cPickle.PicklingError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2.cPickle.PickleError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.cPickle.UnpickleableError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2.cPickle.PickleError", "jedi.third_party.typeshed.stdlib.2.cPickle.PicklingError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.cPickle.Unpickler": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.cPickle.UnpicklingError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2.cPickle.PickleError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.ast.NodeTransformer": [ "jedi.third_party.typeshed.stdlib.2.ast.NodeVisitor", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.ast.NodeVisitor": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.abc.ABCMeta": [ "object", "type", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2.abc.abstractproperty": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2._threading_local._localbase": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2._threading_local.local": [ "jedi.third_party.typeshed.stdlib.2._threading_local._localbase", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._symtable._symtable_entry": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2._symtable.symtable": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2._struct.Struct": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2._struct.error": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._sre.SRE_Match": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2._sre.SRE_Pattern": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2._sre.SRE_Scanner": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2._socket.SocketType": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2._socket.error": [ "BaseException", "Exception", "OSError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._socket.gaierror": [ "BaseException", "Exception", "OSError", "jedi.third_party.typeshed.stdlib.2._socket.error", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._socket.timeout": [ "BaseException", "Exception", "OSError", "jedi.third_party.typeshed.stdlib.2._socket.error", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._sha512.sha384": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2._sha512.sha512": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2._sha256.sha224": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2._sha256.sha256": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2._sha.sha": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2._md5.MD5Type": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2._json.Encoder": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2._json.Scanner": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2._io.BlockingIOError": [ "BaseException", "Exception", "OSError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._io.BufferedRWPair": [ "jedi.third_party.typeshed.stdlib.2._io._BufferedIOBase", "jedi.third_party.typeshed.stdlib.2._io._IOBase", "object", "typing.BinaryIO", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2._io.BufferedRandom": [ "jedi.third_party.typeshed.stdlib.2._io._BufferedIOBase", "jedi.third_party.typeshed.stdlib.2._io._IOBase", "object", "typing.BinaryIO", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2._io.BufferedReader": [ "jedi.third_party.typeshed.stdlib.2._io._BufferedIOBase", "jedi.third_party.typeshed.stdlib.2._io._IOBase", "object", "typing.BinaryIO", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2._io.BufferedWriter": [ "jedi.third_party.typeshed.stdlib.2._io._BufferedIOBase", "jedi.third_party.typeshed.stdlib.2._io._IOBase", "object", "typing.BinaryIO", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2._io.BytesIO": [ "jedi.third_party.typeshed.stdlib.2._io._BufferedIOBase", "jedi.third_party.typeshed.stdlib.2._io._IOBase", "object", "typing.BinaryIO", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2._io.FileIO": [ "jedi.third_party.typeshed.stdlib.2._io.BytesIO", "jedi.third_party.typeshed.stdlib.2._io._BufferedIOBase", "jedi.third_party.typeshed.stdlib.2._io._IOBase", "jedi.third_party.typeshed.stdlib.2._io._RawIOBase", "object", "typing.BinaryIO", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2._io.IncrementalNewlineDecoder": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2._io.StringIO": [ "jedi.third_party.typeshed.stdlib.2._io._TextIOBase", "object", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol", "typing.TextIO" ] }, { "jedi.third_party.typeshed.stdlib.2._io.TextIOWrapper": [ "jedi.third_party.typeshed.stdlib.2._io._TextIOBase", "object", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol", "typing.TextIO" ] }, { "jedi.third_party.typeshed.stdlib.2._io.UnsupportedOperation": [ "BaseException", "Exception", "OSError", "ValueError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._io._BufferedIOBase": [ "jedi.third_party.typeshed.stdlib.2._io._IOBase", "object", "typing.BinaryIO", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2._io._IOBase": [ "object", "typing.BinaryIO", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2._io._RawIOBase": [ "jedi.third_party.typeshed.stdlib.2._io._IOBase", "object", "typing.BinaryIO", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2._io._TextIOBase": [ "object", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol", "typing.TextIO" ] }, { "jedi.third_party.typeshed.stdlib.2._hotshot.LogReaderType": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2._hotshot.ProfilerType": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2._functools.partial": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2._collections.defaultdict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2._collections.deque": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.AST": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Add": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.operator", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.And": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.boolop", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Assert": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.stmt", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Assign": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.stmt", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Attribute": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.AugAssign": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.stmt", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.AugLoad": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.expr_context", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.AugStore": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.expr_context", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.BinOp": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.BitAnd": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.operator", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.BitOr": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.operator", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.BitXor": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.operator", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.BoolOp": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Break": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.stmt", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Call": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.ClassDef": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.stmt", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Compare": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Continue": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.stmt", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Del": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.expr_context", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Delete": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.stmt", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Dict": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.DictComp": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Div": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.operator", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Ellipsis": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.slice", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Eq": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.cmpop", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.ExceptHandler": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.excepthandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Exec": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.stmt", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Expr": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.stmt", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Expression": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.mod", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.ExtSlice": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.slice", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.FloorDiv": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.operator", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.For": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.stmt", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.FunctionDef": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.stmt", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.GeneratorExp": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Global": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.stmt", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Gt": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.cmpop", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.GtE": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.cmpop", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.If": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.stmt", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.IfExp": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Import": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.stmt", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.ImportFrom": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.stmt", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.In": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.cmpop", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Index": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.slice", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Interactive": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.mod", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Invert": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.unaryop", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Is": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.cmpop", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.IsNot": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.cmpop", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.LShift": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.operator", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Lambda": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.List": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.ListComp": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Load": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.expr_context", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Lt": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.cmpop", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.LtE": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.cmpop", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Mod": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.operator", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Module": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.mod", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Mult": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.operator", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Name": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Not": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.unaryop", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.NotEq": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.cmpop", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.NotIn": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.cmpop", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Num": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Or": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.boolop", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Param": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.expr_context", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Pass": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.stmt", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Pow": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.operator", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Print": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.stmt", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.RShift": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.operator", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Raise": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.stmt", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Repr": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Return": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.stmt", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Set": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.SetComp": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Slice": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.slice", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Store": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.expr_context", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Str": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Sub": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.operator", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Subscript": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Suite": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.mod", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.TryExcept": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.stmt", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.TryFinally": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.stmt", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Tuple": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.UAdd": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.unaryop", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.USub": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.unaryop", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.UnaryOp": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.While": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.stmt", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.With": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.stmt", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.Yield": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "jedi.third_party.typeshed.stdlib.2._ast.expr", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.alias": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.arguments": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.boolop": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.cmpop": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.comprehension": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.excepthandler": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.expr": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.expr_context": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.keyword": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.mod": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.operator": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.slice": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.stmt": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "object" ] }, { "jedi.third_party.typeshed.stdlib.2._ast.unaryop": [ "jedi.third_party.typeshed.stdlib.2._ast.AST", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.ArithmeticError": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.AssertionError": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.AttributeError": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.BlockingIOError": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.OSError", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.BrokenPipeError": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.ConnectionError", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.OSError", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.BufferError": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.BytesWarning": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.Warning", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.ChildProcessError": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.OSError", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.ConnectionAbortedError": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.ConnectionError", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.OSError", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.ConnectionError": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.OSError", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.ConnectionRefusedError": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.ConnectionError", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.OSError", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.ConnectionResetError": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.ConnectionError", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.OSError", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.DeprecationWarning": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.Warning", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.EOFError": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.FileExistsError": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.OSError", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.FileNotFoundError": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.OSError", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.FloatingPointError": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.ArithmeticError", "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.FutureWarning": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.Warning", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.GeneratorExit": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.ImportError": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.ImportWarning": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.Warning", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.IndentationError": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.SyntaxError", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.IndexError": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.LookupError", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.InterruptedError": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.OSError", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.IsADirectoryError": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.OSError", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.KeyError": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.LookupError", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.KeyboardInterrupt": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.LookupError": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.MemoryError": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.ModuleNotFoundError": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.ImportError", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.NameError": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.NotADirectoryError": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.OSError", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.NotImplementedError": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.RuntimeError", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.OSError": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.OverflowError": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.ArithmeticError", "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.PendingDeprecationWarning": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.Warning", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.PermissionError": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.OSError", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.ProcessLookupError": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.OSError", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.RecursionError": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.RuntimeError", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.ReferenceError": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.ResourceWarning": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.Warning", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.RuntimeError": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.RuntimeWarning": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.Warning", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.StopAsyncIteration": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.StopIteration": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.SyntaxError": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.SyntaxWarning": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.Warning", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.SystemError": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.SystemExit": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.TabError": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.IndentationError", "jedi.third_party.typeshed.stdlib.2.__builtin__.SyntaxError", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.TimeoutError": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.OSError", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.TypeError": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.UnboundLocalError": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.NameError", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.UnicodeDecodeError": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.UnicodeError", "jedi.third_party.typeshed.stdlib.2.__builtin__.ValueError", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.UnicodeEncodeError": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.UnicodeError", "jedi.third_party.typeshed.stdlib.2.__builtin__.ValueError", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.UnicodeError": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.ValueError", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.UnicodeTranslateError": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.UnicodeError", "jedi.third_party.typeshed.stdlib.2.__builtin__.ValueError", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.UnicodeWarning": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.Warning", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.UserWarning": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.Warning", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.ValueError": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.Warning": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.WindowsError": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.OSError", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.ZeroDivisionError": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.ArithmeticError", "jedi.third_party.typeshed.stdlib.2.__builtin__.BaseException", "jedi.third_party.typeshed.stdlib.2.__builtin__.Exception", "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__._PathLike": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__._SupportsIndex": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__._Writer": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.bool": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.int", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.bytearray": [ "object", "typing.ByteString", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.bytes": [ "object", "typing.ByteString", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.classmethod": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.complex": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.dict": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.ellipsis": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.enumerate": [ "object", "typing.Generic", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.float": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.frozenset": [ "object", "typing.AbstractSet", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.int": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.list": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.memoryview": [ "object", "typing.Container", "typing.Generic", "typing.Protocol", "typing.Sized" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.object": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.property": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.range": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.set": [ "object", "typing.AbstractSet", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSet", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.slice": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.staticmethod": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.str": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.super": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.tuple": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2.__builtin__.type": [ "jedi.third_party.typeshed.stdlib.2.__builtin__.object", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.UserString.MutableString": [ "jedi.third_party.typeshed.stdlib.2.UserString.UserString", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2.UserString.UserString": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2.UserList.UserList": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.typeshed.stdlib.2.UserDict.DictMixin": [ "object", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Sized" ] }, { "jedi.third_party.typeshed.stdlib.2.UserDict.IterableUserDict": [ "dict", "jedi.third_party.typeshed.stdlib.2.UserDict.UserDict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2.UserDict.UserDict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2.StringIO.StringIO": [ "object", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2.SocketServer.BaseRequestHandler": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.SocketServer.BaseServer": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.SocketServer.DatagramRequestHandler": [ "jedi.third_party.typeshed.stdlib.2.SocketServer.BaseRequestHandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.SocketServer.ForkingMixIn": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.SocketServer.ForkingTCPServer": [ "jedi.third_party.typeshed.stdlib.2.SocketServer.BaseServer", "jedi.third_party.typeshed.stdlib.2.SocketServer.ForkingMixIn", "jedi.third_party.typeshed.stdlib.2.SocketServer.TCPServer", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.SocketServer.ForkingUDPServer": [ "jedi.third_party.typeshed.stdlib.2.SocketServer.BaseServer", "jedi.third_party.typeshed.stdlib.2.SocketServer.ForkingMixIn", "jedi.third_party.typeshed.stdlib.2.SocketServer.UDPServer", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.SocketServer.StreamRequestHandler": [ "jedi.third_party.typeshed.stdlib.2.SocketServer.BaseRequestHandler", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.SocketServer.TCPServer": [ "jedi.third_party.typeshed.stdlib.2.SocketServer.BaseServer", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.SocketServer.ThreadingMixIn": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.SocketServer.ThreadingTCPServer": [ "jedi.third_party.typeshed.stdlib.2.SocketServer.BaseServer", "jedi.third_party.typeshed.stdlib.2.SocketServer.TCPServer", "jedi.third_party.typeshed.stdlib.2.SocketServer.ThreadingMixIn", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.SocketServer.ThreadingUDPServer": [ "jedi.third_party.typeshed.stdlib.2.SocketServer.BaseServer", "jedi.third_party.typeshed.stdlib.2.SocketServer.ThreadingMixIn", "jedi.third_party.typeshed.stdlib.2.SocketServer.UDPServer", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.SocketServer.ThreadingUnixDatagramServer": [ "jedi.third_party.typeshed.stdlib.2.SocketServer.BaseServer", "jedi.third_party.typeshed.stdlib.2.SocketServer.ThreadingMixIn", "jedi.third_party.typeshed.stdlib.2.SocketServer.UnixDatagramServer", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.SocketServer.ThreadingUnixStreamServer": [ "jedi.third_party.typeshed.stdlib.2.SocketServer.BaseServer", "jedi.third_party.typeshed.stdlib.2.SocketServer.ThreadingMixIn", "jedi.third_party.typeshed.stdlib.2.SocketServer.UnixStreamServer", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.SocketServer.UDPServer": [ "jedi.third_party.typeshed.stdlib.2.SocketServer.BaseServer", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.SocketServer.UnixDatagramServer": [ "jedi.third_party.typeshed.stdlib.2.SocketServer.BaseServer", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.SocketServer.UnixStreamServer": [ "jedi.third_party.typeshed.stdlib.2.SocketServer.BaseServer", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.SimpleHTTPServer.SimpleHTTPRequestHandler": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.Queue.Empty": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.Queue.Full": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.Queue.LifoQueue": [ "jedi.third_party.typeshed.stdlib.2.Queue.Queue", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2.Queue.PriorityQueue": [ "jedi.third_party.typeshed.stdlib.2.Queue.Queue", "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2.Queue.Queue": [ "object", "typing.Generic" ] }, { "jedi.third_party.typeshed.stdlib.2.HTMLParser.HTMLParseError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.HTMLParser.HTMLParser": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.Cookie.BaseCookie": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2.Cookie.CookieError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.Cookie.Morsel": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2.Cookie.SerialCookie": [ "dict", "jedi.third_party.typeshed.stdlib.2.Cookie.BaseCookie", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2.Cookie.SimpleCookie": [ "dict", "jedi.third_party.typeshed.stdlib.2.Cookie.BaseCookie", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2.Cookie.SmartCookie": [ "dict", "jedi.third_party.typeshed.stdlib.2.Cookie.BaseCookie", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2.ConfigParser.ConfigParser": [ "jedi.third_party.typeshed.stdlib.2.ConfigParser.RawConfigParser", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.ConfigParser.DuplicateSectionError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2.ConfigParser.Error", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.ConfigParser.Error": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.ConfigParser.InterpolationDepthError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2.ConfigParser.Error", "jedi.third_party.typeshed.stdlib.2.ConfigParser.InterpolationError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.ConfigParser.InterpolationError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2.ConfigParser.Error", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.ConfigParser.InterpolationMissingOptionError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2.ConfigParser.Error", "jedi.third_party.typeshed.stdlib.2.ConfigParser.InterpolationError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.ConfigParser.InterpolationSyntaxError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2.ConfigParser.Error", "jedi.third_party.typeshed.stdlib.2.ConfigParser.InterpolationError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.ConfigParser.MissingSectionHeaderError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2.ConfigParser.Error", "jedi.third_party.typeshed.stdlib.2.ConfigParser.ParsingError", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.ConfigParser.NoOptionError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2.ConfigParser.Error", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.ConfigParser.NoSectionError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2.ConfigParser.Error", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.ConfigParser.ParsingError": [ "BaseException", "Exception", "jedi.third_party.typeshed.stdlib.2.ConfigParser.Error", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.ConfigParser.RawConfigParser": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.ConfigParser.SafeConfigParser": [ "jedi.third_party.typeshed.stdlib.2.ConfigParser.ConfigParser", "jedi.third_party.typeshed.stdlib.2.ConfigParser.RawConfigParser", "object" ] }, { "jedi.third_party.typeshed.stdlib.2.ConfigParser._Readable": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.typeshed.stdlib.2.CGIHTTPServer.CGIHTTPRequestHandler": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.BaseHTTPServer.BaseHTTPRequestHandler": [ "object" ] }, { "jedi.third_party.typeshed.stdlib.2.BaseHTTPServer.HTTPServer": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.i18n.JSONCatalog": [ "jedi.third_party.django-stubs.django-stubs.views.i18n.JavaScriptCatalog", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.i18n.JavaScriptCatalog": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.generic.list.BaseListView": [ "jedi.third_party.django-stubs.django-stubs.views.generic.list.MultipleObjectMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.generic.list.ListView": [ "jedi.third_party.django-stubs.django-stubs.views.generic.list.BaseListView", "jedi.third_party.django-stubs.django-stubs.views.generic.list.MultipleObjectMixin", "jedi.third_party.django-stubs.django-stubs.views.generic.list.MultipleObjectTemplateResponseMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.generic.list.MultipleObjectMixin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.generic.list.MultipleObjectTemplateResponseMixin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.generic.edit.BaseCreateView": [ "jedi.third_party.django-stubs.django-stubs.views.generic.edit.FormMixin", "jedi.third_party.django-stubs.django-stubs.views.generic.edit.ModelFormMixin", "jedi.third_party.django-stubs.django-stubs.views.generic.edit.ProcessFormView", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.generic.edit.BaseDeleteView": [ "jedi.third_party.django-stubs.django-stubs.views.generic.edit.DeletionMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.generic.edit.BaseFormView": [ "jedi.third_party.django-stubs.django-stubs.views.generic.edit.FormMixin", "jedi.third_party.django-stubs.django-stubs.views.generic.edit.ProcessFormView", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.generic.edit.BaseUpdateView": [ "jedi.third_party.django-stubs.django-stubs.views.generic.edit.FormMixin", "jedi.third_party.django-stubs.django-stubs.views.generic.edit.ModelFormMixin", "jedi.third_party.django-stubs.django-stubs.views.generic.edit.ProcessFormView", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.generic.edit.CreateView": [ "jedi.third_party.django-stubs.django-stubs.views.generic.edit.BaseCreateView", "jedi.third_party.django-stubs.django-stubs.views.generic.edit.FormMixin", "jedi.third_party.django-stubs.django-stubs.views.generic.edit.ModelFormMixin", "jedi.third_party.django-stubs.django-stubs.views.generic.edit.ProcessFormView", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.generic.edit.DeleteView": [ "jedi.third_party.django-stubs.django-stubs.views.generic.edit.BaseDeleteView", "jedi.third_party.django-stubs.django-stubs.views.generic.edit.DeletionMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.generic.edit.DeletionMixin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.generic.edit.FormMixin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.generic.edit.FormView": [ "jedi.third_party.django-stubs.django-stubs.views.generic.edit.BaseFormView", "jedi.third_party.django-stubs.django-stubs.views.generic.edit.FormMixin", "jedi.third_party.django-stubs.django-stubs.views.generic.edit.ProcessFormView", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.generic.edit.ModelFormMixin": [ "jedi.third_party.django-stubs.django-stubs.views.generic.edit.FormMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.generic.edit.ProcessFormView": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.generic.edit.UpdateView": [ "jedi.third_party.django-stubs.django-stubs.views.generic.edit.BaseUpdateView", "jedi.third_party.django-stubs.django-stubs.views.generic.edit.FormMixin", "jedi.third_party.django-stubs.django-stubs.views.generic.edit.ModelFormMixin", "jedi.third_party.django-stubs.django-stubs.views.generic.edit.ProcessFormView", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.generic.detail.BaseDetailView": [ "jedi.third_party.django-stubs.django-stubs.views.generic.detail.SingleObjectMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.generic.detail.DetailView": [ "jedi.third_party.django-stubs.django-stubs.views.generic.detail.BaseDetailView", "jedi.third_party.django-stubs.django-stubs.views.generic.detail.SingleObjectMixin", "jedi.third_party.django-stubs.django-stubs.views.generic.detail.SingleObjectTemplateResponseMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.generic.detail.SingleObjectMixin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.generic.detail.SingleObjectTemplateResponseMixin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.generic.dates.ArchiveIndexView": [ "jedi.third_party.django-stubs.django-stubs.views.generic.dates.BaseArchiveIndexView", "jedi.third_party.django-stubs.django-stubs.views.generic.dates.BaseDateListView", "jedi.third_party.django-stubs.django-stubs.views.generic.dates.DateMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.generic.dates.BaseArchiveIndexView": [ "jedi.third_party.django-stubs.django-stubs.views.generic.dates.BaseDateListView", "jedi.third_party.django-stubs.django-stubs.views.generic.dates.DateMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.generic.dates.BaseDateDetailView": [ "jedi.third_party.django-stubs.django-stubs.views.generic.dates.DateMixin", "jedi.third_party.django-stubs.django-stubs.views.generic.dates.DayMixin", "jedi.third_party.django-stubs.django-stubs.views.generic.dates.MonthMixin", "jedi.third_party.django-stubs.django-stubs.views.generic.dates.YearMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.generic.dates.BaseDateListView": [ "jedi.third_party.django-stubs.django-stubs.views.generic.dates.DateMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.generic.dates.BaseDayArchiveView": [ "jedi.third_party.django-stubs.django-stubs.views.generic.dates.BaseDateListView", "jedi.third_party.django-stubs.django-stubs.views.generic.dates.DateMixin", "jedi.third_party.django-stubs.django-stubs.views.generic.dates.DayMixin", "jedi.third_party.django-stubs.django-stubs.views.generic.dates.MonthMixin", "jedi.third_party.django-stubs.django-stubs.views.generic.dates.YearMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.generic.dates.BaseMonthArchiveView": [ "jedi.third_party.django-stubs.django-stubs.views.generic.dates.BaseDateListView", "jedi.third_party.django-stubs.django-stubs.views.generic.dates.DateMixin", "jedi.third_party.django-stubs.django-stubs.views.generic.dates.MonthMixin", "jedi.third_party.django-stubs.django-stubs.views.generic.dates.YearMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.generic.dates.BaseTodayArchiveView": [ "jedi.third_party.django-stubs.django-stubs.views.generic.dates.BaseDateListView", "jedi.third_party.django-stubs.django-stubs.views.generic.dates.BaseDayArchiveView", "jedi.third_party.django-stubs.django-stubs.views.generic.dates.DateMixin", "jedi.third_party.django-stubs.django-stubs.views.generic.dates.DayMixin", "jedi.third_party.django-stubs.django-stubs.views.generic.dates.MonthMixin", "jedi.third_party.django-stubs.django-stubs.views.generic.dates.YearMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.generic.dates.BaseWeekArchiveView": [ "jedi.third_party.django-stubs.django-stubs.views.generic.dates.BaseDateListView", "jedi.third_party.django-stubs.django-stubs.views.generic.dates.DateMixin", "jedi.third_party.django-stubs.django-stubs.views.generic.dates.WeekMixin", "jedi.third_party.django-stubs.django-stubs.views.generic.dates.YearMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.generic.dates.BaseYearArchiveView": [ "jedi.third_party.django-stubs.django-stubs.views.generic.dates.BaseDateListView", "jedi.third_party.django-stubs.django-stubs.views.generic.dates.DateMixin", "jedi.third_party.django-stubs.django-stubs.views.generic.dates.YearMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.generic.dates.DateDetailView": [ "jedi.third_party.django-stubs.django-stubs.views.generic.dates.BaseDateDetailView", "jedi.third_party.django-stubs.django-stubs.views.generic.dates.DateMixin", "jedi.third_party.django-stubs.django-stubs.views.generic.dates.DayMixin", "jedi.third_party.django-stubs.django-stubs.views.generic.dates.MonthMixin", "jedi.third_party.django-stubs.django-stubs.views.generic.dates.YearMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.generic.dates.DateMixin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.generic.dates.DayArchiveView": [ "jedi.third_party.django-stubs.django-stubs.views.generic.dates.BaseDateListView", "jedi.third_party.django-stubs.django-stubs.views.generic.dates.BaseDayArchiveView", "jedi.third_party.django-stubs.django-stubs.views.generic.dates.DateMixin", "jedi.third_party.django-stubs.django-stubs.views.generic.dates.DayMixin", "jedi.third_party.django-stubs.django-stubs.views.generic.dates.MonthMixin", "jedi.third_party.django-stubs.django-stubs.views.generic.dates.YearMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.generic.dates.DayMixin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.generic.dates.MonthArchiveView": [ "jedi.third_party.django-stubs.django-stubs.views.generic.dates.BaseDateListView", "jedi.third_party.django-stubs.django-stubs.views.generic.dates.BaseMonthArchiveView", "jedi.third_party.django-stubs.django-stubs.views.generic.dates.DateMixin", "jedi.third_party.django-stubs.django-stubs.views.generic.dates.MonthMixin", "jedi.third_party.django-stubs.django-stubs.views.generic.dates.YearMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.generic.dates.MonthMixin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.generic.dates.TodayArchiveView": [ "jedi.third_party.django-stubs.django-stubs.views.generic.dates.BaseDateListView", "jedi.third_party.django-stubs.django-stubs.views.generic.dates.BaseDayArchiveView", "jedi.third_party.django-stubs.django-stubs.views.generic.dates.BaseTodayArchiveView", "jedi.third_party.django-stubs.django-stubs.views.generic.dates.DateMixin", "jedi.third_party.django-stubs.django-stubs.views.generic.dates.DayMixin", "jedi.third_party.django-stubs.django-stubs.views.generic.dates.MonthMixin", "jedi.third_party.django-stubs.django-stubs.views.generic.dates.YearMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.generic.dates.WeekArchiveView": [ "jedi.third_party.django-stubs.django-stubs.views.generic.dates.BaseDateListView", "jedi.third_party.django-stubs.django-stubs.views.generic.dates.BaseWeekArchiveView", "jedi.third_party.django-stubs.django-stubs.views.generic.dates.DateMixin", "jedi.third_party.django-stubs.django-stubs.views.generic.dates.WeekMixin", "jedi.third_party.django-stubs.django-stubs.views.generic.dates.YearMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.generic.dates.WeekMixin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.generic.dates.YearArchiveView": [ "jedi.third_party.django-stubs.django-stubs.views.generic.dates.BaseDateListView", "jedi.third_party.django-stubs.django-stubs.views.generic.dates.BaseYearArchiveView", "jedi.third_party.django-stubs.django-stubs.views.generic.dates.DateMixin", "jedi.third_party.django-stubs.django-stubs.views.generic.dates.YearMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.generic.dates.YearMixin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.generic.base.ContextMixin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.generic.base.RedirectView": [ "jedi.third_party.django-stubs.django-stubs.views.generic.base.View", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.generic.base.TemplateResponseMixin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.generic.base.TemplateView": [ "jedi.third_party.django-stubs.django-stubs.views.generic.base.ContextMixin", "jedi.third_party.django-stubs.django-stubs.views.generic.base.TemplateResponseMixin", "jedi.third_party.django-stubs.django-stubs.views.generic.base.View", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.generic.base.View": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.generic.GenericViewError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.decorators.csrf._EnsureCsrfCookie": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.decorators.csrf._EnsureCsrfToken": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.debug.CallableSettingWrapper": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.debug.ExceptionReporter": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.debug.ExceptionReporterFilter": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.views.debug.SafeExceptionReporterFilter": [ "jedi.third_party.django-stubs.django-stubs.views.debug.ExceptionReporterFilter", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.xmlutils.SimplerXMLGenerator": [ "object", "xml.sax.handler.ContentHandler", "xml.sax.saxutils.XMLGenerator" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.xmlutils.UnserializableContentError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.tree.Node": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.translation.trans_real.DjangoTranslation": [ "gettext.GNUTranslations", "gettext.NullTranslations", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.translation.Trans": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.translation.TranslatorCommentWarning": [ "BaseException", "Exception", "SyntaxWarning", "Warning", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.translation.override": [ "contextlib.ContextDecorator", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.topological_sort.CyclicDependencyError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.timezone.FixedOffset": [ "datetime.tzinfo", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.timezone.LocalTimezone": [ "datetime.tzinfo", "jedi.third_party.django-stubs.django-stubs.utils.timezone.ReferenceLocalTimezone", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.timezone.ReferenceLocalTimezone": [ "datetime.tzinfo", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.timezone.UTC": [ "datetime.tzinfo", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.timezone.override": [ "contextlib.ContextDecorator", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.text.StreamingBuffer": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.text.Truncator": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.safestring.SafeData": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.safestring.SafeText": [ "jedi.third_party.django-stubs.django-stubs.utils.safestring.SafeData", "object", "str", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.regex_helper.Choice": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.regex_helper.Group": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.regex_helper.NonCapture": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.log.AdminEmailHandler": [ "logging.Filterer", "logging.Handler", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.log.CallbackFilter": [ "logging.Filter", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.log.RequireDebugFalse": [ "logging.Filter", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.log.RequireDebugTrue": [ "logging.Filter", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.log.ServerFormatter": [ "logging.Formatter", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.jslex.JsLexer": [ "jedi.third_party.django-stubs.django-stubs.utils.jslex.Lexer", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.jslex.Lexer": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.jslex.Tok": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.html.MLStripper": [ "_markupbase.ParserBase", "html.parser.HTMLParser", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.functional.LazyObject": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.functional.Promise": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.functional.SimpleLazyObject": [ "jedi.third_party.django-stubs.django-stubs.utils.functional.LazyObject", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.functional.cached_property": [ "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.feedgenerator.Atom1Feed": [ "jedi.third_party.django-stubs.django-stubs.utils.feedgenerator.SyndicationFeed", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.feedgenerator.Enclosure": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.feedgenerator.Rss201rev2Feed": [ "jedi.third_party.django-stubs.django-stubs.utils.feedgenerator.RssFeed", "jedi.third_party.django-stubs.django-stubs.utils.feedgenerator.SyndicationFeed", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.feedgenerator.RssFeed": [ "jedi.third_party.django-stubs.django-stubs.utils.feedgenerator.SyndicationFeed", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.feedgenerator.RssUserland091Feed": [ "jedi.third_party.django-stubs.django-stubs.utils.feedgenerator.RssFeed", "jedi.third_party.django-stubs.django-stubs.utils.feedgenerator.SyndicationFeed", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.feedgenerator.SyndicationFeed": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.encoding.DjangoUnicodeDecodeError": [ "BaseException", "Exception", "UnicodeDecodeError", "UnicodeError", "ValueError", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.deprecation.DeprecationInstanceCheck": [ "object", "type", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.deprecation.MiddlewareMixin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.deprecation.RemovedInDjango30Warning": [ "BaseException", "Exception", "PendingDeprecationWarning", "Warning", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.deprecation.RemovedInDjango31Warning": [ "BaseException", "Exception", "PendingDeprecationWarning", "Warning", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.deprecation.RemovedInDjango40Warning": [ "BaseException", "Exception", "PendingDeprecationWarning", "Warning", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.deprecation.RemovedInNextVersionWarning": [ "BaseException", "DeprecationWarning", "Exception", "Warning", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.deprecation.RenameMethodsBase": [ "object", "type", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.deprecation.warn_about_renamed_method": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.decorators.classonlymethod": [ "classmethod", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.decorators.classproperty": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.datetime_safe.date": [ "datetime.date", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.datetime_safe.datetime": [ "datetime.date", "datetime.datetime", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.datetime_safe.time": [ "datetime.time", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.dateformat.DateFormat": [ "jedi.third_party.django-stubs.django-stubs.utils.dateformat.Formatter", "jedi.third_party.django-stubs.django-stubs.utils.dateformat.TimeFormat", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.dateformat.Formatter": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.dateformat.TimeFormat": [ "jedi.third_party.django-stubs.django-stubs.utils.dateformat.Formatter", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.datastructures.CaseInsensitiveMapping": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.datastructures.DictWrapper": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.datastructures.ImmutableList": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.datastructures.MultiValueDict": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.datastructures.MultiValueDictKeyError": [ "BaseException", "Exception", "KeyError", "LookupError", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.datastructures.OrderedSet": [ "object", "typing.AbstractSet", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSet", "typing.Protocol" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.baseconv.BaseConverter": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.autoreload.BaseReloader": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.autoreload.StatReloader": [ "jedi.third_party.django-stubs.django-stubs.utils.autoreload.BaseReloader", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.autoreload.WatchmanReloader": [ "jedi.third_party.django-stubs.django-stubs.utils.autoreload.BaseReloader", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.autoreload.WatchmanUnavailable": [ "BaseException", "Exception", "RuntimeError", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.archive.Archive": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.archive.ArchiveException": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.archive.BaseArchive": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.archive.TarArchive": [ "jedi.third_party.django-stubs.django-stubs.utils.archive.BaseArchive", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.archive.UnrecognizedArchiveFormat": [ "BaseException", "Exception", "jedi.third_party.django-stubs.django-stubs.utils.archive.ArchiveException", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.utils.archive.ZipArchive": [ "jedi.third_party.django-stubs.django-stubs.utils.archive.BaseArchive", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.urls.resolvers.CheckURLMixin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.urls.resolvers.LocalePrefixPattern": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.urls.resolvers.LocaleRegexDescriptor": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.urls.resolvers.RegexPattern": [ "jedi.third_party.django-stubs.django-stubs.urls.resolvers.CheckURLMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.urls.resolvers.ResolverMatch": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.urls.resolvers.RoutePattern": [ "jedi.third_party.django-stubs.django-stubs.urls.resolvers.CheckURLMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.urls.resolvers.URLPattern": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.urls.resolvers.URLResolver": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.urls.exceptions.NoReverseMatch": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.urls.exceptions.Resolver404": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.urls.converters.IntConverter": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.urls.converters.PathConverter": [ "jedi.third_party.django-stubs.django-stubs.urls.converters.StringConverter", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.urls.converters.SlugConverter": [ "jedi.third_party.django-stubs.django-stubs.urls.converters.StringConverter", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.urls.converters.StringConverter": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.urls.converters.UUIDConverter": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.test.utils.Approximate": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.test.utils.CaptureQueriesContext": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.test.utils.ContextList": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.django-stubs.django-stubs.test.utils.LoggingCaptureMixin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.test.utils.TestContextDecorator": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.test.utils._TestState": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.test.utils.ignore_warnings": [ "jedi.third_party.django-stubs.django-stubs.test.utils.TestContextDecorator", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.test.utils.isolate_apps": [ "jedi.third_party.django-stubs.django-stubs.test.utils.TestContextDecorator", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.test.utils.modify_settings": [ "jedi.third_party.django-stubs.django-stubs.test.utils.TestContextDecorator", "jedi.third_party.django-stubs.django-stubs.test.utils.override_settings", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.test.utils.override_script_prefix": [ "jedi.third_party.django-stubs.django-stubs.test.utils.TestContextDecorator", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.test.utils.override_settings": [ "jedi.third_party.django-stubs.django-stubs.test.utils.TestContextDecorator", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.test.utils.override_system_checks": [ "jedi.third_party.django-stubs.django-stubs.test.utils.TestContextDecorator", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.test.testcases.CheckCondition": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.test.testcases.FSFilesHandler": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.test.testcases.LiveServerTestCase": [ "jedi.third_party.django-stubs.django-stubs.test.testcases.SimpleTestCase", "jedi.third_party.django-stubs.django-stubs.test.testcases.TransactionTestCase", "object", "unittest.case.TestCase" ] }, { "jedi.third_party.django-stubs.django-stubs.test.testcases.LiveServerThread": [ "object", "threading.Thread" ] }, { "jedi.third_party.django-stubs.django-stubs.test.testcases.QuietWSGIRequestHandler": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.test.testcases.SerializeMixin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.test.testcases.SimpleTestCase": [ "object", "unittest.case.TestCase" ] }, { "jedi.third_party.django-stubs.django-stubs.test.testcases.TestCase": [ "jedi.third_party.django-stubs.django-stubs.test.testcases.SimpleTestCase", "jedi.third_party.django-stubs.django-stubs.test.testcases.TransactionTestCase", "object", "unittest.case.TestCase" ] }, { "jedi.third_party.django-stubs.django-stubs.test.testcases.TransactionTestCase": [ "jedi.third_party.django-stubs.django-stubs.test.testcases.SimpleTestCase", "object", "unittest.case.TestCase" ] }, { "jedi.third_party.django-stubs.django-stubs.test.testcases._AssertNumQueriesContext": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.test.testcases._AssertTemplateNotUsedContext": [ "jedi.third_party.django-stubs.django-stubs.test.testcases._AssertTemplateUsedContext", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.test.testcases._AssertTemplateUsedContext": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.test.testcases._CursorFailure": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.test.testcases._MediaFilesHandler": [ "jedi.third_party.django-stubs.django-stubs.test.testcases.FSFilesHandler", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.test.testcases._StaticFilesHandler": [ "jedi.third_party.django-stubs.django-stubs.test.testcases.FSFilesHandler", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.test.selenium.SeleniumTestCase": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.test.selenium.SeleniumTestCaseBase": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.test.runner.DebugSQLTextTestResult": [ "object", "unittest.result.TestResult", "unittest.runner.TextTestResult" ] }, { "jedi.third_party.django-stubs.django-stubs.test.runner.DiscoverRunner": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.test.runner.ParallelTestSuite": [ "object", "typing.Generic", "typing.Iterable", "typing.Protocol", "unittest.suite.BaseTestSuite", "unittest.suite.TestSuite" ] }, { "jedi.third_party.django-stubs.django-stubs.test.runner.RemoteTestResult": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.test.runner.RemoteTestRunner": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.test.html.Element": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.test.html.HTMLParseError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.test.html.Parser": [ "_markupbase.ParserBase", "html.parser.HTMLParser", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.test.html.RootElement": [ "jedi.third_party.django-stubs.django-stubs.test.html.Element", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.test.client.Client": [ "jedi.third_party.django-stubs.django-stubs.test.client.RequestFactory", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.test.client.ClientHandler": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.test.client.FakePayload": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.test.client.RedirectCycleError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.test.client.RequestFactory": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.templatetags.tz.GetCurrentTimezoneNode": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.templatetags.tz.LocalTimeNode": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.templatetags.tz.TimezoneNode": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.templatetags.tz.datetimeobject": [ "datetime.date", "datetime.datetime", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.templatetags.static.PrefixNode": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.templatetags.static.StaticNode": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.templatetags.l10n.LocalizeNode": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.templatetags.i18n.BlockTranslateNode": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.templatetags.i18n.GetAvailableLanguagesNode": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.templatetags.i18n.GetCurrentLanguageBidiNode": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.templatetags.i18n.GetCurrentLanguageNode": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.templatetags.i18n.GetLanguageInfoListNode": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.templatetags.i18n.GetLanguageInfoNode": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.templatetags.i18n.LanguageNode": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.templatetags.i18n.TranslateNode": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.templatetags.cache.CacheNode": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.utils.EngineHandler": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.utils.InvalidTemplateEngineError": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.smartif.EndToken": [ "jedi.third_party.django-stubs.django-stubs.template.smartif.TokenBase", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.smartif.IfParser": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.smartif.Literal": [ "jedi.third_party.django-stubs.django-stubs.template.smartif.TokenBase", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.smartif.TokenBase": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.response.ContentNotRenderedError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.response.SimpleTemplateResponse": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.response.TemplateResponse": [ "jedi.third_party.django-stubs.django-stubs.template.response.SimpleTemplateResponse", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.loaders.locmem.Loader": [ "jedi.third_party.django-stubs.django-stubs.template.loaders.base.Loader", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.loaders.filesystem.Loader": [ "jedi.third_party.django-stubs.django-stubs.template.loaders.base.Loader", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.loaders.cached.Loader": [ "jedi.third_party.django-stubs.django-stubs.template.loaders.base.Loader", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.loaders.base.Loader": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.loaders.app_directories.Loader": [ "jedi.third_party.django-stubs.django-stubs.template.loaders.base.Loader", "jedi.third_party.django-stubs.django-stubs.template.loaders.filesystem.Loader", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.loader_tags.BlockContext": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.loader_tags.BlockNode": [ "jedi.third_party.django-stubs.django-stubs.template.base.Node", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.loader_tags.ExtendsNode": [ "jedi.third_party.django-stubs.django-stubs.template.base.Node", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.loader_tags.IncludeNode": [ "jedi.third_party.django-stubs.django-stubs.template.base.Node", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.library.InclusionNode": [ "jedi.third_party.django-stubs.django-stubs.template.base.Node", "jedi.third_party.django-stubs.django-stubs.template.library.TagHelperNode", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.library.InvalidTemplateLibrary": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.library.Library": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.library.SimpleNode": [ "jedi.third_party.django-stubs.django-stubs.template.base.Node", "jedi.third_party.django-stubs.django-stubs.template.library.TagHelperNode", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.library.TagHelperNode": [ "jedi.third_party.django-stubs.django-stubs.template.base.Node", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.exceptions.TemplateDoesNotExist": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.exceptions.TemplateSyntaxError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.engine.Engine": [ "object" ] }, { "GroupedResult": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.django-stubs.django-stubs.template.defaulttags.AutoEscapeControlNode": [ "jedi.third_party.django-stubs.django-stubs.template.base.Node", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.defaulttags.CommentNode": [ "jedi.third_party.django-stubs.django-stubs.template.base.Node", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.defaulttags.CsrfTokenNode": [ "jedi.third_party.django-stubs.django-stubs.template.base.Node", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.defaulttags.CycleNode": [ "jedi.third_party.django-stubs.django-stubs.template.base.Node", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.defaulttags.DebugNode": [ "jedi.third_party.django-stubs.django-stubs.template.base.Node", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.defaulttags.FilterNode": [ "jedi.third_party.django-stubs.django-stubs.template.base.Node", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.defaulttags.FirstOfNode": [ "jedi.third_party.django-stubs.django-stubs.template.base.Node", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.defaulttags.ForNode": [ "jedi.third_party.django-stubs.django-stubs.template.base.Node", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.defaulttags.IfChangedNode": [ "jedi.third_party.django-stubs.django-stubs.template.base.Node", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.defaulttags.IfEqualNode": [ "jedi.third_party.django-stubs.django-stubs.template.base.Node", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.defaulttags.IfNode": [ "jedi.third_party.django-stubs.django-stubs.template.base.Node", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.defaulttags.LoadNode": [ "jedi.third_party.django-stubs.django-stubs.template.base.Node", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.defaulttags.LoremNode": [ "jedi.third_party.django-stubs.django-stubs.template.base.Node", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.defaulttags.NowNode": [ "jedi.third_party.django-stubs.django-stubs.template.base.Node", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.defaulttags.RegroupNode": [ "jedi.third_party.django-stubs.django-stubs.template.base.Node", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.defaulttags.ResetCycleNode": [ "jedi.third_party.django-stubs.django-stubs.template.base.Node", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.defaulttags.SpacelessNode": [ "jedi.third_party.django-stubs.django-stubs.template.base.Node", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.defaulttags.TemplateIfParser": [ "jedi.third_party.django-stubs.django-stubs.template.smartif.IfParser", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.defaulttags.TemplateLiteral": [ "jedi.third_party.django-stubs.django-stubs.template.smartif.Literal", "jedi.third_party.django-stubs.django-stubs.template.smartif.TokenBase", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.defaulttags.TemplateTagNode": [ "jedi.third_party.django-stubs.django-stubs.template.base.Node", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.defaulttags.URLNode": [ "jedi.third_party.django-stubs.django-stubs.template.base.Node", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.defaulttags.VerbatimNode": [ "jedi.third_party.django-stubs.django-stubs.template.base.Node", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.defaulttags.WidthRatioNode": [ "jedi.third_party.django-stubs.django-stubs.template.base.Node", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.defaulttags.WithNode": [ "jedi.third_party.django-stubs.django-stubs.template.base.Node", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.context.BaseContext": [ "object", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.django-stubs.django-stubs.template.context.Context": [ "jedi.third_party.django-stubs.django-stubs.template.context.BaseContext", "object", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.django-stubs.django-stubs.template.context.ContextDict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.django-stubs.django-stubs.template.context.ContextPopException": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.context.RenderContext": [ "jedi.third_party.django-stubs.django-stubs.template.context.BaseContext", "object", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.django-stubs.django-stubs.template.context.RequestContext": [ "jedi.third_party.django-stubs.django-stubs.template.context.BaseContext", "jedi.third_party.django-stubs.django-stubs.template.context.Context", "object", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.django-stubs.django-stubs.template.base.DebugLexer": [ "jedi.third_party.django-stubs.django-stubs.template.base.Lexer", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.base.FilterExpression": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.base.Lexer": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.base.Node": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.base.NodeList": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.django-stubs.django-stubs.template.base.Origin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.base.Parser": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.base.Template": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.base.TextNode": [ "jedi.third_party.django-stubs.django-stubs.template.base.Node", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.base.Token": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.base.TokenType": [ "enum.Enum", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.base.Variable": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.base.VariableDoesNotExist": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.base.VariableNode": [ "jedi.third_party.django-stubs.django-stubs.template.base.Node", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.backends.jinja2.Jinja2": [ "jedi.third_party.django-stubs.django-stubs.template.backends.base.BaseEngine", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.backends.jinja2.Origin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.backends.dummy.Template": [ "object", "string.Template" ] }, { "jedi.third_party.django-stubs.django-stubs.template.backends.dummy.TemplateStrings": [ "jedi.third_party.django-stubs.django-stubs.template.backends.base.BaseEngine", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.backends.django.DjangoTemplates": [ "jedi.third_party.django-stubs.django-stubs.template.backends.base.BaseEngine", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.template.backends.base.BaseEngine": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.shortcuts.SupportsGetAbsoluteUrl": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.django-stubs.django-stubs.middleware.security.SecurityMiddleware": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.middleware.locale.LocaleMiddleware": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.middleware.http.ConditionalGetMiddleware": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.middleware.gzip.GZipMiddleware": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.middleware.csrf.CsrfViewMiddleware": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.middleware.common.BrokenLinkEmailsMiddleware": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.middleware.common.CommonMiddleware": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.middleware.clickjacking.XFrameOptionsMiddleware": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.middleware.cache.CacheMiddleware": [ "jedi.third_party.django-stubs.django-stubs.middleware.cache.FetchFromCacheMiddleware", "jedi.third_party.django-stubs.django-stubs.middleware.cache.UpdateCacheMiddleware", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.middleware.cache.FetchFromCacheMiddleware": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.middleware.cache.UpdateCacheMiddleware": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.http.response.BadHeaderError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.http.response.FileResponse": [ "jedi.third_party.django-stubs.django-stubs.http.response.HttpResponseBase", "jedi.third_party.django-stubs.django-stubs.http.response.StreamingHttpResponse", "object", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.django-stubs.django-stubs.http.response.Http404": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.http.response.HttpResponse": [ "jedi.third_party.django-stubs.django-stubs.http.response.HttpResponseBase", "object", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.django-stubs.django-stubs.http.response.HttpResponseBadRequest": [ "jedi.third_party.django-stubs.django-stubs.http.response.HttpResponse", "jedi.third_party.django-stubs.django-stubs.http.response.HttpResponseBase", "object", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.django-stubs.django-stubs.http.response.HttpResponseBase": [ "object", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.django-stubs.django-stubs.http.response.HttpResponseForbidden": [ "jedi.third_party.django-stubs.django-stubs.http.response.HttpResponse", "jedi.third_party.django-stubs.django-stubs.http.response.HttpResponseBase", "object", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.django-stubs.django-stubs.http.response.HttpResponseGone": [ "jedi.third_party.django-stubs.django-stubs.http.response.HttpResponse", "jedi.third_party.django-stubs.django-stubs.http.response.HttpResponseBase", "object", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.django-stubs.django-stubs.http.response.HttpResponseNotAllowed": [ "jedi.third_party.django-stubs.django-stubs.http.response.HttpResponse", "jedi.third_party.django-stubs.django-stubs.http.response.HttpResponseBase", "object", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.django-stubs.django-stubs.http.response.HttpResponseNotFound": [ "jedi.third_party.django-stubs.django-stubs.http.response.HttpResponse", "jedi.third_party.django-stubs.django-stubs.http.response.HttpResponseBase", "object", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.django-stubs.django-stubs.http.response.HttpResponseNotModified": [ "jedi.third_party.django-stubs.django-stubs.http.response.HttpResponse", "jedi.third_party.django-stubs.django-stubs.http.response.HttpResponseBase", "object", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.django-stubs.django-stubs.http.response.HttpResponsePermanentRedirect": [ "jedi.third_party.django-stubs.django-stubs.http.response.HttpResponse", "jedi.third_party.django-stubs.django-stubs.http.response.HttpResponseBase", "jedi.third_party.django-stubs.django-stubs.http.response.HttpResponseRedirectBase", "object", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.django-stubs.django-stubs.http.response.HttpResponseRedirect": [ "jedi.third_party.django-stubs.django-stubs.http.response.HttpResponse", "jedi.third_party.django-stubs.django-stubs.http.response.HttpResponseBase", "jedi.third_party.django-stubs.django-stubs.http.response.HttpResponseRedirectBase", "object", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.django-stubs.django-stubs.http.response.HttpResponseRedirectBase": [ "jedi.third_party.django-stubs.django-stubs.http.response.HttpResponse", "jedi.third_party.django-stubs.django-stubs.http.response.HttpResponseBase", "object", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.django-stubs.django-stubs.http.response.HttpResponseServerError": [ "jedi.third_party.django-stubs.django-stubs.http.response.HttpResponse", "jedi.third_party.django-stubs.django-stubs.http.response.HttpResponseBase", "object", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.django-stubs.django-stubs.http.response.JsonResponse": [ "jedi.third_party.django-stubs.django-stubs.http.response.HttpResponse", "jedi.third_party.django-stubs.django-stubs.http.response.HttpResponseBase", "object", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.django-stubs.django-stubs.http.response.StreamingHttpResponse": [ "jedi.third_party.django-stubs.django-stubs.http.response.HttpResponseBase", "object", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "jedi.third_party.django-stubs.django-stubs.http.request.HttpHeaders": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.http.request.HttpRequest": [ "io.BufferedIOBase", "io.BytesIO", "io.IOBase", "object", "typing.BinaryIO", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "jedi.third_party.django-stubs.django-stubs.http.request.QueryDict": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.http.request.RawPostDataException": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.http.request.UnreadablePostError": [ "BaseException", "Exception", "OSError", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.http.multipartparser.BoundaryIter": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.http.multipartparser.ChunkIter": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.http.multipartparser.InputStreamExhausted": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.http.multipartparser.InterBoundaryIter": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.http.multipartparser.LazyStream": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.http.multipartparser.MultiPartParser": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.http.multipartparser.MultiPartParserError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.http.multipartparser.Parser": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.widgets.CheckboxInput": [ "jedi.third_party.django-stubs.django-stubs.forms.widgets.Input", "jedi.third_party.django-stubs.django-stubs.forms.widgets.Widget", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.widgets.CheckboxSelectMultiple": [ "jedi.third_party.django-stubs.django-stubs.forms.widgets.ChoiceWidget", "jedi.third_party.django-stubs.django-stubs.forms.widgets.Widget", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.widgets.ChoiceWidget": [ "jedi.third_party.django-stubs.django-stubs.forms.widgets.Widget", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.widgets.ClearableFileInput": [ "jedi.third_party.django-stubs.django-stubs.forms.widgets.FileInput", "jedi.third_party.django-stubs.django-stubs.forms.widgets.Input", "jedi.third_party.django-stubs.django-stubs.forms.widgets.Widget", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.widgets.DateInput": [ "jedi.third_party.django-stubs.django-stubs.forms.widgets.DateTimeBaseInput", "jedi.third_party.django-stubs.django-stubs.forms.widgets.Input", "jedi.third_party.django-stubs.django-stubs.forms.widgets.TextInput", "jedi.third_party.django-stubs.django-stubs.forms.widgets.Widget", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.widgets.DateTimeBaseInput": [ "jedi.third_party.django-stubs.django-stubs.forms.widgets.Input", "jedi.third_party.django-stubs.django-stubs.forms.widgets.TextInput", "jedi.third_party.django-stubs.django-stubs.forms.widgets.Widget", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.widgets.DateTimeInput": [ "jedi.third_party.django-stubs.django-stubs.forms.widgets.DateTimeBaseInput", "jedi.third_party.django-stubs.django-stubs.forms.widgets.Input", "jedi.third_party.django-stubs.django-stubs.forms.widgets.TextInput", "jedi.third_party.django-stubs.django-stubs.forms.widgets.Widget", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.widgets.EmailInput": [ "jedi.third_party.django-stubs.django-stubs.forms.widgets.Input", "jedi.third_party.django-stubs.django-stubs.forms.widgets.Widget", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.widgets.FileInput": [ "jedi.third_party.django-stubs.django-stubs.forms.widgets.Input", "jedi.third_party.django-stubs.django-stubs.forms.widgets.Widget", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.widgets.HiddenInput": [ "jedi.third_party.django-stubs.django-stubs.forms.widgets.Input", "jedi.third_party.django-stubs.django-stubs.forms.widgets.Widget", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.widgets.Input": [ "jedi.third_party.django-stubs.django-stubs.forms.widgets.Widget", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.widgets.Media": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.widgets.MediaDefiningClass": [ "object", "type", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.widgets.MediaOrderConflictWarning": [ "BaseException", "Exception", "RuntimeWarning", "Warning", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.widgets.MultiWidget": [ "jedi.third_party.django-stubs.django-stubs.forms.widgets.Widget", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.widgets.MultipleHiddenInput": [ "jedi.third_party.django-stubs.django-stubs.forms.widgets.HiddenInput", "jedi.third_party.django-stubs.django-stubs.forms.widgets.Input", "jedi.third_party.django-stubs.django-stubs.forms.widgets.Widget", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.widgets.NullBooleanSelect": [ "jedi.third_party.django-stubs.django-stubs.forms.widgets.ChoiceWidget", "jedi.third_party.django-stubs.django-stubs.forms.widgets.Select", "jedi.third_party.django-stubs.django-stubs.forms.widgets.Widget", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.widgets.NumberInput": [ "jedi.third_party.django-stubs.django-stubs.forms.widgets.Input", "jedi.third_party.django-stubs.django-stubs.forms.widgets.Widget", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.widgets.PasswordInput": [ "jedi.third_party.django-stubs.django-stubs.forms.widgets.Input", "jedi.third_party.django-stubs.django-stubs.forms.widgets.Widget", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.widgets.RadioSelect": [ "jedi.third_party.django-stubs.django-stubs.forms.widgets.ChoiceWidget", "jedi.third_party.django-stubs.django-stubs.forms.widgets.Widget", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.widgets.Select": [ "jedi.third_party.django-stubs.django-stubs.forms.widgets.ChoiceWidget", "jedi.third_party.django-stubs.django-stubs.forms.widgets.Widget", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.widgets.SelectDateWidget": [ "jedi.third_party.django-stubs.django-stubs.forms.widgets.Widget", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.widgets.SelectMultiple": [ "jedi.third_party.django-stubs.django-stubs.forms.widgets.ChoiceWidget", "jedi.third_party.django-stubs.django-stubs.forms.widgets.Select", "jedi.third_party.django-stubs.django-stubs.forms.widgets.Widget", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.widgets.SplitDateTimeWidget": [ "jedi.third_party.django-stubs.django-stubs.forms.widgets.MultiWidget", "jedi.third_party.django-stubs.django-stubs.forms.widgets.Widget", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.widgets.SplitHiddenDateTimeWidget": [ "jedi.third_party.django-stubs.django-stubs.forms.widgets.MultiWidget", "jedi.third_party.django-stubs.django-stubs.forms.widgets.SplitDateTimeWidget", "jedi.third_party.django-stubs.django-stubs.forms.widgets.Widget", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.widgets.TextInput": [ "jedi.third_party.django-stubs.django-stubs.forms.widgets.Input", "jedi.third_party.django-stubs.django-stubs.forms.widgets.Widget", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.widgets.Textarea": [ "jedi.third_party.django-stubs.django-stubs.forms.widgets.Widget", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.widgets.TimeInput": [ "jedi.third_party.django-stubs.django-stubs.forms.widgets.DateTimeBaseInput", "jedi.third_party.django-stubs.django-stubs.forms.widgets.Input", "jedi.third_party.django-stubs.django-stubs.forms.widgets.TextInput", "jedi.third_party.django-stubs.django-stubs.forms.widgets.Widget", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.widgets.URLInput": [ "jedi.third_party.django-stubs.django-stubs.forms.widgets.Input", "jedi.third_party.django-stubs.django-stubs.forms.widgets.Widget", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.widgets.Widget": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.utils.ErrorDict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.utils.ErrorList": [ "collections.UserList", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.renderers.BaseRenderer": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.renderers.DjangoTemplates": [ "jedi.third_party.django-stubs.django-stubs.forms.renderers.BaseRenderer", "jedi.third_party.django-stubs.django-stubs.forms.renderers.EngineMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.renderers.EngineMixin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.renderers.Jinja2": [ "jedi.third_party.django-stubs.django-stubs.forms.renderers.BaseRenderer", "jedi.third_party.django-stubs.django-stubs.forms.renderers.EngineMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.renderers.TemplatesSetting": [ "jedi.third_party.django-stubs.django-stubs.forms.renderers.BaseRenderer", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.models.BaseInlineFormSet": [ "jedi.third_party.django-stubs.django-stubs.forms.models.BaseModelFormSet", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.models.BaseModelForm": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.models.BaseModelFormSet": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.models.InlineForeignKeyField": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.models.ModelChoiceField": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.models.ModelChoiceIterator": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.models.ModelForm": [ "jedi.third_party.django-stubs.django-stubs.forms.models.BaseModelForm", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.models.ModelFormMetaclass": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.models.ModelFormOptions": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.models.ModelMultipleChoiceField": [ "jedi.third_party.django-stubs.django-stubs.forms.models.ModelChoiceField", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.formsets.BaseFormSet": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol", "typing.Sized" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.formsets.ManagementForm": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.forms.BaseForm": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.forms.BaseForm.Meta": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.forms.DeclarativeFieldsMetaclass": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.forms.Form": [ "jedi.third_party.django-stubs.django-stubs.forms.forms.BaseForm", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.fields.BaseTemporalField": [ "jedi.third_party.django-stubs.django-stubs.forms.fields.Field", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.fields.BooleanField": [ "jedi.third_party.django-stubs.django-stubs.forms.fields.Field", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.fields.CallableChoiceIterator": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.fields.CharField": [ "jedi.third_party.django-stubs.django-stubs.forms.fields.Field", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.fields.ChoiceField": [ "jedi.third_party.django-stubs.django-stubs.forms.fields.Field", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.fields.ComboField": [ "jedi.third_party.django-stubs.django-stubs.forms.fields.Field", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.fields.DateField": [ "jedi.third_party.django-stubs.django-stubs.forms.fields.BaseTemporalField", "jedi.third_party.django-stubs.django-stubs.forms.fields.Field", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.fields.DateTimeField": [ "jedi.third_party.django-stubs.django-stubs.forms.fields.BaseTemporalField", "jedi.third_party.django-stubs.django-stubs.forms.fields.Field", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.fields.DecimalField": [ "jedi.third_party.django-stubs.django-stubs.forms.fields.Field", "jedi.third_party.django-stubs.django-stubs.forms.fields.IntegerField", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.fields.DurationField": [ "jedi.third_party.django-stubs.django-stubs.forms.fields.Field", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.fields.EmailField": [ "jedi.third_party.django-stubs.django-stubs.forms.fields.CharField", "jedi.third_party.django-stubs.django-stubs.forms.fields.Field", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.fields.Field": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.fields.FileField": [ "jedi.third_party.django-stubs.django-stubs.forms.fields.Field", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.fields.FilePathField": [ "jedi.third_party.django-stubs.django-stubs.forms.fields.ChoiceField", "jedi.third_party.django-stubs.django-stubs.forms.fields.Field", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.fields.FloatField": [ "jedi.third_party.django-stubs.django-stubs.forms.fields.Field", "jedi.third_party.django-stubs.django-stubs.forms.fields.IntegerField", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.fields.GenericIPAddressField": [ "jedi.third_party.django-stubs.django-stubs.forms.fields.CharField", "jedi.third_party.django-stubs.django-stubs.forms.fields.Field", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.fields.ImageField": [ "jedi.third_party.django-stubs.django-stubs.forms.fields.Field", "jedi.third_party.django-stubs.django-stubs.forms.fields.FileField", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.fields.IntegerField": [ "jedi.third_party.django-stubs.django-stubs.forms.fields.Field", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.fields.MultiValueField": [ "jedi.third_party.django-stubs.django-stubs.forms.fields.Field", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.fields.MultipleChoiceField": [ "jedi.third_party.django-stubs.django-stubs.forms.fields.ChoiceField", "jedi.third_party.django-stubs.django-stubs.forms.fields.Field", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.fields.NullBooleanField": [ "jedi.third_party.django-stubs.django-stubs.forms.fields.BooleanField", "jedi.third_party.django-stubs.django-stubs.forms.fields.Field", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.fields.RegexField": [ "jedi.third_party.django-stubs.django-stubs.forms.fields.CharField", "jedi.third_party.django-stubs.django-stubs.forms.fields.Field", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.fields.SlugField": [ "jedi.third_party.django-stubs.django-stubs.forms.fields.CharField", "jedi.third_party.django-stubs.django-stubs.forms.fields.Field", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.fields.SplitDateTimeField": [ "jedi.third_party.django-stubs.django-stubs.forms.fields.Field", "jedi.third_party.django-stubs.django-stubs.forms.fields.MultiValueField", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.fields.TimeField": [ "jedi.third_party.django-stubs.django-stubs.forms.fields.BaseTemporalField", "jedi.third_party.django-stubs.django-stubs.forms.fields.Field", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.fields.TypedChoiceField": [ "jedi.third_party.django-stubs.django-stubs.forms.fields.ChoiceField", "jedi.third_party.django-stubs.django-stubs.forms.fields.Field", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.fields.TypedMultipleChoiceField": [ "jedi.third_party.django-stubs.django-stubs.forms.fields.ChoiceField", "jedi.third_party.django-stubs.django-stubs.forms.fields.Field", "jedi.third_party.django-stubs.django-stubs.forms.fields.MultipleChoiceField", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.fields.URLField": [ "jedi.third_party.django-stubs.django-stubs.forms.fields.CharField", "jedi.third_party.django-stubs.django-stubs.forms.fields.Field", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.fields.UUIDField": [ "jedi.third_party.django-stubs.django-stubs.forms.fields.CharField", "jedi.third_party.django-stubs.django-stubs.forms.fields.Field", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.boundfield.BoundField": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.forms.boundfield.BoundWidget": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.dispatch.dispatcher.Signal": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.utils.ConnectionDoesNotExist": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.utils.ConnectionHandler": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.utils.ConnectionRouter": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.utils.DataError": [ "BaseException", "Exception", "jedi.third_party.django-stubs.django-stubs.db.utils.DatabaseError", "jedi.third_party.django-stubs.django-stubs.db.utils.Error", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.utils.DatabaseError": [ "BaseException", "Exception", "jedi.third_party.django-stubs.django-stubs.db.utils.Error", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.utils.Error": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.utils.IntegrityError": [ "BaseException", "Exception", "jedi.third_party.django-stubs.django-stubs.db.utils.DatabaseError", "jedi.third_party.django-stubs.django-stubs.db.utils.Error", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.utils.InterfaceError": [ "BaseException", "Exception", "jedi.third_party.django-stubs.django-stubs.db.utils.Error", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.utils.InternalError": [ "BaseException", "Exception", "jedi.third_party.django-stubs.django-stubs.db.utils.DatabaseError", "jedi.third_party.django-stubs.django-stubs.db.utils.Error", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.utils.NotSupportedError": [ "BaseException", "Exception", "jedi.third_party.django-stubs.django-stubs.db.utils.DatabaseError", "jedi.third_party.django-stubs.django-stubs.db.utils.Error", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.utils.OperationalError": [ "BaseException", "Exception", "jedi.third_party.django-stubs.django-stubs.db.utils.DatabaseError", "jedi.third_party.django-stubs.django-stubs.db.utils.Error", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.utils.ProgrammingError": [ "BaseException", "Exception", "jedi.third_party.django-stubs.django-stubs.db.utils.DatabaseError", "jedi.third_party.django-stubs.django-stubs.db.utils.Error", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.transaction.Atomic": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.transaction.TransactionManagementError": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.sql.where.ExtraWhere": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.sql.where.NothingNode": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.sql.where.SubqueryConstraint": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.sql.where.WhereNode": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.sql.subqueries.AggregateQuery": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.sql.subqueries.DeleteQuery": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.sql.subqueries.InsertQuery": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.sql.subqueries.UpdateQuery": [ "object" ] }, { "JoinInfo": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.sql.query.JoinPromoter": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.sql.query.Query": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.sql.query.RawQuery": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.sql.datastructures.BaseTable": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.sql.datastructures.Empty": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.sql.datastructures.Join": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.sql.datastructures.MultiJoin": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.sql.compiler.SQLCompiler": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.signals.ModelSignal": [ "object" ] }, { "PathInfo": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.query_utils.DeferredAttribute": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.query_utils.FilteredRelation": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.query_utils.InvalidQuery": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.query_utils.Q": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.query_utils.QueryWrapper": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.query_utils.RegisterLookupMixin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.query.BaseIterable": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.query.EmptyQuerySet": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.query.FlatValuesListIterable": [ "jedi.third_party.django-stubs.django-stubs.db.models.query.BaseIterable", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.query.InstanceCheckMeta": [ "object", "type", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.query.ModelIterable": [ "jedi.third_party.django-stubs.django-stubs.db.models.query.BaseIterable", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.query.NamedValuesListIterable": [ "jedi.third_party.django-stubs.django-stubs.db.models.query.BaseIterable", "jedi.third_party.django-stubs.django-stubs.db.models.query.ValuesListIterable", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.query.Prefetch": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.query.QuerySet": [ "jedi.third_party.django-stubs.django-stubs.db.models.query._BaseQuerySet", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sized" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.query.RawQuerySet": [ "object", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Sized" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.query.ValuesIterable": [ "jedi.third_party.django-stubs.django-stubs.db.models.query.BaseIterable", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.query.ValuesListIterable": [ "jedi.third_party.django-stubs.django-stubs.db.models.query.BaseIterable", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.query.ValuesQuerySet": [ "jedi.third_party.django-stubs.django-stubs.db.models.query._BaseQuerySet", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Sized" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.query._BaseQuerySet": [ "object", "typing.Generic", "typing.Protocol", "typing.Sized" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.options.Options": [ "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.manager.BaseManager": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.manager.EmptyManager": [ "jedi.third_party.django-stubs.django-stubs.db.models.manager.BaseManager", "jedi.third_party.django-stubs.django-stubs.db.models.manager.Manager", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.manager.Manager": [ "jedi.third_party.django-stubs.django-stubs.db.models.manager.BaseManager", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.manager.ManagerDescriptor": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.manager.RelatedManager": [ "jedi.third_party.django-stubs.django-stubs.db.models.manager.BaseManager", "jedi.third_party.django-stubs.django-stubs.db.models.manager.Manager", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.lookups.BuiltinLookup": [ "jedi.third_party.django-stubs.django-stubs.db.models.lookups.Lookup", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.lookups.Contains": [ "jedi.third_party.django-stubs.django-stubs.db.models.lookups.BuiltinLookup", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.Lookup", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.PatternLookup", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.lookups.EndsWith": [ "jedi.third_party.django-stubs.django-stubs.db.models.lookups.BuiltinLookup", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.Lookup", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.PatternLookup", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.lookups.Exact": [ "jedi.third_party.django-stubs.django-stubs.db.models.lookups.BuiltinLookup", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.FieldGetDbPrepValueMixin", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.Lookup", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.lookups.FieldGetDbPrepValueIterableMixin": [ "jedi.third_party.django-stubs.django-stubs.db.models.lookups.FieldGetDbPrepValueMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.lookups.FieldGetDbPrepValueMixin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.lookups.GreaterThan": [ "jedi.third_party.django-stubs.django-stubs.db.models.lookups.BuiltinLookup", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.FieldGetDbPrepValueMixin", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.Lookup", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.lookups.GreaterThanOrEqual": [ "jedi.third_party.django-stubs.django-stubs.db.models.lookups.BuiltinLookup", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.FieldGetDbPrepValueMixin", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.Lookup", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.lookups.IContains": [ "jedi.third_party.django-stubs.django-stubs.db.models.lookups.BuiltinLookup", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.Contains", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.Lookup", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.PatternLookup", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.lookups.IEndsWith": [ "jedi.third_party.django-stubs.django-stubs.db.models.lookups.BuiltinLookup", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.EndsWith", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.Lookup", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.PatternLookup", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.lookups.IExact": [ "jedi.third_party.django-stubs.django-stubs.db.models.lookups.BuiltinLookup", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.Lookup", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.lookups.IRegex": [ "jedi.third_party.django-stubs.django-stubs.db.models.lookups.BuiltinLookup", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.Lookup", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.Regex", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.lookups.IStartsWith": [ "jedi.third_party.django-stubs.django-stubs.db.models.lookups.BuiltinLookup", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.Lookup", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.PatternLookup", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.StartsWith", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.lookups.In": [ "jedi.third_party.django-stubs.django-stubs.db.models.lookups.BuiltinLookup", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.FieldGetDbPrepValueIterableMixin", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.FieldGetDbPrepValueMixin", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.Lookup", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.lookups.IntegerFieldFloatRounding": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.lookups.IntegerGreaterThanOrEqual": [ "jedi.third_party.django-stubs.django-stubs.db.models.lookups.BuiltinLookup", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.FieldGetDbPrepValueMixin", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.GreaterThanOrEqual", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.IntegerFieldFloatRounding", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.Lookup", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.lookups.IntegerLessThan": [ "jedi.third_party.django-stubs.django-stubs.db.models.lookups.BuiltinLookup", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.FieldGetDbPrepValueMixin", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.IntegerFieldFloatRounding", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.LessThan", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.Lookup", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.lookups.IsNull": [ "jedi.third_party.django-stubs.django-stubs.db.models.lookups.BuiltinLookup", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.Lookup", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.lookups.LessThan": [ "jedi.third_party.django-stubs.django-stubs.db.models.lookups.BuiltinLookup", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.FieldGetDbPrepValueMixin", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.Lookup", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.lookups.LessThanOrEqual": [ "jedi.third_party.django-stubs.django-stubs.db.models.lookups.BuiltinLookup", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.FieldGetDbPrepValueMixin", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.Lookup", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.lookups.Lookup": [ "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.lookups.PatternLookup": [ "jedi.third_party.django-stubs.django-stubs.db.models.lookups.BuiltinLookup", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.Lookup", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.lookups.Range": [ "jedi.third_party.django-stubs.django-stubs.db.models.lookups.BuiltinLookup", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.FieldGetDbPrepValueIterableMixin", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.FieldGetDbPrepValueMixin", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.Lookup", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.lookups.Regex": [ "jedi.third_party.django-stubs.django-stubs.db.models.lookups.BuiltinLookup", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.Lookup", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.lookups.StartsWith": [ "jedi.third_party.django-stubs.django-stubs.db.models.lookups.BuiltinLookup", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.Lookup", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.PatternLookup", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.lookups.Transform": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.lookups.YearComparisonLookup": [ "jedi.third_party.django-stubs.django-stubs.db.models.lookups.Lookup", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.YearLookup", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.lookups.YearExact": [ "jedi.third_party.django-stubs.django-stubs.db.models.lookups.BuiltinLookup", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.Exact", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.FieldGetDbPrepValueMixin", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.Lookup", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.YearLookup", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.lookups.YearGt": [ "jedi.third_party.django-stubs.django-stubs.db.models.lookups.Lookup", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.YearComparisonLookup", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.YearLookup", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.lookups.YearGte": [ "jedi.third_party.django-stubs.django-stubs.db.models.lookups.Lookup", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.YearComparisonLookup", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.YearLookup", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.lookups.YearLookup": [ "jedi.third_party.django-stubs.django-stubs.db.models.lookups.Lookup", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.lookups.YearLt": [ "jedi.third_party.django-stubs.django-stubs.db.models.lookups.Lookup", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.YearComparisonLookup", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.YearLookup", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.lookups.YearLte": [ "jedi.third_party.django-stubs.django-stubs.db.models.lookups.Lookup", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.YearComparisonLookup", "jedi.third_party.django-stubs.django-stubs.db.models.lookups.YearLookup", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.indexes.Index": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.window.CumeDist": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.window.DenseRank": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.window.FirstValue": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.window.Lag": [ "jedi.third_party.django-stubs.django-stubs.db.models.functions.window.LagLeadFunction", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.window.LagLeadFunction": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.window.LastValue": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.window.Lead": [ "jedi.third_party.django-stubs.django-stubs.db.models.functions.window.LagLeadFunction", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.window.NthValue": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.window.Ntile": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.window.PercentRank": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.window.Rank": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.window.RowNumber": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.text.BytesToCharFieldConversionMixin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.text.Chr": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.text.Concat": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.text.ConcatPair": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.text.LPad": [ "jedi.third_party.django-stubs.django-stubs.db.models.functions.text.BytesToCharFieldConversionMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.text.LTrim": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.text.Left": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.text.Length": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.text.Lower": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.text.MySQLSHA2Mixin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.text.OracleHashMixin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.text.Ord": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.text.PostgreSQLSHAMixin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.text.RPad": [ "jedi.third_party.django-stubs.django-stubs.db.models.functions.text.BytesToCharFieldConversionMixin", "jedi.third_party.django-stubs.django-stubs.db.models.functions.text.LPad", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.text.RTrim": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.text.Repeat": [ "jedi.third_party.django-stubs.django-stubs.db.models.functions.text.BytesToCharFieldConversionMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.text.Replace": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.text.Reverse": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.text.Right": [ "jedi.third_party.django-stubs.django-stubs.db.models.functions.text.Left", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.text.SHA1": [ "jedi.third_party.django-stubs.django-stubs.db.models.functions.text.OracleHashMixin", "jedi.third_party.django-stubs.django-stubs.db.models.functions.text.PostgreSQLSHAMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.text.SHA224": [ "jedi.third_party.django-stubs.django-stubs.db.models.functions.text.MySQLSHA2Mixin", "jedi.third_party.django-stubs.django-stubs.db.models.functions.text.PostgreSQLSHAMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.text.SHA256": [ "jedi.third_party.django-stubs.django-stubs.db.models.functions.text.MySQLSHA2Mixin", "jedi.third_party.django-stubs.django-stubs.db.models.functions.text.OracleHashMixin", "jedi.third_party.django-stubs.django-stubs.db.models.functions.text.PostgreSQLSHAMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.text.SHA384": [ "jedi.third_party.django-stubs.django-stubs.db.models.functions.text.MySQLSHA2Mixin", "jedi.third_party.django-stubs.django-stubs.db.models.functions.text.OracleHashMixin", "jedi.third_party.django-stubs.django-stubs.db.models.functions.text.PostgreSQLSHAMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.text.SHA512": [ "jedi.third_party.django-stubs.django-stubs.db.models.functions.text.MySQLSHA2Mixin", "jedi.third_party.django-stubs.django-stubs.db.models.functions.text.OracleHashMixin", "jedi.third_party.django-stubs.django-stubs.db.models.functions.text.PostgreSQLSHAMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.text.StrIndex": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.text.Substr": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.text.Trim": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.text.Upper": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.mixins.FixDecimalInputMixin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.mixins.FixDurationInputMixin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.mixins.NumericOutputFieldMixin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.math.ACos": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.math.ASin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.math.ATan": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.math.ATan2": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.math.Abs": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.math.Ceil": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.math.Cos": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.math.Cot": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.math.Degrees": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.math.Exp": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.math.Floor": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.math.Ln": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.math.Log": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.math.Mod": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.math.Pi": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.math.Power": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.math.Radians": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.math.Round": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.math.Sign": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.math.Sin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.math.Sqrt": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.math.Tan": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.Extract": [ "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.TimezoneMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.ExtractDay": [ "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.Extract", "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.TimezoneMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.ExtractHour": [ "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.Extract", "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.TimezoneMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.ExtractIsoYear": [ "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.Extract", "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.TimezoneMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.ExtractMinute": [ "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.Extract", "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.TimezoneMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.ExtractMonth": [ "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.Extract", "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.TimezoneMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.ExtractQuarter": [ "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.Extract", "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.TimezoneMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.ExtractSecond": [ "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.Extract", "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.TimezoneMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.ExtractWeek": [ "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.Extract", "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.TimezoneMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.ExtractWeekDay": [ "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.Extract", "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.TimezoneMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.ExtractYear": [ "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.Extract", "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.TimezoneMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.Now": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.TimezoneMixin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.Trunc": [ "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.TimezoneMixin", "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.TruncBase", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.TruncBase": [ "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.TimezoneMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.TruncDate": [ "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.TimezoneMixin", "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.TruncBase", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.TruncDay": [ "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.TimezoneMixin", "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.TruncBase", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.TruncHour": [ "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.TimezoneMixin", "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.TruncBase", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.TruncMinute": [ "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.TimezoneMixin", "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.TruncBase", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.TruncMonth": [ "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.TimezoneMixin", "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.TruncBase", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.TruncQuarter": [ "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.TimezoneMixin", "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.TruncBase", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.TruncSecond": [ "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.TimezoneMixin", "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.TruncBase", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.TruncTime": [ "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.TimezoneMixin", "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.TruncBase", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.TruncWeek": [ "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.TimezoneMixin", "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.TruncBase", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.TruncYear": [ "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.TimezoneMixin", "jedi.third_party.django-stubs.django-stubs.db.models.functions.datetime.TruncBase", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.comparison.Cast": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.comparison.Coalesce": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.comparison.Greatest": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.comparison.Least": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.functions.comparison.NullIf": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.reverse_related.ForeignObjectRel": [ "jedi.third_party.django-stubs.django-stubs.db.models.fields.mixins.FieldCacheMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.reverse_related.ManyToManyRel": [ "jedi.third_party.django-stubs.django-stubs.db.models.fields.mixins.FieldCacheMixin", "jedi.third_party.django-stubs.django-stubs.db.models.fields.reverse_related.ForeignObjectRel", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.reverse_related.ManyToOneRel": [ "jedi.third_party.django-stubs.django-stubs.db.models.fields.mixins.FieldCacheMixin", "jedi.third_party.django-stubs.django-stubs.db.models.fields.reverse_related.ForeignObjectRel", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.reverse_related.OneToOneRel": [ "jedi.third_party.django-stubs.django-stubs.db.models.fields.mixins.FieldCacheMixin", "jedi.third_party.django-stubs.django-stubs.db.models.fields.reverse_related.ForeignObjectRel", "jedi.third_party.django-stubs.django-stubs.db.models.fields.reverse_related.ManyToOneRel", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.related_lookups.MultiColSource": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.related_lookups.RelatedExact": [ "jedi.third_party.django-stubs.django-stubs.db.models.fields.related_lookups.RelatedLookupMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.related_lookups.RelatedGreaterThan": [ "jedi.third_party.django-stubs.django-stubs.db.models.fields.related_lookups.RelatedLookupMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.related_lookups.RelatedGreaterThanOrEqual": [ "jedi.third_party.django-stubs.django-stubs.db.models.fields.related_lookups.RelatedLookupMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.related_lookups.RelatedIn": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.related_lookups.RelatedIsNull": [ "jedi.third_party.django-stubs.django-stubs.db.models.fields.related_lookups.RelatedLookupMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.related_lookups.RelatedLessThan": [ "jedi.third_party.django-stubs.django-stubs.db.models.fields.related_lookups.RelatedLookupMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.related_lookups.RelatedLessThanOrEqual": [ "jedi.third_party.django-stubs.django-stubs.db.models.fields.related_lookups.RelatedLookupMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.related_lookups.RelatedLookupMixin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.related_descriptors.ForwardManyToOneDescriptor": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.related_descriptors.ForwardOneToOneDescriptor": [ "jedi.third_party.django-stubs.django-stubs.db.models.fields.related_descriptors.ForwardManyToOneDescriptor", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.related_descriptors.ManyToManyDescriptor": [ "jedi.third_party.django-stubs.django-stubs.db.models.fields.related_descriptors.ReverseManyToOneDescriptor", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.related_descriptors.ReverseManyToOneDescriptor": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.related_descriptors.ReverseOneToOneDescriptor": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.related_descriptors._ForwardManyToManyManager": [ "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.related.ForeignKey": [ "jedi.third_party.django-stubs.django-stubs.db.models.fields.related.ForeignObject", "jedi.third_party.django-stubs.django-stubs.db.models.fields.related.RelatedField", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.related.ForeignObject": [ "jedi.third_party.django-stubs.django-stubs.db.models.fields.related.RelatedField", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.related.ManyToManyField": [ "jedi.third_party.django-stubs.django-stubs.db.models.fields.related.RelatedField", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.related.OneToOneField": [ "jedi.third_party.django-stubs.django-stubs.db.models.fields.related.RelatedField", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.related.RelatedField": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.proxy.OrderWrt": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.mixins.FieldCacheMixin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.files.FieldFile": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.files.FileDescriptor": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.files.FileField": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.files.ImageField": [ "jedi.third_party.django-stubs.django-stubs.db.models.fields.files.FileField", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.files.ImageFieldFile": [ "jedi.third_party.django-stubs.django-stubs.db.models.fields.files.FieldFile", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.files.ImageFileDescriptor": [ "jedi.third_party.django-stubs.django-stubs.db.models.fields.files.FileDescriptor", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.AutoField": [ "jedi.third_party.django-stubs.django-stubs.db.models.fields.Field", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.BigAutoField": [ "jedi.third_party.django-stubs.django-stubs.db.models.fields.AutoField", "jedi.third_party.django-stubs.django-stubs.db.models.fields.Field", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.BigIntegerField": [ "jedi.third_party.django-stubs.django-stubs.db.models.fields.Field", "jedi.third_party.django-stubs.django-stubs.db.models.fields.IntegerField", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.BinaryField": [ "jedi.third_party.django-stubs.django-stubs.db.models.fields.Field", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.BooleanField": [ "jedi.third_party.django-stubs.django-stubs.db.models.fields.Field", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.CharField": [ "jedi.third_party.django-stubs.django-stubs.db.models.fields.Field", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.CommaSeparatedIntegerField": [ "jedi.third_party.django-stubs.django-stubs.db.models.fields.CharField", "jedi.third_party.django-stubs.django-stubs.db.models.fields.Field", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.DateField": [ "jedi.third_party.django-stubs.django-stubs.db.models.fields.DateTimeCheckMixin", "jedi.third_party.django-stubs.django-stubs.db.models.fields.Field", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.DateTimeCheckMixin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.DateTimeField": [ "jedi.third_party.django-stubs.django-stubs.db.models.fields.DateField", "jedi.third_party.django-stubs.django-stubs.db.models.fields.DateTimeCheckMixin", "jedi.third_party.django-stubs.django-stubs.db.models.fields.Field", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.DecimalField": [ "jedi.third_party.django-stubs.django-stubs.db.models.fields.Field", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.DurationField": [ "jedi.third_party.django-stubs.django-stubs.db.models.fields.Field", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.EmailField": [ "jedi.third_party.django-stubs.django-stubs.db.models.fields.CharField", "jedi.third_party.django-stubs.django-stubs.db.models.fields.Field", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.Field": [ "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.FilePathField": [ "jedi.third_party.django-stubs.django-stubs.db.models.fields.Field", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.FloatField": [ "jedi.third_party.django-stubs.django-stubs.db.models.fields.Field", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.GenericIPAddressField": [ "jedi.third_party.django-stubs.django-stubs.db.models.fields.Field", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.IPAddressField": [ "jedi.third_party.django-stubs.django-stubs.db.models.fields.Field", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.IntegerField": [ "jedi.third_party.django-stubs.django-stubs.db.models.fields.Field", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.NOT_PROVIDED": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.NullBooleanField": [ "jedi.third_party.django-stubs.django-stubs.db.models.fields.Field", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.PositiveIntegerField": [ "jedi.third_party.django-stubs.django-stubs.db.models.fields.Field", "jedi.third_party.django-stubs.django-stubs.db.models.fields.IntegerField", "jedi.third_party.django-stubs.django-stubs.db.models.fields.PositiveIntegerRelDbTypeMixin", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.PositiveIntegerRelDbTypeMixin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.PositiveSmallIntegerField": [ "jedi.third_party.django-stubs.django-stubs.db.models.fields.Field", "jedi.third_party.django-stubs.django-stubs.db.models.fields.IntegerField", "jedi.third_party.django-stubs.django-stubs.db.models.fields.PositiveIntegerRelDbTypeMixin", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.SlugField": [ "jedi.third_party.django-stubs.django-stubs.db.models.fields.CharField", "jedi.third_party.django-stubs.django-stubs.db.models.fields.Field", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.SmallIntegerField": [ "jedi.third_party.django-stubs.django-stubs.db.models.fields.Field", "jedi.third_party.django-stubs.django-stubs.db.models.fields.IntegerField", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.TextField": [ "jedi.third_party.django-stubs.django-stubs.db.models.fields.Field", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.TimeField": [ "jedi.third_party.django-stubs.django-stubs.db.models.fields.DateTimeCheckMixin", "jedi.third_party.django-stubs.django-stubs.db.models.fields.Field", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.URLField": [ "jedi.third_party.django-stubs.django-stubs.db.models.fields.CharField", "jedi.third_party.django-stubs.django-stubs.db.models.fields.Field", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.fields.UUIDField": [ "jedi.third_party.django-stubs.django-stubs.db.models.fields.Field", "object", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.expressions.BaseExpression": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Case": [ "jedi.third_party.django-stubs.django-stubs.db.models.expressions.BaseExpression", "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Combinable", "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Expression", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Col": [ "jedi.third_party.django-stubs.django-stubs.db.models.expressions.BaseExpression", "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Combinable", "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Expression", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Combinable": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.expressions.CombinedExpression": [ "jedi.third_party.django-stubs.django-stubs.db.models.expressions.BaseExpression", "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Combinable", "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Expression", "jedi.third_party.django-stubs.django-stubs.db.models.expressions.SQLiteNumericMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Exists": [ "jedi.third_party.django-stubs.django-stubs.db.models.expressions.BaseExpression", "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Combinable", "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Expression", "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Subquery", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Expression": [ "jedi.third_party.django-stubs.django-stubs.db.models.expressions.BaseExpression", "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Combinable", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.expressions.ExpressionList": [ "jedi.third_party.django-stubs.django-stubs.db.models.expressions.BaseExpression", "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Combinable", "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Expression", "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Func", "jedi.third_party.django-stubs.django-stubs.db.models.expressions.SQLiteNumericMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.expressions.ExpressionWrapper": [ "jedi.third_party.django-stubs.django-stubs.db.models.expressions.BaseExpression", "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Combinable", "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Expression", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.expressions.F": [ "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Combinable", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Func": [ "jedi.third_party.django-stubs.django-stubs.db.models.expressions.BaseExpression", "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Combinable", "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Expression", "jedi.third_party.django-stubs.django-stubs.db.models.expressions.SQLiteNumericMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.expressions.OrderBy": [ "jedi.third_party.django-stubs.django-stubs.db.models.expressions.BaseExpression", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.expressions.OuterRef": [ "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Combinable", "jedi.third_party.django-stubs.django-stubs.db.models.expressions.F", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Random": [ "jedi.third_party.django-stubs.django-stubs.db.models.expressions.BaseExpression", "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Combinable", "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Expression", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.expressions.RawSQL": [ "jedi.third_party.django-stubs.django-stubs.db.models.expressions.BaseExpression", "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Combinable", "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Expression", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Ref": [ "jedi.third_party.django-stubs.django-stubs.db.models.expressions.BaseExpression", "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Combinable", "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Expression", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.expressions.RowRange": [ "jedi.third_party.django-stubs.django-stubs.db.models.expressions.BaseExpression", "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Combinable", "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Expression", "jedi.third_party.django-stubs.django-stubs.db.models.expressions.WindowFrame", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.expressions.SQLiteNumericMixin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.expressions.SimpleCol": [ "jedi.third_party.django-stubs.django-stubs.db.models.expressions.BaseExpression", "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Combinable", "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Expression", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Subquery": [ "jedi.third_party.django-stubs.django-stubs.db.models.expressions.BaseExpression", "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Combinable", "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Expression", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Value": [ "jedi.third_party.django-stubs.django-stubs.db.models.expressions.BaseExpression", "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Combinable", "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Expression", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.expressions.ValueRange": [ "jedi.third_party.django-stubs.django-stubs.db.models.expressions.BaseExpression", "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Combinable", "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Expression", "jedi.third_party.django-stubs.django-stubs.db.models.expressions.WindowFrame", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.expressions.When": [ "jedi.third_party.django-stubs.django-stubs.db.models.expressions.BaseExpression", "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Combinable", "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Expression", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Window": [ "jedi.third_party.django-stubs.django-stubs.db.models.expressions.BaseExpression", "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Combinable", "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Expression", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.expressions.WindowFrame": [ "jedi.third_party.django-stubs.django-stubs.db.models.expressions.BaseExpression", "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Combinable", "jedi.third_party.django-stubs.django-stubs.db.models.expressions.Expression", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.enums.Choices": [ "enum.Enum", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.enums.ChoicesMeta": [ "abc.ABCMeta", "enum.EnumMeta", "object", "type", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.enums.IntegerChoices": [ "complex", "enum.Enum", "float", "int", "jedi.third_party.django-stubs.django-stubs.db.models.enums.Choices", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.enums.TextChoices": [ "enum.Enum", "jedi.third_party.django-stubs.django-stubs.db.models.enums.Choices", "object", "str", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.enums._IntegerChoicesMeta": [ "abc.ABCMeta", "enum.EnumMeta", "jedi.third_party.django-stubs.django-stubs.db.models.enums.ChoicesMeta", "object", "type", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.enums._TextChoicesMeta": [ "abc.ABCMeta", "enum.EnumMeta", "jedi.third_party.django-stubs.django-stubs.db.models.enums.ChoicesMeta", "object", "type", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.deletion.Collector": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.deletion.ProtectedError": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.deletion.RestrictedError": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.constraints.BaseConstraint": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.constraints.CheckConstraint": [ "jedi.third_party.django-stubs.django-stubs.db.models.constraints.BaseConstraint", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.constraints.UniqueConstraint": [ "jedi.third_party.django-stubs.django-stubs.db.models.constraints.BaseConstraint", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.base.Model": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.base.Model.DoesNotExist": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.base.Model.Meta": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.base.Model.MultipleObjectsReturned": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.base.ModelBase": [ "object", "type", "typing.Generic" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.base.ModelState": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.base.ModelStateFieldsCacheDescriptor": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.aggregates.Aggregate": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.aggregates.Avg": [ "jedi.third_party.django-stubs.django-stubs.db.models.aggregates.Aggregate", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.aggregates.Count": [ "jedi.third_party.django-stubs.django-stubs.db.models.aggregates.Aggregate", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.aggregates.Max": [ "jedi.third_party.django-stubs.django-stubs.db.models.aggregates.Aggregate", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.aggregates.Min": [ "jedi.third_party.django-stubs.django-stubs.db.models.aggregates.Aggregate", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.aggregates.StdDev": [ "jedi.third_party.django-stubs.django-stubs.db.models.aggregates.Aggregate", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.aggregates.Sum": [ "jedi.third_party.django-stubs.django-stubs.db.models.aggregates.Aggregate", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.models.aggregates.Variance": [ "jedi.third_party.django-stubs.django-stubs.db.models.aggregates.Aggregate", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.writer.MigrationWriter": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.writer.OperationWriter": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.writer.SettingsReference": [ "object", "str", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.utils.RegexObject": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.state.AppConfigStub": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.state.ModelState": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.state.ProjectState": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.state.StateApps": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.BaseSequenceSerializer": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.BaseSerializer", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.BaseSerializer": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.BaseSimpleSerializer": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.BaseSerializer", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.DateSerializer": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.BaseSerializer", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.DatetimeSerializer": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.BaseSerializer", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.DecimalSerializer": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.BaseSerializer", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.DeconstructableSerializer": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.BaseSerializer", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.DictionarySerializer": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.BaseSerializer", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.EnumSerializer": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.BaseSerializer", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.FloatSerializer": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.BaseSerializer", "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.BaseSimpleSerializer", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.FrozensetSerializer": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.BaseSequenceSerializer", "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.BaseSerializer", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.FunctionTypeSerializer": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.BaseSerializer", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.FunctoolsPartialSerializer": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.BaseSerializer", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.IterableSerializer": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.BaseSerializer", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.ModelFieldSerializer": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.BaseSerializer", "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.DeconstructableSerializer", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.ModelManagerSerializer": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.BaseSerializer", "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.DeconstructableSerializer", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.OperationSerializer": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.BaseSerializer", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.RegexSerializer": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.BaseSerializer", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.SequenceSerializer": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.BaseSequenceSerializer", "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.BaseSerializer", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.Serializer": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.SetSerializer": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.BaseSequenceSerializer", "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.BaseSerializer", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.SettingsReferenceSerializer": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.BaseSerializer", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.TimeSerializer": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.BaseSerializer", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.TimedeltaSerializer": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.BaseSerializer", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.TupleSerializer": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.BaseSequenceSerializer", "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.BaseSerializer", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.TypeSerializer": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.BaseSerializer", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.UUIDSerializer": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.serializer.BaseSerializer", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.recorder.MigrationRecorder": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.recorder.MigrationRecorder.Migration": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.questioner.InteractiveMigrationQuestioner": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.questioner.MigrationQuestioner", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.questioner.MigrationQuestioner": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.questioner.NonInteractiveMigrationQuestioner": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.questioner.MigrationQuestioner", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.optimizer.MigrationOptimizer": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.special.RunPython": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.base.Operation", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.special.RunSQL": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.base.Operation", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.special.SeparateDatabaseAndState": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.base.Operation", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.models.AddConstraint": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.models.IndexOperation", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.models.AddIndex": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.models.IndexOperation", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.models.AlterIndexTogether": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.models.FieldRelatedOptionOperation", "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.models.ModelOperation", "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.models.ModelOptionOperation", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.models.AlterModelManagers": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.models.ModelOperation", "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.models.ModelOptionOperation", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.models.AlterModelOptions": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.models.ModelOperation", "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.models.ModelOptionOperation", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.models.AlterModelTable": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.models.ModelOperation", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.models.AlterOrderWithRespectTo": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.models.FieldRelatedOptionOperation", "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.models.ModelOperation", "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.models.ModelOptionOperation", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.models.AlterUniqueTogether": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.models.FieldRelatedOptionOperation", "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.models.ModelOperation", "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.models.ModelOptionOperation", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.models.CreateModel": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.models.ModelOperation", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.models.DeleteModel": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.models.ModelOperation", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.models.FieldRelatedOptionOperation": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.models.ModelOperation", "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.models.ModelOptionOperation", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.models.IndexOperation": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.models.ModelOperation": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.models.ModelOptionOperation": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.models.ModelOperation", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.models.RemoveConstraint": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.models.IndexOperation", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.models.RemoveIndex": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.models.IndexOperation", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.models.RenameModel": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.models.ModelOperation", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.fields.AddField": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.base.Operation", "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.fields.FieldOperation", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.fields.AlterField": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.base.Operation", "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.fields.FieldOperation", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.fields.FieldOperation": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.base.Operation", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.fields.RemoveField": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.base.Operation", "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.fields.FieldOperation", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.fields.RenameField": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.base.Operation", "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.fields.FieldOperation", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.operations.base.Operation": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.migration.Migration": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.migration.SwappableTuple": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.loader.MigrationLoader": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.graph.DummyNode": [ "jedi.third_party.django-stubs.django-stubs.db.migrations.graph.Node", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.graph.MigrationGraph": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.graph.Node": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.executor.MigrationExecutor": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.exceptions.AmbiguityError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.exceptions.BadMigrationError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.exceptions.CircularDependencyError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.exceptions.InconsistentMigrationHistory": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.exceptions.InvalidBasesError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.exceptions.InvalidMigrationPlan": [ "BaseException", "Exception", "ValueError", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.exceptions.IrreversibleError": [ "BaseException", "Exception", "RuntimeError", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.exceptions.MigrationSchemaMissing": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.exceptions.NodeNotFoundError": [ "BaseException", "Exception", "LookupError", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.migrations.autodetector.MigrationAutodetector": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.backends.utils.CursorDebugWrapper": [ "jedi.third_party.django-stubs.django-stubs.db.backends.utils.CursorWrapper", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.backends.utils.CursorWrapper": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.backends.sqlite3.schema.DatabaseSchemaEditor": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.backends.sqlite3.operations.DatabaseOperations": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.backends.sqlite3.introspection.DatabaseIntrospection": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.backends.sqlite3.introspection.FlexibleFieldLookupDict": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.backends.sqlite3.features.DatabaseFeatures": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.backends.sqlite3.creation.DatabaseCreation": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.backends.sqlite3.base.DatabaseWrapper": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.backends.sqlite3.base.SQLiteCursorWrapper": [ "object", "sqlite3.dbapi2.Cursor", "typing.Generic", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "jedi.third_party.django-stubs.django-stubs.db.backends.postgresql.operations.DatabaseOperations": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.backends.postgresql.creation.DatabaseCreation": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.backends.postgresql.client.DatabaseClient": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.backends.postgresql.base.DatabaseWrapper": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.backends.mysql.client.DatabaseClient": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.backends.dummy.base.DatabaseClient": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.backends.dummy.base.DatabaseCreation": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.backends.dummy.base.DatabaseIntrospection": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.backends.dummy.base.DatabaseOperations": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.backends.dummy.base.DatabaseWrapper": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.backends.ddl_references.Columns": [ "jedi.third_party.django-stubs.django-stubs.db.backends.ddl_references.Reference", "jedi.third_party.django-stubs.django-stubs.db.backends.ddl_references.Table", "jedi.third_party.django-stubs.django-stubs.db.backends.ddl_references.TableColumns", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.backends.ddl_references.ForeignKeyName": [ "jedi.third_party.django-stubs.django-stubs.db.backends.ddl_references.Reference", "jedi.third_party.django-stubs.django-stubs.db.backends.ddl_references.Table", "jedi.third_party.django-stubs.django-stubs.db.backends.ddl_references.TableColumns", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.backends.ddl_references.IndexName": [ "jedi.third_party.django-stubs.django-stubs.db.backends.ddl_references.Reference", "jedi.third_party.django-stubs.django-stubs.db.backends.ddl_references.Table", "jedi.third_party.django-stubs.django-stubs.db.backends.ddl_references.TableColumns", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.backends.ddl_references.Reference": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.backends.ddl_references.Statement": [ "jedi.third_party.django-stubs.django-stubs.db.backends.ddl_references.Reference", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.backends.ddl_references.Table": [ "jedi.third_party.django-stubs.django-stubs.db.backends.ddl_references.Reference", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.backends.ddl_references.TableColumns": [ "jedi.third_party.django-stubs.django-stubs.db.backends.ddl_references.Reference", "jedi.third_party.django-stubs.django-stubs.db.backends.ddl_references.Table", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.backends.base.validation.BaseDatabaseValidation": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.backends.base.schema.BaseDatabaseSchemaEditor": [ "object", "typing.ContextManager", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.django-stubs.django-stubs.db.backends.base.operations.BaseDatabaseOperations": [ "object" ] }, { "FieldInfo": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "TableInfo": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.django-stubs.django-stubs.db.backends.base.introspection.BaseDatabaseIntrospection": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.backends.base.features.BaseDatabaseFeatures": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.backends.base.creation.BaseDatabaseCreation": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.backends.base.client.BaseDatabaseClient": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.backends.base.base.BaseDatabaseWrapper": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.db.DefaultConnectionProxy": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.validators.BaseValidator": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.validators.DecimalValidator": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.validators.EmailValidator": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.validators.FileExtensionValidator": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.validators.MaxLengthValidator": [ "jedi.third_party.django-stubs.django-stubs.core.validators.BaseValidator", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.validators.MaxValueValidator": [ "jedi.third_party.django-stubs.django-stubs.core.validators.BaseValidator", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.validators.MinLengthValidator": [ "jedi.third_party.django-stubs.django-stubs.core.validators.BaseValidator", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.validators.MinValueValidator": [ "jedi.third_party.django-stubs.django-stubs.core.validators.BaseValidator", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.validators.ProhibitNullCharactersValidator": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.validators.RegexValidator": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.validators.URLValidator": [ "jedi.third_party.django-stubs.django-stubs.core.validators.RegexValidator", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.signing.BadSignature": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.signing.JSONSerializer": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.signing.Serializer": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.django-stubs.django-stubs.core.signing.SignatureExpired": [ "BaseException", "Exception", "jedi.third_party.django-stubs.django-stubs.core.signing.BadSignature", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.signing.Signer": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.signing.TimestampSigner": [ "jedi.third_party.django-stubs.django-stubs.core.signing.Signer", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.servers.basehttp.ServerHandler": [ "object", "wsgiref.handlers.BaseHandler", "wsgiref.handlers.SimpleHandler", "wsgiref.simple_server.ServerHandler" ] }, { "jedi.third_party.django-stubs.django-stubs.core.servers.basehttp.ThreadedWSGIServer": [ "http.server.HTTPServer", "jedi.third_party.django-stubs.django-stubs.core.servers.basehttp.WSGIServer", "object", "socketserver.BaseServer", "socketserver.TCPServer", "socketserver.ThreadingMixIn", "wsgiref.simple_server.WSGIServer" ] }, { "jedi.third_party.django-stubs.django-stubs.core.servers.basehttp.WSGIRequestHandler": [ "http.server.BaseHTTPRequestHandler", "object", "socketserver.BaseRequestHandler", "socketserver.StreamRequestHandler", "wsgiref.simple_server.WSGIRequestHandler" ] }, { "jedi.third_party.django-stubs.django-stubs.core.servers.basehttp.WSGIServer": [ "http.server.HTTPServer", "object", "socketserver.BaseServer", "socketserver.TCPServer", "wsgiref.simple_server.WSGIServer" ] }, { "jedi.third_party.django-stubs.django-stubs.core.serializers.python.Serializer": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.serializers.json.DjangoJSONEncoder": [ "json.encoder.JSONEncoder", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.serializers.json.Serializer": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.serializers.base.DeserializationError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.serializers.base.DeserializedObject": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.serializers.base.Deserializer": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.serializers.base.M2MDeserializationError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.serializers.base.ProgressBar": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.serializers.base.SerializationError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.serializers.base.Serializer": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.serializers.base.SerializerDoesNotExist": [ "BaseException", "Exception", "KeyError", "LookupError", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.serializers.BadSerializer": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.paginator.EmptyPage": [ "BaseException", "Exception", "jedi.third_party.django-stubs.django-stubs.core.paginator.InvalidPage", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.paginator.InvalidPage": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.paginator.Page": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.django-stubs.django-stubs.core.paginator.PageNotAnInteger": [ "BaseException", "Exception", "jedi.third_party.django-stubs.django-stubs.core.paginator.InvalidPage", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.paginator.Paginator": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.paginator.UnorderedObjectListWarning": [ "BaseException", "Exception", "RuntimeWarning", "Warning", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.paginator._SupportsCount": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.django-stubs.django-stubs.core.paginator._SupportsLen": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.django-stubs.django-stubs.core.paginator._SupportsOrdered": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.django-stubs.django-stubs.core.management.templates.TemplateCommand": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.management.commands.testserver.Command": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.management.commands.runserver.Command": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.management.commands.makemessages.BuildFile": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.management.commands.makemessages.Command": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.management.commands.makemessages.TranslatableFile": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.management.commands.loaddata.Command": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.management.commands.loaddata.SingleZipReader": [ "object", "zipfile.ZipFile" ] }, { "jedi.third_party.django-stubs.django-stubs.core.management.commands.dumpdata.Command": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.management.commands.dumpdata.ProxyModelWarning": [ "BaseException", "Exception", "Warning", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.management.color.Style": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.management.base.AppCommand": [ "jedi.third_party.django-stubs.django-stubs.core.management.base.BaseCommand", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.management.base.BaseCommand": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.management.base.CommandError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.management.base.CommandParser": [ "argparse.ArgumentParser", "argparse._ActionsContainer", "argparse._AttributeHolder", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.management.base.DjangoHelpFormatter": [ "argparse.HelpFormatter", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.management.base.LabelCommand": [ "jedi.third_party.django-stubs.django-stubs.core.management.base.BaseCommand", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.management.base.OutputWrapper": [ "io.IOBase", "io.TextIOBase", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.management.base.SystemCheckError": [ "BaseException", "Exception", "jedi.third_party.django-stubs.django-stubs.core.management.base.CommandError", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.management.ManagementUtility": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.mail.utils.CachedDnsName": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.mail.message.BadHeaderError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.mail.message.EmailMessage": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.mail.message.EmailMultiAlternatives": [ "jedi.third_party.django-stubs.django-stubs.core.mail.message.EmailMessage", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.mail.message.MIMEMixin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.mail.message.SafeMIMEMessage": [ "email.message.Message", "email.mime.base.MIMEBase", "email.mime.message.MIMEMessage", "email.mime.nonmultipart.MIMENonMultipart", "jedi.third_party.django-stubs.django-stubs.core.mail.message.MIMEMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.mail.message.SafeMIMEMultipart": [ "email.message.Message", "email.mime.base.MIMEBase", "email.mime.multipart.MIMEMultipart", "jedi.third_party.django-stubs.django-stubs.core.mail.message.MIMEMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.mail.message.SafeMIMEText": [ "email.message.Message", "email.mime.base.MIMEBase", "email.mime.nonmultipart.MIMENonMultipart", "email.mime.text.MIMEText", "jedi.third_party.django-stubs.django-stubs.core.mail.message.MIMEMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.mail.backends.smtp.EmailBackend": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.mail.backends.locmem.EmailBackend": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.mail.backends.filebased.EmailBackend": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.mail.backends.dummy.EmailBackend": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.mail.backends.console.EmailBackend": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.mail.backends.base.BaseEmailBackend": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.handlers.wsgi.LimitedStream": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.handlers.wsgi.WSGIHandler": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.handlers.wsgi.WSGIRequest": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.handlers.base.BaseHandler": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.files.utils.FileProxyMixin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.files.uploadhandler.FileUploadHandler": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.files.uploadhandler.MemoryFileUploadHandler": [ "jedi.third_party.django-stubs.django-stubs.core.files.uploadhandler.FileUploadHandler", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.files.uploadhandler.SkipFile": [ "BaseException", "Exception", "jedi.third_party.django-stubs.django-stubs.core.files.uploadhandler.UploadFileException", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.files.uploadhandler.StopFutureHandlers": [ "BaseException", "Exception", "jedi.third_party.django-stubs.django-stubs.core.files.uploadhandler.UploadFileException", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.files.uploadhandler.StopUpload": [ "BaseException", "Exception", "jedi.third_party.django-stubs.django-stubs.core.files.uploadhandler.UploadFileException", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.files.uploadhandler.TemporaryFileUploadHandler": [ "jedi.third_party.django-stubs.django-stubs.core.files.uploadhandler.FileUploadHandler", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.files.uploadhandler.UploadFileException": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.files.uploadedfile.InMemoryUploadedFile": [ "jedi.third_party.django-stubs.django-stubs.core.files.uploadedfile.UploadedFile", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.files.uploadedfile.SimpleUploadedFile": [ "jedi.third_party.django-stubs.django-stubs.core.files.uploadedfile.InMemoryUploadedFile", "jedi.third_party.django-stubs.django-stubs.core.files.uploadedfile.UploadedFile", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.files.uploadedfile.TemporaryUploadedFile": [ "jedi.third_party.django-stubs.django-stubs.core.files.uploadedfile.UploadedFile", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.files.uploadedfile.UploadedFile": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.files.storage.DefaultStorage": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.files.storage.FileSystemStorage": [ "jedi.third_party.django-stubs.django-stubs.core.files.storage.Storage", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.files.storage.Storage": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.files.locks.OVERLAPPED": [ "ctypes.Structure", "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.files.locks._OFFSET": [ "ctypes.Structure", "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.files.locks._OFFSET_UNION": [ "ctypes.Union", "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.files.images.ImageFile": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.files.base.ContentFile": [ "jedi.third_party.django-stubs.django-stubs.core.files.base.File", "object", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "jedi.third_party.django-stubs.django-stubs.core.files.base.File": [ "object", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "jedi.third_party.django-stubs.django-stubs.core.exceptions.AppRegistryNotReady": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.exceptions.DisallowedHost": [ "BaseException", "Exception", "jedi.third_party.django-stubs.django-stubs.core.exceptions.SuspiciousOperation", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.exceptions.DisallowedRedirect": [ "BaseException", "Exception", "jedi.third_party.django-stubs.django-stubs.core.exceptions.SuspiciousOperation", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.exceptions.EmptyResultSet": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.exceptions.FieldDoesNotExist": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.exceptions.FieldError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.exceptions.ImproperlyConfigured": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.exceptions.MiddlewareNotUsed": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.exceptions.MultipleObjectsReturned": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.exceptions.ObjectDoesNotExist": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.exceptions.PermissionDenied": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.exceptions.RequestDataTooBig": [ "BaseException", "Exception", "jedi.third_party.django-stubs.django-stubs.core.exceptions.SuspiciousOperation", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.exceptions.SuspiciousFileOperation": [ "BaseException", "Exception", "jedi.third_party.django-stubs.django-stubs.core.exceptions.SuspiciousOperation", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.exceptions.SuspiciousMultipartForm": [ "BaseException", "Exception", "jedi.third_party.django-stubs.django-stubs.core.exceptions.SuspiciousOperation", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.exceptions.SuspiciousOperation": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.exceptions.TooManyFieldsSent": [ "BaseException", "Exception", "jedi.third_party.django-stubs.django-stubs.core.exceptions.SuspiciousOperation", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.exceptions.ValidationError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.exceptions.ViewDoesNotExist": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.checks.registry.CheckRegistry": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.checks.registry.Tags": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.checks.messages.CheckMessage": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.checks.messages.Critical": [ "jedi.third_party.django-stubs.django-stubs.core.checks.messages.CheckMessage", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.checks.messages.Debug": [ "jedi.third_party.django-stubs.django-stubs.core.checks.messages.CheckMessage", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.checks.messages.Error": [ "jedi.third_party.django-stubs.django-stubs.core.checks.messages.CheckMessage", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.checks.messages.Info": [ "jedi.third_party.django-stubs.django-stubs.core.checks.messages.CheckMessage", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.checks.messages.Warning": [ "jedi.third_party.django-stubs.django-stubs.core.checks.messages.CheckMessage", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.cache.backends.memcached.BaseMemcachedCache": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.cache.backends.memcached.MemcachedCache": [ "jedi.third_party.django-stubs.django-stubs.core.cache.backends.memcached.BaseMemcachedCache", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.cache.backends.memcached.PyLibMCCache": [ "jedi.third_party.django-stubs.django-stubs.core.cache.backends.memcached.BaseMemcachedCache", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.cache.backends.locmem.LocMemCache": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.cache.backends.filebased.FileBasedCache": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.cache.backends.dummy.DummyCache": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.cache.backends.db.BaseDatabaseCache": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.cache.backends.db.DatabaseCache": [ "jedi.third_party.django-stubs.django-stubs.core.cache.backends.db.BaseDatabaseCache", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.cache.backends.db.Options": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.cache.backends.base.BaseCache": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.cache.backends.base.CacheKeyWarning": [ "BaseException", "Exception", "RuntimeWarning", "Warning", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.cache.backends.base.InvalidCacheBackendError": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.cache.CacheHandler": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.core.cache.DefaultCacheProxy": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.syndication.views.Feed": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.syndication.views.FeedDoesNotExist": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.staticfiles.testing.StaticLiveServerTestCase": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.staticfiles.storage.CachedFilesMixin": [ "jedi.third_party.django-stubs.django-stubs.contrib.staticfiles.storage.HashedFilesMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.staticfiles.storage.CachedStaticFilesStorage": [ "jedi.third_party.django-stubs.django-stubs.contrib.staticfiles.storage.CachedFilesMixin", "jedi.third_party.django-stubs.django-stubs.contrib.staticfiles.storage.HashedFilesMixin", "jedi.third_party.django-stubs.django-stubs.contrib.staticfiles.storage.StaticFilesStorage", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.staticfiles.storage.ConfiguredStorage": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.staticfiles.storage.HashedFilesMixin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.staticfiles.storage.ManifestFilesMixin": [ "jedi.third_party.django-stubs.django-stubs.contrib.staticfiles.storage.HashedFilesMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.staticfiles.storage.ManifestStaticFilesStorage": [ "jedi.third_party.django-stubs.django-stubs.contrib.staticfiles.storage.HashedFilesMixin", "jedi.third_party.django-stubs.django-stubs.contrib.staticfiles.storage.ManifestFilesMixin", "jedi.third_party.django-stubs.django-stubs.contrib.staticfiles.storage.StaticFilesStorage", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.staticfiles.storage.StaticFilesStorage": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.staticfiles.storage._MappingCache": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.staticfiles.management.commands.runserver.Command": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.staticfiles.management.commands.findstatic.Command": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.staticfiles.management.commands.collectstatic.Command": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.staticfiles.handlers.StaticFilesHandler": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.staticfiles.finders.AppDirectoriesFinder": [ "jedi.third_party.django-stubs.django-stubs.contrib.staticfiles.finders.BaseFinder", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.staticfiles.finders.BaseFinder": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.staticfiles.finders.BaseStorageFinder": [ "jedi.third_party.django-stubs.django-stubs.contrib.staticfiles.finders.BaseFinder", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.staticfiles.finders.DefaultStorageFinder": [ "jedi.third_party.django-stubs.django-stubs.contrib.staticfiles.finders.BaseFinder", "jedi.third_party.django-stubs.django-stubs.contrib.staticfiles.finders.BaseStorageFinder", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.staticfiles.finders.FileSystemFinder": [ "jedi.third_party.django-stubs.django-stubs.contrib.staticfiles.finders.BaseFinder", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.staticfiles.apps.StaticFilesConfig": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.sites.requests.RequestSite": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.sites.models.Site": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.sites.models.SiteManager": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.sites.middleware.CurrentSiteMiddleware": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.sites.managers.CurrentSiteManager": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.sites.apps.SitesConfig": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.sitemaps.management.commands.ping_google.Command": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.sitemaps.GenericSitemap": [ "jedi.third_party.django-stubs.django-stubs.contrib.sitemaps.Sitemap", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.sitemaps.Sitemap": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.sitemaps.SitemapNotFound": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.sitemaps._SupportsCount": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.sitemaps._SupportsLen": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.sitemaps._SupportsOrdered": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.sessions.serializers.PickleSerializer": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.sessions.models.Session": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.sessions.models.SessionManager": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.sessions.middleware.SessionMiddleware": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.sessions.management.commands.clearsessions.Command": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.sessions.exceptions.InvalidSessionKey": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.sessions.exceptions.SuspiciousSession": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.sessions.base_session.AbstractBaseSession": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.sessions.base_session.BaseSessionManager": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.sessions.backends.signed_cookies.SessionStore": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.sessions.backends.file.SessionStore": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.sessions.backends.db.SessionStore": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.sessions.backends.cached_db.SessionStore": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.sessions.backends.cache.SessionStore": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.sessions.backends.base.CreateError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.sessions.backends.base.SessionBase": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.sessions.backends.base.UpdateError": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.redirects.models.Redirect": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.redirects.middleware.RedirectFallbackMiddleware": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.validators.ArrayMaxLengthValidator": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.validators.ArrayMinLengthValidator": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.validators.KeysValidator": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.validators.RangeMaxValueValidator": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.validators.RangeMinValueValidator": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.search.CombinedSearchQuery": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.search.SearchQueryCombinable", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.search.CombinedSearchVector": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.search.SearchVectorCombinable", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.search.SearchQuery": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.search.SearchQueryCombinable", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.search.SearchQueryCombinable": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.search.SearchQueryField": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.search.SearchRank": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.search.SearchVector": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.search.SearchVectorCombinable", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.search.SearchVectorCombinable": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.search.SearchVectorExact": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.search.SearchVectorField": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.search.TrigramBase": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.search.TrigramDistance": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.search.TrigramBase", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.search.TrigramSimilarity": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.search.TrigramBase", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.operations.BtreeGinExtension": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.operations.CreateExtension", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.operations.BtreeGistExtension": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.operations.CreateExtension", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.operations.CITextExtension": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.operations.CreateExtension", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.operations.CreateExtension": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.operations.CryptoExtension": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.operations.CreateExtension", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.operations.HStoreExtension": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.operations.CreateExtension", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.operations.TrigramExtension": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.operations.CreateExtension", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.operations.UnaccentExtension": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.operations.CreateExtension", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.lookups.ContainedBy": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.lookups.PostgresSimpleLookup", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.lookups.DataContains": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.lookups.PostgresSimpleLookup", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.lookups.HasAnyKeys": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.lookups.HasKeys", "jedi.third_party.django-stubs.django-stubs.contrib.postgres.lookups.PostgresSimpleLookup", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.lookups.HasKey": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.lookups.PostgresSimpleLookup", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.lookups.HasKeys": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.lookups.PostgresSimpleLookup", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.lookups.JSONExact": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.lookups.Overlap": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.lookups.PostgresSimpleLookup", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.lookups.PostgresSimpleLookup": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.lookups.SearchLookup": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.search.SearchVectorExact", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.lookups.TrigramSimilar": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.lookups.PostgresSimpleLookup", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.lookups.Unaccent": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.indexes.BTreeIndex": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.indexes.PostgresIndex", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.indexes.BrinIndex": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.indexes.PostgresIndex", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.indexes.GinIndex": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.indexes.PostgresIndex", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.indexes.GistIndex": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.indexes.PostgresIndex", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.indexes.HashIndex": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.indexes.PostgresIndex", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.indexes.PostgresIndex": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.indexes.SpGistIndex": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.indexes.PostgresIndex", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.functions.RandomUUID": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.functions.TransactionNow": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.fields.ranges.BigIntegerRangeField": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.fields.ranges.RangeField", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.fields.ranges.DateRangeField": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.fields.ranges.RangeField", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.fields.ranges.DateTimeRangeField": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.fields.ranges.RangeField", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.fields.ranges.DecimalRangeField": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.fields.ranges.RangeField", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.fields.ranges.FloatRangeField": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.fields.ranges.RangeField", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.fields.ranges.IntegerRangeField": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.fields.ranges.RangeField", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.fields.ranges.RangeBoundary": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.fields.ranges.RangeField": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.fields.ranges.RangeOperators": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.fields.mixins.CheckFieldDefaultMixin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.fields.jsonb.JSONField": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.fields.mixins.CheckFieldDefaultMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.fields.jsonb.JsonAdapter": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.fields.jsonb.KeyTextTransform": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.fields.jsonb.KeyTransform", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.fields.jsonb.KeyTransform": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.fields.hstore.HStoreField": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.fields.mixins.CheckFieldDefaultMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.fields.hstore.KeyTransform": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.fields.hstore.KeyTransformFactory": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.fields.hstore.KeysTransform": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.fields.hstore.ValuesTransform": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.fields.citext.CICharField": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.fields.citext.CIText", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.fields.citext.CIEmailField": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.fields.citext.CIText", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.fields.citext.CIText": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.fields.citext.CITextField": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.fields.citext.CIText", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.fields.array.ArrayField": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.fields.mixins.CheckFieldDefaultMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.constraints.ExclusionConstraint": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.aggregates.statistics.Corr": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.aggregates.statistics.StatAggregate", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.aggregates.statistics.CovarPop": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.aggregates.statistics.StatAggregate", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.aggregates.statistics.RegrAvgX": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.aggregates.statistics.StatAggregate", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.aggregates.statistics.RegrAvgY": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.aggregates.statistics.StatAggregate", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.aggregates.statistics.RegrCount": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.aggregates.statistics.StatAggregate", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.aggregates.statistics.RegrIntercept": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.aggregates.statistics.StatAggregate", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.aggregates.statistics.RegrR2": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.aggregates.statistics.StatAggregate", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.aggregates.statistics.RegrSXX": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.aggregates.statistics.StatAggregate", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.aggregates.statistics.RegrSXY": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.aggregates.statistics.StatAggregate", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.aggregates.statistics.RegrSYY": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.aggregates.statistics.StatAggregate", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.aggregates.statistics.RegrSlope": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.aggregates.statistics.StatAggregate", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.aggregates.statistics.StatAggregate": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.aggregates.mixins.OrderableAggMixin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.aggregates.general.ArrayAgg": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.aggregates.mixins.OrderableAggMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.aggregates.general.BitAnd": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.aggregates.general.BitOr": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.aggregates.general.BoolAnd": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.aggregates.general.BoolOr": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.aggregates.general.JSONBAgg": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.postgres.aggregates.general.StringAgg": [ "jedi.third_party.django-stubs.django-stubs.contrib.postgres.aggregates.mixins.OrderableAggMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.messages.views.SuccessMessageMixin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.messages.storage.session.SessionStorage": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.messages.storage.fallback.FallbackStorage": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.messages.storage.cookie.CookieStorage": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.messages.storage.cookie.MessageDecoder": [ "json.decoder.JSONDecoder", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.messages.storage.cookie.MessageEncoder": [ "json.encoder.JSONEncoder", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.messages.storage.base.BaseStorage": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.messages.storage.base.Message": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.messages.middleware.MessageMiddleware": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.messages.api.MessageFailure": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.gis.db.models.fields.BaseSpatialField": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.gis.db.models.fields.GeometryCollectionField": [ "jedi.third_party.django-stubs.django-stubs.contrib.gis.db.models.fields.BaseSpatialField", "jedi.third_party.django-stubs.django-stubs.contrib.gis.db.models.fields.GeometryField", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.gis.db.models.fields.GeometryField": [ "jedi.third_party.django-stubs.django-stubs.contrib.gis.db.models.fields.BaseSpatialField", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.gis.db.models.fields.LineStringField": [ "jedi.third_party.django-stubs.django-stubs.contrib.gis.db.models.fields.BaseSpatialField", "jedi.third_party.django-stubs.django-stubs.contrib.gis.db.models.fields.GeometryField", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.gis.db.models.fields.MultiLineStringField": [ "jedi.third_party.django-stubs.django-stubs.contrib.gis.db.models.fields.BaseSpatialField", "jedi.third_party.django-stubs.django-stubs.contrib.gis.db.models.fields.GeometryField", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.gis.db.models.fields.MultiPointField": [ "jedi.third_party.django-stubs.django-stubs.contrib.gis.db.models.fields.BaseSpatialField", "jedi.third_party.django-stubs.django-stubs.contrib.gis.db.models.fields.GeometryField", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.gis.db.models.fields.MultiPolygonField": [ "jedi.third_party.django-stubs.django-stubs.contrib.gis.db.models.fields.BaseSpatialField", "jedi.third_party.django-stubs.django-stubs.contrib.gis.db.models.fields.GeometryField", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.gis.db.models.fields.PointField": [ "jedi.third_party.django-stubs.django-stubs.contrib.gis.db.models.fields.BaseSpatialField", "jedi.third_party.django-stubs.django-stubs.contrib.gis.db.models.fields.GeometryField", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.gis.db.models.fields.PolygonField": [ "jedi.third_party.django-stubs.django-stubs.contrib.gis.db.models.fields.BaseSpatialField", "jedi.third_party.django-stubs.django-stubs.contrib.gis.db.models.fields.GeometryField", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.gis.db.models.fields.RasterField": [ "jedi.third_party.django-stubs.django-stubs.contrib.gis.db.models.fields.BaseSpatialField", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.gis.db.models.fields.SRIDCacheEntry": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.flatpages.templatetags.flatpages.FlatpageNode": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.flatpages.sitemaps.FlatPageSitemap": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.flatpages.models.FlatPage": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.flatpages.middleware.FlatpageFallbackMiddleware": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.flatpages.forms.FlatpageForm": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.contenttypes.models.ContentType": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.contenttypes.models.ContentTypeManager": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.contenttypes.management.commands.remove_stale_contenttypes.Command": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.contenttypes.management.commands.remove_stale_contenttypes.NoFastDeleteCollector": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.contenttypes.management.RenameContentType": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.contenttypes.forms.BaseGenericInlineFormSet": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.contenttypes.fields.GenericForeignKey": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.contenttypes.fields.GenericRel": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.contenttypes.fields.GenericRelation": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.contenttypes.fields.ReverseGenericManyToOneDescriptor": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.contenttypes.apps.ContentTypesConfig": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.contenttypes.admin.GenericInlineModelAdmin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.contenttypes.admin.GenericInlineModelAdminChecks": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.contenttypes.admin.GenericStackedInline": [ "jedi.third_party.django-stubs.django-stubs.contrib.contenttypes.admin.GenericInlineModelAdmin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.contenttypes.admin.GenericTabularInline": [ "jedi.third_party.django-stubs.django-stubs.contrib.contenttypes.admin.GenericInlineModelAdmin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.views.LoginView": [ "jedi.third_party.django-stubs.django-stubs.contrib.auth.views.SuccessURLAllowedHostsMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.views.LogoutView": [ "jedi.third_party.django-stubs.django-stubs.contrib.auth.views.SuccessURLAllowedHostsMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.views.PasswordChangeDoneView": [ "jedi.third_party.django-stubs.django-stubs.contrib.auth.views.PasswordContextMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.views.PasswordChangeView": [ "jedi.third_party.django-stubs.django-stubs.contrib.auth.views.PasswordContextMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.views.PasswordContextMixin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.views.PasswordResetCompleteView": [ "jedi.third_party.django-stubs.django-stubs.contrib.auth.views.PasswordContextMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.views.PasswordResetConfirmView": [ "jedi.third_party.django-stubs.django-stubs.contrib.auth.views.PasswordContextMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.views.PasswordResetDoneView": [ "jedi.third_party.django-stubs.django-stubs.contrib.auth.views.PasswordContextMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.views.PasswordResetView": [ "jedi.third_party.django-stubs.django-stubs.contrib.auth.views.PasswordContextMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.views.SuccessURLAllowedHostsMixin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.validators.ASCIIUsernameValidator": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.validators.UnicodeUsernameValidator": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.tokens.PasswordResetTokenGenerator": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.password_validation.CommonPasswordValidator": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.password_validation.MinimumLengthValidator": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.password_validation.NumericPasswordValidator": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.password_validation.PasswordValidator": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.password_validation.UserAttributeSimilarityValidator": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.models.AbstractUser": [ "jedi.third_party.django-stubs.django-stubs.contrib.auth.models.PermissionsMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.models.AnonymousUser": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.models.Group": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.models.GroupManager": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.models.Permission": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.models.PermissionManager": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.models.PermissionsMixin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.models.User": [ "jedi.third_party.django-stubs.django-stubs.contrib.auth.models.AbstractUser", "jedi.third_party.django-stubs.django-stubs.contrib.auth.models.PermissionsMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.models.UserManager": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.mixins.AccessMixin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.mixins.LoginRequiredMixin": [ "jedi.third_party.django-stubs.django-stubs.contrib.auth.mixins.AccessMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.mixins.PermissionRequiredMixin": [ "jedi.third_party.django-stubs.django-stubs.contrib.auth.mixins.AccessMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.mixins.UserPassesTestMixin": [ "jedi.third_party.django-stubs.django-stubs.contrib.auth.mixins.AccessMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.middleware.AuthenticationMiddleware": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.middleware.PersistentRemoteUserMiddleware": [ "jedi.third_party.django-stubs.django-stubs.contrib.auth.middleware.RemoteUserMiddleware", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.middleware.RemoteUserMiddleware": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.management.commands.createsuperuser.Command": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.management.commands.createsuperuser.NotRunningInTTYException": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.management.commands.changepassword.Command": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.hashers.Argon2PasswordHasher": [ "jedi.third_party.django-stubs.django-stubs.contrib.auth.hashers.BasePasswordHasher", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.hashers.BCryptPasswordHasher": [ "jedi.third_party.django-stubs.django-stubs.contrib.auth.hashers.BCryptSHA256PasswordHasher", "jedi.third_party.django-stubs.django-stubs.contrib.auth.hashers.BasePasswordHasher", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.hashers.BCryptSHA256PasswordHasher": [ "jedi.third_party.django-stubs.django-stubs.contrib.auth.hashers.BasePasswordHasher", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.hashers.BasePasswordHasher": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.hashers.CryptPasswordHasher": [ "jedi.third_party.django-stubs.django-stubs.contrib.auth.hashers.BasePasswordHasher", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.hashers.MD5PasswordHasher": [ "jedi.third_party.django-stubs.django-stubs.contrib.auth.hashers.BasePasswordHasher", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.hashers.PBKDF2PasswordHasher": [ "jedi.third_party.django-stubs.django-stubs.contrib.auth.hashers.BasePasswordHasher", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.hashers.PBKDF2SHA1PasswordHasher": [ "jedi.third_party.django-stubs.django-stubs.contrib.auth.hashers.BasePasswordHasher", "jedi.third_party.django-stubs.django-stubs.contrib.auth.hashers.PBKDF2PasswordHasher", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.hashers.SHA1PasswordHasher": [ "jedi.third_party.django-stubs.django-stubs.contrib.auth.hashers.BasePasswordHasher", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.hashers.UnsaltedMD5PasswordHasher": [ "jedi.third_party.django-stubs.django-stubs.contrib.auth.hashers.BasePasswordHasher", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.hashers.UnsaltedSHA1PasswordHasher": [ "jedi.third_party.django-stubs.django-stubs.contrib.auth.hashers.BasePasswordHasher", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.forms.AdminPasswordChangeForm": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.forms.AuthenticationForm": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.forms.PasswordChangeForm": [ "jedi.third_party.django-stubs.django-stubs.contrib.auth.forms.SetPasswordForm", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.forms.PasswordResetForm": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.forms.ReadOnlyPasswordHashField": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.forms.ReadOnlyPasswordHashWidget": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.forms.SetPasswordForm": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.forms.UserChangeForm": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.forms.UserCreationForm": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.forms.UsernameField": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.context_processors.PermLookupDict": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.context_processors.PermWrapper": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.base_user.AbstractBaseUser": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.base_user.BaseUserManager": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.backends.AllowAllUsersModelBackend": [ "jedi.third_party.django-stubs.django-stubs.contrib.auth.backends.BaseBackend", "jedi.third_party.django-stubs.django-stubs.contrib.auth.backends.ModelBackend", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.backends.AllowAllUsersRemoteUserBackend": [ "jedi.third_party.django-stubs.django-stubs.contrib.auth.backends.BaseBackend", "jedi.third_party.django-stubs.django-stubs.contrib.auth.backends.ModelBackend", "jedi.third_party.django-stubs.django-stubs.contrib.auth.backends.RemoteUserBackend", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.backends.BaseBackend": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.backends.ModelBackend": [ "jedi.third_party.django-stubs.django-stubs.contrib.auth.backends.BaseBackend", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.backends.RemoteUserBackend": [ "jedi.third_party.django-stubs.django-stubs.contrib.auth.backends.BaseBackend", "jedi.third_party.django-stubs.django-stubs.contrib.auth.backends.ModelBackend", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.apps.AuthConfig": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.admin.GroupAdmin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.auth.admin.UserAdmin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admindocs.views.BaseAdminDocsView": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admindocs.views.BookmarkletsView": [ "jedi.third_party.django-stubs.django-stubs.contrib.admindocs.views.BaseAdminDocsView", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admindocs.views.ModelDetailView": [ "jedi.third_party.django-stubs.django-stubs.contrib.admindocs.views.BaseAdminDocsView", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admindocs.views.ModelIndexView": [ "jedi.third_party.django-stubs.django-stubs.contrib.admindocs.views.BaseAdminDocsView", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admindocs.views.TemplateDetailView": [ "jedi.third_party.django-stubs.django-stubs.contrib.admindocs.views.BaseAdminDocsView", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admindocs.views.TemplateFilterIndexView": [ "jedi.third_party.django-stubs.django-stubs.contrib.admindocs.views.BaseAdminDocsView", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admindocs.views.TemplateTagIndexView": [ "jedi.third_party.django-stubs.django-stubs.contrib.admindocs.views.BaseAdminDocsView", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admindocs.views.ViewDetailView": [ "jedi.third_party.django-stubs.django-stubs.contrib.admindocs.views.BaseAdminDocsView", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admindocs.views.ViewIndexView": [ "jedi.third_party.django-stubs.django-stubs.contrib.admindocs.views.BaseAdminDocsView", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admindocs.middleware.XViewMiddleware": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.widgets.AdminBigIntegerFieldWidget": [ "jedi.third_party.django-stubs.django-stubs.contrib.admin.widgets.AdminIntegerFieldWidget", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.widgets.AdminDateWidget": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.widgets.AdminEmailInputWidget": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.widgets.AdminFileWidget": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.widgets.AdminIntegerFieldWidget": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.widgets.AdminRadioSelect": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.widgets.AdminSplitDateTime": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.widgets.AdminTextInputWidget": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.widgets.AdminTextareaWidget": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.widgets.AdminTimeWidget": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.widgets.AdminURLFieldWidget": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.widgets.AdminUUIDInputWidget": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.widgets.AutocompleteMixin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.widgets.AutocompleteSelect": [ "jedi.third_party.django-stubs.django-stubs.contrib.admin.widgets.AutocompleteMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.widgets.AutocompleteSelectMultiple": [ "jedi.third_party.django-stubs.django-stubs.contrib.admin.widgets.AutocompleteMixin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.widgets.FilteredSelectMultiple": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.widgets.ForeignKeyRawIdWidget": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.widgets.ManyToManyRawIdWidget": [ "jedi.third_party.django-stubs.django-stubs.contrib.admin.widgets.ForeignKeyRawIdWidget", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.widgets.RelatedFieldWidgetWrapper": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.views.main.ChangeList": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.views.autocomplete.AutocompleteJsonView": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.utils.FieldIsAForeignKeyColumnName": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.utils.NestedObjects": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.utils.NotRelationField": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.tests.AdminSeleniumTestCase": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.tests.CSPMiddleware": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.templatetags.log.AdminLogNode": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.templatetags.base.InclusionAdminNode": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.templatetags.admin_list.ResultList": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.sites.AdminSite": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.sites.AlreadyRegistered": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.sites.DefaultAdminSite": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.sites.NotRegistered": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.options.BaseModelAdmin": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.options.IncorrectLookupParameters": [ "BaseException", "Exception", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.options.InlineModelAdmin": [ "jedi.third_party.django-stubs.django-stubs.contrib.admin.options.BaseModelAdmin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.options.ModelAdmin": [ "jedi.third_party.django-stubs.django-stubs.contrib.admin.options.BaseModelAdmin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.options.StackedInline": [ "jedi.third_party.django-stubs.django-stubs.contrib.admin.options.BaseModelAdmin", "jedi.third_party.django-stubs.django-stubs.contrib.admin.options.InlineModelAdmin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.options.TabularInline": [ "jedi.third_party.django-stubs.django-stubs.contrib.admin.options.BaseModelAdmin", "jedi.third_party.django-stubs.django-stubs.contrib.admin.options.InlineModelAdmin", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.options._FieldOpts": [ "NonTotalTypedDictionary", "TypedDictionary", "jedi.third_party.django-stubs.django-stubs.contrib.admin.options._OptionalFieldOpts", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.options._OptionalFieldOpts": [ "NonTotalTypedDictionary", "TypedDictionary", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.models.LogEntry": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.models.LogEntryManager": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.helpers.ActionForm": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.helpers.AdminErrorList": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.helpers.AdminField": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.helpers.AdminForm": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.helpers.AdminReadonlyField": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.helpers.Fieldline": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.helpers.Fieldset": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.helpers.InlineAdminForm": [ "jedi.third_party.django-stubs.django-stubs.contrib.admin.helpers.AdminForm", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.helpers.InlineAdminFormSet": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.helpers.InlineFieldset": [ "jedi.third_party.django-stubs.django-stubs.contrib.admin.helpers.Fieldset", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.forms.AdminAuthenticationForm": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.forms.AdminPasswordChangeForm": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.filters.AllValuesFieldListFilter": [ "jedi.third_party.django-stubs.django-stubs.contrib.admin.filters.FieldListFilter", "jedi.third_party.django-stubs.django-stubs.contrib.admin.filters.ListFilter", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.filters.BooleanFieldListFilter": [ "jedi.third_party.django-stubs.django-stubs.contrib.admin.filters.FieldListFilter", "jedi.third_party.django-stubs.django-stubs.contrib.admin.filters.ListFilter", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.filters.ChoicesFieldListFilter": [ "jedi.third_party.django-stubs.django-stubs.contrib.admin.filters.FieldListFilter", "jedi.third_party.django-stubs.django-stubs.contrib.admin.filters.ListFilter", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.filters.DateFieldListFilter": [ "jedi.third_party.django-stubs.django-stubs.contrib.admin.filters.FieldListFilter", "jedi.third_party.django-stubs.django-stubs.contrib.admin.filters.ListFilter", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.filters.FieldListFilter": [ "jedi.third_party.django-stubs.django-stubs.contrib.admin.filters.ListFilter", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.filters.ListFilter": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.filters.RelatedFieldListFilter": [ "jedi.third_party.django-stubs.django-stubs.contrib.admin.filters.FieldListFilter", "jedi.third_party.django-stubs.django-stubs.contrib.admin.filters.ListFilter", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.filters.RelatedOnlyFieldListFilter": [ "jedi.third_party.django-stubs.django-stubs.contrib.admin.filters.FieldListFilter", "jedi.third_party.django-stubs.django-stubs.contrib.admin.filters.ListFilter", "jedi.third_party.django-stubs.django-stubs.contrib.admin.filters.RelatedFieldListFilter", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.filters.SimpleListFilter": [ "jedi.third_party.django-stubs.django-stubs.contrib.admin.filters.ListFilter", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.checks.BaseModelAdminChecks": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.checks.InlineModelAdminChecks": [ "jedi.third_party.django-stubs.django-stubs.contrib.admin.checks.BaseModelAdminChecks", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.checks.ModelAdminChecks": [ "jedi.third_party.django-stubs.django-stubs.contrib.admin.checks.BaseModelAdminChecks", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.apps.AdminConfig": [ "jedi.third_party.django-stubs.django-stubs.contrib.admin.apps.SimpleAdminConfig", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.contrib.admin.apps.SimpleAdminConfig": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.conf.global_settings.Router": [ "object", "typing.Generic", "typing.Protocol" ] }, { "jedi.third_party.django-stubs.django-stubs.conf.LazySettings": [ "jedi.third_party.django-stubs.django-stubs.conf._DjangoConfLazyObject", "object" ] }, { "jedi.third_party.django-stubs.django-stubs.conf.Settings": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.conf.SettingsReference": [ "object", "str", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.third_party.django-stubs.django-stubs.conf.UserSettingsHolder": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.conf._DjangoConfLazyObject": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.apps.registry.Apps": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs.apps.config.AppConfig": [ "object" ] }, { "jedi.third_party.django-stubs.django-stubs._NamedTupleAnyAttr": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.plugins.stdlib.ClassMethodArguments": [ "jedi.inference.arguments.TreeArgumentsWrapper", "jedi.inference.arguments._AbstractArgumentsMixin", "object" ] }, { "jedi.plugins.stdlib.ClassMethodGet": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.ValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "object" ] }, { "jedi.plugins.stdlib.ClassMethodObject": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.ValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "object" ] }, { "jedi.plugins.stdlib.DataclassParamName": [ "jedi.inference.names.AbstractNameDefinition", "jedi.inference.names.AbstractTreeName", "jedi.inference.names.BaseTreeParamName", "jedi.inference.names.ParamNameInterface", "jedi.inference.names._ParamMixin", "object" ] }, { "jedi.plugins.stdlib.DataclassSignature": [ "jedi.inference.signature.AbstractSignature", "jedi.inference.signature._SignatureMixin", "object" ] }, { "jedi.plugins.stdlib.DataclassWrapper": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.ValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "jedi.inference.value.klass.ClassMixin", "object" ] }, { "jedi.plugins.stdlib.EnumInstance": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.LazyValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "object" ] }, { "jedi.plugins.stdlib.ItemGetterCallable": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.ValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "object" ] }, { "jedi.plugins.stdlib.MergedPartialArguments": [ "jedi.inference.arguments.AbstractArguments", "jedi.inference.arguments._AbstractArgumentsMixin", "object" ] }, { "jedi.plugins.stdlib.PartialMethodObject": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.ValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "jedi.plugins.stdlib.PartialObject", "object" ] }, { "jedi.plugins.stdlib.PartialObject": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.ValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "object" ] }, { "jedi.plugins.stdlib.PartialSignature": [ "jedi.inference.signature.SignatureWrapper", "jedi.inference.signature._SignatureMixin", "object" ] }, { "jedi.plugins.stdlib.PropertyObject": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.ValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "jedi.inference.filters.AttributeOverwrite", "jedi.inference.filters._AttributeOverwriteMixin", "object" ] }, { "jedi.plugins.stdlib.ReversedObject": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.ValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "jedi.inference.filters.AttributeOverwrite", "jedi.inference.filters._AttributeOverwriteMixin", "object" ] }, { "jedi.plugins.stdlib.StaticMethodObject": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.ValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "object" ] }, { "jedi.plugins.stdlib.SuperInstance": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.LazyValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "object" ] }, { "jedi.plugins.stdlib.Wrapped": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.ValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "jedi.inference.value.function.FunctionMixin", "object" ] }, { "jedi.plugins.stdlib.WrapsCallable": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.ValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "object" ] }, { "jedi.plugins.pytest.FixtureFilter": [ "jedi.inference.filters.AbstractFilter", "jedi.inference.filters.AbstractUsedNamesFilter", "jedi.inference.filters.ParserTreeFilter", "object" ] }, { "jedi.plugins.django.DjangoModelName": [ "jedi.inference.names.NameWrapper", "object" ] }, { "jedi.plugins.django.DjangoModelSignature": [ "jedi.inference.signature.AbstractSignature", "jedi.inference.signature._SignatureMixin", "object" ] }, { "jedi.plugins.django.DjangoParamName": [ "jedi.inference.names.AbstractNameDefinition", "jedi.inference.names.AbstractTreeName", "jedi.inference.names.BaseTreeParamName", "jedi.inference.names.ParamNameInterface", "jedi.inference.names._ParamMixin", "object" ] }, { "jedi.plugins.django.FieldWrapper": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.ValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "object" ] }, { "jedi.plugins.django.GenericFieldWrapper": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.ValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "jedi.inference.filters.AttributeOverwrite", "jedi.inference.filters._AttributeOverwriteMixin", "jedi.inference.value.klass.ClassMixin", "object" ] }, { "jedi.plugins.django.GenericManagerWrapper": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.ValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "jedi.inference.filters.AttributeOverwrite", "jedi.inference.filters._AttributeOverwriteMixin", "jedi.inference.value.klass.ClassMixin", "object" ] }, { "jedi.plugins.django.ManagerWrapper": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.ValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "object" ] }, { "jedi.plugins.django.QuerySetBoundMethodWrapper": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.ValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "object" ] }, { "jedi.plugins.django.QuerySetMethodWrapper": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.ValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "object" ] }, { "jedi.plugins._PluginManager": [ "object" ] }, { "jedi.inference.value.namespace.ImplicitNSName": [ "jedi.inference.names.AbstractNameDefinition", "jedi.inference.names.ValueNameMixin", "object" ] }, { "jedi.inference.value.namespace.ImplicitNamespaceValue": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.Value", "jedi.inference.value.module.SubModuleDictMixin", "object" ] }, { "jedi.inference.value.module.ModuleMixin": [ "jedi.inference.value.module.SubModuleDictMixin", "object" ] }, { "jedi.inference.value.module.ModuleValue": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.TreeValue", "jedi.inference.base_value.Value", "jedi.inference.value.module.ModuleMixin", "jedi.inference.value.module.SubModuleDictMixin", "object" ] }, { "jedi.inference.value.module.SubModuleDictMixin": [ "object" ] }, { "jedi.inference.value.module._ModuleAttributeName": [ "jedi.inference.names.AbstractNameDefinition", "object" ] }, { "jedi.inference.value.klass.ClassFilter": [ "jedi.inference.filters.AbstractFilter", "jedi.inference.filters.AbstractUsedNamesFilter", "jedi.inference.filters.ParserTreeFilter", "object" ] }, { "jedi.inference.value.klass.ClassMixin": [ "object" ] }, { "jedi.inference.value.klass.ClassName": [ "jedi.inference.names.AbstractNameDefinition", "jedi.inference.names.AbstractTreeName", "jedi.inference.names.TreeNameDefinition", "object" ] }, { "jedi.inference.value.klass.ClassValue": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.TreeValue", "jedi.inference.base_value.Value", "jedi.inference.value.function.FunctionAndClassBase", "jedi.inference.value.klass.ClassMixin", "object" ] }, { "jedi.inference.value.iterable.ComprehensionMixin": [ "object" ] }, { "jedi.inference.value.iterable.DictComprehension": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.LazyValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "jedi.inference.filters.LazyAttributeOverwrite", "jedi.inference.filters._AttributeOverwriteMixin", "jedi.inference.value.iterable.ComprehensionMixin", "jedi.inference.value.iterable.IterableMixin", "jedi.inference.value.iterable.Sequence", "jedi.inference.value.iterable._DictKeyMixin", "object" ] }, { "jedi.inference.value.iterable.DictLiteralValue": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.LazyValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "jedi.inference.filters.LazyAttributeOverwrite", "jedi.inference.filters._AttributeOverwriteMixin", "jedi.inference.value.iterable.IterableMixin", "jedi.inference.value.iterable.Sequence", "jedi.inference.value.iterable.SequenceLiteralValue", "jedi.inference.value.iterable._DictKeyMixin", "jedi.inference.value.iterable._DictMixin", "object" ] }, { "jedi.inference.value.iterable.FakeDict": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.LazyValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "jedi.inference.filters.LazyAttributeOverwrite", "jedi.inference.filters._AttributeOverwriteMixin", "jedi.inference.value.iterable.IterableMixin", "jedi.inference.value.iterable.Sequence", "jedi.inference.value.iterable._DictKeyMixin", "jedi.inference.value.iterable._DictMixin", "object" ] }, { "jedi.inference.value.iterable.FakeList": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.LazyValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "jedi.inference.filters.LazyAttributeOverwrite", "jedi.inference.filters._AttributeOverwriteMixin", "jedi.inference.value.iterable.IterableMixin", "jedi.inference.value.iterable.Sequence", "jedi.inference.value.iterable._FakeSequence", "object" ] }, { "jedi.inference.value.iterable.FakeTuple": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.LazyValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "jedi.inference.filters.LazyAttributeOverwrite", "jedi.inference.filters._AttributeOverwriteMixin", "jedi.inference.value.iterable.IterableMixin", "jedi.inference.value.iterable.Sequence", "jedi.inference.value.iterable._FakeSequence", "object" ] }, { "jedi.inference.value.iterable.Generator": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.LazyValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "jedi.inference.filters.LazyAttributeOverwrite", "jedi.inference.filters._AttributeOverwriteMixin", "jedi.inference.value.iterable.GeneratorBase", "jedi.inference.value.iterable.IterableMixin", "object" ] }, { "jedi.inference.value.iterable.GeneratorBase": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.LazyValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "jedi.inference.filters.LazyAttributeOverwrite", "jedi.inference.filters._AttributeOverwriteMixin", "jedi.inference.value.iterable.IterableMixin", "object" ] }, { "jedi.inference.value.iterable.GeneratorComprehension": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.LazyValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "jedi.inference.filters.LazyAttributeOverwrite", "jedi.inference.filters._AttributeOverwriteMixin", "jedi.inference.value.iterable.ComprehensionMixin", "jedi.inference.value.iterable.GeneratorBase", "jedi.inference.value.iterable.IterableMixin", "jedi.inference.value.iterable._BaseComprehension", "object" ] }, { "jedi.inference.value.iterable.IterableMixin": [ "object" ] }, { "jedi.inference.value.iterable.ListComprehension": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.LazyValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "jedi.inference.filters.LazyAttributeOverwrite", "jedi.inference.filters._AttributeOverwriteMixin", "jedi.inference.value.iterable.ComprehensionMixin", "jedi.inference.value.iterable.IterableMixin", "jedi.inference.value.iterable.Sequence", "jedi.inference.value.iterable._BaseComprehension", "object" ] }, { "jedi.inference.value.iterable.MergedArray": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.LazyValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "jedi.inference.filters.LazyAttributeOverwrite", "jedi.inference.filters._AttributeOverwriteMixin", "jedi.inference.value.iterable.IterableMixin", "jedi.inference.value.iterable.Sequence", "object" ] }, { "jedi.inference.value.iterable.Sequence": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.LazyValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "jedi.inference.filters.LazyAttributeOverwrite", "jedi.inference.filters._AttributeOverwriteMixin", "jedi.inference.value.iterable.IterableMixin", "object" ] }, { "jedi.inference.value.iterable.SequenceLiteralValue": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.LazyValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "jedi.inference.filters.LazyAttributeOverwrite", "jedi.inference.filters._AttributeOverwriteMixin", "jedi.inference.value.iterable.IterableMixin", "jedi.inference.value.iterable.Sequence", "object" ] }, { "jedi.inference.value.iterable.SetComprehension": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.LazyValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "jedi.inference.filters.LazyAttributeOverwrite", "jedi.inference.filters._AttributeOverwriteMixin", "jedi.inference.value.iterable.ComprehensionMixin", "jedi.inference.value.iterable.IterableMixin", "jedi.inference.value.iterable.Sequence", "jedi.inference.value.iterable._BaseComprehension", "object" ] }, { "jedi.inference.value.iterable.Slice": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.LazyValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "object" ] }, { "jedi.inference.value.iterable._BaseComprehension": [ "jedi.inference.value.iterable.ComprehensionMixin", "object" ] }, { "jedi.inference.value.iterable._DictKeyMixin": [ "object" ] }, { "jedi.inference.value.iterable._DictMixin": [ "object" ] }, { "jedi.inference.value.iterable._FakeSequence": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.LazyValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "jedi.inference.filters.LazyAttributeOverwrite", "jedi.inference.filters._AttributeOverwriteMixin", "jedi.inference.value.iterable.IterableMixin", "jedi.inference.value.iterable.Sequence", "object" ] }, { "jedi.inference.value.instance.AbstractInstanceValue": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.Value", "object" ] }, { "jedi.inference.value.instance.AnonymousInstance": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.Value", "jedi.inference.value.instance.AbstractInstanceValue", "jedi.inference.value.instance._BaseTreeInstance", "object" ] }, { "jedi.inference.value.instance.AnonymousMethodExecutionContext": [ "jedi.inference.context.AbstractContext", "jedi.inference.context.TreeContextMixin", "jedi.inference.context.ValueContext", "jedi.inference.value.function.BaseFunctionExecutionContext", "object" ] }, { "jedi.inference.value.instance.AnonymousMethodExecutionFilter": [ "jedi.inference.filters.AbstractFilter", "jedi.inference.filters.AbstractUsedNamesFilter", "jedi.inference.filters.AnonymousFunctionExecutionFilter", "jedi.inference.filters.ParserTreeFilter", "jedi.inference.filters._FunctionExecutionFilter", "object" ] }, { "jedi.inference.value.instance.BoundMethod": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.ValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "jedi.inference.value.function.FunctionMixin", "object" ] }, { "jedi.inference.value.instance.CompiledBoundMethod": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.ValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "object" ] }, { "jedi.inference.value.instance.CompiledInstance": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.Value", "jedi.inference.value.instance.AbstractInstanceValue", "object" ] }, { "jedi.inference.value.instance.CompiledInstanceClassFilter": [ "jedi.inference.filters.AbstractFilter", "object" ] }, { "jedi.inference.value.instance.CompiledInstanceName": [ "jedi.inference.names.NameWrapper", "object" ] }, { "jedi.inference.value.instance.InstanceArguments": [ "jedi.inference.arguments.TreeArgumentsWrapper", "jedi.inference.arguments._AbstractArgumentsMixin", "object" ] }, { "jedi.inference.value.instance.InstanceClassFilter": [ "jedi.inference.filters.AbstractFilter", "object" ] }, { "jedi.inference.value.instance.InstanceExecutedParamName": [ "jedi.inference.names.AbstractNameDefinition", "jedi.inference.names.AbstractTreeName", "jedi.inference.names.BaseTreeParamName", "jedi.inference.names.ParamName", "jedi.inference.names.ParamNameInterface", "jedi.inference.names._ActualTreeParamName", "jedi.inference.names._ParamMixin", "object" ] }, { "jedi.inference.value.instance.LazyInstanceClassName": [ "jedi.inference.names.NameWrapper", "object" ] }, { "jedi.inference.value.instance.MethodExecutionContext": [ "jedi.inference.context.AbstractContext", "jedi.inference.context.TreeContextMixin", "jedi.inference.context.ValueContext", "jedi.inference.value.function.BaseFunctionExecutionContext", "jedi.inference.value.function.FunctionExecutionContext", "object" ] }, { "jedi.inference.value.instance.SelfAttributeFilter": [ "jedi.inference.filters.AbstractFilter", "jedi.inference.filters.AbstractUsedNamesFilter", "jedi.inference.filters.ParserTreeFilter", "jedi.inference.value.klass.ClassFilter", "object" ] }, { "jedi.inference.value.instance.SelfName": [ "jedi.inference.names.AbstractNameDefinition", "jedi.inference.names.AbstractTreeName", "jedi.inference.names.TreeNameDefinition", "object" ] }, { "jedi.inference.value.instance.TreeInstance": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.Value", "jedi.inference.value.instance.AbstractInstanceValue", "jedi.inference.value.instance._BaseTreeInstance", "object" ] }, { "jedi.inference.value.instance._BaseTreeInstance": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.Value", "jedi.inference.value.instance.AbstractInstanceValue", "object" ] }, { "jedi.inference.value.function.AnonymousFunctionExecution": [ "jedi.inference.context.AbstractContext", "jedi.inference.context.TreeContextMixin", "jedi.inference.context.ValueContext", "jedi.inference.value.function.BaseFunctionExecutionContext", "object" ] }, { "jedi.inference.value.function.BaseFunctionExecutionContext": [ "jedi.inference.context.AbstractContext", "jedi.inference.context.TreeContextMixin", "jedi.inference.context.ValueContext", "object" ] }, { "jedi.inference.value.function.FunctionAndClassBase": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.TreeValue", "jedi.inference.base_value.Value", "object" ] }, { "jedi.inference.value.function.FunctionExecutionContext": [ "jedi.inference.context.AbstractContext", "jedi.inference.context.TreeContextMixin", "jedi.inference.context.ValueContext", "jedi.inference.value.function.BaseFunctionExecutionContext", "object" ] }, { "jedi.inference.value.function.FunctionMixin": [ "object" ] }, { "jedi.inference.value.function.FunctionNameInClass": [ "jedi.inference.names.NameWrapper", "object" ] }, { "jedi.inference.value.function.FunctionValue": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.TreeValue", "jedi.inference.base_value.Value", "jedi.inference.value.function.FunctionAndClassBase", "jedi.inference.value.function.FunctionMixin", "object" ] }, { "jedi.inference.value.function.LambdaName": [ "jedi.inference.names.AbstractNameDefinition", "object" ] }, { "jedi.inference.value.function.MethodValue": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.TreeValue", "jedi.inference.base_value.Value", "jedi.inference.value.function.FunctionAndClassBase", "jedi.inference.value.function.FunctionMixin", "jedi.inference.value.function.FunctionValue", "object" ] }, { "jedi.inference.value.function.OverloadedFunctionValue": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.ValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "jedi.inference.value.function.FunctionMixin", "object" ] }, { "jedi.inference.value.dynamic_arrays.DictModification": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.ValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "jedi.inference.value.dynamic_arrays._Modification", "object" ] }, { "jedi.inference.value.dynamic_arrays.ListModification": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.ValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "jedi.inference.value.dynamic_arrays._Modification", "object" ] }, { "jedi.inference.value.dynamic_arrays._DynamicArrayAdditions": [ "jedi.inference.base_value.HelperValueMixin", "object" ] }, { "jedi.inference.value.dynamic_arrays._Modification": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.ValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "object" ] }, { "jedi.inference.value.decorator.Decoratee": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.ValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "object" ] }, { "jedi.inference.utils.PushBackIterator": [ "object" ] }, { "jedi.inference.utils.UncaughtAttributeError": [ "BaseException", "Exception", "object" ] }, { "jedi.inference.syntax_tree.ContextualizedSubscriptListNode": [ "jedi.inference.base_value.ContextualizedNode", "object" ] }, { "jedi.inference.star_args.ParamNameFixedKind": [ "jedi.inference.names.ParamNameWrapper", "jedi.inference.names._ParamMixin", "object" ] }, { "jedi.inference.signature.AbstractSignature": [ "jedi.inference.signature._SignatureMixin", "object" ] }, { "jedi.inference.signature.BuiltinSignature": [ "jedi.inference.signature.AbstractSignature", "jedi.inference.signature._SignatureMixin", "object" ] }, { "jedi.inference.signature.SignatureWrapper": [ "jedi.inference.signature._SignatureMixin", "object" ] }, { "jedi.inference.signature.TreeSignature": [ "jedi.inference.signature.AbstractSignature", "jedi.inference.signature._SignatureMixin", "object" ] }, { "jedi.inference.signature._SignatureMixin": [ "object" ] }, { "jedi.inference.recursion.ExecutionRecursionDetector": [ "object" ] }, { "jedi.inference.recursion.RecursionDetector": [ "object" ] }, { "jedi.inference.param.ExecutedParamName": [ "jedi.inference.names.AbstractNameDefinition", "jedi.inference.names.AbstractTreeName", "jedi.inference.names.BaseTreeParamName", "jedi.inference.names.ParamName", "jedi.inference.names.ParamNameInterface", "jedi.inference.names._ActualTreeParamName", "jedi.inference.names._ParamMixin", "object" ] }, { "jedi.inference.names.AbstractArbitraryName": [ "jedi.inference.names.AbstractNameDefinition", "object" ] }, { "jedi.inference.names.AbstractNameDefinition": [ "object" ] }, { "jedi.inference.names.AbstractTreeName": [ "jedi.inference.names.AbstractNameDefinition", "object" ] }, { "jedi.inference.names.AnonymousParamName": [ "jedi.inference.names.AbstractNameDefinition", "jedi.inference.names.AbstractTreeName", "jedi.inference.names.BaseTreeParamName", "jedi.inference.names.ParamNameInterface", "jedi.inference.names._ActualTreeParamName", "jedi.inference.names._ParamMixin", "object" ] }, { "jedi.inference.names.BaseTreeParamName": [ "jedi.inference.names.AbstractNameDefinition", "jedi.inference.names.AbstractTreeName", "jedi.inference.names.ParamNameInterface", "jedi.inference.names._ParamMixin", "object" ] }, { "jedi.inference.names.ImportName": [ "jedi.inference.names.AbstractNameDefinition", "object" ] }, { "jedi.inference.names.ModuleName": [ "jedi.inference.names.AbstractNameDefinition", "jedi.inference.names.ValueNameMixin", "object" ] }, { "jedi.inference.names.NameWrapper": [ "object" ] }, { "jedi.inference.names.ParamName": [ "jedi.inference.names.AbstractNameDefinition", "jedi.inference.names.AbstractTreeName", "jedi.inference.names.BaseTreeParamName", "jedi.inference.names.ParamNameInterface", "jedi.inference.names._ActualTreeParamName", "jedi.inference.names._ParamMixin", "object" ] }, { "jedi.inference.names.ParamNameInterface": [ "jedi.inference.names._ParamMixin", "object" ] }, { "jedi.inference.names.ParamNameWrapper": [ "jedi.inference.names._ParamMixin", "object" ] }, { "jedi.inference.names.StubModuleName": [ "jedi.inference.names.AbstractNameDefinition", "jedi.inference.names.ModuleName", "jedi.inference.names.StubNameMixin", "jedi.inference.names.ValueNameMixin", "object" ] }, { "jedi.inference.names.StubName": [ "jedi.inference.names.AbstractNameDefinition", "jedi.inference.names.AbstractTreeName", "jedi.inference.names.StubNameMixin", "jedi.inference.names.TreeNameDefinition", "object" ] }, { "jedi.inference.names.StubNameMixin": [ "object" ] }, { "jedi.inference.names.SubModuleName": [ "jedi.inference.names.AbstractNameDefinition", "jedi.inference.names.ImportName", "object" ] }, { "jedi.inference.names.TreeNameDefinition": [ "jedi.inference.names.AbstractNameDefinition", "jedi.inference.names.AbstractTreeName", "object" ] }, { "jedi.inference.names.ValueName": [ "jedi.inference.names.AbstractNameDefinition", "jedi.inference.names.AbstractTreeName", "jedi.inference.names.ValueNameMixin", "object" ] }, { "jedi.inference.names.ValueNameMixin": [ "object" ] }, { "jedi.inference.names._ActualTreeParamName": [ "jedi.inference.names.AbstractNameDefinition", "jedi.inference.names.AbstractTreeName", "jedi.inference.names.BaseTreeParamName", "jedi.inference.names.ParamNameInterface", "jedi.inference.names._ParamMixin", "object" ] }, { "jedi.inference.names._ParamMixin": [ "object" ] }, { "jedi.inference.lazy_value.AbstractLazyValue": [ "object" ] }, { "jedi.inference.lazy_value.LazyKnownValue": [ "jedi.inference.lazy_value.AbstractLazyValue", "object" ] }, { "jedi.inference.lazy_value.LazyKnownValues": [ "jedi.inference.lazy_value.AbstractLazyValue", "object" ] }, { "jedi.inference.lazy_value.LazyTreeValue": [ "jedi.inference.lazy_value.AbstractLazyValue", "object" ] }, { "jedi.inference.lazy_value.LazyUnknownValue": [ "jedi.inference.lazy_value.AbstractLazyValue", "object" ] }, { "jedi.inference.lazy_value.MergedLazyValues": [ "jedi.inference.lazy_value.AbstractLazyValue", "object" ] }, { "jedi.inference.imports.Importer": [ "object" ] }, { "jedi.inference.imports.ModuleCache": [ "object" ] }, { "jedi.inference.helpers.SimpleGetItemNotFound": [ "BaseException", "Exception", "object" ] }, { "jedi.inference.gradual.typing.AnyClass": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.LazyValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "jedi.inference.gradual.base.BaseTypingValue", "object" ] }, { "jedi.inference.gradual.typing.Callable": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.LazyValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "jedi.inference.gradual.base.BaseTypingInstance", "object" ] }, { "jedi.inference.gradual.typing.CastFunction": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.LazyValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "jedi.inference.gradual.base.BaseTypingValue", "object" ] }, { "jedi.inference.gradual.typing.Generic": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.LazyValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "jedi.inference.gradual.base.BaseTypingInstance", "object" ] }, { "jedi.inference.gradual.typing.NewType": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.Value", "object" ] }, { "jedi.inference.gradual.typing.NewTypeFunction": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.LazyValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "jedi.inference.gradual.base.BaseTypingValue", "object" ] }, { "jedi.inference.gradual.typing.OverloadFunction": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.LazyValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "jedi.inference.gradual.base.BaseTypingValue", "object" ] }, { "jedi.inference.gradual.typing.Protocol": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.LazyValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "jedi.inference.gradual.base.BaseTypingInstance", "object" ] }, { "jedi.inference.gradual.typing.ProxyTypingClassValue": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.LazyValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "jedi.inference.gradual.base.BaseTypingValue", "jedi.inference.gradual.typing.ProxyTypingValue", "jedi.inference.gradual.typing._TypingClassMixin", "jedi.inference.value.klass.ClassMixin", "object" ] }, { "jedi.inference.gradual.typing.ProxyTypingValue": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.LazyValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "jedi.inference.gradual.base.BaseTypingValue", "object" ] }, { "jedi.inference.gradual.typing.ProxyWithGenerics": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.LazyValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "jedi.inference.gradual.base.BaseTypingClassWithGenerics", "jedi.inference.gradual.base.DefineGenericBaseClass", "object" ] }, { "jedi.inference.gradual.typing.Tuple": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.LazyValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "jedi.inference.gradual.base.BaseTypingInstance", "object" ] }, { "jedi.inference.gradual.typing.TypeAlias": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.LazyValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "object" ] }, { "jedi.inference.gradual.typing.TypedDict": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.LazyValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "object" ] }, { "jedi.inference.gradual.typing.TypedDictClass": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.LazyValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "jedi.inference.gradual.base.BaseTypingValue", "object" ] }, { "jedi.inference.gradual.typing.TypingClassWithGenerics": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.LazyValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "jedi.inference.gradual.base.BaseTypingClassWithGenerics", "jedi.inference.gradual.base.DefineGenericBaseClass", "jedi.inference.gradual.typing.ProxyWithGenerics", "jedi.inference.gradual.typing._TypingClassMixin", "jedi.inference.value.klass.ClassMixin", "object" ] }, { "jedi.inference.gradual.typing.TypingModuleFilterWrapper": [ "jedi.inference.filters.FilterWrapper", "object" ] }, { "jedi.inference.gradual.typing.TypingModuleName": [ "jedi.inference.names.NameWrapper", "object" ] }, { "jedi.inference.gradual.typing._TypingClassMixin": [ "jedi.inference.value.klass.ClassMixin", "object" ] }, { "jedi.inference.gradual.typeshed.PathInfo": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.inference.gradual.type_var.TypeVar": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.LazyValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "jedi.inference.gradual.base.BaseTypingValue", "object" ] }, { "jedi.inference.gradual.type_var.TypeVarClass": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.LazyValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "jedi.inference.gradual.base.BaseTypingValue", "object" ] }, { "jedi.inference.gradual.type_var.TypeWrapper": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.ValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "object" ] }, { "jedi.inference.gradual.stub_value.StubFilter": [ "jedi.inference.filters.AbstractFilter", "jedi.inference.filters.AbstractUsedNamesFilter", "jedi.inference.filters.ParserTreeFilter", "object" ] }, { "jedi.inference.gradual.stub_value.StubModuleContext": [ "jedi.inference.context.AbstractContext", "jedi.inference.context.ModuleContext", "jedi.inference.context.TreeContextMixin", "jedi.inference.context.ValueContext", "object" ] }, { "jedi.inference.gradual.stub_value.StubModuleValue": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.TreeValue", "jedi.inference.base_value.Value", "jedi.inference.value.module.ModuleMixin", "jedi.inference.value.module.ModuleValue", "jedi.inference.value.module.SubModuleDictMixin", "object" ] }, { "jedi.inference.gradual.stub_value.TypingModuleContext": [ "jedi.inference.context.AbstractContext", "jedi.inference.context.ModuleContext", "jedi.inference.context.TreeContextMixin", "jedi.inference.context.ValueContext", "object" ] }, { "jedi.inference.gradual.stub_value.TypingModuleWrapper": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.TreeValue", "jedi.inference.base_value.Value", "jedi.inference.gradual.stub_value.StubModuleValue", "jedi.inference.value.module.ModuleMixin", "jedi.inference.value.module.ModuleValue", "jedi.inference.value.module.SubModuleDictMixin", "object" ] }, { "jedi.inference.gradual.stub_value.VersionInfo": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.ValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "object" ] }, { "jedi.inference.gradual.generics.LazyGenericManager": [ "jedi.inference.gradual.generics._AbstractGenericManager", "object" ] }, { "jedi.inference.gradual.generics.TupleGenericManager": [ "jedi.inference.gradual.generics._AbstractGenericManager", "object" ] }, { "jedi.inference.gradual.generics._AbstractGenericManager": [ "object" ] }, { "jedi.inference.gradual.base.BaseTypingClassWithGenerics": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.LazyValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "jedi.inference.gradual.base.DefineGenericBaseClass", "object" ] }, { "jedi.inference.gradual.base.BaseTypingInstance": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.LazyValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "object" ] }, { "jedi.inference.gradual.base.BaseTypingValue": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.LazyValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "object" ] }, { "jedi.inference.gradual.base.DefineGenericBaseClass": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.LazyValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "object" ] }, { "jedi.inference.gradual.base.GenericClass": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.LazyValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "jedi.inference.gradual.base.DefineGenericBaseClass", "jedi.inference.value.klass.ClassMixin", "object" ] }, { "jedi.inference.gradual.base._AnnotatedClassContext": [ "jedi.inference.context.AbstractContext", "jedi.inference.context.ClassContext", "jedi.inference.context.TreeContextMixin", "jedi.inference.context.ValueContext", "object" ] }, { "jedi.inference.gradual.base._BoundTypeVarName": [ "jedi.inference.names.AbstractNameDefinition", "object" ] }, { "jedi.inference.gradual.base._GenericInstanceWrapper": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.ValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "object" ] }, { "jedi.inference.gradual.base._LazyGenericBaseClass": [ "object" ] }, { "jedi.inference.gradual.base._PseudoTreeNameClass": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.Value", "object" ] }, { "jedi.inference.gradual.base._PseudoTreeNameClass.get_filters.EmptyFilter": [ "jedi.inference.filters.AbstractFilter", "jedi.inference.filters.AbstractUsedNamesFilter", "jedi.inference.filters.ParserTreeFilter", "jedi.inference.value.klass.ClassFilter", "object" ] }, { "jedi.inference.gradual.base._TypeVarFilter": [ "object" ] }, { "jedi.inference.flow_analysis.Status": [ "object" ] }, { "jedi.inference.filters.AbstractFilter": [ "object" ] }, { "jedi.inference.filters.AbstractUsedNamesFilter": [ "jedi.inference.filters.AbstractFilter", "object" ] }, { "jedi.inference.filters.AnonymousFunctionExecutionFilter": [ "jedi.inference.filters.AbstractFilter", "jedi.inference.filters.AbstractUsedNamesFilter", "jedi.inference.filters.ParserTreeFilter", "jedi.inference.filters._FunctionExecutionFilter", "object" ] }, { "jedi.inference.filters.AttributeOverwrite": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.ValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "jedi.inference.filters._AttributeOverwriteMixin", "object" ] }, { "jedi.inference.filters.DictFilter": [ "jedi.inference.filters.AbstractFilter", "object" ] }, { "jedi.inference.filters.FilterWrapper": [ "object" ] }, { "jedi.inference.filters.FunctionExecutionFilter": [ "jedi.inference.filters.AbstractFilter", "jedi.inference.filters.AbstractUsedNamesFilter", "jedi.inference.filters.ParserTreeFilter", "jedi.inference.filters._FunctionExecutionFilter", "object" ] }, { "jedi.inference.filters.GlobalNameFilter": [ "jedi.inference.filters.AbstractFilter", "jedi.inference.filters.AbstractUsedNamesFilter", "object" ] }, { "jedi.inference.filters.LazyAttributeOverwrite": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.LazyValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "jedi.inference.filters._AttributeOverwriteMixin", "object" ] }, { "jedi.inference.filters.MergedFilter": [ "object" ] }, { "jedi.inference.filters.ParserTreeFilter": [ "jedi.inference.filters.AbstractFilter", "jedi.inference.filters.AbstractUsedNamesFilter", "object" ] }, { "jedi.inference.filters.SpecialMethodFilter": [ "jedi.inference.filters.AbstractFilter", "jedi.inference.filters.DictFilter", "object" ] }, { "jedi.inference.filters.SpecialMethodFilter.SpecialMethodName": [ "jedi.inference.names.AbstractNameDefinition", "object" ] }, { "jedi.inference.filters._AttributeOverwriteMixin": [ "object" ] }, { "jedi.inference.filters._BuiltinMappedMethod": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.ValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "object" ] }, { "jedi.inference.filters._FunctionExecutionFilter": [ "jedi.inference.filters.AbstractFilter", "jedi.inference.filters.AbstractUsedNamesFilter", "jedi.inference.filters.ParserTreeFilter", "object" ] }, { "jedi.inference.filters._OverwriteMeta": [ "object", "type", "typing.Generic" ] }, { "jedi.inference.context.AbstractContext": [ "object" ] }, { "jedi.inference.context.ClassContext": [ "jedi.inference.context.AbstractContext", "jedi.inference.context.TreeContextMixin", "jedi.inference.context.ValueContext", "object" ] }, { "jedi.inference.context.CompForContext": [ "jedi.inference.context.AbstractContext", "jedi.inference.context.TreeContextMixin", "object" ] }, { "jedi.inference.context.CompiledContext": [ "jedi.inference.context.AbstractContext", "jedi.inference.context.ValueContext", "object" ] }, { "jedi.inference.context.CompiledModuleContext": [ "jedi.inference.context.AbstractContext", "jedi.inference.context.CompiledContext", "jedi.inference.context.ValueContext", "object" ] }, { "jedi.inference.context.FunctionContext": [ "jedi.inference.context.AbstractContext", "jedi.inference.context.TreeContextMixin", "jedi.inference.context.ValueContext", "object" ] }, { "jedi.inference.context.ModuleContext": [ "jedi.inference.context.AbstractContext", "jedi.inference.context.TreeContextMixin", "jedi.inference.context.ValueContext", "object" ] }, { "jedi.inference.context.NamespaceContext": [ "jedi.inference.context.AbstractContext", "jedi.inference.context.TreeContextMixin", "jedi.inference.context.ValueContext", "object" ] }, { "jedi.inference.context.TreeContextMixin": [ "object" ] }, { "jedi.inference.context.ValueContext": [ "jedi.inference.context.AbstractContext", "object" ] }, { "jedi.inference.compiled.value.CheckAttribute": [ "object" ] }, { "jedi.inference.compiled.value.CompiledModule": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.Value", "jedi.inference.compiled.value.CompiledValue", "object" ] }, { "jedi.inference.compiled.value.CompiledName": [ "jedi.inference.names.AbstractNameDefinition", "object" ] }, { "jedi.inference.compiled.value.CompiledValue": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.Value", "object" ] }, { "jedi.inference.compiled.value.CompiledValueFilter": [ "jedi.inference.filters.AbstractFilter", "object" ] }, { "jedi.inference.compiled.value.CompiledValueName": [ "jedi.inference.names.AbstractNameDefinition", "jedi.inference.names.ValueNameMixin", "object" ] }, { "jedi.inference.compiled.value.EmptyCompiledName": [ "jedi.inference.names.AbstractNameDefinition", "object" ] }, { "jedi.inference.compiled.value.SignatureParamName": [ "jedi.inference.names.AbstractNameDefinition", "jedi.inference.names.ParamNameInterface", "jedi.inference.names._ParamMixin", "object" ] }, { "jedi.inference.compiled.value.UnresolvableParamName": [ "jedi.inference.names.AbstractNameDefinition", "jedi.inference.names.ParamNameInterface", "jedi.inference.names._ParamMixin", "object" ] }, { "jedi.inference.compiled.subprocess.functions.ImplicitNSInfo": [ "object" ] }, { "jedi.inference.compiled.subprocess.__main__._ExactImporter": [ "importlib.abc.Finder", "importlib.abc.MetaPathFinder", "object" ] }, { "jedi.inference.compiled.subprocess.AccessHandle": [ "object" ] }, { "jedi.inference.compiled.subprocess.CompiledSubprocess": [ "object" ] }, { "jedi.inference.compiled.subprocess.InferenceStateSameProcess": [ "jedi.inference.compiled.subprocess._InferenceStateProcess", "object" ] }, { "jedi.inference.compiled.subprocess.InferenceStateSubprocess": [ "jedi.inference.compiled.subprocess._InferenceStateProcess", "object" ] }, { "jedi.inference.compiled.subprocess.Listener": [ "object" ] }, { "jedi.inference.compiled.subprocess._InferenceStateProcess": [ "object" ] }, { "jedi.inference.compiled.mixed.MixedContext": [ "jedi.inference.context.AbstractContext", "jedi.inference.context.CompiledContext", "jedi.inference.context.TreeContextMixin", "jedi.inference.context.ValueContext", "object" ] }, { "jedi.inference.compiled.mixed.MixedModuleContext": [ "jedi.inference.compiled.mixed.MixedContext", "jedi.inference.context.AbstractContext", "jedi.inference.context.CompiledContext", "jedi.inference.context.CompiledModuleContext", "jedi.inference.context.TreeContextMixin", "jedi.inference.context.ValueContext", "object" ] }, { "jedi.inference.compiled.mixed.MixedName": [ "jedi.inference.names.NameWrapper", "object" ] }, { "jedi.inference.compiled.mixed.MixedObject": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.ValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "object" ] }, { "jedi.inference.compiled.mixed.MixedObjectFilter": [ "jedi.inference.compiled.value.CompiledValueFilter", "jedi.inference.filters.AbstractFilter", "object" ] }, { "jedi.inference.compiled.access.AccessPath": [ "object" ] }, { "jedi.inference.compiled.access.DirectObjectAccess": [ "object" ] }, { "jedi.inference.compiled.access.SignatureParam": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.inference.compiled.ExactValue": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.LazyValueWrapper", "jedi.inference.base_value._ValueWrapperBase", "object" ] }, { "jedi.inference.cache.CachedMetaClass": [ "object", "type", "typing.Generic" ] }, { "jedi.inference.base_value.ContextualizedNode": [ "object" ] }, { "jedi.inference.base_value.HelperValueMixin": [ "object" ] }, { "jedi.inference.base_value.LazyValueWrapper": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value._ValueWrapperBase", "object" ] }, { "jedi.inference.base_value.TreeValue": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value.Value", "object" ] }, { "jedi.inference.base_value.Value": [ "jedi.inference.base_value.HelperValueMixin", "object" ] }, { "jedi.inference.base_value.ValueSet": [ "object" ] }, { "jedi.inference.base_value.ValueWrapper": [ "jedi.inference.base_value.HelperValueMixin", "jedi.inference.base_value._ValueWrapperBase", "object" ] }, { "jedi.inference.base_value._ValueWrapperBase": [ "jedi.inference.base_value.HelperValueMixin", "object" ] }, { "jedi.inference.arguments.AbstractArguments": [ "jedi.inference.arguments._AbstractArgumentsMixin", "object" ] }, { "jedi.inference.arguments.ParamIssue": [ "BaseException", "Exception", "object" ] }, { "jedi.inference.arguments.TreeArguments": [ "jedi.inference.arguments.AbstractArguments", "jedi.inference.arguments._AbstractArgumentsMixin", "object" ] }, { "jedi.inference.arguments.TreeArgumentsWrapper": [ "jedi.inference.arguments._AbstractArgumentsMixin", "object" ] }, { "jedi.inference.arguments.ValuesArguments": [ "jedi.inference.arguments.AbstractArguments", "jedi.inference.arguments._AbstractArgumentsMixin", "object" ] }, { "jedi.inference.arguments._AbstractArgumentsMixin": [ "object" ] }, { "jedi.inference.analysis.Error": [ "object" ] }, { "jedi.inference.analysis.Warning": [ "jedi.inference.analysis.Error", "object" ] }, { "jedi.inference.InferenceState": [ "object" ] }, { "jedi.file_io.AbstractFolderIO": [ "object" ] }, { "jedi.file_io.FileIO": [ "jedi.file_io.FileIOFolderMixin", "object", "parso.file_io.FileIO" ] }, { "jedi.file_io.FileIOFolderMixin": [ "object" ] }, { "jedi.file_io.FolderIO": [ "jedi.file_io.AbstractFolderIO", "object" ] }, { "jedi.file_io.KnownContentFileIO": [ "jedi.file_io.FileIOFolderMixin", "object", "parso.file_io.FileIO", "parso.file_io.KnownContentFileIO" ] }, { "jedi.file_io.ZipFileIO": [ "jedi.file_io.FileIOFolderMixin", "object", "parso.file_io.FileIO", "parso.file_io.KnownContentFileIO" ] }, { "jedi.debug.Fore": [ "object" ] }, { "jedi.api.strings.StringName": [ "jedi.inference.names.AbstractArbitraryName", "jedi.inference.names.AbstractNameDefinition", "object" ] }, { "jedi.api.refactoring.ChangedFile": [ "object" ] }, { "jedi.api.refactoring.Refactoring": [ "object" ] }, { "jedi.api.project.Project": [ "object" ] }, { "jedi.api.keywords.KeywordName": [ "jedi.inference.names.AbstractArbitraryName", "jedi.inference.names.AbstractNameDefinition", "object" ] }, { "jedi.api.interpreter.MixedModuleContext": [ "jedi.inference.context.AbstractContext", "jedi.inference.context.ModuleContext", "jedi.inference.context.TreeContextMixin", "jedi.inference.context.ValueContext", "object" ] }, { "jedi.api.interpreter.MixedParserTreeFilter": [ "jedi.inference.filters.AbstractFilter", "jedi.inference.filters.AbstractUsedNamesFilter", "jedi.inference.filters.ParserTreeFilter", "object" ] }, { "jedi.api.interpreter.MixedTreeName": [ "jedi.inference.names.AbstractNameDefinition", "jedi.inference.names.AbstractTreeName", "jedi.inference.names.TreeNameDefinition", "object" ] }, { "jedi.api.interpreter.NamespaceObject": [ "object" ] }, { "jedi.api.helpers.CallDetails": [ "object" ] }, { "jedi.api.helpers.CompletionParts": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.api.helpers.OnErrorLeaf": [ "BaseException", "Exception", "object" ] }, { "jedi.api.helpers.get_stack_at_position.EndMarkerReached": [ "BaseException", "Exception", "object" ] }, { "jedi.api.file_name.PathName": [ "jedi.api.strings.StringName", "jedi.inference.names.AbstractArbitraryName", "jedi.inference.names.AbstractNameDefinition", "object" ] }, { "jedi.api.exceptions.InternalError": [ "BaseException", "Exception", "jedi.api.exceptions._JediError", "object" ] }, { "jedi.api.exceptions.RefactoringError": [ "BaseException", "Exception", "jedi.api.exceptions._JediError", "object" ] }, { "jedi.api.exceptions.WrongVersion": [ "BaseException", "Exception", "jedi.api.exceptions._JediError", "object" ] }, { "jedi.api.exceptions._JediError": [ "BaseException", "Exception", "object" ] }, { "jedi.api.errors.SyntaxError": [ "object" ] }, { "jedi.api.environment.Environment": [ "jedi.api.environment._BaseEnvironment", "object" ] }, { "jedi.api.environment.InterpreterEnvironment": [ "jedi.api.environment._BaseEnvironment", "jedi.api.environment._SameEnvironmentMixin", "object" ] }, { "jedi.api.environment.InvalidPythonEnvironment": [ "BaseException", "Exception", "object" ] }, { "jedi.api.environment.SameEnvironment": [ "jedi.api.environment.Environment", "jedi.api.environment._BaseEnvironment", "jedi.api.environment._SameEnvironmentMixin", "object" ] }, { "jedi.api.environment._BaseEnvironment": [ "object" ] }, { "jedi.api.environment._SameEnvironmentMixin": [ "object" ] }, { "jedi.api.environment._VersionInfo": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "jedi.api.completion.Completion": [ "object" ] }, { "jedi.api.completion.ParamNameWithEquals": [ "jedi.inference.names.ParamNameWrapper", "jedi.inference.names._ParamMixin", "object" ] }, { "jedi.api.classes.BaseName": [ "object" ] }, { "jedi.api.classes.BaseSignature": [ "jedi.api.classes.BaseName", "jedi.api.classes.Name", "object" ] }, { "jedi.api.classes.Completion": [ "jedi.api.classes.BaseName", "object" ] }, { "jedi.api.classes.Name": [ "jedi.api.classes.BaseName", "object" ] }, { "jedi.api.classes.ParamName": [ "jedi.api.classes.BaseName", "jedi.api.classes.Name", "object" ] }, { "jedi.api.classes.Signature": [ "jedi.api.classes.BaseName", "jedi.api.classes.BaseSignature", "jedi.api.classes.Name", "object" ] }, { "jedi.api.Interpreter": [ "jedi.api.Script", "object" ] }, { "jedi.api.Script": [ "object" ] }, { "jack.CallbackExit": [ "BaseException", "Exception", "object" ] }, { "jack.Client": [ "object" ] }, { "jack.JackError": [ "BaseException", "Exception", "object" ] }, { "jack.JackErrorCode": [ "BaseException", "Exception", "jack.JackError", "object" ] }, { "jack.JackOpenError": [ "BaseException", "Exception", "jack.JackError", "object" ] }, { "jack.MidiPort": [ "jack.Port", "object" ] }, { "jack.OwnMidiPort": [ "jack.MidiPort", "jack.OwnPort", "jack.Port", "object" ] }, { "jack.OwnPort": [ "jack.Port", "object" ] }, { "jack.Port": [ "object" ] }, { "jack.Ports": [ "object" ] }, { "jack.RingBuffer": [ "object" ] }, { "jack.Status": [ "object" ] }, { "jack.TransportState": [ "object" ] }, { "jack._CBufferType": [ "object" ] }, { "jack._JackPositionT": [ "object" ] }, { "itsdangerous.url_safe.URLSafeSerializer": [ "itsdangerous.serializer.Serializer", "itsdangerous.url_safe.URLSafeSerializerMixin", "object" ] }, { "itsdangerous.url_safe.URLSafeSerializerMixin": [ "itsdangerous.serializer.Serializer", "object" ] }, { "itsdangerous.url_safe.URLSafeTimedSerializer": [ "itsdangerous.serializer.Serializer", "itsdangerous.timed.TimedSerializer", "itsdangerous.url_safe.URLSafeSerializerMixin", "object" ] }, { "itsdangerous.timed.TimedSerializer": [ "itsdangerous.serializer.Serializer", "object" ] }, { "itsdangerous.timed.TimestampSigner": [ "itsdangerous.signer.Signer", "object" ] }, { "itsdangerous.signer.HMACAlgorithm": [ "itsdangerous.signer.SigningAlgorithm", "object" ] }, { "itsdangerous.signer.NoneAlgorithm": [ "itsdangerous.signer.SigningAlgorithm", "object" ] }, { "itsdangerous.signer.Signer": [ "object" ] }, { "itsdangerous.signer.SigningAlgorithm": [ "object" ] }, { "itsdangerous.serializer.Serializer": [ "object" ] }, { "itsdangerous.jws.JSONWebSignatureSerializer": [ "itsdangerous.serializer.Serializer", "object" ] }, { "itsdangerous.jws.TimedJSONWebSignatureSerializer": [ "itsdangerous.jws.JSONWebSignatureSerializer", "itsdangerous.serializer.Serializer", "object" ] }, { "itsdangerous.exc.BadData": [ "BaseException", "Exception", "object" ] }, { "itsdangerous.exc.BadHeader": [ "BaseException", "Exception", "itsdangerous.exc.BadData", "itsdangerous.exc.BadSignature", "object" ] }, { "itsdangerous.exc.BadPayload": [ "BaseException", "Exception", "itsdangerous.exc.BadData", "object" ] }, { "itsdangerous.exc.BadSignature": [ "BaseException", "Exception", "itsdangerous.exc.BadData", "object" ] }, { "itsdangerous.exc.BadTimeSignature": [ "BaseException", "Exception", "itsdangerous.exc.BadData", "itsdangerous.exc.BadSignature", "object" ] }, { "itsdangerous.exc.SignatureExpired": [ "BaseException", "Exception", "itsdangerous.exc.BadData", "itsdangerous.exc.BadSignature", "itsdangerous.exc.BadTimeSignature", "object" ] }, { "itsdangerous._json.DeprecatedJSON": [ "_importlib_modulespec.ModuleType", "object" ] }, { "itsdangerous._json._CompactJSON": [ "object" ] }, { "itsdangerous.BadData": [ "BaseException", "Exception", "object" ] }, { "itsdangerous.BadHeader": [ "BaseException", "Exception", "itsdangerous.BadData", "itsdangerous.BadSignature", "object" ] }, { "itsdangerous.BadPayload": [ "BaseException", "Exception", "itsdangerous.BadData", "object" ] }, { "itsdangerous.BadSignature": [ "BaseException", "Exception", "itsdangerous.BadData", "object" ] }, { "itsdangerous.BadTimeSignature": [ "BaseException", "Exception", "itsdangerous.BadData", "itsdangerous.BadSignature", "object" ] }, { "itsdangerous.HMACAlgorithm": [ "itsdangerous.SigningAlgorithm", "object" ] }, { "itsdangerous.JSONWebSignatureSerializer": [ "itsdangerous.Serializer", "object" ] }, { "itsdangerous.NoneAlgorithm": [ "itsdangerous.SigningAlgorithm", "object" ] }, { "itsdangerous.Serializer": [ "object" ] }, { "itsdangerous.SignatureExpired": [ "BaseException", "Exception", "itsdangerous.BadData", "itsdangerous.BadSignature", "itsdangerous.BadTimeSignature", "object" ] }, { "itsdangerous.Signer": [ "object" ] }, { "itsdangerous.SigningAlgorithm": [ "object" ] }, { "itsdangerous.TimedJSONWebSignatureSerializer": [ "itsdangerous.JSONWebSignatureSerializer", "itsdangerous.Serializer", "object" ] }, { "itsdangerous.TimedSerializer": [ "itsdangerous.Serializer", "object" ] }, { "itsdangerous.TimestampSigner": [ "itsdangerous.Signer", "object" ] }, { "itsdangerous.URLSafeSerializer": [ "itsdangerous.Serializer", "itsdangerous._URLSafeSerializerMixin", "object" ] }, { "itsdangerous.URLSafeTimedSerializer": [ "itsdangerous.Serializer", "itsdangerous.TimedSerializer", "itsdangerous._URLSafeSerializerMixin", "object" ] }, { "itsdangerous._URLSafeSerializerMixin": [ "object" ] }, { "itertools.chain": [ "object", "typing.Generic", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "itertools.cycle": [ "object", "typing.Generic", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "iso8601.iso8601.ParseError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "ipython_genutils.tests.test_path.TestLinkOrCopy": [ "object" ] }, { "ipython_genutils.testing.decorators.as_unittest.Tester": [ "object", "unittest.case.TestCase" ] }, { "ipython_genutils.tempdir.NamedFileInTemporaryDirectory": [ "object" ] }, { "ipython_genutils.tempdir.TemporaryDirectory": [ "object" ] }, { "ipython_genutils.tempdir.TemporaryWorkingDirectory": [ "ipython_genutils.tempdir.TemporaryDirectory", "object" ] }, { "ipython_genutils.ipstruct.Struct": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "ipaddress.AddressValueError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "ipaddress.IPv4Address": [ "ipaddress._BaseAddress", "ipaddress._IPAddressBase", "object", "typing.Generic", "typing.Protocol", "typing.SupportsInt" ] }, { "ipaddress.IPv4Interface": [ "ipaddress.IPv4Address", "ipaddress._BaseAddress", "ipaddress._BaseInterface", "ipaddress._IPAddressBase", "object", "typing.Generic", "typing.Protocol", "typing.SupportsInt" ] }, { "ipaddress.IPv4Network": [ "ipaddress._BaseNetwork", "ipaddress._IPAddressBase", "object", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "ipaddress.IPv6Address": [ "ipaddress._BaseAddress", "ipaddress._IPAddressBase", "object", "typing.Generic", "typing.Protocol", "typing.SupportsInt" ] }, { "ipaddress.IPv6Interface": [ "ipaddress.IPv6Address", "ipaddress._BaseAddress", "ipaddress._BaseInterface", "ipaddress._IPAddressBase", "object", "typing.Generic", "typing.Protocol", "typing.SupportsInt" ] }, { "ipaddress.IPv6Network": [ "ipaddress._BaseNetwork", "ipaddress._IPAddressBase", "object", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "ipaddress.NetmaskValueError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "ipaddress._BaseAddress": [ "ipaddress._IPAddressBase", "object", "typing.Generic", "typing.Protocol", "typing.SupportsInt" ] }, { "ipaddress._BaseInterface": [ "ipaddress._BaseAddress", "ipaddress._IPAddressBase", "object", "typing.Generic", "typing.Protocol", "typing.SupportsInt" ] }, { "ipaddress._BaseNetwork": [ "ipaddress._IPAddressBase", "object", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "ipaddress._IPAddressBase": [ "object" ] }, { "io.BufferedIOBase": [ "io.IOBase", "object" ] }, { "io.BufferedRWPair": [ "io.BufferedIOBase", "io.IOBase", "object" ] }, { "io.BufferedRandom": [ "io.BufferedIOBase", "io.BufferedReader", "io.BufferedWriter", "io.IOBase", "object", "typing.BinaryIO", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "io.BufferedReader": [ "io.BufferedIOBase", "io.IOBase", "object", "typing.BinaryIO", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "io.BufferedWriter": [ "io.BufferedIOBase", "io.IOBase", "object", "typing.BinaryIO", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "io.BytesIO": [ "io.BufferedIOBase", "io.IOBase", "object", "typing.BinaryIO", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "io.FileIO": [ "io.IOBase", "io.RawIOBase", "object", "typing.BinaryIO", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "io.IOBase": [ "object" ] }, { "io.IncrementalNewlineDecoder": [ "codecs.IncrementalDecoder", "object" ] }, { "io.RawIOBase": [ "io.IOBase", "object" ] }, { "io.StringIO": [ "io.IOBase", "io.TextIOBase", "io.TextIOWrapper", "object", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol", "typing.TextIO" ] }, { "io.TextIOBase": [ "io.IOBase", "object" ] }, { "io.TextIOWrapper": [ "io.IOBase", "io.TextIOBase", "object", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol", "typing.TextIO" ] }, { "io.UnsupportedOperation": [ "BaseException", "Exception", "OSError", "ValueError", "object" ] }, { "inspect.ArgInfo": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "inspect.ArgSpec": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "inspect.Arguments": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "inspect.Attribute": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "inspect.BlockFinder": [ "object" ] }, { "inspect.BoundArguments": [ "object" ] }, { "inspect.ClosureVars": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "inspect.EndOfBlock": [ "BaseException", "Exception", "object" ] }, { "inspect.FrameInfo": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "inspect.FullArgSpec": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "inspect.Parameter": [ "object" ] }, { "inspect.Signature": [ "object" ] }, { "inspect.Traceback": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "inspect._ParameterKind": [ "complex", "enum.Enum", "enum.IntEnum", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "importlib_resources.tests.util.CommonTests": [ "object" ] }, { "importlib_resources.tests.util.Reader": [ "importlib_resources.abc.ResourceReader", "object" ] }, { "importlib_resources.tests.util.ZipSetup": [ "importlib_resources.tests.util.ZipSetupBase", "object" ] }, { "importlib_resources.tests.util.ZipSetupBase": [ "object" ] }, { "importlib_resources.tests.test_resource.DeletingZipsTest": [ "object", "unittest.case.TestCase" ] }, { "importlib_resources.tests.test_resource.ResourceCornerCaseTests": [ "object", "unittest.case.TestCase" ] }, { "importlib_resources.tests.test_resource.ResourceDiskTests": [ "importlib_resources.tests.test_resource.ResourceTests", "object", "unittest.case.TestCase" ] }, { "importlib_resources.tests.test_resource.ResourceFromNamespaceTest01": [ "object", "unittest.case.TestCase" ] }, { "importlib_resources.tests.test_resource.ResourceFromZipsTest01": [ "importlib_resources.tests.util.ZipSetupBase", "object", "unittest.case.TestCase" ] }, { "importlib_resources.tests.test_resource.ResourceFromZipsTest02": [ "importlib_resources.tests.util.ZipSetupBase", "object", "unittest.case.TestCase" ] }, { "importlib_resources.tests.test_resource.ResourceLoaderTests": [ "object", "unittest.case.TestCase" ] }, { "importlib_resources.tests.test_resource.ResourceTests": [ "object" ] }, { "importlib_resources.tests.test_resource.ResourceZipTests": [ "importlib_resources.tests.test_resource.ResourceTests", "importlib_resources.tests.util.ZipSetup", "importlib_resources.tests.util.ZipSetupBase", "object", "unittest.case.TestCase" ] }, { "importlib_resources.tests.test_reader.MultiplexedPathTest": [ "object", "unittest.case.TestCase" ] }, { "importlib_resources.tests.test_reader.NamespaceReaderTest": [ "object", "unittest.case.TestCase" ] }, { "importlib_resources.tests.test_read.CommonBinaryTests": [ "importlib_resources.tests.util.CommonTests", "object", "unittest.case.TestCase" ] }, { "importlib_resources.tests.test_read.CommonTextTests": [ "importlib_resources.tests.util.CommonTests", "object", "unittest.case.TestCase" ] }, { "importlib_resources.tests.test_read.ReadDiskTests": [ "importlib_resources.tests.test_read.ReadTests", "object", "unittest.case.TestCase" ] }, { "importlib_resources.tests.test_read.ReadNamespaceTests": [ "importlib_resources.tests.test_read.ReadTests", "object", "unittest.case.TestCase" ] }, { "importlib_resources.tests.test_read.ReadTests": [ "object" ] }, { "importlib_resources.tests.test_read.ReadZipTests": [ "importlib_resources.tests.test_read.ReadTests", "importlib_resources.tests.util.ZipSetup", "importlib_resources.tests.util.ZipSetupBase", "object", "unittest.case.TestCase" ] }, { "importlib_resources.tests.test_path.CommonTests": [ "importlib_resources.tests.util.CommonTests", "object", "unittest.case.TestCase" ] }, { "importlib_resources.tests.test_path.PathDiskTests": [ "importlib_resources.tests.test_path.PathTests", "object", "unittest.case.TestCase" ] }, { "importlib_resources.tests.test_path.PathMemoryTests": [ "importlib_resources.tests.test_path.PathTests", "object", "unittest.case.TestCase" ] }, { "importlib_resources.tests.test_path.PathTests": [ "object" ] }, { "importlib_resources.tests.test_path.PathZipTests": [ "importlib_resources.tests.test_path.PathTests", "importlib_resources.tests.util.ZipSetup", "importlib_resources.tests.util.ZipSetupBase", "object", "unittest.case.TestCase" ] }, { "importlib_resources.tests.test_open.CommonBinaryTests": [ "importlib_resources.tests.util.CommonTests", "object", "unittest.case.TestCase" ] }, { "importlib_resources.tests.test_open.CommonTextTests": [ "importlib_resources.tests.util.CommonTests", "object", "unittest.case.TestCase" ] }, { "importlib_resources.tests.test_open.OpenDiskNamespaceTests": [ "importlib_resources.tests.test_open.OpenTests", "object", "unittest.case.TestCase" ] }, { "importlib_resources.tests.test_open.OpenDiskTests": [ "importlib_resources.tests.test_open.OpenTests", "object", "unittest.case.TestCase" ] }, { "importlib_resources.tests.test_open.OpenTests": [ "object" ] }, { "importlib_resources.tests.test_open.OpenZipTests": [ "importlib_resources.tests.test_open.OpenTests", "importlib_resources.tests.util.ZipSetup", "importlib_resources.tests.util.ZipSetupBase", "object", "unittest.case.TestCase" ] }, { "importlib_resources.tests.test_files.FilesTests": [ "object" ] }, { "importlib_resources.tests.test_files.OpenDiskTests": [ "importlib_resources.tests.test_files.FilesTests", "object", "unittest.case.TestCase" ] }, { "importlib_resources.tests.test_files.OpenNamespaceTests": [ "importlib_resources.tests.test_files.FilesTests", "object", "unittest.case.TestCase" ] }, { "importlib_resources.tests.test_files.OpenZipTests": [ "importlib_resources.tests.test_files.FilesTests", "importlib_resources.tests.util.ZipSetup", "importlib_resources.tests.util.ZipSetupBase", "object", "unittest.case.TestCase" ] }, { "importlib_resources.tests.test_contents.ContentsDiskTests": [ "importlib_resources.tests.test_contents.ContentsTests", "object", "unittest.case.TestCase" ] }, { "importlib_resources.tests.test_contents.ContentsNamespaceTests": [ "importlib_resources.tests.test_contents.ContentsTests", "object", "unittest.case.TestCase" ] }, { "importlib_resources.tests.test_contents.ContentsTests": [ "object" ] }, { "importlib_resources.tests.test_contents.ContentsZipTests": [ "importlib_resources.tests.test_contents.ContentsTests", "importlib_resources.tests.util.ZipSetup", "importlib_resources.tests.util.ZipSetupBase", "object", "unittest.case.TestCase" ] }, { "importlib_resources.tests.test_compatibilty_files.CompatibilityFilesNoReaderTests": [ "object", "unittest.case.TestCase" ] }, { "importlib_resources.tests.test_compatibilty_files.CompatibilityFilesTests": [ "object", "unittest.case.TestCase" ] }, { "importlib_resources.tests._compat.import_helper": [ "object" ] }, { "importlib_resources.simple.ResourceContainer": [ "importlib_resources.abc.Traversable", "object", "typing.Generic", "typing.Protocol" ] }, { "importlib_resources.simple.ResourceHandle": [ "importlib_resources.abc.Traversable", "object", "typing.Generic", "typing.Protocol" ] }, { "importlib_resources.simple.SimpleReader": [ "abc.ABC", "object" ] }, { "importlib_resources.simple.TraversableReader": [ "abc.ABC", "importlib_resources.abc.ResourceReader", "importlib_resources.abc.TraversableResources", "importlib_resources.simple.SimpleReader", "object" ] }, { "importlib_resources.readers.FileReader": [ "importlib_resources.abc.ResourceReader", "importlib_resources.abc.TraversableResources", "object" ] }, { "importlib_resources.readers.MultiplexedPath": [ "importlib_resources.abc.Traversable", "object", "typing.Generic", "typing.Protocol" ] }, { "importlib_resources.readers.NamespaceReader": [ "importlib_resources.abc.ResourceReader", "importlib_resources.abc.TraversableResources", "object" ] }, { "importlib_resources.readers.ZipReader": [ "importlib_resources.abc.ResourceReader", "importlib_resources.abc.TraversableResources", "object" ] }, { "importlib_resources.abc.ResourceReader": [ "object" ] }, { "importlib_resources.abc.Traversable": [ "object", "typing.Generic", "typing.Protocol" ] }, { "importlib_resources.abc.TraversableResources": [ "importlib_resources.abc.ResourceReader", "object" ] }, { "importlib_resources._compat.TraversableResourcesLoader": [ "object" ] }, { "importlib_resources._adapters.CompatibilityFiles": [ "object" ] }, { "importlib_resources._adapters.CompatibilityFiles.ChildPath": [ "importlib_resources.abc.Traversable", "object", "typing.Generic", "typing.Protocol" ] }, { "importlib_resources._adapters.CompatibilityFiles.OrphanPath": [ "importlib_resources.abc.Traversable", "object", "typing.Generic", "typing.Protocol" ] }, { "importlib_resources._adapters.CompatibilityFiles.SpecPath": [ "importlib_resources.abc.Traversable", "object", "typing.Generic", "typing.Protocol" ] }, { "importlib_resources._adapters.SpecLoaderAdapter": [ "object" ] }, { "importlib_resources._adapters.TraversableResourcesLoader": [ "object" ] }, { "importlib.util.LazyLoader": [ "_importlib_modulespec.Loader", "object" ] }, { "importlib.metadata.Distribution": [ "object" ] }, { "importlib.metadata.DistributionFinder": [ "importlib.abc.Finder", "importlib.abc.MetaPathFinder", "object" ] }, { "importlib.metadata.DistributionFinder.Context": [ "object" ] }, { "importlib.metadata.EntryPoint": [ "importlib.metadata.EntryPointBase", "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "importlib.metadata.EntryPointBase": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "importlib.metadata.FileHash": [ "object" ] }, { "importlib.metadata.MetadataPathFinder": [ "importlib.abc.Finder", "importlib.abc.MetaPathFinder", "importlib.metadata.DistributionFinder", "object" ] }, { "importlib.metadata.PackageNotFoundError": [ "BaseException", "Exception", "ImportError", "ModuleNotFoundError", "object" ] }, { "importlib.metadata.PackagePath": [ "_PathLike", "object", "pathlib.PurePath", "pathlib.PurePosixPath", "typing.Generic", "typing.Protocol" ] }, { "importlib.metadata.PathDistribution": [ "importlib.metadata.Distribution", "object" ] }, { "importlib.machinery.BuiltinImporter": [ "_importlib_modulespec.Loader", "importlib.abc.Finder", "importlib.abc.InspectLoader", "importlib.abc.MetaPathFinder", "object" ] }, { "importlib.machinery.ExtensionFileLoader": [ "_importlib_modulespec.Loader", "importlib.abc.ExecutionLoader", "importlib.abc.InspectLoader", "object" ] }, { "importlib.machinery.FileFinder": [ "importlib.abc.Finder", "importlib.abc.PathEntryFinder", "object" ] }, { "importlib.machinery.FrozenImporter": [ "_importlib_modulespec.Loader", "importlib.abc.Finder", "importlib.abc.InspectLoader", "importlib.abc.MetaPathFinder", "object" ] }, { "importlib.machinery.PathFinder": [ "object" ] }, { "importlib.machinery.SourceFileLoader": [ "_importlib_modulespec.Loader", "importlib.abc.ExecutionLoader", "importlib.abc.FileLoader", "importlib.abc.InspectLoader", "importlib.abc.ResourceLoader", "importlib.abc.SourceLoader", "object" ] }, { "importlib.machinery.SourcelessFileLoader": [ "_importlib_modulespec.Loader", "importlib.abc.ExecutionLoader", "importlib.abc.FileLoader", "importlib.abc.InspectLoader", "importlib.abc.ResourceLoader", "importlib.abc.SourceLoader", "object" ] }, { "importlib.machinery.WindowsRegistryFinder": [ "importlib.abc.Finder", "importlib.abc.MetaPathFinder", "object" ] }, { "importlib.abc.ExecutionLoader": [ "_importlib_modulespec.Loader", "importlib.abc.InspectLoader", "object" ] }, { "importlib.abc.FileLoader": [ "_importlib_modulespec.Loader", "importlib.abc.ExecutionLoader", "importlib.abc.InspectLoader", "importlib.abc.ResourceLoader", "object" ] }, { "importlib.abc.Finder": [ "object" ] }, { "importlib.abc.InspectLoader": [ "_importlib_modulespec.Loader", "object" ] }, { "importlib.abc.MetaPathFinder": [ "importlib.abc.Finder", "object" ] }, { "importlib.abc.PathEntryFinder": [ "importlib.abc.Finder", "object" ] }, { "importlib.abc.ResourceLoader": [ "_importlib_modulespec.Loader", "object" ] }, { "importlib.abc.ResourceReader": [ "object" ] }, { "importlib.abc.SourceLoader": [ "_importlib_modulespec.Loader", "importlib.abc.ExecutionLoader", "importlib.abc.InspectLoader", "importlib.abc.ResourceLoader", "object" ] }, { "imp.NullImporter": [ "object" ] }, { "imp._FileLike": [ "object", "typing.Generic", "typing.Protocol" ] }, { "imghdr._ReadableBinary": [ "object", "typing.Generic", "typing.Protocol" ] }, { "imaplib.IMAP4": [ "object" ] }, { "imaplib.IMAP4_SSL": [ "imaplib.IMAP4", "object" ] }, { "imaplib.IMAP4_stream": [ "imaplib.IMAP4", "object" ] }, { "imaplib._Authenticator": [ "object" ] }, { "idna.core.IDNABidiError": [ "BaseException", "Exception", "UnicodeError", "ValueError", "idna.core.IDNAError", "object" ] }, { "idna.core.IDNAError": [ "BaseException", "Exception", "UnicodeError", "ValueError", "object" ] }, { "idna.core.InvalidCodepoint": [ "BaseException", "Exception", "UnicodeError", "ValueError", "idna.core.IDNAError", "object" ] }, { "idna.core.InvalidCodepointContext": [ "BaseException", "Exception", "UnicodeError", "ValueError", "idna.core.IDNAError", "object" ] }, { "idna.codec.Codec": [ "codecs.Codec", "object" ] }, { "idna.codec.IncrementalDecoder": [ "codecs.BufferedIncrementalDecoder", "codecs.IncrementalDecoder", "object" ] }, { "idna.codec.IncrementalEncoder": [ "codecs.BufferedIncrementalEncoder", "codecs.IncrementalEncoder", "object" ] }, { "idna.codec.StreamReader": [ "codecs.Codec", "codecs.StreamReader", "idna.codec.Codec", "object" ] }, { "idna.codec.StreamWriter": [ "codecs.Codec", "codecs.StreamWriter", "idna.codec.Codec", "object" ] }, { "http.server.BaseHTTPRequestHandler": [ "object", "socketserver.BaseRequestHandler", "socketserver.StreamRequestHandler" ] }, { "http.server.CGIHTTPRequestHandler": [ "http.server.BaseHTTPRequestHandler", "http.server.SimpleHTTPRequestHandler", "object", "socketserver.BaseRequestHandler", "socketserver.StreamRequestHandler" ] }, { "http.server.HTTPServer": [ "object", "socketserver.BaseServer", "socketserver.TCPServer" ] }, { "http.server.SimpleHTTPRequestHandler": [ "http.server.BaseHTTPRequestHandler", "object", "socketserver.BaseRequestHandler", "socketserver.StreamRequestHandler" ] }, { "http.server.ThreadingHTTPServer": [ "http.server.HTTPServer", "object", "socketserver.BaseServer", "socketserver.TCPServer", "socketserver.ThreadingMixIn" ] }, { "http.cookies.BaseCookie": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "http.cookies.CookieError": [ "BaseException", "Exception", "object" ] }, { "http.cookies.Morsel": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "http.cookies.SimpleCookie": [ "dict", "http.cookies.BaseCookie", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "http.cookiejar.Cookie": [ "object" ] }, { "http.cookiejar.CookieJar": [ "object", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "http.cookiejar.CookiePolicy": [ "object" ] }, { "http.cookiejar.DefaultCookiePolicy": [ "http.cookiejar.CookiePolicy", "object" ] }, { "http.cookiejar.FileCookieJar": [ "http.cookiejar.CookieJar", "object", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "http.cookiejar.LWPCookieJar": [ "http.cookiejar.CookieJar", "http.cookiejar.FileCookieJar", "object", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "http.cookiejar.LoadError": [ "BaseException", "Exception", "OSError", "object" ] }, { "http.cookiejar.MozillaCookieJar": [ "http.cookiejar.CookieJar", "http.cookiejar.FileCookieJar", "object", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "http.client.BadStatusLine": [ "BaseException", "Exception", "http.client.HTTPException", "object" ] }, { "http.client.CannotSendHeader": [ "BaseException", "Exception", "http.client.HTTPException", "http.client.ImproperConnectionState", "object" ] }, { "http.client.CannotSendRequest": [ "BaseException", "Exception", "http.client.HTTPException", "http.client.ImproperConnectionState", "object" ] }, { "http.client.HTTPConnection": [ "object" ] }, { "http.client.HTTPException": [ "BaseException", "Exception", "object" ] }, { "http.client.HTTPMessage": [ "email.message.Message", "object" ] }, { "http.client.HTTPResponse": [ "io.BufferedIOBase", "io.IOBase", "object", "typing.BinaryIO", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "http.client.HTTPSConnection": [ "http.client.HTTPConnection", "object" ] }, { "http.client.ImproperConnectionState": [ "BaseException", "Exception", "http.client.HTTPException", "object" ] }, { "http.client.IncompleteRead": [ "BaseException", "Exception", "http.client.HTTPException", "object" ] }, { "http.client.InvalidURL": [ "BaseException", "Exception", "http.client.HTTPException", "object" ] }, { "http.client.LineTooLong": [ "BaseException", "Exception", "http.client.HTTPException", "object" ] }, { "http.client.NotConnected": [ "BaseException", "Exception", "http.client.HTTPException", "object" ] }, { "http.client.RemoteDisconnected": [ "BaseException", "ConnectionError", "ConnectionResetError", "Exception", "OSError", "http.client.BadStatusLine", "http.client.HTTPException", "object" ] }, { "http.client.ResponseNotReady": [ "BaseException", "Exception", "http.client.HTTPException", "http.client.ImproperConnectionState", "object" ] }, { "http.client.UnimplementedFileMode": [ "BaseException", "Exception", "http.client.HTTPException", "object" ] }, { "http.client.UnknownProtocol": [ "BaseException", "Exception", "http.client.HTTPException", "object" ] }, { "http.client.UnknownTransferEncoding": [ "BaseException", "Exception", "http.client.HTTPException", "object" ] }, { "http.client._HTTPConnectionProtocol": [ "object", "typing.Generic", "typing.Protocol" ] }, { "http.HTTPStatus": [ "complex", "enum.Enum", "enum.IntEnum", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "html.parser.HTMLParser": [ "_markupbase.ParserBase", "object" ] }, { "hmac.HMAC": [ "object" ] }, { "hashlib._BlakeHash": [ "hashlib._Hash", "object" ] }, { "hashlib._Hash": [ "object" ] }, { "hashlib._VarLenHash": [ "object" ] }, { "gzip.BadGzipFile": [ "BaseException", "Exception", "OSError", "object" ] }, { "gzip.GzipFile": [ "_compression.BaseStream", "io.BufferedIOBase", "io.IOBase", "object" ] }, { "gzip._GzipReader": [ "_compression.DecompressReader", "io.IOBase", "io.RawIOBase", "object" ] }, { "gzip._PaddedFile": [ "object" ] }, { "grp.struct_group": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "greenlet.tests.test_weakref.WeakRefTests": [ "object", "unittest.case.TestCase" ] }, { "greenlet.tests.test_version.VersionTests": [ "object", "unittest.case.TestCase" ] }, { "greenlet.tests.test_tracing.SomeError": [ "BaseException", "Exception", "object" ] }, { "greenlet.tests.test_tracing.TracingTests": [ "object", "unittest.case.TestCase" ] }, { "greenlet.tests.test_throw.ThrowTests": [ "object", "unittest.case.TestCase" ] }, { "greenlet.tests.test_stack_saved.Test": [ "object", "unittest.case.TestCase" ] }, { "greenlet.tests.test_leaks.ArgRefcountTests": [ "object", "unittest.case.TestCase" ] }, { "greenlet.tests.test_greenlet.GreenletTests": [ "object", "unittest.case.TestCase" ] }, { "greenlet.tests.test_greenlet.GreenletTests.test_abstract_subclasses.BadSubclass": [ "object" ] }, { "greenlet.tests.test_greenlet.GreenletTests.test_abstract_subclasses.GoodSubclass": [ "object" ] }, { "greenlet.tests.test_greenlet.GreenletTests.test_implicit_parent_with_threads.attempt.garbage": [ "object" ] }, { "greenlet.tests.test_greenlet.GreenletTests.test_implicit_parent_with_threads.attempt.gc_callback": [ "object" ] }, { "greenlet.tests.test_greenlet.GreenletTests.test_recursive_startup.convoluted": [ "object" ] }, { "greenlet.tests.test_greenlet.GreenletTests.test_threaded_updatecurrent.finalized": [ "object" ] }, { "greenlet.tests.test_greenlet.GreenletTests.test_throw_exception_not_lost.mygreenlet": [ "object" ] }, { "greenlet.tests.test_greenlet.GreenletTests.test_tuple_subclass.mytuple": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "greenlet.tests.test_greenlet.GreenletTests.test_unexpected_reparenting.convoluted": [ "object" ] }, { "greenlet.tests.test_greenlet.SomeError": [ "BaseException", "Exception", "object" ] }, { "greenlet.tests.test_greenlet.TestRepr": [ "object", "unittest.case.TestCase" ] }, { "greenlet.tests.test_greenlet.TestRepr.test_main_from_other_thread.T": [ "object", "threading.Thread" ] }, { "greenlet.tests.test_generator_nested.Genlet.Genlet": [ "greenlet.tests.test_generator_nested.genlet", "object" ] }, { "greenlet.tests.test_generator_nested.NestedGeneratorTests": [ "object", "unittest.case.TestCase" ] }, { "greenlet.tests.test_generator_nested.genlet": [ "object" ] }, { "greenlet.tests.test_generator.GeneratorTests": [ "object", "unittest.case.TestCase" ] }, { "greenlet.tests.test_generator.generator.generator": [ "greenlet.tests.test_generator.genlet", "object" ] }, { "greenlet.tests.test_generator.genlet": [ "object" ] }, { "greenlet.tests.test_gc.GCTests": [ "object", "unittest.case.TestCase" ] }, { "greenlet.tests.test_gc.GCTests.test_circular_greenlet.circular_greenlet": [ "object" ] }, { "greenlet.tests.test_gc.GCTests.test_finalizer_crash.object_with_finalizer": [ "object" ] }, { "greenlet.tests.test_gc.GCTests.test_inactive_ref.inactive_greenlet": [ "object" ] }, { "greenlet.tests.test_extension_interface.CAPITests": [ "object", "unittest.case.TestCase" ] }, { "greenlet.tests.test_cpp.CPPTests": [ "object", "unittest.case.TestCase" ] }, { "greenlet.tests.test_contextvars.ContextVarsTests": [ "object", "unittest.case.TestCase" ] }, { "greenlet.tests.test_contextvars.NoContextVarsTests": [ "object", "unittest.case.TestCase" ] }, { "graphql_server.error.HttpQueryError": [ "BaseException", "Exception", "object" ] }, { "graphql_server.FormattedResult": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "graphql_server.RequestParams": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "graphql_server.ServerResponse": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "graphql_server.ServerResults": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "graphql_server._NoException": [ "BaseException", "Exception", "object" ] }, { "graphql_relay.node.tests.test_plural.User": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "graphql_relay.node.tests.test_plural.root_value": [ "object" ] }, { "graphql_relay.node.tests.test_node.Photo": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "graphql_relay.node.tests.test_node.User": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "graphql_relay.node.tests.test_global.Photo": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "graphql_relay.node.tests.test_global.User": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "graphql_relay.connection.tests.test_connection.User": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "graphql_relay.connection.connectiontypes.Connection": [ "object" ] }, { "graphql_relay.connection.connectiontypes.Edge": [ "object" ] }, { "graphql_relay.connection.connectiontypes.PageInfo": [ "object" ] }, { "graphql.validation.validation.UsageVisitor": [ "graphql.language.visitor.Visitor", "object" ] }, { "graphql.validation.validation.ValidationContext": [ "object" ] }, { "graphql.validation.validation.VariableUsage": [ "object" ] }, { "graphql.validation.tests.test_arguments_of_correct_type.TestDirectiveArguments": [ "object" ] }, { "graphql.validation.tests.test_arguments_of_correct_type.TestInvalidBooleanValues": [ "object" ] }, { "graphql.validation.tests.test_arguments_of_correct_type.TestInvalidEnumValues": [ "object" ] }, { "graphql.validation.tests.test_arguments_of_correct_type.TestInvalidFloatValues": [ "object" ] }, { "graphql.validation.tests.test_arguments_of_correct_type.TestInvalidIDValues": [ "object" ] }, { "graphql.validation.tests.test_arguments_of_correct_type.TestInvalidInputObjectValue": [ "object" ] }, { "graphql.validation.tests.test_arguments_of_correct_type.TestInvalidIntValues": [ "object" ] }, { "graphql.validation.tests.test_arguments_of_correct_type.TestInvalidListValues": [ "object" ] }, { "graphql.validation.tests.test_arguments_of_correct_type.TestInvalidNonNullableValues": [ "object" ] }, { "graphql.validation.tests.test_arguments_of_correct_type.TestInvalidStringValues": [ "object" ] }, { "graphql.validation.tests.test_arguments_of_correct_type.TestValidInputObjectValue": [ "object" ] }, { "graphql.validation.tests.test_arguments_of_correct_type.TestValidListValues": [ "object" ] }, { "graphql.validation.tests.test_arguments_of_correct_type.TestValidNonNullableValues": [ "object" ] }, { "graphql.validation.tests.test_arguments_of_correct_type.TestValidValues": [ "object" ] }, { "graphql.validation.rules.variables_in_allowed_position.VariablesInAllowedPosition": [ "graphql.language.visitor.Visitor", "graphql.validation.rules.base.ValidationRule", "object" ] }, { "graphql.validation.rules.variables_are_input_types.VariablesAreInputTypes": [ "graphql.language.visitor.Visitor", "graphql.validation.rules.base.ValidationRule", "object" ] }, { "graphql.validation.rules.unique_variable_names.UniqueVariableNames": [ "graphql.language.visitor.Visitor", "graphql.validation.rules.base.ValidationRule", "object" ] }, { "graphql.validation.rules.unique_operation_names.UniqueOperationNames": [ "graphql.language.visitor.Visitor", "graphql.validation.rules.base.ValidationRule", "object" ] }, { "graphql.validation.rules.unique_input_field_names.UniqueInputFieldNames": [ "graphql.language.visitor.Visitor", "graphql.validation.rules.base.ValidationRule", "object" ] }, { "graphql.validation.rules.unique_fragment_names.UniqueFragmentNames": [ "graphql.language.visitor.Visitor", "graphql.validation.rules.base.ValidationRule", "object" ] }, { "graphql.validation.rules.unique_argument_names.UniqueArgumentNames": [ "graphql.language.visitor.Visitor", "graphql.validation.rules.base.ValidationRule", "object" ] }, { "graphql.validation.rules.scalar_leafs.ScalarLeafs": [ "graphql.language.visitor.Visitor", "graphql.validation.rules.base.ValidationRule", "object" ] }, { "graphql.validation.rules.provided_non_null_arguments.ProvidedNonNullArguments": [ "graphql.language.visitor.Visitor", "graphql.validation.rules.base.ValidationRule", "object" ] }, { "graphql.validation.rules.possible_fragment_spreads.PossibleFragmentSpreads": [ "graphql.language.visitor.Visitor", "graphql.validation.rules.base.ValidationRule", "object" ] }, { "graphql.validation.rules.overlapping_fields_can_be_merged.OverlappingFieldsCanBeMerged": [ "graphql.language.visitor.Visitor", "graphql.validation.rules.base.ValidationRule", "object" ] }, { "graphql.validation.rules.no_unused_variables.NoUnusedVariables": [ "graphql.language.visitor.Visitor", "graphql.validation.rules.base.ValidationRule", "object" ] }, { "graphql.validation.rules.no_unused_fragments.NoUnusedFragments": [ "graphql.language.visitor.Visitor", "graphql.validation.rules.base.ValidationRule", "object" ] }, { "graphql.validation.rules.no_undefined_variables.NoUndefinedVariables": [ "graphql.language.visitor.Visitor", "graphql.validation.rules.base.ValidationRule", "object" ] }, { "graphql.validation.rules.no_fragment_cycles.NoFragmentCycles": [ "graphql.language.visitor.Visitor", "graphql.validation.rules.base.ValidationRule", "object" ] }, { "graphql.validation.rules.lone_anonymous_operation.LoneAnonymousOperation": [ "graphql.language.visitor.Visitor", "graphql.validation.rules.base.ValidationRule", "object" ] }, { "graphql.validation.rules.known_type_names.KnownTypeNames": [ "graphql.language.visitor.Visitor", "graphql.validation.rules.base.ValidationRule", "object" ] }, { "graphql.validation.rules.known_fragment_names.KnownFragmentNames": [ "graphql.language.visitor.Visitor", "graphql.validation.rules.base.ValidationRule", "object" ] }, { "graphql.validation.rules.known_directives.KnownDirectives": [ "graphql.language.visitor.Visitor", "graphql.validation.rules.base.ValidationRule", "object" ] }, { "graphql.validation.rules.known_argument_names.KnownArgumentNames": [ "graphql.language.visitor.Visitor", "graphql.validation.rules.base.ValidationRule", "object" ] }, { "graphql.validation.rules.fragments_on_composite_types.FragmentsOnCompositeTypes": [ "graphql.language.visitor.Visitor", "graphql.validation.rules.base.ValidationRule", "object" ] }, { "graphql.validation.rules.fields_on_correct_type.FieldsOnCorrectType": [ "graphql.language.visitor.Visitor", "graphql.validation.rules.base.ValidationRule", "object" ] }, { "graphql.validation.rules.fields_on_correct_type.OrderedCounter": [ "collections.Counter", "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "graphql.validation.rules.default_values_of_correct_type.DefaultValuesOfCorrectType": [ "graphql.language.visitor.Visitor", "graphql.validation.rules.base.ValidationRule", "object" ] }, { "graphql.validation.rules.base.ValidationRule": [ "graphql.language.visitor.Visitor", "object" ] }, { "graphql.validation.rules.arguments_of_correct_type.ArgumentsOfCorrectType": [ "graphql.language.visitor.Visitor", "graphql.validation.rules.base.ValidationRule", "object" ] }, { "graphql.utils.undefined._Undefined": [ "object" ] }, { "graphql.utils.type_info.TypeInfo": [ "object" ] }, { "graphql.utils.tests.test_build_client_schema.test_cannot_use_client_schema_for_general_execution.data": [ "object" ] }, { "graphql.type.typemap.GraphQLTypeMap": [ "collections.OrderedDict", "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "typing.Reversible" ] }, { "graphql.type.tests.test_validation.TestTypeSystem_ASchemaMustContainUniquelyNamedTypes": [ "object" ] }, { "graphql.type.tests.test_validation.TestTypeSystem_ASchemaMustHaveObjectRootTypes": [ "object" ] }, { "graphql.type.tests.test_validation.TestTypeSystem_EnumTypesMustBeWellDefined": [ "object" ] }, { "graphql.type.tests.test_validation.TestTypeSystem_FieldArgsMustBeObjects": [ "object" ] }, { "graphql.type.tests.test_validation.TestTypeSystem_FieldArgsMustBeProperlyNamed": [ "object" ] }, { "graphql.type.tests.test_validation.TestTypeSystem_FieldArgumentsMustHaveInputTypes": [ "object" ] }, { "graphql.type.tests.test_validation.TestTypeSystem_InputObjectFieldsMustHaveInputTypes": [ "object" ] }, { "graphql.type.tests.test_validation.TestTypeSystem_InputObjectsMustHaveFields": [ "object" ] }, { "graphql.type.tests.test_validation.TestTypeSystem_InterfaceFieldsMustHaveOutputTypes": [ "object" ] }, { "graphql.type.tests.test_validation.TestTypeSystem_InterfaceTypesMustBeResolvable": [ "object" ] }, { "graphql.type.tests.test_validation.TestTypeSystem_ListMustAcceptGraphQLTypes": [ "object" ] }, { "graphql.type.tests.test_validation.TestTypeSystem_NonNullMustAcceptGraphQLTypes": [ "object" ] }, { "graphql.type.tests.test_validation.TestTypeSystem_ObjectFieldsMustHaveOutputTypes": [ "object" ] }, { "graphql.type.tests.test_validation.TestTypeSystem_ObjectInterfacesMustBeArray": [ "object" ] }, { "graphql.type.tests.test_validation.TestTypeSystem_ObjectTypesMustBeAssertable": [ "object" ] }, { "graphql.type.tests.test_validation.TestTypeSystem_ObjectsCanOnlyImplementInterfaces": [ "object" ] }, { "graphql.type.tests.test_validation.TestTypeSystem_ObjectsMustAdhereToInterfacesTheyImplement": [ "object" ] }, { "graphql.type.tests.test_validation.TestTypeSystem_ObjectsMustHaveFields": [ "object" ] }, { "graphql.type.tests.test_validation.TestTypeSystem_ScalarTypesMustBeSerializable": [ "object" ] }, { "graphql.type.tests.test_validation.TestTypeSystem_UnionMustRepresentObjectTypes": [ "object" ] }, { "graphql.type.tests.test_validation.TestTypeSystem_UnionTypesMustBeArray": [ "object" ] }, { "graphql.type.tests.test_validation.TestTypeSystem_UnionTypesMustBeCallableThatReturnsArray": [ "object" ] }, { "graphql.type.tests.test_validation.TestTypeSystem_UnionTypesMustBeResolvable": [ "object" ] }, { "graphql.type.tests.test_serialization.test_serialize_enum_pyenum.Color": [ "enum.Enum", "object" ] }, { "graphql.type.tests.test_serialization.test_serializes_enum.Color": [ "enum.Enum", "object" ] }, { "graphql.type.schema.GraphQLSchema": [ "object" ] }, { "graphql.type.schema.InterfaceImplementations": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "graphql.type.introspection.Field": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "graphql.type.introspection.InputField": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "graphql.type.introspection.TypeFieldResolvers": [ "object" ] }, { "graphql.type.introspection.TypeKind": [ "object" ] }, { "graphql.type.directives.DirectiveLocation": [ "object" ] }, { "graphql.type.directives.GraphQLDirective": [ "object" ] }, { "graphql.type.definition.GraphQLArgument": [ "object" ] }, { "graphql.type.definition.GraphQLEnumType": [ "graphql.type.definition.GraphQLNamedType", "graphql.type.definition.GraphQLType", "object" ] }, { "graphql.type.definition.GraphQLEnumValue": [ "object" ] }, { "graphql.type.definition.GraphQLField": [ "object" ] }, { "graphql.type.definition.GraphQLInputObjectField": [ "object" ] }, { "graphql.type.definition.GraphQLInputObjectType": [ "graphql.type.definition.GraphQLNamedType", "graphql.type.definition.GraphQLType", "object" ] }, { "graphql.type.definition.GraphQLInterfaceType": [ "graphql.type.definition.GraphQLNamedType", "graphql.type.definition.GraphQLType", "object" ] }, { "graphql.type.definition.GraphQLList": [ "graphql.type.definition.GraphQLType", "object" ] }, { "graphql.type.definition.GraphQLNamedType": [ "graphql.type.definition.GraphQLType", "object" ] }, { "graphql.type.definition.GraphQLNonNull": [ "graphql.type.definition.GraphQLType", "object" ] }, { "graphql.type.definition.GraphQLObjectType": [ "graphql.type.definition.GraphQLNamedType", "graphql.type.definition.GraphQLType", "object" ] }, { "graphql.type.definition.GraphQLScalarType": [ "graphql.type.definition.GraphQLNamedType", "graphql.type.definition.GraphQLType", "object" ] }, { "graphql.type.definition.GraphQLType": [ "object" ] }, { "graphql.type.definition.GraphQLUnionType": [ "graphql.type.definition.GraphQLNamedType", "graphql.type.definition.GraphQLType", "object" ] }, { "graphql.pyutils.pair_set.PairSet": [ "object" ] }, { "graphql.pyutils.enum.EnumMeta": [ "object", "type", "typing.Generic" ] }, { "graphql.pyutils.enum.IntEnum": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "graphql.pyutils.enum.OrderedDict": [ "object" ] }, { "graphql.pyutils.enum._EnumDict": [ "graphql.pyutils.enum.OrderedDict", "object" ] }, { "graphql.pyutils.enum._RouteClassAttributeToGetattr": [ "object" ] }, { "graphql.pyutils.default_ordered_dict.DefaultOrderedDict": [ "collections.OrderedDict", "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "typing.Reversible" ] }, { "graphql.pyutils.compat.Iterator": [ "object" ] }, { "graphql.pyutils.cached_property.cached_property": [ "object" ] }, { "graphql.language.visitor_meta.VisitorMeta": [ "object", "type", "typing.Generic" ] }, { "graphql.language.visitor.ParallelVisitor": [ "graphql.language.visitor.Visitor", "object" ] }, { "graphql.language.visitor.Stack": [ "object" ] }, { "graphql.language.visitor.TypeInfoVisitor": [ "graphql.language.visitor.Visitor", "object" ] }, { "graphql.language.visitor.Visitor": [ "object" ] }, { "graphql.language.visitor._Break": [ "object" ] }, { "graphql.language.visitor._Falsey": [ "object" ] }, { "graphql.language.tests.test_visitor_meta.test_visitor_inherits_parent_definitions.MyVisitor": [ "graphql.language.visitor.Visitor", "object" ] }, { "graphql.language.tests.test_visitor_meta.test_visitor_inherits_parent_definitions.MyVisitorSubclassed": [ "graphql.language.tests.test_visitor_meta.test_visitor_inherits_parent_definitions.MyVisitor", "graphql.language.visitor.Visitor", "object" ] }, { "graphql.language.tests.test_visitor_meta.test_visitor_meta_creates_enter_and_leave_handlers.MyVisitor": [ "graphql.language.visitor.Visitor", "object" ] }, { "graphql.language.tests.test_visitor.test_allows_a_named_functions_visitor_api.TestVisitor": [ "graphql.language.visitor.Visitor", "object" ] }, { "graphql.language.tests.test_visitor.test_allows_early_exit_while_visiting.TestVisitor": [ "graphql.language.visitor.Visitor", "object" ] }, { "graphql.language.tests.test_visitor.test_allows_editing_a_node_both_on_enter_and_on_leave.TestVisitor": [ "graphql.language.visitor.Visitor", "object" ] }, { "graphql.language.tests.test_visitor.test_allows_editing_the_root_node_on_enter_and_on_leave.TestVisitor": [ "graphql.language.visitor.Visitor", "object" ] }, { "graphql.language.tests.test_visitor.test_allows_for_editing_on_enter.TestVisitor": [ "graphql.language.visitor.Visitor", "object" ] }, { "graphql.language.tests.test_visitor.test_allows_for_editing_on_leave.TestVisitor": [ "graphql.language.visitor.Visitor", "object" ] }, { "graphql.language.tests.test_visitor.test_allows_skipping_a_subtree.TestVisitor": [ "graphql.language.visitor.Visitor", "object" ] }, { "graphql.language.tests.test_visitor.test_visits_edited_node.TestVisitor": [ "graphql.language.visitor.Visitor", "object" ] }, { "graphql.language.tests.test_visitor.test_visits_in_pararell_allows_early_exit_from_different_points.TestVisitor": [ "graphql.language.visitor.Visitor", "object" ] }, { "graphql.language.tests.test_visitor.test_visits_in_pararell_allows_early_exit_while_visiting.TestVisitor": [ "graphql.language.visitor.Visitor", "object" ] }, { "graphql.language.tests.test_visitor.test_visits_in_pararell_allows_for_editing_on_enter.TestVisitor1": [ "graphql.language.visitor.Visitor", "object" ] }, { "graphql.language.tests.test_visitor.test_visits_in_pararell_allows_for_editing_on_enter.TestVisitor2": [ "graphql.language.visitor.Visitor", "object" ] }, { "graphql.language.tests.test_visitor.test_visits_in_pararell_allows_for_editing_on_leave.TestVisitor1": [ "graphql.language.visitor.Visitor", "object" ] }, { "graphql.language.tests.test_visitor.test_visits_in_pararell_allows_for_editing_on_leave.TestVisitor2": [ "graphql.language.visitor.Visitor", "object" ] }, { "graphql.language.tests.test_visitor.test_visits_in_pararell_allows_skipping_a_subtree.TestVisitor": [ "graphql.language.visitor.Visitor", "object" ] }, { "graphql.language.tests.test_visitor.test_visits_in_pararell_allows_skipping_different_subtrees.TestVisitor": [ "graphql.language.visitor.Visitor", "object" ] }, { "graphql.language.tests.test_visitor.test_visits_kitchen_sink.TestVisitor": [ "graphql.language.visitor.Visitor", "object" ] }, { "graphql.language.tests.test_visitor.test_visits_with_typeinfo_maintains_type_info_during_edit.TestVisitor": [ "graphql.language.visitor.Visitor", "object" ] }, { "graphql.language.tests.test_visitor.test_visits_with_typeinfo_maintains_type_info_during_visit.TestVisitor": [ "graphql.language.visitor.Visitor", "object" ] }, { "graphql.language.source.Source": [ "object" ] }, { "graphql.language.printer.PrintingVisitor": [ "graphql.language.visitor.Visitor", "object" ] }, { "graphql.language.parser.Loc": [ "object" ] }, { "graphql.language.parser.Parser": [ "object" ] }, { "graphql.language.location.SourceLocation": [ "object" ] }, { "graphql.language.lexer.Lexer": [ "object" ] }, { "graphql.language.lexer.Token": [ "object" ] }, { "graphql.language.lexer.TokenKind": [ "object" ] }, { "graphql.language.ast.Argument": [ "graphql.language.ast.Node", "object" ] }, { "graphql.language.ast.BooleanValue": [ "graphql.language.ast.Node", "graphql.language.ast.Value", "object" ] }, { "graphql.language.ast.Definition": [ "graphql.language.ast.Node", "object" ] }, { "graphql.language.ast.Directive": [ "graphql.language.ast.Node", "object" ] }, { "graphql.language.ast.DirectiveDefinition": [ "graphql.language.ast.Node", "graphql.language.ast.TypeDefinition", "graphql.language.ast.TypeSystemDefinition", "object" ] }, { "graphql.language.ast.Document": [ "graphql.language.ast.Node", "object" ] }, { "graphql.language.ast.EnumTypeDefinition": [ "graphql.language.ast.Node", "graphql.language.ast.TypeDefinition", "object" ] }, { "graphql.language.ast.EnumValue": [ "graphql.language.ast.Node", "graphql.language.ast.Value", "object" ] }, { "graphql.language.ast.EnumValueDefinition": [ "graphql.language.ast.Node", "object" ] }, { "graphql.language.ast.Field": [ "graphql.language.ast.Node", "graphql.language.ast.Selection", "object" ] }, { "graphql.language.ast.FieldDefinition": [ "graphql.language.ast.Node", "object" ] }, { "graphql.language.ast.FloatValue": [ "graphql.language.ast.Node", "graphql.language.ast.Value", "object" ] }, { "graphql.language.ast.FragmentDefinition": [ "graphql.language.ast.Definition", "graphql.language.ast.Node", "object" ] }, { "graphql.language.ast.FragmentSpread": [ "graphql.language.ast.Node", "graphql.language.ast.Selection", "object" ] }, { "graphql.language.ast.InlineFragment": [ "graphql.language.ast.Node", "graphql.language.ast.Selection", "object" ] }, { "graphql.language.ast.InputObjectTypeDefinition": [ "graphql.language.ast.Node", "graphql.language.ast.TypeDefinition", "object" ] }, { "graphql.language.ast.InputValueDefinition": [ "graphql.language.ast.Node", "object" ] }, { "graphql.language.ast.IntValue": [ "graphql.language.ast.Node", "graphql.language.ast.Value", "object" ] }, { "graphql.language.ast.InterfaceTypeDefinition": [ "graphql.language.ast.Node", "graphql.language.ast.TypeDefinition", "object" ] }, { "graphql.language.ast.ListType": [ "graphql.language.ast.Node", "graphql.language.ast.Type", "object" ] }, { "graphql.language.ast.ListValue": [ "graphql.language.ast.Node", "graphql.language.ast.Value", "object" ] }, { "graphql.language.ast.Name": [ "graphql.language.ast.Node", "object" ] }, { "graphql.language.ast.NamedType": [ "graphql.language.ast.Node", "graphql.language.ast.Type", "object" ] }, { "graphql.language.ast.Node": [ "object" ] }, { "graphql.language.ast.NonNullType": [ "graphql.language.ast.Node", "graphql.language.ast.Type", "object" ] }, { "graphql.language.ast.ObjectField": [ "graphql.language.ast.Node", "object" ] }, { "graphql.language.ast.ObjectTypeDefinition": [ "graphql.language.ast.Node", "graphql.language.ast.TypeDefinition", "object" ] }, { "graphql.language.ast.ObjectValue": [ "graphql.language.ast.Node", "graphql.language.ast.Value", "object" ] }, { "graphql.language.ast.OperationDefinition": [ "graphql.language.ast.Definition", "graphql.language.ast.Node", "object" ] }, { "graphql.language.ast.OperationTypeDefinition": [ "graphql.language.ast.Node", "object" ] }, { "graphql.language.ast.ScalarTypeDefinition": [ "graphql.language.ast.Node", "graphql.language.ast.TypeDefinition", "object" ] }, { "graphql.language.ast.SchemaDefinition": [ "graphql.language.ast.Node", "graphql.language.ast.TypeDefinition", "graphql.language.ast.TypeSystemDefinition", "object" ] }, { "graphql.language.ast.Selection": [ "graphql.language.ast.Node", "object" ] }, { "graphql.language.ast.SelectionSet": [ "graphql.language.ast.Node", "object" ] }, { "graphql.language.ast.StringValue": [ "graphql.language.ast.Node", "graphql.language.ast.Value", "object" ] }, { "graphql.language.ast.Type": [ "graphql.language.ast.Node", "object" ] }, { "graphql.language.ast.TypeDefinition": [ "graphql.language.ast.Node", "object" ] }, { "graphql.language.ast.TypeExtensionDefinition": [ "graphql.language.ast.Node", "graphql.language.ast.TypeDefinition", "graphql.language.ast.TypeSystemDefinition", "object" ] }, { "graphql.language.ast.TypeSystemDefinition": [ "graphql.language.ast.Node", "graphql.language.ast.TypeDefinition", "object" ] }, { "graphql.language.ast.UnionTypeDefinition": [ "graphql.language.ast.Node", "graphql.language.ast.TypeDefinition", "object" ] }, { "graphql.language.ast.Value": [ "graphql.language.ast.Node", "object" ] }, { "graphql.language.ast.Variable": [ "graphql.language.ast.Node", "graphql.language.ast.Value", "object" ] }, { "graphql.language.ast.VariableDefinition": [ "graphql.language.ast.Node", "object" ] }, { "graphql.execution.utils.ExecutionContext": [ "object" ] }, { "graphql.execution.utils.SubscriberExecutionContext": [ "object" ] }, { "graphql.execution.tests.test_variables.TestUsesArgumentDefaultValues": [ "object" ] }, { "graphql.execution.tests.test_variables.TestUsingVariables": [ "object" ] }, { "graphql.execution.tests.test_variables.my_special_dict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "graphql.execution.tests.test_union_interface.Cat": [ "object" ] }, { "graphql.execution.tests.test_union_interface.Dog": [ "object" ] }, { "graphql.execution.tests.test_union_interface.Person": [ "object" ] }, { "graphql.execution.tests.test_union_interface.test_gets_execution_info_in_resolver.encountered": [ "object" ] }, { "graphql.execution.tests.test_subscribe.Email": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "graphql.execution.tests.test_subscribe.MyObserver": [ "object", "rx.core.py3.observer.Observer" ] }, { "graphql.execution.tests.test_subscribe.create_subscription.Root": [ "object" ] }, { "graphql.execution.tests.test_subscribe.create_subscription.Root.inbox": [ "object" ] }, { "graphql.execution.tests.test_resolve.CustomPromise": [ "object", "promise.promise.Promise", "typing.Generic" ] }, { "graphql.execution.tests.test_resolve.test_default_function_accesses_properties.source": [ "object" ] }, { "graphql.execution.tests.test_resolve.test_default_function_calls_methods.source": [ "object" ] }, { "graphql.execution.tests.test_nonnull.NullingData": [ "object" ] }, { "graphql.execution.tests.test_nonnull.ThrowingData": [ "object" ] }, { "graphql.execution.tests.test_mutations.NumberHolder": [ "object" ] }, { "graphql.execution.tests.test_mutations.Root": [ "object" ] }, { "graphql.execution.tests.test_middleware.test_middleware.Data": [ "object" ] }, { "graphql.execution.tests.test_middleware.test_middleware_chain.CharPrintingMiddleware": [ "object" ] }, { "graphql.execution.tests.test_middleware.test_middleware_class.Data": [ "object" ] }, { "graphql.execution.tests.test_middleware.test_middleware_class.MyMiddleware": [ "object" ] }, { "graphql.execution.tests.test_middleware.test_middleware_skip_promise_wrap.Data": [ "object" ] }, { "graphql.execution.tests.test_middleware.test_middleware_skip_promise_wrap.MyEmptyMiddleware": [ "object" ] }, { "graphql.execution.tests.test_middleware.test_middleware_skip_promise_wrap.MyPromiseMiddleware": [ "object" ] }, { "graphql.execution.tests.test_lists.Data": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "graphql.execution.tests.test_lists.TestListOfNotNullT_Array_Promise_T": [ "object" ] }, { "graphql.execution.tests.test_lists.TestListOfNotNullT_Array_T": [ "object" ] }, { "graphql.execution.tests.test_lists.TestListOfNotNullT_Promise_Array_T": [ "object" ] }, { "graphql.execution.tests.test_lists.TestNotNullListOfNotNullT_Array_Promise_T": [ "object" ] }, { "graphql.execution.tests.test_lists.TestNotNullListOfNotNullT_Array_T": [ "object" ] }, { "graphql.execution.tests.test_lists.TestNotNullListOfNotNullT_Promise_Array_T": [ "object" ] }, { "graphql.execution.tests.test_lists.Test_ListOfT_Array_Promise_T": [ "object" ] }, { "graphql.execution.tests.test_lists.Test_ListOfT_Array_T": [ "object" ] }, { "graphql.execution.tests.test_lists.Test_ListOfT_Promise_Array_T": [ "object" ] }, { "graphql.execution.tests.test_lists.Test_NotNullListOfT_Array_Promise_T": [ "object" ] }, { "graphql.execution.tests.test_lists.Test_NotNullListOfT_Array_T": [ "object" ] }, { "graphql.execution.tests.test_lists.Test_NotNullListOfT_Promise_Array_T": [ "object" ] }, { "graphql.execution.tests.test_executor_thread.test_executes_arbitary_code.Data": [ "object" ] }, { "graphql.execution.tests.test_executor_thread.test_executes_arbitary_code.DeepData": [ "object" ] }, { "graphql.execution.tests.test_executor_thread.test_synchronous_error_nulls_out_error_subtrees.Data": [ "object" ] }, { "graphql.execution.tests.test_executor.test_avoids_recursion.Data": [ "object" ] }, { "graphql.execution.tests.test_executor.test_executes_arbitary_code.Data": [ "object" ] }, { "graphql.execution.tests.test_executor.test_executes_arbitary_code.DeepData": [ "object" ] }, { "graphql.execution.tests.test_executor.test_executor_properly_propogates_path_data.Article": [ "object" ] }, { "graphql.execution.tests.test_executor.test_executor_properly_propogates_path_data.Author": [ "object" ] }, { "graphql.execution.tests.test_executor.test_executor_properly_propogates_path_data.PathCollectorMiddleware": [ "object" ] }, { "graphql.execution.tests.test_executor.test_executor_properly_propogates_path_data.Pic": [ "object" ] }, { "graphql.execution.tests.test_executor.test_fails_when_an_is_type_of_check_is_not_met.NotSpecial": [ "object" ] }, { "graphql.execution.tests.test_executor.test_fails_when_an_is_type_of_check_is_not_met.Special": [ "object" ] }, { "graphql.execution.tests.test_executor.test_nulls_out_error_subtrees.Data": [ "object" ] }, { "graphql.execution.tests.test_executor.test_raises_if_no_operation_is_provided.Data": [ "object" ] }, { "graphql.execution.tests.test_executor.test_raises_if_no_operation_name_is_provided_with_multiple_operations.Data": [ "object" ] }, { "graphql.execution.tests.test_executor.test_raises_if_unknown_operation_name_is_provided.Data": [ "object" ] }, { "graphql.execution.tests.test_executor.test_threads_root_value_context_correctly.Data": [ "object" ] }, { "graphql.execution.tests.test_executor.test_uses_the_inline_operation_if_no_operation_name_is_provided.Data": [ "object" ] }, { "graphql.execution.tests.test_executor.test_uses_the_mutation_schema_for_queries.Data": [ "object" ] }, { "graphql.execution.tests.test_executor.test_uses_the_named_operation_if_operation_name_is_provided.Data": [ "object" ] }, { "graphql.execution.tests.test_executor.test_uses_the_only_operation_if_no_operation_name_is_provided.Data": [ "object" ] }, { "graphql.execution.tests.test_executor.test_uses_the_query_schema_for_queries.Data": [ "object" ] }, { "graphql.execution.tests.test_executor.test_uses_the_subscription_schema_for_subscriptions.Data": [ "object" ] }, { "graphql.execution.tests.test_execute_schema.test_executes_using_a_schema.Article": [ "object" ] }, { "graphql.execution.tests.test_execute_schema.test_executes_using_a_schema.Author": [ "object" ] }, { "graphql.execution.tests.test_execute_schema.test_executes_using_a_schema.Pic": [ "object" ] }, { "graphql.execution.tests.test_directives.Data": [ "object" ] }, { "graphql.execution.tests.test_dataloader.test_batches_correctly.BusinessDataLoader": [ "object", "promise.dataloader.DataLoader", "threading.local" ] }, { "graphql.execution.tests.test_dataloader.test_batches_correctly.Context": [ "object" ] }, { "graphql.execution.tests.test_dataloader.test_batches_multiple_together.BusinessDataLoader": [ "object", "promise.dataloader.DataLoader", "threading.local" ] }, { "graphql.execution.tests.test_dataloader.test_batches_multiple_together.Context": [ "object" ] }, { "graphql.execution.tests.test_dataloader.test_batches_multiple_together.LocationDataLoader": [ "object", "promise.dataloader.DataLoader", "threading.local" ] }, { "graphql.execution.tests.test_benchmark.Container": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "graphql.execution.tests.test_abstract.Cat": [ "object" ] }, { "graphql.execution.tests.test_abstract.Dog": [ "object" ] }, { "graphql.execution.tests.test_abstract.Human": [ "object" ] }, { "graphql.execution.middleware.MiddlewareManager": [ "object" ] }, { "graphql.execution.executors.thread.ThreadExecutor": [ "object" ] }, { "graphql.execution.executors.sync.SyncExecutor": [ "object" ] }, { "graphql.execution.executors.process.ProcessExecutor": [ "object" ] }, { "graphql.execution.executors.gevent.GeventExecutor": [ "object" ] }, { "graphql.execution.executors.asyncio.AsyncioExecutor": [ "object" ] }, { "graphql.execution.base.ExecutionResult": [ "object" ] }, { "graphql.execution.base.ResolveInfo": [ "object" ] }, { "graphql.error.syntax_error.GraphQLSyntaxError": [ "BaseException", "Exception", "graphql.error.base.GraphQLError", "object" ] }, { "graphql.error.located_error.GraphQLLocatedError": [ "BaseException", "Exception", "graphql.error.base.GraphQLError", "object" ] }, { "graphql.error.base.GraphQLError": [ "BaseException", "Exception", "object" ] }, { "graphql.backend.tests.test_decider.FakeBackend": [ "graphql.backend.base.GraphQLBackend", "object" ] }, { "graphql.backend.tests.test_core.BaseExecutor": [ "graphql.execution.executors.sync.SyncExecutor", "object" ] }, { "graphql.backend.quiver_cloud.GraphQLQuiverCloudBackend": [ "graphql.backend.base.GraphQLBackend", "object" ] }, { "graphql.backend.decider.AsyncWorker": [ "object" ] }, { "graphql.backend.decider.GraphQLDeciderBackend": [ "graphql.backend.base.GraphQLBackend", "graphql.backend.cache.GraphQLCachedBackend", "object" ] }, { "graphql.backend.core.GraphQLCoreBackend": [ "graphql.backend.base.GraphQLBackend", "object" ] }, { "graphql.backend.compiled.GraphQLCompiledDocument": [ "graphql.backend.base.GraphQLDocument", "object" ] }, { "graphql.backend.cache.GraphQLCachedBackend": [ "graphql.backend.base.GraphQLBackend", "object" ] }, { "graphql.backend.base.GraphQLBackend": [ "object" ] }, { "graphql.backend.base.GraphQLDocument": [ "object" ] }, { "graphlib.CycleError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "graphlib.TopologicalSorter": [ "object", "typing.Generic" ] }, { "graphene_sqlalchemy.utils.EnumValue": [ "object", "str", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "graphene_sqlalchemy.utils._deprecated_object_type_for_model.ObjType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.utils._deprecated_object_type_for_model.ObjType.Meta": [ "object" ] }, { "graphene_sqlalchemy.types.ORMField": [ "graphene.utils.orderedtype.OrderedType", "object" ] }, { "graphene_sqlalchemy.types.SQLAlchemyObjectType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene_sqlalchemy.types.SQLAlchemyObjectTypeOptions": [ "graphene.types.base.BaseOptions", "graphene.types.objecttype.ObjectTypeOptions", "object" ] }, { "graphene_sqlalchemy.tests.test_utils.test_get_session.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene_sqlalchemy.tests.test_utils.test_sort_argument_for_model_multiple_pk.MultiplePK": [ "graphene_sqlalchemy.tests.models.Base", "object" ] }, { "graphene_sqlalchemy.tests.test_types._TestSQLAlchemyConnectionField": [ "graphene.relay.connection.IterableConnectionField", "graphene.types.field.Field", "graphene.types.mountedtype.MountedType", "graphene.utils.orderedtype.OrderedType", "graphene_sqlalchemy.fields.SQLAlchemyConnectionField", "graphene_sqlalchemy.fields.UnsortedSQLAlchemyConnectionField", "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_connection.ReporterType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_connection.ReporterType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_custom_connection_field_factory.ArticleType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_custom_connection_field_factory.ArticleType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_custom_connection_field_factory.ReporterType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_custom_connection_field_factory.ReporterType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_custom_objecttype_registered.CustomReporterType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.tests.test_types.test_custom_objecttype_registered.CustomSQLAlchemyObjectType", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_custom_objecttype_registered.CustomReporterType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_custom_objecttype_registered.CustomSQLAlchemyObjectType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_custom_objecttype_registered.CustomSQLAlchemyObjectType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_default_connection_field_factory.ArticleType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_default_connection_field_factory.ArticleType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_default_connection_field_factory.ReporterType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_default_connection_field_factory.ReporterType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_deprecated_registerConnectionFieldFactory.ArticleType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_deprecated_registerConnectionFieldFactory.ArticleType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_deprecated_registerConnectionFieldFactory.ReporterType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_deprecated_registerConnectionFieldFactory.ReporterType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_deprecated_unregisterConnectionFieldFactory.ArticleType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_deprecated_unregisterConnectionFieldFactory.ArticleType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_deprecated_unregisterConnectionFieldFactory.ReporterType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_deprecated_unregisterConnectionFieldFactory.ReporterType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_exclude_fields.ReporterType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_exclude_fields.ReporterType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_invalid_model_attr.ReporterType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_invalid_model_attr.ReporterType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_objecttype_with_custom_options.CustomOptions": [ "graphene.types.base.BaseOptions", "graphene.types.objecttype.ObjectTypeOptions", "graphene_sqlalchemy.types.SQLAlchemyObjectTypeOptions", "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_objecttype_with_custom_options.ReporterWithCustomOptions": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.tests.test_types.test_objecttype_with_custom_options.SQLAlchemyObjectTypeWithCustomOptions", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_objecttype_with_custom_options.ReporterWithCustomOptions.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_objecttype_with_custom_options.SQLAlchemyObjectTypeWithCustomOptions": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_objecttype_with_custom_options.SQLAlchemyObjectTypeWithCustomOptions.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_only_and_exclude_fields.ReporterType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_only_and_exclude_fields.ReporterType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_only_fields.ReporterType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_only_fields.ReporterType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_resolvers.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_resolvers.ReporterMixin": [ "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_resolvers.ReporterType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.tests.test_types.test_resolvers.ReporterMixin", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_resolvers.ReporterType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_should_raise_if_model_is_invalid.Character": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_should_raise_if_model_is_invalid.Character.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_should_raise_if_no_model.Character1": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_sqlalchemy_default_fields.ArticleType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_sqlalchemy_default_fields.ArticleType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_sqlalchemy_default_fields.ReporterType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_sqlalchemy_default_fields.ReporterType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_sqlalchemy_node.ReporterType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_sqlalchemy_node.ReporterType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_sqlalchemy_override_fields.ArticleType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_sqlalchemy_override_fields.ArticleType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_sqlalchemy_override_fields.PetType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_sqlalchemy_override_fields.PetType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_sqlalchemy_override_fields.ReporterMixin": [ "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_sqlalchemy_override_fields.ReporterType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.tests.test_types.test_sqlalchemy_override_fields.ReporterMixin", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_sqlalchemy_override_fields.ReporterType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_sqlalchemy_redefine_field.ReporterType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_types.test_sqlalchemy_redefine_field.ReporterType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_sort_enums.test_sort_argument.PetType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_sort_enums.test_sort_argument.PetType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_sort_enums.test_sort_argument_for_multi_column_pk.MultiPkTestModel": [ "graphene_sqlalchemy.tests.models.Base", "object" ] }, { "graphene_sqlalchemy.tests.test_sort_enums.test_sort_argument_for_multi_column_pk.MultiPkTestType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_sort_enums.test_sort_argument_for_multi_column_pk.MultiPkTestType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_sort_enums.test_sort_argument_only_fields.PetType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_sort_enums.test_sort_argument_only_fields.PetType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_sort_enums.test_sort_argument_only_indexed.IndexedTestModel": [ "graphene_sqlalchemy.tests.models.Base", "object" ] }, { "graphene_sqlalchemy.tests.test_sort_enums.test_sort_argument_only_indexed.IndexedTestType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_sort_enums.test_sort_argument_only_indexed.IndexedTestType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_sort_enums.test_sort_argument_with_custom_symbol_names.PetType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_sort_enums.test_sort_argument_with_custom_symbol_names.PetType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_sort_enums.test_sort_argument_with_excluded_fields_in_object_type.PetType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_sort_enums.test_sort_argument_with_excluded_fields_in_object_type.PetType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_sort_enums.test_sort_enum.PetType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_sort_enums.test_sort_enum.PetType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_sort_enums.test_sort_enum_cache.PetType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_sort_enums.test_sort_enum_cache.PetType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_sort_enums.test_sort_enum_only_fields.PetType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_sort_enums.test_sort_enum_only_fields.PetType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_sort_enums.test_sort_enum_with_custom_name.PetType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_sort_enums.test_sort_enum_with_custom_name.PetType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_sort_enums.test_sort_enum_with_excluded_field_in_object_type.PetType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_sort_enums.test_sort_enum_with_excluded_field_in_object_type.PetType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_sort_enums.test_sort_query.PetNode": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_sort_enums.test_sort_query.PetNode.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_sort_enums.test_sort_query.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene_sqlalchemy.tests.test_registry.test_register_incorrect_object_type.Spam": [ "object" ] }, { "graphene_sqlalchemy.tests.test_registry.test_register_object_type.PetType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_registry.test_register_object_type.PetType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_registry.test_register_orm_field.PetType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_registry.test_register_orm_field.PetType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_registry.test_register_orm_field_incorrect_types.PetType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_registry.test_register_orm_field_incorrect_types.PetType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_registry.test_register_orm_field_incorrect_types.Spam": [ "object" ] }, { "graphene_sqlalchemy.tests.test_registry.test_register_sort_enum.PetType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_registry.test_register_sort_enum.PetType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_registry.test_register_sort_enum_incorrect_types.PetType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_registry.test_register_sort_enum_incorrect_types.PetType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_reflected.Reflected": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_reflected.Reflected.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_query_enums.test_enum_as_argument.PetType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_query_enums.test_enum_as_argument.PetType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_query_enums.test_enum_as_argument.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene_sqlalchemy.tests.test_query_enums.test_py_enum_as_argument.PetType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_query_enums.test_py_enum_as_argument.PetType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_query_enums.test_py_enum_as_argument.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene_sqlalchemy.tests.test_query_enums.test_query_more_enums.PetType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_query_enums.test_query_more_enums.PetType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_query_enums.test_query_more_enums.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene_sqlalchemy.tests.test_query_enums.test_query_pet_kinds.PetType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_query_enums.test_query_pet_kinds.PetType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_query_enums.test_query_pet_kinds.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene_sqlalchemy.tests.test_query_enums.test_query_pet_kinds.ReporterType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_query_enums.test_query_pet_kinds.ReporterType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_query.test_custom_identifier.EditorNode": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_query.test_custom_identifier.EditorNode.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_query.test_custom_identifier.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene_sqlalchemy.tests.test_query.test_mutation.ArticleNode": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_query.test_mutation.ArticleNode.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_query.test_mutation.CreateArticle": [ "graphene.types.base.BaseType", "graphene.types.mutation.Mutation", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene_sqlalchemy.tests.test_query.test_mutation.CreateArticle.Arguments": [ "object" ] }, { "graphene_sqlalchemy.tests.test_query.test_mutation.EditorNode": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_query.test_mutation.EditorNode.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_query.test_mutation.Mutation": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene_sqlalchemy.tests.test_query.test_mutation.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene_sqlalchemy.tests.test_query.test_mutation.ReporterNode": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_query.test_mutation.ReporterNode.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_query.test_orm_field.ArticleType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_query.test_orm_field.ArticleType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_query.test_orm_field.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene_sqlalchemy.tests.test_query.test_orm_field.ReporterType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_query.test_orm_field.ReporterType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_query.test_query_fields.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene_sqlalchemy.tests.test_query.test_query_fields.ReporterType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_query.test_query_fields.ReporterType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_query.test_query_node.ArticleNode": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_query.test_query_node.ArticleNode.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_query.test_query_node.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene_sqlalchemy.tests.test_query.test_query_node.ReporterNode": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_query.test_query_node.ReporterNode.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_fields.Editor": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_fields.Editor.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_fields.Pet": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_fields.Pet.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_enums.test_convert_sa_to_graphene_enum_based_on_py_enum.Color": [ "enum.Enum", "object" ] }, { "graphene_sqlalchemy.tests.test_enums.test_convert_sa_to_graphene_enum_based_on_py_enum_with_bad_names.Color": [ "enum.Enum", "object" ] }, { "graphene_sqlalchemy.tests.test_enums.test_enum_for_field.PetType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_enums.test_enum_for_field.PetType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_converter.get_field.Model": [ "object" ] }, { "graphene_sqlalchemy.tests.test_converter.get_field_from_column.Model": [ "object" ] }, { "graphene_sqlalchemy.tests.test_converter.test_should_composite_convert.CompositeClass": [ "object" ] }, { "graphene_sqlalchemy.tests.test_converter.test_should_enum_choice_convert_enum.TestEnum": [ "enum.Enum", "object" ] }, { "graphene_sqlalchemy.tests.test_converter.test_should_intenum_choice_convert_enum.TestEnum": [ "complex", "enum.Enum", "enum.IntEnum", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "graphene_sqlalchemy.tests.test_converter.test_should_manytomany_convert_connectionorlist.A": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_converter.test_should_manytomany_convert_connectionorlist.A.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_converter.test_should_manytomany_convert_connectionorlist_connection.A": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_converter.test_should_manytomany_convert_connectionorlist_connection.A.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_converter.test_should_manytomany_convert_connectionorlist_list.A": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_converter.test_should_manytomany_convert_connectionorlist_list.A.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_converter.test_should_manytoone_convert_connectionorlist.A": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_converter.test_should_manytoone_convert_connectionorlist.A.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_converter.test_should_manytoone_convert_connectionorlist_connection.A": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_converter.test_should_manytoone_convert_connectionorlist_connection.A.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_converter.test_should_manytoone_convert_connectionorlist_list.A": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_converter.test_should_manytoone_convert_connectionorlist_list.A.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_converter.test_should_onetoone_convert_field.A": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_converter.test_should_onetoone_convert_field.A.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_converter.test_should_unknown_sqlalchemy_composite_raise_exception.CompositeClass": [ "object" ] }, { "graphene_sqlalchemy.tests.test_benchmark.get_schema.ArticleType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_benchmark.get_schema.ArticleType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_benchmark.get_schema.PetType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_benchmark.get_schema.PetType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_benchmark.get_schema.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene_sqlalchemy.tests.test_benchmark.get_schema.ReporterType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_benchmark.get_schema.ReporterType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_batching.MockLoggingHandler": [ "logging.Filterer", "logging.Handler", "object" ] }, { "graphene_sqlalchemy.tests.test_batching.get_schema.ArticleType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_batching.get_schema.ArticleType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_batching.get_schema.PetType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_batching.get_schema.PetType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_batching.get_schema.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene_sqlalchemy.tests.test_batching.get_schema.ReporterType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_batching.get_schema.ReporterType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_batching.test_connection_factory_field_overrides_batching_is_false.ArticleType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_batching.test_connection_factory_field_overrides_batching_is_false.ArticleType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_batching.test_connection_factory_field_overrides_batching_is_false.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene_sqlalchemy.tests.test_batching.test_connection_factory_field_overrides_batching_is_false.ReporterType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_batching.test_connection_factory_field_overrides_batching_is_false.ReporterType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_batching.test_connection_factory_field_overrides_batching_is_true.ArticleType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_batching.test_connection_factory_field_overrides_batching_is_true.ArticleType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_batching.test_connection_factory_field_overrides_batching_is_true.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene_sqlalchemy.tests.test_batching.test_connection_factory_field_overrides_batching_is_true.ReporterType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_batching.test_connection_factory_field_overrides_batching_is_true.ReporterType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_batching.test_disable_batching_via_ormfield.ArticleType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_batching.test_disable_batching_via_ormfield.ArticleType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.test_batching.test_disable_batching_via_ormfield.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene_sqlalchemy.tests.test_batching.test_disable_batching_via_ormfield.ReporterType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "graphene_sqlalchemy.types.SQLAlchemyObjectType", "object" ] }, { "graphene_sqlalchemy.tests.test_batching.test_disable_batching_via_ormfield.ReporterType.Meta": [ "object" ] }, { "graphene_sqlalchemy.tests.models.Article": [ "graphene_sqlalchemy.tests.models.Base", "object" ] }, { "graphene_sqlalchemy.tests.models.Base": [ "object" ] }, { "graphene_sqlalchemy.tests.models.CompositeFullName": [ "object" ] }, { "graphene_sqlalchemy.tests.models.Editor": [ "graphene_sqlalchemy.tests.models.Base", "object" ] }, { "graphene_sqlalchemy.tests.models.HairKind": [ "enum.Enum", "object" ] }, { "graphene_sqlalchemy.tests.models.Pet": [ "graphene_sqlalchemy.tests.models.Base", "object" ] }, { "graphene_sqlalchemy.tests.models.ReflectedEditor": [ "object", "type", "typing.Generic" ] }, { "graphene_sqlalchemy.tests.models.Reporter": [ "graphene_sqlalchemy.tests.models.Base", "object" ] }, { "graphene_sqlalchemy.registry.Registry": [ "object" ] }, { "graphene_sqlalchemy.fields.BatchSQLAlchemyConnectionField": [ "graphene.relay.connection.IterableConnectionField", "graphene.types.field.Field", "graphene.types.mountedtype.MountedType", "graphene.utils.orderedtype.OrderedType", "graphene_sqlalchemy.fields.UnsortedSQLAlchemyConnectionField", "object" ] }, { "graphene_sqlalchemy.fields.SQLAlchemyConnectionField": [ "graphene.relay.connection.IterableConnectionField", "graphene.types.field.Field", "graphene.types.mountedtype.MountedType", "graphene.utils.orderedtype.OrderedType", "graphene_sqlalchemy.fields.UnsortedSQLAlchemyConnectionField", "object" ] }, { "graphene_sqlalchemy.fields.UnsortedSQLAlchemyConnectionField": [ "graphene.relay.connection.IterableConnectionField", "graphene.types.field.Field", "graphene.types.mountedtype.MountedType", "graphene.utils.orderedtype.OrderedType", "object" ] }, { "graphene_sqlalchemy.batching.get_batch_resolver.RelationshipLoader": [ "object", "promise.dataloader.DataLoader", "threading.local" ] }, { "graphene.utils.tests.test_trim_docstring.test_trim_docstring.UndocumentedObject": [ "object" ] }, { "graphene.utils.tests.test_trim_docstring.test_trim_docstring.WellDocumentedObject": [ "object" ] }, { "graphene.utils.tests.test_deprecated.test_deprecated_class.X": [ "object" ] }, { "graphene.utils.tests.test_deprecated.test_deprecated_class_text.X": [ "object" ] }, { "graphene.utils.tests.test_deduplicator.test_example_end_to_end.Event": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.utils.tests.test_deduplicator.test_example_end_to_end.Event.Meta": [ "object" ] }, { "graphene.utils.tests.test_deduplicator.test_example_end_to_end.Movie": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.utils.tests.test_deduplicator.test_example_end_to_end.Movie.Meta": [ "object" ] }, { "graphene.utils.tests.test_deduplicator.test_example_end_to_end.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.utils.subclass_with_meta.SubclassWithMeta": [ "object" ] }, { "graphene.utils.subclass_with_meta.SubclassWithMeta_Meta": [ "object", "type", "typing.Generic" ] }, { "graphene.utils.props._NewClass": [ "object" ] }, { "graphene.utils.props._OldClass": [ "object" ] }, { "graphene.utils.orderedtype.OrderedType": [ "object" ] }, { "graphene.types.uuid.UUID": [ "graphene.types.base.BaseType", "graphene.types.scalars.Scalar", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.unmountedtype.UnmountedType": [ "graphene.utils.orderedtype.OrderedType", "object" ] }, { "graphene.types.union.Union": [ "graphene.types.base.BaseType", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.union.UnionOptions": [ "graphene.types.base.BaseOptions", "object" ] }, { "graphene.types.typemap.TypeMap": [ "collections.OrderedDict", "dict", "graphql.type.typemap.GraphQLTypeMap", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "typing.Reversible" ] }, { "graphene.types.tests.test_uuid.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_union.MyObjectType1": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_union.MyObjectType2": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_union.test_generate_union.MyUnion": [ "graphene.types.base.BaseType", "graphene.types.union.Union", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_union.test_generate_union.MyUnion.Meta": [ "object" ] }, { "graphene.types.tests.test_union.test_generate_union_with_meta.MyUnion": [ "graphene.types.base.BaseType", "graphene.types.union.Union", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_union.test_generate_union_with_meta.MyUnion.Meta": [ "object" ] }, { "graphene.types.tests.test_union.test_generate_union_with_no_types.MyUnion": [ "graphene.types.base.BaseType", "graphene.types.union.Union", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_union.test_union_can_be_mounted.MyUnion": [ "graphene.types.base.BaseType", "graphene.types.union.Union", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_union.test_union_can_be_mounted.MyUnion.Meta": [ "object" ] }, { "graphene.types.tests.test_typemap.test_dynamic_objecttype.MyObjectType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_typemap.test_enum.MyEnum": [ "graphene.types.enum.Enum", "object" ] }, { "graphene.types.tests.test_typemap.test_inputobject.MyInnerObjectType": [ "graphene.types.base.BaseType", "graphene.types.inputobjecttype.InputObjectType", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_typemap.test_inputobject.MyInputObjectType": [ "graphene.types.base.BaseType", "graphene.types.inputobjecttype.InputObjectType", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_typemap.test_inputobject.OtherObjectType": [ "graphene.types.base.BaseType", "graphene.types.inputobjecttype.InputObjectType", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_typemap.test_interface.MyInterface": [ "graphene.types.base.BaseType", "graphene.types.interface.Interface", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_typemap.test_objecttype.MyObjectType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_typemap.test_objecttype_camelcase.MyObjectType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_typemap.test_objecttype_camelcase_disabled.MyObjectType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_typemap.test_objecttype_with_possible_types.MyObjectType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_typemap.test_objecttype_with_possible_types.MyObjectType.Meta": [ "object" ] }, { "graphene.types.tests.test_typemap.test_resolve_type_with_missing_type.MyObjectType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_typemap.test_resolve_type_with_missing_type.MyOtherObjectType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_schema.MyOtherType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_schema.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_scalar.test_scalar.JSONScalar": [ "graphene.types.base.BaseType", "graphene.types.scalars.Scalar", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_resolver.demo_obj": [ "object" ] }, { "graphene.types.tests.test_query.test_big_list_of_containers_multiple_fields_custom_resolvers_query_benchmark.Container": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_query.test_big_list_of_containers_multiple_fields_custom_resolvers_query_benchmark.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_query.test_big_list_of_containers_multiple_fields_query_benchmark.Container": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_query.test_big_list_of_containers_multiple_fields_query_benchmark.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_query.test_big_list_of_containers_query_benchmark.Container": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_query.test_big_list_of_containers_query_benchmark.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_query.test_big_list_query_benchmark.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_query.test_big_list_query_compiled_query_benchmark.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_query.test_default_as_kwarg_to_NonNull.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_query.test_default_as_kwarg_to_NonNull.User": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_query.test_objecttype_on_instances.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_query.test_objecttype_on_instances.Ship": [ "object" ] }, { "graphene.types.tests.test_query.test_objecttype_on_instances.ShipType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_query.test_query.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_query.test_query_annotated_resolvers.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_query.test_query_arguments.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_query.test_query_default_value.MyType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_query.test_query_default_value.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_query.test_query_default_value_ignored_by_resolver.MyType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_query.test_query_default_value_ignored_by_resolver.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_query.test_query_dynamic.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_query.test_query_input_field.Input": [ "graphene.types.base.BaseType", "graphene.types.inputobjecttype.InputObjectType", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_query.test_query_input_field.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_query.test_query_interface.MyInterface": [ "graphene.types.base.BaseType", "graphene.types.interface.Interface", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_query.test_query_interface.One": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_query.test_query_interface.One.Meta": [ "object" ] }, { "graphene.types.tests.test_query.test_query_interface.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_query.test_query_interface.Two": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_query.test_query_interface.Two.Meta": [ "object" ] }, { "graphene.types.tests.test_query.test_query_interface.one_object": [ "object" ] }, { "graphene.types.tests.test_query.test_query_interface.two_object": [ "object" ] }, { "graphene.types.tests.test_query.test_query_middlewares.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_query.test_query_resolve_function.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_query.test_query_source.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_query.test_query_source.Root": [ "object" ] }, { "graphene.types.tests.test_query.test_query_union.MyUnion": [ "graphene.types.base.BaseType", "graphene.types.union.Union", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_query.test_query_union.MyUnion.Meta": [ "object" ] }, { "graphene.types.tests.test_query.test_query_union.One": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_query.test_query_union.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_query.test_query_union.Two": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_query.test_query_union.one_object": [ "object" ] }, { "graphene.types.tests.test_query.test_query_union.two_object": [ "object" ] }, { "graphene.types.tests.test_query.test_query_wrong_default_value.MyType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_query.test_query_wrong_default_value.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_objecttype.Container": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_objecttype.ContainerWithInterface": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_objecttype.ContainerWithInterface.Meta": [ "object" ] }, { "graphene.types.tests.test_objecttype.MyInterface": [ "graphene.types.base.BaseType", "graphene.types.interface.Interface", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_objecttype.MyScalar": [ "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "object" ] }, { "graphene.types.tests.test_objecttype.MyType": [ "graphene.types.base.BaseType", "graphene.types.interface.Interface", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_objecttype.test_abstract_objecttype_can_str.MyObjectType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_objecttype.test_abstract_objecttype_can_str.MyObjectType.Meta": [ "object" ] }, { "graphene.types.tests.test_objecttype.test_generate_lazy_objecttype.InnerObjectType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_objecttype.test_generate_lazy_objecttype.MyObjectType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_objecttype.test_generate_objecttype.MyObjectType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_objecttype.test_generate_objecttype_description.MyObjectType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_objecttype.test_generate_objecttype_inherit_abstracttype.MyAbstractType": [ "object" ] }, { "graphene.types.tests.test_objecttype.test_generate_objecttype_inherit_abstracttype.MyObjectType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.types.tests.test_objecttype.test_generate_objecttype_inherit_abstracttype.MyAbstractType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_objecttype.test_generate_objecttype_inherit_abstracttype_reversed.MyAbstractType": [ "object" ] }, { "graphene.types.tests.test_objecttype.test_generate_objecttype_inherit_abstracttype_reversed.MyObjectType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.types.tests.test_objecttype.test_generate_objecttype_inherit_abstracttype_reversed.MyAbstractType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_objecttype.test_generate_objecttype_unmountedtype.MyObjectType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_objecttype.test_generate_objecttype_with_fields.MyObjectType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_objecttype.test_generate_objecttype_with_meta.MyObjectType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_objecttype.test_generate_objecttype_with_meta.MyObjectType.Meta": [ "object" ] }, { "graphene.types.tests.test_objecttype.test_generate_objecttype_with_private_attributes.MyObjectType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_objecttype.test_objecttype_no_fields_output.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_objecttype.test_objecttype_no_fields_output.User": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_objecttype.test_objecttype_with_possible_types.MyObjectType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_objecttype.test_objecttype_with_possible_types.MyObjectType.Meta": [ "object" ] }, { "graphene.types.tests.test_objecttype.test_objecttype_with_possible_types_and_is_type_of_should_raise.MyObjectType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_objecttype.test_objecttype_with_possible_types_and_is_type_of_should_raise.MyObjectType.Meta": [ "object" ] }, { "graphene.types.tests.test_objecttype.test_ordered_fields_in_objecttype.MyObjectType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_mutation.test_generate_mutation_no_args.MyMutation": [ "graphene.types.base.BaseType", "graphene.types.mutation.Mutation", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_mutation.test_generate_mutation_with_meta.MyMutation": [ "graphene.types.base.BaseType", "graphene.types.mutation.Mutation", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_mutation.test_generate_mutation_with_meta.MyMutation.Meta": [ "object" ] }, { "graphene.types.tests.test_mutation.test_mutation_allow_to_have_custom_args.CreateUser": [ "graphene.types.base.BaseType", "graphene.types.mutation.Mutation", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_mutation.test_mutation_allow_to_have_custom_args.CreateUser.Arguments": [ "object" ] }, { "graphene.types.tests.test_mutation.test_mutation_allow_to_have_custom_args.MyMutation": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_mutation.test_mutation_as_subclass.BaseCreateUser": [ "graphene.types.base.BaseType", "graphene.types.mutation.Mutation", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_mutation.test_mutation_as_subclass.BaseCreateUser.Arguments": [ "object" ] }, { "graphene.types.tests.test_mutation.test_mutation_as_subclass.CreateUserWithPlanet": [ "graphene.types.base.BaseType", "graphene.types.mutation.Mutation", "graphene.types.objecttype.ObjectType", "graphene.types.tests.test_mutation.test_mutation_as_subclass.BaseCreateUser", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_mutation.test_mutation_as_subclass.CreateUserWithPlanet.Arguments": [ "graphene.types.tests.test_mutation.test_mutation_as_subclass.BaseCreateUser.Arguments", "object" ] }, { "graphene.types.tests.test_mutation.test_mutation_as_subclass.MyMutation": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_mutation.test_mutation_as_subclass.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_mutation.test_mutation_custom_output_type.CreateUser": [ "graphene.types.base.BaseType", "graphene.types.mutation.Mutation", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_mutation.test_mutation_custom_output_type.CreateUser.Arguments": [ "object" ] }, { "graphene.types.tests.test_mutation.test_mutation_custom_output_type.User": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_mutation.test_mutation_execution.CreateUser": [ "graphene.types.base.BaseType", "graphene.types.mutation.Mutation", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_mutation.test_mutation_execution.CreateUser.Arguments": [ "object" ] }, { "graphene.types.tests.test_mutation.test_mutation_execution.MyMutation": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_mutation.test_mutation_execution.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_mutation.test_mutation_no_fields_output.CreateUser": [ "graphene.types.base.BaseType", "graphene.types.mutation.Mutation", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_mutation.test_mutation_no_fields_output.MyMutation": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_mutation.test_mutation_no_fields_output.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_mutation.test_mutation_raises_exception_if_no_mutate.MyMutation": [ "graphene.types.base.BaseType", "graphene.types.mutation.Mutation", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_mountedtype.CustomField": [ "graphene.types.field.Field", "graphene.types.mountedtype.MountedType", "graphene.utils.orderedtype.OrderedType", "object" ] }, { "graphene.types.tests.test_json.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_interface.MyScalar": [ "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "object" ] }, { "graphene.types.tests.test_interface.MyType": [ "object" ] }, { "graphene.types.tests.test_interface.test_generate_interface.MyInterface": [ "graphene.types.base.BaseType", "graphene.types.interface.Interface", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_interface.test_generate_interface_inherit_abstracttype.MyAbstractType": [ "object" ] }, { "graphene.types.tests.test_interface.test_generate_interface_inherit_abstracttype.MyInterface": [ "graphene.types.base.BaseType", "graphene.types.interface.Interface", "graphene.types.tests.test_interface.test_generate_interface_inherit_abstracttype.MyAbstractType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_interface.test_generate_interface_inherit_abstracttype_reversed.MyAbstractType": [ "object" ] }, { "graphene.types.tests.test_interface.test_generate_interface_inherit_abstracttype_reversed.MyInterface": [ "graphene.types.base.BaseType", "graphene.types.interface.Interface", "graphene.types.tests.test_interface.test_generate_interface_inherit_abstracttype_reversed.MyAbstractType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_interface.test_generate_interface_inherit_interface.MyBaseInterface": [ "graphene.types.base.BaseType", "graphene.types.interface.Interface", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_interface.test_generate_interface_inherit_interface.MyInterface": [ "graphene.types.base.BaseType", "graphene.types.interface.Interface", "graphene.types.tests.test_interface.test_generate_interface_inherit_interface.MyBaseInterface", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_interface.test_generate_interface_unmountedtype.MyInterface": [ "graphene.types.base.BaseType", "graphene.types.interface.Interface", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_interface.test_generate_interface_with_fields.MyInterface": [ "graphene.types.base.BaseType", "graphene.types.interface.Interface", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_interface.test_generate_interface_with_meta.MyInterface": [ "graphene.types.base.BaseType", "graphene.types.interface.Interface", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_interface.test_generate_interface_with_meta.MyInterface.Meta": [ "object" ] }, { "graphene.types.tests.test_interface.test_ordered_fields_in_interface.MyInterface": [ "graphene.types.base.BaseType", "graphene.types.interface.Interface", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_inputobjecttype.MyScalar": [ "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "object" ] }, { "graphene.types.tests.test_inputobjecttype.MyType": [ "object" ] }, { "graphene.types.tests.test_inputobjecttype.test_generate_inputobjecttype.MyInputObjectType": [ "graphene.types.base.BaseType", "graphene.types.inputobjecttype.InputObjectType", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_inputobjecttype.test_generate_inputobjecttype_as_argument.MyInputObjectType": [ "graphene.types.base.BaseType", "graphene.types.inputobjecttype.InputObjectType", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_inputobjecttype.test_generate_inputobjecttype_as_argument.MyObjectType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_inputobjecttype.test_generate_inputobjecttype_inherit_abstracttype.MyAbstractType": [ "object" ] }, { "graphene.types.tests.test_inputobjecttype.test_generate_inputobjecttype_inherit_abstracttype.MyInputObjectType": [ "graphene.types.base.BaseType", "graphene.types.inputobjecttype.InputObjectType", "graphene.types.tests.test_inputobjecttype.test_generate_inputobjecttype_inherit_abstracttype.MyAbstractType", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_inputobjecttype.test_generate_inputobjecttype_inherit_abstracttype_reversed.MyAbstractType": [ "object" ] }, { "graphene.types.tests.test_inputobjecttype.test_generate_inputobjecttype_inherit_abstracttype_reversed.MyInputObjectType": [ "graphene.types.base.BaseType", "graphene.types.inputobjecttype.InputObjectType", "graphene.types.tests.test_inputobjecttype.test_generate_inputobjecttype_inherit_abstracttype_reversed.MyAbstractType", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_inputobjecttype.test_generate_inputobjecttype_unmountedtype.MyInputObjectType": [ "graphene.types.base.BaseType", "graphene.types.inputobjecttype.InputObjectType", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_inputobjecttype.test_generate_inputobjecttype_with_fields.MyInputObjectType": [ "graphene.types.base.BaseType", "graphene.types.inputobjecttype.InputObjectType", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_inputobjecttype.test_generate_inputobjecttype_with_meta.MyInputObjectType": [ "graphene.types.base.BaseType", "graphene.types.inputobjecttype.InputObjectType", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_inputobjecttype.test_generate_inputobjecttype_with_meta.MyInputObjectType.Meta": [ "object" ] }, { "graphene.types.tests.test_inputobjecttype.test_inputobjecttype_of_input.Child": [ "graphene.types.base.BaseType", "graphene.types.inputobjecttype.InputObjectType", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_inputobjecttype.test_inputobjecttype_of_input.Parent": [ "graphene.types.base.BaseType", "graphene.types.inputobjecttype.InputObjectType", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_inputobjecttype.test_inputobjecttype_of_input.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_inputobjecttype.test_ordered_fields_in_inputobjecttype.MyInputObjectType": [ "graphene.types.base.BaseType", "graphene.types.inputobjecttype.InputObjectType", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_generic.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_field.MyInstance": [ "object" ] }, { "graphene.types.tests.test_enum.test_enum_can_be_compared.RGB": [ "graphene.types.enum.Enum", "object" ] }, { "graphene.types.tests.test_enum.test_enum_can_be_initialzied.RGB": [ "graphene.types.enum.Enum", "object" ] }, { "graphene.types.tests.test_enum.test_enum_can_retrieve_members.RGB": [ "graphene.types.enum.Enum", "object" ] }, { "graphene.types.tests.test_enum.test_enum_construction.RGB": [ "graphene.types.enum.Enum", "object" ] }, { "graphene.types.tests.test_enum.test_enum_construction_meta.RGB": [ "graphene.types.enum.Enum", "object" ] }, { "graphene.types.tests.test_enum.test_enum_construction_meta.RGB.Meta": [ "object" ] }, { "graphene.types.tests.test_enum.test_enum_from_builtin_enum_accepts_lambda_description.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_enum.test_enum_from_python3_enum_uses_enum_doc.Color": [ "enum.Enum", "object" ] }, { "graphene.types.tests.test_enum.test_enum_skip_meta_from_members.RGB1": [ "graphene.types.enum.Enum", "object" ] }, { "graphene.types.tests.test_enum.test_enum_skip_meta_from_members.RGB1.Meta": [ "object" ] }, { "graphene.types.tests.test_enum.test_enum_to_enum_comparison_should_differ.RGB1": [ "graphene.types.enum.Enum", "object" ] }, { "graphene.types.tests.test_enum.test_enum_to_enum_comparison_should_differ.RGB2": [ "graphene.types.enum.Enum", "object" ] }, { "graphene.types.tests.test_enum.test_enum_value_as_unmounted_argument.RGB": [ "graphene.types.enum.Enum", "object" ] }, { "graphene.types.tests.test_enum.test_enum_value_as_unmounted_field.RGB": [ "graphene.types.enum.Enum", "object" ] }, { "graphene.types.tests.test_enum.test_enum_value_as_unmounted_inputfield.RGB": [ "graphene.types.enum.Enum", "object" ] }, { "graphene.types.tests.test_enum.test_enum_value_from_class.RGB": [ "graphene.types.enum.Enum", "object" ] }, { "graphene.types.tests.test_definition.Article": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_definition.Author": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_definition.Image": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_definition.Mutation": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_definition.MyEnum": [ "graphene.types.enum.Enum", "object" ] }, { "graphene.types.tests.test_definition.MyInputObjectType": [ "graphene.types.base.BaseType", "graphene.types.inputobjecttype.InputObjectType", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_definition.MyInterface": [ "graphene.types.base.BaseType", "graphene.types.interface.Interface", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_definition.MyObjectType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_definition.MyUnion": [ "graphene.types.base.BaseType", "graphene.types.union.Union", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_definition.MyUnion.Meta": [ "object" ] }, { "graphene.types.tests.test_definition.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_definition.Subscription": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_definition.test_does_not_mutate_passed_field_definitions.CommonFields": [ "object" ] }, { "graphene.types.tests.test_definition.test_does_not_mutate_passed_field_definitions.TestInputObject1": [ "graphene.types.base.BaseType", "graphene.types.inputobjecttype.InputObjectType", "graphene.types.tests.test_definition.test_does_not_mutate_passed_field_definitions.CommonFields", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_definition.test_does_not_mutate_passed_field_definitions.TestInputObject2": [ "graphene.types.base.BaseType", "graphene.types.inputobjecttype.InputObjectType", "graphene.types.tests.test_definition.test_does_not_mutate_passed_field_definitions.CommonFields", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_definition.test_does_not_mutate_passed_field_definitions.TestObject1": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.types.tests.test_definition.test_does_not_mutate_passed_field_definitions.CommonFields", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_definition.test_does_not_mutate_passed_field_definitions.TestObject2": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.types.tests.test_definition.test_does_not_mutate_passed_field_definitions.CommonFields", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_definition.test_includes_interfaces_subtypes_in_the_type_map.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_definition.test_includes_interfaces_subtypes_in_the_type_map.SomeInterface": [ "graphene.types.base.BaseType", "graphene.types.interface.Interface", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_definition.test_includes_interfaces_subtypes_in_the_type_map.SomeSubtype": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_definition.test_includes_interfaces_subtypes_in_the_type_map.SomeSubtype.Meta": [ "object" ] }, { "graphene.types.tests.test_definition.test_includes_interfaces_thunk_subtypes_in_the_type_map.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_definition.test_includes_interfaces_thunk_subtypes_in_the_type_map.SomeInterface": [ "graphene.types.base.BaseType", "graphene.types.interface.Interface", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_definition.test_includes_interfaces_thunk_subtypes_in_the_type_map.SomeSubtype": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_definition.test_includes_interfaces_thunk_subtypes_in_the_type_map.SomeSubtype.Meta": [ "object" ] }, { "graphene.types.tests.test_definition.test_includes_nested_input_objects_in_the_map.NestedInputObject": [ "graphene.types.base.BaseType", "graphene.types.inputobjecttype.InputObjectType", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_definition.test_includes_nested_input_objects_in_the_map.SomeInputObject": [ "graphene.types.base.BaseType", "graphene.types.inputobjecttype.InputObjectType", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_definition.test_includes_nested_input_objects_in_the_map.SomeMutation": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.types.tests.test_definition.Mutation", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_definition.test_includes_nested_input_objects_in_the_map.SomeSubscription": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.types.tests.test_definition.Mutation", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_definition.test_includes_types_in_union.MyUnion": [ "graphene.types.base.BaseType", "graphene.types.union.Union", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_definition.test_includes_types_in_union.MyUnion.Meta": [ "object" ] }, { "graphene.types.tests.test_definition.test_includes_types_in_union.OtherType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_definition.test_includes_types_in_union.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_definition.test_includes_types_in_union.SomeType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_definition.test_maps_enum.MyUnion": [ "graphene.types.base.BaseType", "graphene.types.union.Union", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_definition.test_maps_enum.MyUnion.Meta": [ "object" ] }, { "graphene.types.tests.test_definition.test_maps_enum.OtherType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_definition.test_maps_enum.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_definition.test_maps_enum.SomeType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_datetime.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_base.CustomOptions": [ "graphene.types.base.BaseOptions", "object" ] }, { "graphene.types.tests.test_base.CustomType": [ "graphene.types.base.BaseType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_base.test_basetype.MyBaseType": [ "graphene.types.base.BaseType", "graphene.types.tests.test_base.CustomType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_base.test_basetype_custom.MyBaseType": [ "graphene.types.base.BaseType", "graphene.types.tests.test_base.CustomType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_base.test_basetype_custom.MyBaseType.Meta": [ "object" ] }, { "graphene.types.tests.test_base.test_basetype_nones.MyBaseType": [ "graphene.types.base.BaseType", "graphene.types.tests.test_base.CustomType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_base.test_basetype_nones.MyBaseType.Meta": [ "object" ] }, { "graphene.types.tests.test_abstracttype.MyScalar": [ "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "object" ] }, { "graphene.types.tests.test_abstracttype.MyType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_abstracttype.test_abstract_objecttype_warn_deprecation.MyAbstractType": [ "graphene.types.abstracttype.AbstractType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_abstracttype.test_generate_objecttype_inherit_abstracttype.MyAbstractType": [ "graphene.types.abstracttype.AbstractType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.tests.test_abstracttype.test_generate_objecttype_inherit_abstracttype.MyObjectType": [ "graphene.types.abstracttype.AbstractType", "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.types.tests.test_abstracttype.test_generate_objecttype_inherit_abstracttype.MyAbstractType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.structures.List": [ "graphene.types.structures.Structure", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "object" ] }, { "graphene.types.structures.NonNull": [ "graphene.types.structures.Structure", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "object" ] }, { "graphene.types.structures.Structure": [ "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "object" ] }, { "graphene.types.schema.Schema": [ "graphql.type.schema.GraphQLSchema", "object" ] }, { "graphene.types.scalars.Boolean": [ "graphene.types.base.BaseType", "graphene.types.scalars.Scalar", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.scalars.Float": [ "graphene.types.base.BaseType", "graphene.types.scalars.Scalar", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.scalars.ID": [ "graphene.types.base.BaseType", "graphene.types.scalars.Scalar", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.scalars.Int": [ "graphene.types.base.BaseType", "graphene.types.scalars.Scalar", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.scalars.Scalar": [ "graphene.types.base.BaseType", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.scalars.ScalarOptions": [ "graphene.types.base.BaseOptions", "object" ] }, { "graphene.types.scalars.String": [ "graphene.types.base.BaseType", "graphene.types.scalars.Scalar", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.objecttype.ObjectType": [ "graphene.types.base.BaseType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.objecttype.ObjectTypeOptions": [ "graphene.types.base.BaseOptions", "object" ] }, { "graphene.types.mutation.Mutation": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.mutation.MutationOptions": [ "graphene.types.base.BaseOptions", "graphene.types.objecttype.ObjectTypeOptions", "object" ] }, { "graphene.types.mountedtype.MountedType": [ "graphene.utils.orderedtype.OrderedType", "object" ] }, { "graphene.types.json.JSONString": [ "graphene.types.base.BaseType", "graphene.types.scalars.Scalar", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.interface.Interface": [ "graphene.types.base.BaseType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.interface.InterfaceOptions": [ "graphene.types.base.BaseOptions", "object" ] }, { "graphene.types.inputobjecttype.InputObjectType": [ "graphene.types.base.BaseType", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.inputobjecttype.InputObjectTypeContainer": [ "dict", "graphene.types.base.BaseType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "graphene.types.inputobjecttype.InputObjectTypeContainer.Meta": [ "object" ] }, { "graphene.types.inputobjecttype.InputObjectTypeOptions": [ "graphene.types.base.BaseOptions", "object" ] }, { "graphene.types.inputfield.InputField": [ "graphene.types.mountedtype.MountedType", "graphene.utils.orderedtype.OrderedType", "object" ] }, { "graphene.types.generic.GenericScalar": [ "graphene.types.base.BaseType", "graphene.types.scalars.Scalar", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.field.Field": [ "graphene.types.mountedtype.MountedType", "graphene.utils.orderedtype.OrderedType", "object" ] }, { "graphene.types.enum.Enum": [ "object" ] }, { "graphene.types.enum.EnumMeta": [ "graphene.utils.subclass_with_meta.SubclassWithMeta_Meta", "object", "type", "typing.Generic" ] }, { "graphene.types.enum.EnumOptions": [ "graphene.types.base.BaseOptions", "object" ] }, { "graphene.types.dynamic.Dynamic": [ "graphene.types.mountedtype.MountedType", "graphene.utils.orderedtype.OrderedType", "object" ] }, { "graphene.types.definitions.GrapheneEnumType": [ "graphene.types.definitions.GrapheneGraphQLType", "graphql.type.definition.GraphQLEnumType", "graphql.type.definition.GraphQLNamedType", "graphql.type.definition.GraphQLType", "object" ] }, { "graphene.types.definitions.GrapheneGraphQLType": [ "object" ] }, { "graphene.types.definitions.GrapheneInputObjectType": [ "graphene.types.definitions.GrapheneGraphQLType", "graphql.type.definition.GraphQLInputObjectType", "graphql.type.definition.GraphQLNamedType", "graphql.type.definition.GraphQLType", "object" ] }, { "graphene.types.definitions.GrapheneInterfaceType": [ "graphene.types.definitions.GrapheneGraphQLType", "graphql.type.definition.GraphQLInterfaceType", "graphql.type.definition.GraphQLNamedType", "graphql.type.definition.GraphQLType", "object" ] }, { "graphene.types.definitions.GrapheneObjectType": [ "graphene.types.definitions.GrapheneGraphQLType", "graphql.type.definition.GraphQLNamedType", "graphql.type.definition.GraphQLObjectType", "graphql.type.definition.GraphQLType", "object" ] }, { "graphene.types.definitions.GrapheneScalarType": [ "graphene.types.definitions.GrapheneGraphQLType", "graphql.type.definition.GraphQLNamedType", "graphql.type.definition.GraphQLScalarType", "graphql.type.definition.GraphQLType", "object" ] }, { "graphene.types.definitions.GrapheneUnionType": [ "graphene.types.definitions.GrapheneGraphQLType", "graphql.type.definition.GraphQLNamedType", "graphql.type.definition.GraphQLType", "graphql.type.definition.GraphQLUnionType", "object" ] }, { "graphene.types.datetime.Date": [ "graphene.types.base.BaseType", "graphene.types.scalars.Scalar", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.datetime.DateTime": [ "graphene.types.base.BaseType", "graphene.types.scalars.Scalar", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.datetime.Time": [ "graphene.types.base.BaseType", "graphene.types.scalars.Scalar", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.context.Context": [ "object" ] }, { "graphene.types.base.BaseOptions": [ "object" ] }, { "graphene.types.base.BaseType": [ "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.types.argument.Argument": [ "graphene.types.mountedtype.MountedType", "graphene.utils.orderedtype.OrderedType", "object" ] }, { "graphene.types.abstracttype.AbstractType": [ "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.tests.issues.test_720.MyInput": [ "graphene.tests.issues.test_720.MyInputClass", "graphene.types.base.BaseType", "graphene.types.inputobjecttype.InputObjectType", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.tests.issues.test_720.MyInput.Meta": [ "object" ] }, { "graphene.tests.issues.test_720.MyInputClass": [ "graphene.types.base.BaseType", "graphene.types.inputobjecttype.InputObjectType", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.tests.issues.test_720.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.tests.issues.test_490.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.tests.issues.test_425.SpecialEnum": [ "graphene.types.enum.Enum", "object" ] }, { "graphene.tests.issues.test_425.SpecialEnumOptions": [ "graphene.types.base.BaseOptions", "graphene.types.enum.EnumOptions", "object" ] }, { "graphene.tests.issues.test_425.SpecialInputObjectType": [ "graphene.types.base.BaseType", "graphene.types.inputobjecttype.InputObjectType", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.tests.issues.test_425.SpecialInputObjectTypeOptions": [ "graphene.types.base.BaseOptions", "graphene.types.objecttype.ObjectTypeOptions", "object" ] }, { "graphene.tests.issues.test_425.SpecialObjectType": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.tests.issues.test_425.SpecialOptions": [ "graphene.types.base.BaseOptions", "graphene.types.objecttype.ObjectTypeOptions", "object" ] }, { "graphene.tests.issues.test_425.test_special_enum_could_be_subclassed.MyEnum": [ "graphene.tests.issues.test_425.SpecialEnum", "graphene.types.enum.Enum", "object" ] }, { "graphene.tests.issues.test_425.test_special_enum_could_be_subclassed.MyEnum.Meta": [ "object" ] }, { "graphene.tests.issues.test_425.test_special_enum_could_be_subclassed_default.MyEnum": [ "graphene.tests.issues.test_425.SpecialEnum", "graphene.types.enum.Enum", "object" ] }, { "graphene.tests.issues.test_425.test_special_enum_inherit_meta_options.MyEnum": [ "graphene.tests.issues.test_425.SpecialEnum", "graphene.types.enum.Enum", "object" ] }, { "graphene.tests.issues.test_425.test_special_inputobjecttype_could_be_subclassed.MyInputObjectType": [ "graphene.tests.issues.test_425.SpecialInputObjectType", "graphene.types.base.BaseType", "graphene.types.inputobjecttype.InputObjectType", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.tests.issues.test_425.test_special_inputobjecttype_could_be_subclassed.MyInputObjectType.Meta": [ "object" ] }, { "graphene.tests.issues.test_425.test_special_inputobjecttype_could_be_subclassed_default.MyInputObjectType": [ "graphene.tests.issues.test_425.SpecialInputObjectType", "graphene.types.base.BaseType", "graphene.types.inputobjecttype.InputObjectType", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.tests.issues.test_425.test_special_inputobjecttype_inherit_meta_options.MyInputObjectType": [ "graphene.tests.issues.test_425.SpecialInputObjectType", "graphene.types.base.BaseType", "graphene.types.inputobjecttype.InputObjectType", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.tests.issues.test_425.test_special_objecttype_could_be_subclassed.MyType": [ "graphene.tests.issues.test_425.SpecialObjectType", "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.tests.issues.test_425.test_special_objecttype_could_be_subclassed.MyType.Meta": [ "object" ] }, { "graphene.tests.issues.test_425.test_special_objecttype_could_be_subclassed_default.MyType": [ "graphene.tests.issues.test_425.SpecialObjectType", "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.tests.issues.test_425.test_special_objecttype_inherit_meta_options.MyType": [ "graphene.tests.issues.test_425.SpecialObjectType", "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.tests.issues.test_356.MyUnion": [ "graphene.types.base.BaseType", "graphene.types.union.Union", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.tests.issues.test_356.MyUnion.Meta": [ "object" ] }, { "graphene.tests.issues.test_356.SomeTypeOne": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.tests.issues.test_356.SomeTypeTwo": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.tests.issues.test_356.test_issue.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.tests.issues.test_313.CreatePost": [ "graphene.types.base.BaseType", "graphene.types.mutation.Mutation", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.tests.issues.test_313.CreatePost.Input": [ "object" ] }, { "graphene.tests.issues.test_313.CreatePostResult": [ "graphene.types.base.BaseType", "graphene.types.union.Union", "graphene.types.unmountedtype.UnmountedType", "graphene.utils.orderedtype.OrderedType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.tests.issues.test_313.CreatePostResult.Meta": [ "object" ] }, { "graphene.tests.issues.test_313.Error": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.tests.issues.test_313.Mutations": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.tests.issues.test_313.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.tests.issues.test_313.Success": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.test.Client": [ "object" ] }, { "graphene.relay.tests.test_node_custom.BasePhoto": [ "graphene.types.base.BaseType", "graphene.types.interface.Interface", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.relay.tests.test_node_custom.CustomNode": [ "graphene.relay.node.AbstractNode", "graphene.relay.node.Node", "graphene.types.base.BaseType", "graphene.types.interface.Interface", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.relay.tests.test_node_custom.CustomNode.Meta": [ "object" ] }, { "graphene.relay.tests.test_node_custom.Photo": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.relay.tests.test_node_custom.Photo.Meta": [ "object" ] }, { "graphene.relay.tests.test_node_custom.RootQuery": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.relay.tests.test_node_custom.User": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.relay.tests.test_node_custom.User.Meta": [ "object" ] }, { "graphene.relay.tests.test_node.MyNode": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.relay.tests.test_node.MyNode.Meta": [ "object" ] }, { "graphene.relay.tests.test_node.MyOtherNode": [ "graphene.relay.tests.test_node.SharedNodeFields", "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.relay.tests.test_node.MyOtherNode.Meta": [ "object" ] }, { "graphene.relay.tests.test_node.RootQuery": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.relay.tests.test_node.SharedNodeFields": [ "object" ] }, { "graphene.relay.tests.test_mutation.FixedSaySomething": [ "object" ] }, { "graphene.relay.tests.test_mutation.Mutation": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.relay.tests.test_mutation.MyEdge": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.relay.tests.test_mutation.MyNode": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.relay.tests.test_mutation.OtherMutation": [ "graphene.relay.mutation.ClientIDMutation", "graphene.types.base.BaseType", "graphene.types.mutation.Mutation", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.relay.tests.test_mutation.OtherMutation.Input": [ "graphene.relay.tests.test_mutation.SharedFields", "object" ] }, { "graphene.relay.tests.test_mutation.RootQuery": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.relay.tests.test_mutation.SaySomething": [ "graphene.relay.mutation.ClientIDMutation", "graphene.types.base.BaseType", "graphene.types.mutation.Mutation", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.relay.tests.test_mutation.SaySomething.Input": [ "object" ] }, { "graphene.relay.tests.test_mutation.SaySomethingFixed": [ "graphene.relay.mutation.ClientIDMutation", "graphene.types.base.BaseType", "graphene.types.mutation.Mutation", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.relay.tests.test_mutation.SaySomethingFixed.Input": [ "object" ] }, { "graphene.relay.tests.test_mutation.SaySomethingPromise": [ "graphene.relay.mutation.ClientIDMutation", "graphene.types.base.BaseType", "graphene.types.mutation.Mutation", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.relay.tests.test_mutation.SaySomethingPromise.Input": [ "object" ] }, { "graphene.relay.tests.test_mutation.SharedFields": [ "object" ] }, { "graphene.relay.tests.test_mutation.test_no_mutate_and_get_payload.MyMutation": [ "graphene.relay.mutation.ClientIDMutation", "graphene.types.base.BaseType", "graphene.types.mutation.Mutation", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.relay.tests.test_global_id.CustomNode": [ "graphene.relay.node.AbstractNode", "graphene.relay.node.Node", "graphene.types.base.BaseType", "graphene.types.interface.Interface", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.relay.tests.test_global_id.CustomNode.Meta": [ "object" ] }, { "graphene.relay.tests.test_global_id.Info": [ "object" ] }, { "graphene.relay.tests.test_global_id.User": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.relay.tests.test_global_id.User.Meta": [ "object" ] }, { "graphene.relay.tests.test_connection_query.Letter": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.relay.tests.test_connection_query.Letter.Meta": [ "object" ] }, { "graphene.relay.tests.test_connection_query.LetterConnection": [ "graphene.relay.connection.Connection", "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.relay.tests.test_connection_query.LetterConnection.Meta": [ "object" ] }, { "graphene.relay.tests.test_connection_query.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.relay.tests.test_connection.MyObject": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.relay.tests.test_connection.MyObject.Meta": [ "object" ] }, { "graphene.relay.tests.test_connection.test_connection.MyObjectConnection": [ "graphene.relay.connection.Connection", "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.relay.tests.test_connection.test_connection.MyObjectConnection.Edge": [ "object" ] }, { "graphene.relay.tests.test_connection.test_connection.MyObjectConnection.Meta": [ "object" ] }, { "graphene.relay.tests.test_connection.test_connection_inherit_abstracttype.BaseConnection": [ "object" ] }, { "graphene.relay.tests.test_connection.test_connection_inherit_abstracttype.MyObjectConnection": [ "graphene.relay.connection.Connection", "graphene.relay.tests.test_connection.test_connection_inherit_abstracttype.BaseConnection", "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.relay.tests.test_connection.test_connection_inherit_abstracttype.MyObjectConnection.Meta": [ "object" ] }, { "graphene.relay.tests.test_connection.test_connection_name.BaseConnection": [ "object" ] }, { "graphene.relay.tests.test_connection.test_connection_name.MyObjectConnection": [ "graphene.relay.connection.Connection", "graphene.relay.tests.test_connection.test_connection_name.BaseConnection", "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.relay.tests.test_connection.test_connection_name.MyObjectConnection.Meta": [ "object" ] }, { "graphene.relay.tests.test_connection.test_connectionfield.MyObjectConnection": [ "graphene.relay.connection.Connection", "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.relay.tests.test_connection.test_connectionfield.MyObjectConnection.Meta": [ "object" ] }, { "graphene.relay.tests.test_connection.test_connectionfield_custom_args.MyObjectConnection": [ "graphene.relay.connection.Connection", "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.relay.tests.test_connection.test_connectionfield_custom_args.MyObjectConnection.Meta": [ "object" ] }, { "graphene.relay.tests.test_connection.test_connectionfield_required.MyObjectConnection": [ "graphene.relay.connection.Connection", "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.relay.tests.test_connection.test_connectionfield_required.MyObjectConnection.Meta": [ "object" ] }, { "graphene.relay.tests.test_connection.test_connectionfield_required.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.relay.tests.test_connection.test_edge.MyObjectConnection": [ "graphene.relay.connection.Connection", "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.relay.tests.test_connection.test_edge.MyObjectConnection.Edge": [ "object" ] }, { "graphene.relay.tests.test_connection.test_edge.MyObjectConnection.Meta": [ "object" ] }, { "graphene.relay.tests.test_connection.test_edge_with_bases.BaseEdge": [ "object" ] }, { "graphene.relay.tests.test_connection.test_edge_with_bases.MyObjectConnection": [ "graphene.relay.connection.Connection", "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.relay.tests.test_connection.test_edge_with_bases.MyObjectConnection.Edge": [ "graphene.relay.tests.test_connection.test_edge_with_bases.BaseEdge", "object" ] }, { "graphene.relay.tests.test_connection.test_edge_with_bases.MyObjectConnection.Meta": [ "object" ] }, { "graphene.relay.node.AbstractNode": [ "graphene.types.base.BaseType", "graphene.types.interface.Interface", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.relay.node.AbstractNode.Meta": [ "object" ] }, { "graphene.relay.node.GlobalID": [ "graphene.types.field.Field", "graphene.types.mountedtype.MountedType", "graphene.utils.orderedtype.OrderedType", "object" ] }, { "graphene.relay.node.Node": [ "graphene.relay.node.AbstractNode", "graphene.types.base.BaseType", "graphene.types.interface.Interface", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.relay.node.NodeField": [ "graphene.types.field.Field", "graphene.types.mountedtype.MountedType", "graphene.utils.orderedtype.OrderedType", "object" ] }, { "graphene.relay.mutation.ClientIDMutation": [ "graphene.types.base.BaseType", "graphene.types.mutation.Mutation", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.relay.mutation.ClientIDMutation.Meta": [ "object" ] }, { "graphene.relay.connection.Connection": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.relay.connection.Connection.Meta": [ "object" ] }, { "graphene.relay.connection.Connection.__init_subclass_with_meta__.EdgeBase": [ "object" ] }, { "graphene.relay.connection.ConnectionOptions": [ "graphene.types.base.BaseOptions", "graphene.types.objecttype.ObjectTypeOptions", "object" ] }, { "graphene.relay.connection.IterableConnectionField": [ "graphene.types.field.Field", "graphene.types.mountedtype.MountedType", "graphene.utils.orderedtype.OrderedType", "object" ] }, { "graphene.relay.connection.PageInfo": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "graphene.pyutils.signature.BoundArguments": [ "object" ] }, { "graphene.pyutils.signature.Parameter": [ "object" ] }, { "graphene.pyutils.signature.Signature": [ "object" ] }, { "graphene.pyutils.signature._ParameterKind": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "graphene.pyutils.signature._empty": [ "object" ] }, { "graphene.pyutils.signature._void": [ "object" ] }, { "graphene.pyutils.init_subclass.InitSubclassMeta": [ "object", "type", "typing.Generic" ] }, { "google.protobuf.wrappers_pb2.BoolValue": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.wrappers_pb2.BytesValue": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.wrappers_pb2.DoubleValue": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.wrappers_pb2.FloatValue": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.wrappers_pb2.Int32Value": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.wrappers_pb2.Int64Value": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.wrappers_pb2.StringValue": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.wrappers_pb2.UInt32Value": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.wrappers_pb2.UInt64Value": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.type_pb2.Enum": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.type_pb2.EnumValue": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.type_pb2.Field": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.type_pb2.Field._Cardinality": [ "google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper", "object", "typing.Generic" ] }, { "google.protobuf.type_pb2.Field._Kind": [ "google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper", "object", "typing.Generic" ] }, { "google.protobuf.type_pb2.Option": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.type_pb2.SyntaxValue": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "google.protobuf.type_pb2.Type": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.type_pb2._Syntax": [ "google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper", "object", "typing.Generic" ] }, { "google.protobuf.timestamp_pb2.Timestamp": [ "google.protobuf.internal.well_known_types.Timestamp", "google.protobuf.message.Message", "object" ] }, { "google.protobuf.symbol_database.SymbolDatabase": [ "google.protobuf.message_factory.MessageFactory", "object" ] }, { "google.protobuf.struct_pb2.ListValue": [ "google.protobuf.internal.well_known_types.ListValue", "google.protobuf.message.Message", "object" ] }, { "google.protobuf.struct_pb2.NullValueValue": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "google.protobuf.struct_pb2.Struct": [ "google.protobuf.internal.well_known_types.Struct", "google.protobuf.message.Message", "object" ] }, { "google.protobuf.struct_pb2.Struct.FieldsEntry": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.struct_pb2.Value": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.struct_pb2._NullValue": [ "google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper", "object", "typing.Generic" ] }, { "google.protobuf.source_context_pb2.SourceContext": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.service.RpcChannel": [ "object" ] }, { "google.protobuf.service.RpcController": [ "object" ] }, { "google.protobuf.service.RpcException": [ "BaseException", "Exception", "object" ] }, { "google.protobuf.service.Service": [ "object" ] }, { "google.protobuf.reflection.GeneratedProtocolMessageType": [ "object", "type", "typing.Generic" ] }, { "google.protobuf.message_factory.MessageFactory": [ "object" ] }, { "google.protobuf.message.DecodeError": [ "BaseException", "Exception", "google.protobuf.message.Error", "object" ] }, { "google.protobuf.message.EncodeError": [ "BaseException", "Exception", "google.protobuf.message.Error", "object" ] }, { "google.protobuf.message.Error": [ "BaseException", "Exception", "object" ] }, { "google.protobuf.message.Message": [ "object" ] }, { "google.protobuf.json_format.Error": [ "BaseException", "Exception", "object" ] }, { "google.protobuf.json_format.ParseError": [ "BaseException", "Exception", "google.protobuf.json_format.Error", "object" ] }, { "google.protobuf.json_format.SerializeToJsonError": [ "BaseException", "Exception", "google.protobuf.json_format.Error", "object" ] }, { "google.protobuf.internal.well_known_types.Any": [ "object" ] }, { "google.protobuf.internal.well_known_types.Duration": [ "object" ] }, { "google.protobuf.internal.well_known_types.Error": [ "BaseException", "Exception", "object" ] }, { "google.protobuf.internal.well_known_types.FieldMask": [ "object" ] }, { "google.protobuf.internal.well_known_types.ListValue": [ "object" ] }, { "google.protobuf.internal.well_known_types.ParseError": [ "BaseException", "Exception", "google.protobuf.internal.well_known_types.Error", "object" ] }, { "google.protobuf.internal.well_known_types.Struct": [ "object" ] }, { "google.protobuf.internal.well_known_types.Timestamp": [ "object" ] }, { "google.protobuf.internal.well_known_types._FieldMaskTree": [ "object" ] }, { "google.protobuf.internal.python_message.GeneratedProtocolMessageType": [ "object", "type", "typing.Generic" ] }, { "google.protobuf.internal.message_listener.MessageListener": [ "object" ] }, { "google.protobuf.internal.message_listener.NullMessageListener": [ "google.protobuf.internal.message_listener.MessageListener", "object" ] }, { "google.protobuf.internal.extension_dict._ExtensionDict": [ "object", "typing.Generic" ] }, { "google.protobuf.internal.extension_dict._ExtensionFieldDescriptor": [ "google.protobuf.descriptor.DescriptorBase", "google.protobuf.descriptor.FieldDescriptor", "object", "typing.Generic" ] }, { "google.protobuf.internal.enum_type_wrapper.EnumTypeWrapper": [ "google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper", "object", "typing.Generic" ] }, { "google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper": [ "object", "typing.Generic" ] }, { "google.protobuf.internal.containers.BaseContainer": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "google.protobuf.internal.containers.MessageMap": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "google.protobuf.internal.containers.RepeatedCompositeFieldContainer": [ "google.protobuf.internal.containers.BaseContainer", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "google.protobuf.internal.containers.RepeatedScalarFieldContainer": [ "google.protobuf.internal.containers.BaseContainer", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "google.protobuf.internal.containers.ScalarMap": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "google.protobuf.field_mask_pb2.FieldMask": [ "google.protobuf.internal.well_known_types.FieldMask", "google.protobuf.message.Message", "object" ] }, { "google.protobuf.empty_pb2.Empty": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.duration_pb2.Duration": [ "google.protobuf.internal.well_known_types.Duration", "google.protobuf.message.Message", "object" ] }, { "google.protobuf.descriptor_pool.DescriptorPool": [ "object" ] }, { "google.protobuf.descriptor_pb2.DescriptorProto": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.descriptor_pb2.DescriptorProto.ExtensionRange": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.descriptor_pb2.DescriptorProto.ReservedRange": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.descriptor_pb2.EnumDescriptorProto": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.descriptor_pb2.EnumDescriptorProto.EnumReservedRange": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.descriptor_pb2.EnumOptions": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.descriptor_pb2.EnumValueDescriptorProto": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.descriptor_pb2.EnumValueOptions": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.descriptor_pb2.ExtensionRangeOptions": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.descriptor_pb2.FieldDescriptorProto": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.descriptor_pb2.FieldDescriptorProto._Label": [ "google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper", "object", "typing.Generic" ] }, { "google.protobuf.descriptor_pb2.FieldDescriptorProto._Type": [ "google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper", "object", "typing.Generic" ] }, { "google.protobuf.descriptor_pb2.FieldOptions": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.descriptor_pb2.FieldOptions._CType": [ "google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper", "object", "typing.Generic" ] }, { "google.protobuf.descriptor_pb2.FieldOptions._JSType": [ "google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper", "object", "typing.Generic" ] }, { "google.protobuf.descriptor_pb2.FileDescriptorProto": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.descriptor_pb2.FileDescriptorSet": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.descriptor_pb2.FileOptions": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.descriptor_pb2.FileOptions._OptimizeMode": [ "google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper", "object", "typing.Generic" ] }, { "google.protobuf.descriptor_pb2.GeneratedCodeInfo": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.descriptor_pb2.GeneratedCodeInfo.Annotation": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.descriptor_pb2.MessageOptions": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.descriptor_pb2.MethodDescriptorProto": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.descriptor_pb2.MethodOptions": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.descriptor_pb2.MethodOptions._IdempotencyLevel": [ "google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper", "object", "typing.Generic" ] }, { "google.protobuf.descriptor_pb2.OneofDescriptorProto": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.descriptor_pb2.OneofOptions": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.descriptor_pb2.ServiceDescriptorProto": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.descriptor_pb2.ServiceOptions": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.descriptor_pb2.SourceCodeInfo": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.descriptor_pb2.SourceCodeInfo.Location": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.descriptor_pb2.UninterpretedOption": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.descriptor_pb2.UninterpretedOption.NamePart": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.descriptor.Descriptor": [ "google.protobuf.descriptor.DescriptorBase", "google.protobuf.descriptor._NestedDescriptorBase", "object" ] }, { "google.protobuf.descriptor.DescriptorBase": [ "object" ] }, { "google.protobuf.descriptor.DescriptorMetaclass": [ "object", "type", "typing.Generic" ] }, { "google.protobuf.descriptor.EnumDescriptor": [ "google.protobuf.descriptor.DescriptorBase", "google.protobuf.descriptor._NestedDescriptorBase", "object" ] }, { "google.protobuf.descriptor.EnumValueDescriptor": [ "google.protobuf.descriptor.DescriptorBase", "object" ] }, { "google.protobuf.descriptor.Error": [ "BaseException", "Exception", "object" ] }, { "google.protobuf.descriptor.FieldDescriptor": [ "google.protobuf.descriptor.DescriptorBase", "object" ] }, { "google.protobuf.descriptor.FileDescriptor": [ "google.protobuf.descriptor.DescriptorBase", "object" ] }, { "google.protobuf.descriptor.MethodDescriptor": [ "google.protobuf.descriptor.DescriptorBase", "object" ] }, { "google.protobuf.descriptor.OneofDescriptor": [ "object" ] }, { "google.protobuf.descriptor.ServiceDescriptor": [ "google.protobuf.descriptor.DescriptorBase", "google.protobuf.descriptor._NestedDescriptorBase", "object" ] }, { "google.protobuf.descriptor.TypeTransformationError": [ "BaseException", "Exception", "google.protobuf.descriptor.Error", "object" ] }, { "google.protobuf.descriptor._NestedDescriptorBase": [ "google.protobuf.descriptor.DescriptorBase", "object" ] }, { "google.protobuf.compiler.plugin_pb2.CodeGeneratorRequest": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.compiler.plugin_pb2.CodeGeneratorResponse": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.compiler.plugin_pb2.CodeGeneratorResponse.File": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.compiler.plugin_pb2.CodeGeneratorResponse._Feature": [ "google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper", "object", "typing.Generic" ] }, { "google.protobuf.compiler.plugin_pb2.Version": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.api_pb2.Api": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.api_pb2.Method": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.api_pb2.Mixin": [ "google.protobuf.message.Message", "object" ] }, { "google.protobuf.any_pb2.Any": [ "google.protobuf.internal.well_known_types.Any", "google.protobuf.message.Message", "object" ] }, { "gflags.ArgumentParser": [ "object" ] }, { "gflags.ArgumentSerializer": [ "object" ] }, { "gflags.BaseListParser": [ "gflags.ArgumentParser", "object" ] }, { "gflags.BooleanFlag": [ "gflags.Flag", "object" ] }, { "gflags.BooleanParser": [ "gflags.ArgumentParser", "object" ] }, { "gflags.CantOpenFlagFileError": [ "BaseException", "Exception", "gflags.Error", "object" ] }, { "gflags.DuplicateFlag": [ "BaseException", "Exception", "gflags.Error", "object" ] }, { "gflags.DuplicateFlagCannotPropagateNoneToSwig": [ "BaseException", "Exception", "gflags.DuplicateFlag", "gflags.Error", "object" ] }, { "gflags.DuplicateFlagError": [ "BaseException", "Exception", "gflags.DuplicateFlag", "gflags.Error", "object" ] }, { "gflags.EnumFlag": [ "gflags.Flag", "object" ] }, { "gflags.EnumParser": [ "gflags.ArgumentParser", "object" ] }, { "gflags.Error": [ "BaseException", "Exception", "object" ] }, { "gflags.Flag": [ "object" ] }, { "gflags.FlagValues": [ "object" ] }, { "gflags.FloatParser": [ "gflags.ArgumentParser", "gflags.NumericParser", "object" ] }, { "gflags.HelpFlag": [ "gflags.BooleanFlag", "gflags.Flag", "object" ] }, { "gflags.HelpXMLFlag": [ "gflags.BooleanFlag", "gflags.Flag", "object" ] }, { "gflags.HelpshortFlag": [ "gflags.BooleanFlag", "gflags.Flag", "object" ] }, { "gflags.IllegalFlagValueError": [ "BaseException", "Exception", "gflags.Error", "object" ] }, { "gflags.IntegerParser": [ "gflags.ArgumentParser", "gflags.NumericParser", "object" ] }, { "gflags.ListParser": [ "gflags.ArgumentParser", "gflags.BaseListParser", "object" ] }, { "gflags.ListSerializer": [ "gflags.ArgumentSerializer", "object" ] }, { "gflags.MultiFlag": [ "gflags.Flag", "object" ] }, { "gflags.NumericParser": [ "gflags.ArgumentParser", "object" ] }, { "gflags.UnrecognizedFlag": [ "BaseException", "Exception", "gflags.Error", "object" ] }, { "gflags.UnrecognizedFlagError": [ "BaseException", "Exception", "gflags.Error", "gflags.UnrecognizedFlag", "object" ] }, { "gflags.WhitespaceSeparatedListParser": [ "gflags.ArgumentParser", "gflags.BaseListParser", "object" ] }, { "gettext.GNUTranslations": [ "gettext.NullTranslations", "object" ] }, { "gettext.NullTranslations": [ "object" ] }, { "getpass.GetPassWarning": [ "BaseException", "Exception", "UserWarning", "Warning", "object" ] }, { "getopt.GetoptError": [ "BaseException", "Exception", "object" ] }, { "geoip2.records.City": [ "geoip2.mixins.SimpleEquality", "geoip2.records.PlaceRecord", "geoip2.records.Record", "object" ] }, { "geoip2.records.Continent": [ "geoip2.mixins.SimpleEquality", "geoip2.records.PlaceRecord", "geoip2.records.Record", "object" ] }, { "geoip2.records.Country": [ "geoip2.mixins.SimpleEquality", "geoip2.records.PlaceRecord", "geoip2.records.Record", "object" ] }, { "geoip2.records.Location": [ "geoip2.mixins.SimpleEquality", "geoip2.records.Record", "object" ] }, { "geoip2.records.MaxMind": [ "geoip2.mixins.SimpleEquality", "geoip2.records.Record", "object" ] }, { "geoip2.records.PlaceRecord": [ "geoip2.mixins.SimpleEquality", "geoip2.records.Record", "object" ] }, { "geoip2.records.Postal": [ "geoip2.mixins.SimpleEquality", "geoip2.records.Record", "object" ] }, { "geoip2.records.Record": [ "geoip2.mixins.SimpleEquality", "object" ] }, { "geoip2.records.RepresentedCountry": [ "geoip2.mixins.SimpleEquality", "geoip2.records.Country", "geoip2.records.PlaceRecord", "geoip2.records.Record", "object" ] }, { "geoip2.records.Subdivision": [ "geoip2.mixins.SimpleEquality", "geoip2.records.PlaceRecord", "geoip2.records.Record", "object" ] }, { "geoip2.records.Subdivisions": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "geoip2.records.Traits": [ "geoip2.mixins.SimpleEquality", "geoip2.records.Record", "object" ] }, { "geoip2.models.ASN": [ "geoip2.mixins.SimpleEquality", "geoip2.models.SimpleModel", "object" ] }, { "geoip2.models.AnonymousIP": [ "geoip2.mixins.SimpleEquality", "geoip2.models.SimpleModel", "object" ] }, { "geoip2.models.City": [ "geoip2.mixins.SimpleEquality", "geoip2.models.Country", "object" ] }, { "geoip2.models.ConnectionType": [ "geoip2.mixins.SimpleEquality", "geoip2.models.SimpleModel", "object" ] }, { "geoip2.models.Country": [ "geoip2.mixins.SimpleEquality", "object" ] }, { "geoip2.models.Domain": [ "geoip2.mixins.SimpleEquality", "geoip2.models.SimpleModel", "object" ] }, { "geoip2.models.Enterprise": [ "geoip2.mixins.SimpleEquality", "geoip2.models.City", "geoip2.models.Country", "object" ] }, { "geoip2.models.ISP": [ "geoip2.mixins.SimpleEquality", "geoip2.models.ASN", "geoip2.models.SimpleModel", "object" ] }, { "geoip2.models.Insights": [ "geoip2.mixins.SimpleEquality", "geoip2.models.City", "geoip2.models.Country", "object" ] }, { "geoip2.models.SimpleModel": [ "geoip2.mixins.SimpleEquality", "object" ] }, { "geoip2.mixins.SimpleEquality": [ "object" ] }, { "geoip2.errors.AddressNotFoundError": [ "BaseException", "Exception", "RuntimeError", "geoip2.errors.GeoIP2Error", "object" ] }, { "geoip2.errors.AuthenticationError": [ "BaseException", "Exception", "RuntimeError", "geoip2.errors.GeoIP2Error", "object" ] }, { "geoip2.errors.GeoIP2Error": [ "BaseException", "Exception", "RuntimeError", "object" ] }, { "geoip2.errors.HTTPError": [ "BaseException", "Exception", "RuntimeError", "geoip2.errors.GeoIP2Error", "object" ] }, { "geoip2.errors.InvalidRequestError": [ "BaseException", "Exception", "RuntimeError", "geoip2.errors.GeoIP2Error", "object" ] }, { "geoip2.errors.OutOfQueriesError": [ "BaseException", "Exception", "RuntimeError", "geoip2.errors.GeoIP2Error", "object" ] }, { "geoip2.errors.PermissionRequiredError": [ "BaseException", "Exception", "RuntimeError", "geoip2.errors.GeoIP2Error", "object" ] }, { "geoip2.database.Reader": [ "object" ] }, { "futurist.waiters.DoneAndNotDoneFutures": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "futurist.waiters._AllGreenWaiter": [ "object" ] }, { "futurist.waiters._AnyGreenWaiter": [ "object" ] }, { "futurist.tests.test_waiters.TestWaiters": [ "futurist.tests.base.TestCase", "object", "testscenarios.testcase.TestWithScenarios", "testscenarios.testcase.WithScenarios", "unittest.case.TestCase" ] }, { "futurist.tests.test_periodics.RejectingExecutor": [ "concurrent.futures._base.Executor", "futurist._futures.GreenThreadPoolExecutor", "object" ] }, { "futurist.tests.test_periodics.TestPeriodics": [ "futurist.tests.base.TestCase", "object", "testscenarios.testcase.TestWithScenarios", "testscenarios.testcase.WithScenarios", "unittest.case.TestCase" ] }, { "futurist.tests.test_periodics.TestPeriodics.test_create_with_arguments.Object": [ "object" ] }, { "futurist.tests.test_periodics.TestPeriodicsStrategies": [ "futurist.tests.base.TestCase", "object" ] }, { "futurist.tests.test_periodics.TestPformat": [ "futurist.tests.base.TestCase", "object" ] }, { "futurist.tests.test_periodics.TestRetrySubmission": [ "futurist.tests.base.TestCase", "object" ] }, { "futurist.tests.test_executors.TestExecutors": [ "futurist.tests.base.TestCase", "object", "testscenarios.testcase.TestWithScenarios", "testscenarios.testcase.WithScenarios", "unittest.case.TestCase" ] }, { "futurist.tests.test_executors.TestRejection": [ "futurist.tests.base.TestCase", "object", "testscenarios.testcase.TestWithScenarios", "testscenarios.testcase.WithScenarios", "unittest.case.TestCase" ] }, { "futurist.tests.base.TestCase": [ "object" ] }, { "futurist.periodics.ExecutorFactory": [ "object" ] }, { "futurist.periodics.ExistingExecutor": [ "futurist.periodics.ExecutorFactory", "object" ] }, { "futurist.periodics.NeverAgain": [ "BaseException", "Exception", "object" ] }, { "futurist.periodics.PeriodicWorker": [ "object" ] }, { "futurist.periodics.Watcher": [ "object" ] }, { "futurist.periodics.Work": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "futurist.periodics._Runner": [ "object" ] }, { "futurist.periodics._Schedule": [ "object" ] }, { "futurist._utils.Barrier": [ "object" ] }, { "futurist._utils.Failure": [ "object" ] }, { "futurist._utils.WorkItem": [ "object" ] }, { "futurist._thread.ThreadWorker": [ "object", "threading.Thread" ] }, { "futurist._thread.Threading": [ "object" ] }, { "futurist._green.GreenThreading": [ "object" ] }, { "futurist._green.GreenWorker": [ "object" ] }, { "futurist._futures.ExecutorStatistics": [ "object" ] }, { "futurist._futures.GreenFuture": [ "concurrent.futures._base.Future", "object", "typing.Generic" ] }, { "futurist._futures.GreenThreadPoolExecutor": [ "concurrent.futures._base.Executor", "object" ] }, { "futurist._futures.ProcessPoolExecutor": [ "concurrent.futures._base.Executor", "concurrent.futures.process.ProcessPoolExecutor", "object" ] }, { "futurist._futures.RejectedSubmission": [ "BaseException", "Exception", "object" ] }, { "futurist._futures.SynchronousExecutor": [ "concurrent.futures._base.Executor", "object" ] }, { "futurist._futures.ThreadPoolExecutor": [ "concurrent.futures._base.Executor", "object" ] }, { "futurist._futures._Gatherer": [ "object" ] }, { "functools._CacheInfo": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "functools._SingleDispatchCallable": [ "object", "typing.Generic" ] }, { "functools._lru_cache_wrapper": [ "object", "typing.Generic" ] }, { "functools.cached_property": [ "object", "typing.Generic" ] }, { "functools.partial": [ "object", "typing.Generic" ] }, { "functools.partialmethod": [ "object", "typing.Generic" ] }, { "functools.singledispatchmethod": [ "object", "typing.Generic" ] }, { "ftplib.Error": [ "BaseException", "Exception", "object" ] }, { "ftplib.FTP": [ "object" ] }, { "ftplib.FTP_TLS": [ "ftplib.FTP", "object" ] }, { "ftplib.error_perm": [ "BaseException", "Exception", "ftplib.Error", "object" ] }, { "ftplib.error_proto": [ "BaseException", "Exception", "ftplib.Error", "object" ] }, { "ftplib.error_reply": [ "BaseException", "Exception", "ftplib.Error", "object" ] }, { "ftplib.error_temp": [ "BaseException", "Exception", "ftplib.Error", "object" ] }, { "frozendict.FrozenOrderedDict": [ "frozendict.frozendict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "frozendict.frozendict": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "freezegun.api.FrozenDateTimeFactory": [ "object" ] }, { "freezegun.api.StepTickTimeFactory": [ "object" ] }, { "freezegun.api.TickingDateTimeFactory": [ "object" ] }, { "freezegun.api._freeze_time": [ "object" ] }, { "fractions.Fraction": [ "numbers.Complex", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "formatter.AbstractFormatter": [ "object" ] }, { "formatter.AbstractWriter": [ "formatter.NullWriter", "object" ] }, { "formatter.DumbWriter": [ "formatter.NullWriter", "object" ] }, { "formatter.NullFormatter": [ "object" ] }, { "formatter.NullWriter": [ "object" ] }, { "flask_restful.reqparse.Argument": [ "object" ] }, { "flask_restful.reqparse.Namespace": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "flask_restful.reqparse.RequestParser": [ "object" ] }, { "flask_restful.inputs.int_range": [ "object" ] }, { "flask_restful.inputs.regex": [ "object" ] }, { "flask_restful.fields.Arbitrary": [ "flask_restful.fields.Raw", "object" ] }, { "flask_restful.fields.Boolean": [ "flask_restful.fields.Raw", "object" ] }, { "flask_restful.fields.DateTime": [ "flask_restful.fields.Raw", "object" ] }, { "flask_restful.fields.Fixed": [ "flask_restful.fields.Raw", "object" ] }, { "flask_restful.fields.Float": [ "flask_restful.fields.Raw", "object" ] }, { "flask_restful.fields.FormattedString": [ "flask_restful.fields.Raw", "object" ] }, { "flask_restful.fields.Integer": [ "flask_restful.fields.Raw", "object" ] }, { "flask_restful.fields.List": [ "flask_restful.fields.Raw", "object" ] }, { "flask_restful.fields.MarshallingException": [ "BaseException", "Exception", "object" ] }, { "flask_restful.fields.Nested": [ "flask_restful.fields.Raw", "object" ] }, { "flask_restful.fields.Raw": [ "object" ] }, { "flask_restful.fields.String": [ "flask_restful.fields.Raw", "object" ] }, { "flask_restful.fields.Url": [ "flask_restful.fields.Raw", "object" ] }, { "flask_restful.Api": [ "object" ] }, { "flask_restful.Resource": [ "flask.views.MethodView", "flask.views.View", "object" ] }, { "flask_restful.marshal_with": [ "object" ] }, { "flask_restful.marshal_with_field": [ "object" ] }, { "flask_graphql.graphqlview.GraphQLView": [ "flask.views.View", "object" ] }, { "flask_graphql.blueprint.GraphQL": [ "object" ] }, { "flask.wrappers.JSONMixin": [ "object" ] }, { "flask.wrappers.Request": [ "flask.wrappers.JSONMixin", "object", "werkzeug.wrappers.AcceptMixin", "werkzeug.wrappers.AuthorizationMixin", "werkzeug.wrappers.BaseRequest", "werkzeug.wrappers.CommonRequestDescriptorsMixin", "werkzeug.wrappers.ETagRequestMixin", "werkzeug.wrappers.Request", "werkzeug.wrappers.UserAgentMixin" ] }, { "flask.wrappers.Response": [ "flask.wrappers.JSONMixin", "object", "werkzeug.wrappers.BaseResponse", "werkzeug.wrappers.CommonResponseDescriptorsMixin", "werkzeug.wrappers.ETagResponseMixin", "werkzeug.wrappers.Response", "werkzeug.wrappers.ResponseStreamMixin", "werkzeug.wrappers.WWWAuthenticateMixin" ] }, { "flask.views.MethodView": [ "flask.views.View", "object" ] }, { "flask.views.MethodViewType": [ "object", "type", "typing.Generic" ] }, { "flask.views.View": [ "object" ] }, { "flask.testing.EnvironBuilder": [ "object", "werkzeug.test.EnvironBuilder" ] }, { "flask.testing.FlaskCliRunner": [ "click.testing.CliRunner", "object" ] }, { "flask.testing.FlaskClient": [ "object", "typing.Generic", "werkzeug.test.Client" ] }, { "flask.templating.DispatchingJinjaLoader": [ "jinja2.loaders.BaseLoader", "object" ] }, { "flask.templating.Environment": [ "jinja2.environment.Environment", "object" ] }, { "flask.signals.Namespace": [ "object" ] }, { "flask.signals._FakeSignal": [ "object" ] }, { "flask.sessions.NullSession": [ "dict", "flask.sessions.SecureCookieSession", "flask.sessions.SessionMixin", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "werkzeug.datastructures.CallbackDict", "werkzeug.datastructures.UpdateDictMixin" ] }, { "flask.sessions.SecureCookieSession": [ "dict", "flask.sessions.SessionMixin", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "werkzeug.datastructures.CallbackDict", "werkzeug.datastructures.UpdateDictMixin" ] }, { "flask.sessions.SecureCookieSessionInterface": [ "flask.sessions.SessionInterface", "object" ] }, { "flask.sessions.SessionInterface": [ "object" ] }, { "flask.sessions.SessionMixin": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "flask.scaffold.Scaffold": [ "object" ] }, { "flask.json.tag.JSONTag": [ "object" ] }, { "flask.json.tag.PassDict": [ "flask.json.tag.JSONTag", "object" ] }, { "flask.json.tag.PassList": [ "flask.json.tag.JSONTag", "object" ] }, { "flask.json.tag.TagBytes": [ "flask.json.tag.JSONTag", "object" ] }, { "flask.json.tag.TagDateTime": [ "flask.json.tag.JSONTag", "object" ] }, { "flask.json.tag.TagDict": [ "flask.json.tag.JSONTag", "object" ] }, { "flask.json.tag.TagMarkup": [ "flask.json.tag.JSONTag", "object" ] }, { "flask.json.tag.TagTuple": [ "flask.json.tag.JSONTag", "object" ] }, { "flask.json.tag.TagUUID": [ "flask.json.tag.JSONTag", "object" ] }, { "flask.json.tag.TaggedJSONSerializer": [ "object" ] }, { "flask.json.JSONDecoder": [ "json.decoder.JSONDecoder", "object" ] }, { "flask.json.JSONEncoder": [ "json.encoder.JSONEncoder", "object" ] }, { "flask.helpers._PackageBoundObject": [ "object" ] }, { "flask.helpers.locked_cached_property": [ "object" ] }, { "flask.globals._FlaskLocalProxy": [ "flask.app.Flask", "flask.helpers._PackageBoundObject", "object" ] }, { "flask.debughelpers.DebugFilesKeyError": [ "AssertionError", "BaseException", "Exception", "KeyError", "LookupError", "object" ] }, { "flask.debughelpers.FormDataRoutingRedirect": [ "AssertionError", "BaseException", "Exception", "object" ] }, { "flask.debughelpers.UnexpectedUnicodeError": [ "AssertionError", "BaseException", "Exception", "UnicodeError", "ValueError", "object" ] }, { "flask.ctx.AppContext": [ "object" ] }, { "flask.ctx.RequestContext": [ "object" ] }, { "flask.ctx._AppCtxGlobals": [ "object" ] }, { "flask.config.Config": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "flask.config.ConfigAttribute": [ "object" ] }, { "flask.cli.AppGroup": [ "click.core.BaseCommand", "click.core.Command", "click.core.Group", "click.core.MultiCommand", "object" ] }, { "flask.cli.CertParamType": [ "click.core._ParamType", "object" ] }, { "flask.cli.DispatchingApp": [ "object" ] }, { "flask.cli.FlaskGroup": [ "click.core.BaseCommand", "click.core.Command", "click.core.Group", "click.core.MultiCommand", "flask.cli.AppGroup", "object" ] }, { "flask.cli.NoAppException": [ "BaseException", "Exception", "click.exceptions.ClickException", "click.exceptions.UsageError", "object" ] }, { "flask.cli.ScriptInfo": [ "object" ] }, { "flask.blueprints.Blueprint": [ "flask.helpers._PackageBoundObject", "object" ] }, { "flask.blueprints.BlueprintSetupState": [ "object" ] }, { "flask.blueprints._Sentinel": [ "object" ] }, { "flask.app.Flask": [ "flask.helpers._PackageBoundObject", "object" ] }, { "fixtures.tests.test_testcase.TestTestWithFixtures": [ "object", "unittest.case.TestCase" ] }, { "fixtures.tests.test_testcase.TestTestWithFixtures.test_useFixture.SimpleTest": [ "fixtures.testcase.TestWithFixtures", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "fixtures.tests.test_testcase.TestTestWithFixtures.test_useFixture_details_captured_from_setUp.BrokenFixture": [ "fixtures.fixture.Fixture", "object" ] }, { "fixtures.tests.test_testcase.TestTestWithFixtures.test_useFixture_details_captured_from_setUp.DetailedTestCase": [ "fixtures.testcase.TestWithFixtures", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "fixtures.tests.test_testcase.TestTestWithFixtures.test_useFixture_details_captured_from_setUp.SomethingBroke": [ "BaseException", "Exception", "object" ] }, { "fixtures.tests.test_testcase.TestTestWithFixtures.test_useFixture_details_not_captured_from_setUp.BrokenFixture": [ "fixtures.fixture.Fixture", "object" ] }, { "fixtures.tests.test_testcase.TestTestWithFixtures.test_useFixture_details_not_captured_from_setUp.NonDetailedTestCase": [ "fixtures.testcase.TestWithFixtures", "object", "unittest.case.TestCase" ] }, { "fixtures.tests.test_testcase.TestTestWithFixtures.test_useFixture_details_not_captured_from_setUp.SomethingBroke": [ "BaseException", "Exception", "object" ] }, { "fixtures.tests.test_testcase.TestTestWithFixtures.test_useFixture_uses_raise_first.SimpleTest": [ "fixtures.testcase.TestWithFixtures", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "fixtures.tests.test_fixture.TestFixture": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "fixtures.tests.test_fixture.TestFixture.test__setUp.Subclass": [ "fixtures.fixture.Fixture", "object" ] }, { "fixtures.tests.test_fixture.TestFixture.test__setUp_fails.Subclass": [ "fixtures.fixture.Fixture", "object" ] }, { "fixtures.tests.test_fixture.TestFixture.test__setUp_fails_cleanUp_fails.Subclass": [ "fixtures.fixture.Fixture", "object" ] }, { "fixtures.tests.test_fixture.TestFixture.test_cleanUp_raise_first_false_callscleanups_returns_exceptions.FixtureWithException": [ "fixtures.fixture.Fixture", "object" ] }, { "fixtures.tests.test_fixture.TestFixture.test_exit_runs_all_raises_first_exception.FixtureWithException": [ "fixtures.fixture.Fixture", "object" ] }, { "fixtures.tests.test_fixture.TestFixture.test_resetCallsSetUpCleanUp.FixtureWithSetupOnly": [ "fixtures.fixture.Fixture", "object" ] }, { "fixtures.tests.test_fixture.TestFixture.test_reset_raises_if_cleanup_raises.FixtureWithSetupOnly": [ "fixtures.fixture.Fixture", "object" ] }, { "fixtures.tests.test_fixture.TestFixture.test_setUp_subclassed.Subclass": [ "fixtures.fixture.Fixture", "object" ] }, { "fixtures.tests.test_fixture.TestFixture.test_setup_failures_with_base_exception.MyBase": [ "BaseException", "object" ] }, { "fixtures.tests.test_fixture.TestFixture.test_setup_failures_with_base_exception.Subclass": [ "fixtures.fixture.Fixture", "object" ] }, { "fixtures.tests.test_fixture.TestFixture.test_useFixture_details_captured_from_setUp.BrokenFixture": [ "fixtures.fixture.Fixture", "object" ] }, { "fixtures.tests.test_fixture.TestFixture.test_useFixture_details_captured_from_setUp.SimpleFixture": [ "fixtures.fixture.Fixture", "object" ] }, { "fixtures.tests.test_fixture.TestFixture.test_useFixture_details_captured_from_setUp.SomethingBroke": [ "BaseException", "Exception", "object" ] }, { "fixtures.tests.test_fixture.TestFixture.test_useFixture_details_captured_from_setUp_MultipleExceptions.BrokenFixture": [ "fixtures.fixture.Fixture", "object" ] }, { "fixtures.tests.test_fixture.TestFixture.test_useFixture_details_captured_from_setUp_MultipleExceptions.SimpleFixture": [ "fixtures.fixture.Fixture", "object" ] }, { "fixtures.tests.test_fixture.TestFixture.test_useFixture_details_captured_from_setUp_MultipleExceptions.SomethingBroke": [ "BaseException", "Exception", "object" ] }, { "fixtures.tests.test_fixture.TestFunctionFixture": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "fixtures.tests.test_fixture.TestMethodFixture": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "fixtures.tests.test_fixture.TestMethodFixture.test_cleanup.Stub": [ "object" ] }, { "fixtures.tests.test_fixture.TestMethodFixture.test_cleanup_only.Stub": [ "object" ] }, { "fixtures.tests.test_fixture.TestMethodFixture.test_custom_cleanUp.Stub": [ "object" ] }, { "fixtures.tests.test_fixture.TestMethodFixture.test_custom_setUp.Stub": [ "object" ] }, { "fixtures.tests.test_fixture.TestMethodFixture.test_no_setup_cleanup.Stub": [ "object" ] }, { "fixtures.tests.test_fixture.TestMethodFixture.test_reset.Stub": [ "object" ] }, { "fixtures.tests.test_fixture.TestMethodFixture.test_setup_only.Stub": [ "object" ] }, { "fixtures.tests.test_callmany.TestCallMany": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "fixtures.tests.helpers.LoggingFixture": [ "fixtures.fixture.Fixture", "object" ] }, { "fixtures.tests._fixtures.test_warnings.TestWarnings": [ "fixtures.testcase.TestWithFixtures", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "fixtures.tests._fixtures.test_timeout.TestTimeout": [ "fixtures.testcase.TestWithFixtures", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "fixtures.tests._fixtures.test_timeout.TestTimeout.test_timeout_harsh.GotAlarm": [ "BaseException", "Exception", "object" ] }, { "fixtures.tests._fixtures.test_temphomedir.TestTempDir": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "fixtures.tests._fixtures.test_tempdir.NestedTempfileTest": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "fixtures.tests._fixtures.test_tempdir.NestedTempfileTest.test_exception.ContrivedException": [ "BaseException", "Exception", "object" ] }, { "fixtures.tests._fixtures.test_tempdir.TestTempDir": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "fixtures.tests._fixtures.test_streams.DetailStreamTest": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "fixtures.tests._fixtures.test_streams.TestByteStreams": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "fixtures.tests._fixtures.test_streams.TestStringStreams": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "fixtures.tests._fixtures.test_pythonpath.TestPythonPathEntry": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "fixtures.tests._fixtures.test_pythonpackage.TestPythonPackage": [ "fixtures.testcase.TestWithFixtures", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "fixtures.tests._fixtures.test_popen.TestFakePopen": [ "fixtures.testcase.TestWithFixtures", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "fixtures.tests._fixtures.test_popen.TestFakeProcess": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "fixtures.tests._fixtures.test_packagepath.TestPackagePathEntry": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "fixtures.tests._fixtures.test_monkeypatch.C": [ "object" ] }, { "fixtures.tests._fixtures.test_monkeypatch.D": [ "object" ] }, { "fixtures.tests._fixtures.test_monkeypatch.TestMonkeyPatch": [ "fixtures.testcase.TestWithFixtures", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "fixtures.tests._fixtures.test_mockpatch.Foo": [ "object" ] }, { "fixtures.tests._fixtures.test_mockpatch.TestMockMultiple": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "fixtures.tests._fixtures.test_mockpatch.TestMockPatch": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "fixtures.tests._fixtures.test_mockpatch.TestMockPatchObject": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "fixtures.tests._fixtures.test_logger.FakeLoggerTest": [ "fixtures.testcase.TestWithFixtures", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "fixtures.tests._fixtures.test_logger.FooFormatter": [ "logging.Formatter", "object" ] }, { "fixtures.tests._fixtures.test_logger.LogHandlerTest": [ "fixtures.testcase.TestWithFixtures", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "fixtures.tests._fixtures.test_logger.LogHandlerTest.CustomHandler": [ "logging.Filterer", "logging.Handler", "object" ] }, { "fixtures.tests._fixtures.test_environ.TestEnvironmentVariable": [ "fixtures.testcase.TestWithFixtures", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "fixtures.testcase.TestWithFixtures": [ "object", "unittest.case.TestCase" ] }, { "fixtures.fixture.CompoundFixture": [ "fixtures.fixture.Fixture", "object" ] }, { "fixtures.fixture.Fixture": [ "object" ] }, { "fixtures.fixture.FunctionFixture": [ "fixtures.fixture.Fixture", "object" ] }, { "fixtures.fixture.MethodFixture": [ "fixtures.fixture.Fixture", "object" ] }, { "fixtures.fixture.SetupError": [ "BaseException", "Exception", "object" ] }, { "fixtures.callmany.CallMany": [ "object" ] }, { "fixtures.callmany.MultipleExceptions": [ "BaseException", "Exception", "object" ] }, { "fixtures._fixtures.warnings.WarningsCapture": [ "fixtures.fixture.Fixture", "object" ] }, { "fixtures._fixtures.timeout.Timeout": [ "fixtures.fixture.Fixture", "object" ] }, { "fixtures._fixtures.timeout.TimeoutException": [ "BaseException", "Exception", "object" ] }, { "fixtures._fixtures.temphomedir.TempHomeDir": [ "fixtures._fixtures.tempdir.TempDir", "fixtures.fixture.Fixture", "object" ] }, { "fixtures._fixtures.tempdir.NestedTempfile": [ "fixtures.fixture.Fixture", "object" ] }, { "fixtures._fixtures.tempdir.TempDir": [ "fixtures.fixture.Fixture", "object" ] }, { "fixtures._fixtures.streams.Stream": [ "fixtures.fixture.Fixture", "object" ] }, { "fixtures._fixtures.pythonpath.PythonPathEntry": [ "fixtures.fixture.Fixture", "object" ] }, { "fixtures._fixtures.pythonpackage.PythonPackage": [ "fixtures.fixture.Fixture", "object" ] }, { "fixtures._fixtures.popen.FakePopen": [ "fixtures.fixture.Fixture", "object" ] }, { "fixtures._fixtures.popen.FakeProcess": [ "object" ] }, { "fixtures._fixtures.packagepath.PackagePathEntry": [ "fixtures.fixture.Fixture", "object" ] }, { "fixtures._fixtures.monkeypatch.MonkeyPatch": [ "fixtures.fixture.Fixture", "object" ] }, { "fixtures._fixtures.mockpatch.MockPatch": [ "fixtures._fixtures.mockpatch._Base", "fixtures.fixture.Fixture", "object" ] }, { "fixtures._fixtures.mockpatch.MockPatchMultiple": [ "fixtures._fixtures.mockpatch._Base", "fixtures.fixture.Fixture", "object" ] }, { "fixtures._fixtures.mockpatch.MockPatchObject": [ "fixtures._fixtures.mockpatch._Base", "fixtures.fixture.Fixture", "object" ] }, { "fixtures._fixtures.mockpatch._Base": [ "fixtures.fixture.Fixture", "object" ] }, { "fixtures._fixtures.logger.FakeLogger": [ "fixtures.fixture.Fixture", "object" ] }, { "fixtures._fixtures.logger.LogHandler": [ "fixtures.fixture.Fixture", "object" ] }, { "fixtures._fixtures.logger.StreamHandlerRaiseException": [ "logging.Filterer", "logging.Handler", "logging.StreamHandler", "object" ] }, { "fixtures._fixtures.environ.EnvironmentVariable": [ "fixtures.fixture.Fixture", "object" ] }, { "filelock.BaseFileLock": [ "object" ] }, { "filelock.SoftFileLock": [ "filelock.BaseFileLock", "object" ] }, { "filelock.Timeout": [ "BaseException", "Exception", "OSError", "TimeoutError", "object" ] }, { "filelock.UnixFileLock": [ "filelock.BaseFileLock", "object" ] }, { "filelock.WindowsFileLock": [ "filelock.BaseFileLock", "object" ] }, { "filelock._Acquire_ReturnProxy": [ "object" ] }, { "fileinput.FileInput": [ "object", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "filecmp.dircmp": [ "object", "typing.Generic" ] }, { "fb303.FacebookService.Client": [ "fb303.FacebookService.Iface", "object" ] }, { "fb303.FacebookService.Iface": [ "object" ] }, { "fb303.FacebookService.Processor": [ "fb303.FacebookService.Iface", "object" ] }, { "fb303.FacebookService.aliveSince_args": [ "object" ] }, { "fb303.FacebookService.aliveSince_result": [ "object" ] }, { "fb303.FacebookService.getCounter_args": [ "object" ] }, { "fb303.FacebookService.getCounter_result": [ "object" ] }, { "fb303.FacebookService.getCounters_args": [ "object" ] }, { "fb303.FacebookService.getCounters_result": [ "object" ] }, { "fb303.FacebookService.getCpuProfile_args": [ "object" ] }, { "fb303.FacebookService.getCpuProfile_result": [ "object" ] }, { "fb303.FacebookService.getName_args": [ "object" ] }, { "fb303.FacebookService.getName_result": [ "object" ] }, { "fb303.FacebookService.getOption_args": [ "object" ] }, { "fb303.FacebookService.getOption_result": [ "object" ] }, { "fb303.FacebookService.getOptions_args": [ "object" ] }, { "fb303.FacebookService.getOptions_result": [ "object" ] }, { "fb303.FacebookService.getStatusDetails_args": [ "object" ] }, { "fb303.FacebookService.getStatusDetails_result": [ "object" ] }, { "fb303.FacebookService.getStatus_args": [ "object" ] }, { "fb303.FacebookService.getStatus_result": [ "object" ] }, { "fb303.FacebookService.getVersion_args": [ "object" ] }, { "fb303.FacebookService.getVersion_result": [ "object" ] }, { "fb303.FacebookService.reinitialize_args": [ "object" ] }, { "fb303.FacebookService.setOption_args": [ "object" ] }, { "fb303.FacebookService.setOption_result": [ "object" ] }, { "fb303.FacebookService.shutdown_args": [ "object" ] }, { "fasteners.tests.test_reader_writer_lock.ProcessReaderWriterLock": [ "fasteners.test.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "fasteners.tests.test_process_lock.BrokenLock": [ "fasteners.process_lock._InterProcessLock", "fasteners.process_lock._WindowsLock", "object" ] }, { "fasteners.tests.test_process_lock.ProcessLockTest": [ "fasteners.test.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "fasteners.tests.test_lock.ReadWriteLockTest": [ "fasteners.test.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "fasteners.tests.test_helpers.HelpersTest": [ "fasteners.test.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "fasteners.tests.test_decorators.DecoratorsTest": [ "fasteners.test.TestCase", "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "fasteners.tests.test_decorators.Locked": [ "object" ] }, { "fasteners.tests.test_decorators.ManyLocks": [ "object" ] }, { "fasteners.tests.test_decorators.RWLocked": [ "object" ] }, { "fasteners.test.TestCase": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "fasteners.pywin32.pywintypes.OVERLAPPED": [ "ctypes.Structure", "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "fasteners.pywin32.pywintypes._DummyStruct": [ "ctypes.Structure", "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "fasteners.pywin32.pywintypes._DummyUnion": [ "ctypes.Union", "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "fasteners.process_lock._FcntlInterProcessReaderWriterLock": [ "fasteners.process_lock._InterProcessReaderWriterLock", "object" ] }, { "fasteners.process_lock._FcntlLock": [ "fasteners.process_lock._InterProcessLock", "object" ] }, { "fasteners.process_lock._InterProcessLock": [ "object" ] }, { "fasteners.process_lock._InterProcessReaderWriterLock": [ "object" ] }, { "fasteners.process_lock._WindowsInterProcessReaderWriterLock": [ "fasteners.process_lock._InterProcessReaderWriterLock", "object" ] }, { "fasteners.process_lock._WindowsLock": [ "fasteners.process_lock._InterProcessLock", "object" ] }, { "fasteners.lock.ReaderWriterLock": [ "object" ] }, { "fasteners._utils.LockStack": [ "object" ] }, { "fasteners._utils.Retry": [ "object" ] }, { "fasteners._utils.RetryAgain": [ "BaseException", "Exception", "object" ] }, { "fasteners._utils.StopWatch": [ "object" ] }, { "extras.tests.test_extras.TestSafeHasattr": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "extras.tests.test_extras.TestSafeHasattr.test_attribute_not_there.Foo": [ "object" ] }, { "extras.tests.test_extras.TestSafeHasattr.test_attribute_there.Foo": [ "object" ] }, { "extras.tests.test_extras.TestSafeHasattr.test_property_raises.Foo": [ "object" ] }, { "extras.tests.test_extras.TestSafeHasattr.test_property_there.Foo": [ "object" ] }, { "extras.tests.test_extras.TestTryImport": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "extras.tests.test_extras.TestTryImports": [ "object", "testtools.testcase.TestCase", "unittest.case.TestCase", "unittest2.case.TestCase" ] }, { "examples.starwars_relay.schema.Faction": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "examples.starwars_relay.schema.Faction.Meta": [ "object" ] }, { "examples.starwars_relay.schema.IntroduceShip": [ "graphene.relay.mutation.ClientIDMutation", "graphene.types.base.BaseType", "graphene.types.mutation.Mutation", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "examples.starwars_relay.schema.IntroduceShip.Input": [ "object" ] }, { "examples.starwars_relay.schema.Mutation": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "examples.starwars_relay.schema.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "examples.starwars_relay.schema.Ship": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "examples.starwars_relay.schema.Ship.Meta": [ "object" ] }, { "examples.starwars_relay.schema.ShipConnection": [ "graphene.relay.connection.Connection", "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "examples.starwars_relay.schema.ShipConnection.Meta": [ "object" ] }, { "examples.starwars.schema.Character": [ "graphene.types.base.BaseType", "graphene.types.interface.Interface", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "examples.starwars.schema.Droid": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "examples.starwars.schema.Droid.Meta": [ "object" ] }, { "examples.starwars.schema.Episode": [ "graphene.types.enum.Enum", "object" ] }, { "examples.starwars.schema.Human": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "examples.starwars.schema.Human.Meta": [ "object" ] }, { "examples.starwars.schema.Query": [ "graphene.types.base.BaseType", "graphene.types.objecttype.ObjectType", "graphene.utils.subclass_with_meta.SubclassWithMeta", "object" ] }, { "eventlet.zipkin.wsgi.Sampler": [ "object" ] }, { "eventlet.zipkin.client.ZipkinClient": [ "object" ] }, { "eventlet.zipkin.api.TraceData": [ "object" ] }, { "eventlet.zipkin.api.ZipkinDataBuilder": [ "object" ] }, { "eventlet.zipkin._thrift.zipkinCore.ttypes.Annotation": [ "object" ] }, { "eventlet.zipkin._thrift.zipkinCore.ttypes.AnnotationType": [ "object" ] }, { "eventlet.zipkin._thrift.zipkinCore.ttypes.BinaryAnnotation": [ "object" ] }, { "eventlet.zipkin._thrift.zipkinCore.ttypes.Endpoint": [ "object" ] }, { "eventlet.zipkin._thrift.zipkinCore.ttypes.Span": [ "object" ] }, { "eventlet.wsgi.ChunkReadError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "eventlet.wsgi.FileObjectForHeaders": [ "object" ] }, { "eventlet.wsgi.HeaderLineTooLong": [ "BaseException", "Exception", "object" ] }, { "eventlet.wsgi.HeadersTooLarge": [ "BaseException", "Exception", "object" ] }, { "eventlet.wsgi.HttpProtocol": [ "object" ] }, { "eventlet.wsgi.Input": [ "object" ] }, { "eventlet.wsgi.LoggerFileWrapper": [ "eventlet.wsgi.LoggerNull", "object" ] }, { "eventlet.wsgi.LoggerNull": [ "object" ] }, { "eventlet.wsgi.Server": [ "object" ] }, { "eventlet.websocket.BadRequest": [ "BaseException", "Exception", "object" ] }, { "eventlet.websocket.ConnectionClosedError": [ "BaseException", "Exception", "object" ] }, { "eventlet.websocket.FailedConnectionError": [ "BaseException", "Exception", "object" ] }, { "eventlet.websocket.ProtocolError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "eventlet.websocket.RFC6455WebSocket": [ "eventlet.websocket.WebSocket", "object" ] }, { "eventlet.websocket.RFC6455WebSocket.Message": [ "object" ] }, { "eventlet.websocket.RFC6455WebSocket.UTF8Decoder": [ "object" ] }, { "eventlet.websocket.WebSocket": [ "object" ] }, { "eventlet.websocket.WebSocketWSGI": [ "object" ] }, { "eventlet.tpool.Proxy": [ "object" ] }, { "eventlet.timeout.Timeout": [ "BaseException", "object" ] }, { "eventlet.support.stacklesss.FirstSwitch": [ "object" ] }, { "eventlet.support.stacklesss.GreenletExit": [ "BaseException", "Exception", "object" ] }, { "eventlet.support.stacklesss.greenlet": [ "object" ] }, { "eventlet.support.greendns.HostsAnswer": [ "object" ] }, { "eventlet.support.greendns.HostsResolver": [ "object" ] }, { "eventlet.support.greendns.ResolverProxy": [ "object" ] }, { "eventlet.support.wrap_deprecated.wrapper.klass": [ "object" ] }, { "eventlet.semaphore.BoundedSemaphore": [ "eventlet.semaphore.Semaphore", "object" ] }, { "eventlet.semaphore.CappedSemaphore": [ "object" ] }, { "eventlet.semaphore.Semaphore": [ "object" ] }, { "eventlet.queue.ItemWaiter": [ "eventlet.queue.Waiter", "object" ] }, { "eventlet.queue.LifoQueue": [ "eventlet.queue.LightQueue", "eventlet.queue.Queue", "object" ] }, { "eventlet.queue.LightQueue": [ "object" ] }, { "eventlet.queue.PriorityQueue": [ "eventlet.queue.LightQueue", "eventlet.queue.Queue", "object" ] }, { "eventlet.queue.Queue": [ "eventlet.queue.LightQueue", "object" ] }, { "eventlet.queue.Waiter": [ "object" ] }, { "eventlet.pools.Pool": [ "object" ] }, { "eventlet.pools.Token": [ "object" ] }, { "eventlet.pools.TokenPool": [ "eventlet.pools.Pool", "object" ] }, { "eventlet.patcher.SysModulesSaver": [ "object" ] }, { "eventlet.hubs.timer.LocalTimer": [ "eventlet.hubs.timer.Timer", "object" ] }, { "eventlet.hubs.timer.Timer": [ "object" ] }, { "eventlet.hubs.selects.Hub": [ "eventlet.hubs.hub.BaseHub", "object" ] }, { "eventlet.hubs.pyevent.Hub": [ "eventlet.hubs.hub.BaseHub", "object" ] }, { "eventlet.hubs.pyevent.event_wrapper": [ "object" ] }, { "eventlet.hubs.poll.Hub": [ "eventlet.hubs.hub.BaseHub", "object" ] }, { "eventlet.hubs.kqueue.Hub": [ "eventlet.hubs.hub.BaseHub", "object" ] }, { "eventlet.hubs.hub.BaseHub": [ "object" ] }, { "eventlet.hubs.hub.DebugListener": [ "eventlet.hubs.hub.FdListener", "object" ] }, { "eventlet.hubs.hub.FdListener": [ "object" ] }, { "eventlet.hubs.epolls.Hub": [ "eventlet.hubs.hub.BaseHub", "eventlet.hubs.poll.Hub", "object" ] }, { "eventlet.hubs.HubError": [ "BaseException", "Exception", "object" ] }, { "eventlet.hubs.IOClosed": [ "BaseException", "Exception", "OSError", "object" ] }, { "eventlet.greenthread.GreenThread": [ "object" ] }, { "eventlet.greenpool.GreenMap": [ "eventlet.greenpool.GreenPile", "object" ] }, { "eventlet.greenpool.GreenPile": [ "object" ] }, { "eventlet.greenpool.GreenPool": [ "object" ] }, { "eventlet.greenio.py3.GreenFileIO": [ "io.IOBase", "object" ] }, { "eventlet.greenio.py2.GreenPipe": [ "object" ] }, { "eventlet.greenio.py2._SocketDuckForFd": [ "object" ] }, { "eventlet.greenio.base.GreenSocket": [ "object" ] }, { "eventlet.greenio.base.SSL": [ "object" ] }, { "eventlet.greenio.base.SSL.SysCallError": [ "BaseException", "Exception", "object" ] }, { "eventlet.greenio.base.SSL.WantReadError": [ "BaseException", "Exception", "object" ] }, { "eventlet.greenio.base.SSL.WantWriteError": [ "BaseException", "Exception", "object" ] }, { "eventlet.greenio.base.SSL.ZeroReturnError": [ "BaseException", "Exception", "object" ] }, { "eventlet.green.zmq.Context": [ "object" ] }, { "eventlet.green.zmq.LockReleaseError": [ "BaseException", "Exception", "object" ] }, { "eventlet.green.zmq.Socket": [ "object" ] }, { "eventlet.green.zmq._BlockedThread": [ "object" ] }, { "eventlet.green.zmq._QueueLock": [ "object" ] }, { "eventlet.green.threading._GreenThread": [ "object" ] }, { "eventlet.green.subprocess.Popen": [ "object" ] }, { "eventlet.green.subprocess.TimeoutExpired": [ "BaseException", "Exception", "object" ] }, { "eventlet.green.ssl.GreenSSLContext": [ "object" ] }, { "eventlet.green.ssl.GreenSSLSocket": [ "object" ] }, { "eventlet.green.profile.Profile": [ "object" ] }, { "eventlet.green.http.server.BaseHTTPRequestHandler": [ "object" ] }, { "eventlet.green.http.server.CGIHTTPRequestHandler": [ "eventlet.green.http.server.BaseHTTPRequestHandler", "eventlet.green.http.server.SimpleHTTPRequestHandler", "object" ] }, { "eventlet.green.http.server.HTTPServer": [ "object" ] }, { "eventlet.green.http.server.SimpleHTTPRequestHandler": [ "eventlet.green.http.server.BaseHTTPRequestHandler", "object" ] }, { "eventlet.green.http.cookies.BaseCookie": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "eventlet.green.http.cookies.CookieError": [ "BaseException", "Exception", "object" ] }, { "eventlet.green.http.cookies.Morsel": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "eventlet.green.http.cookies.SimpleCookie": [ "dict", "eventlet.green.http.cookies.BaseCookie", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "eventlet.green.http.cookiejar.Absent": [ "object" ] }, { "eventlet.green.http.cookiejar.Cookie": [ "object" ] }, { "eventlet.green.http.cookiejar.CookieJar": [ "object" ] }, { "eventlet.green.http.cookiejar.CookiePolicy": [ "object" ] }, { "eventlet.green.http.cookiejar.DefaultCookiePolicy": [ "eventlet.green.http.cookiejar.CookiePolicy", "object" ] }, { "eventlet.green.http.cookiejar.FileCookieJar": [ "eventlet.green.http.cookiejar.CookieJar", "object" ] }, { "eventlet.green.http.cookiejar.LWPCookieJar": [ "eventlet.green.http.cookiejar.CookieJar", "eventlet.green.http.cookiejar.FileCookieJar", "object" ] }, { "eventlet.green.http.cookiejar.LoadError": [ "BaseException", "Exception", "OSError", "object" ] }, { "eventlet.green.http.cookiejar.MozillaCookieJar": [ "eventlet.green.http.cookiejar.CookieJar", "eventlet.green.http.cookiejar.FileCookieJar", "object" ] }, { "eventlet.green.http.client.BadStatusLine": [ "BaseException", "Exception", "eventlet.green.http.client.HTTPException", "object" ] }, { "eventlet.green.http.client.CannotSendHeader": [ "BaseException", "Exception", "eventlet.green.http.client.HTTPException", "eventlet.green.http.client.ImproperConnectionState", "object" ] }, { "eventlet.green.http.client.CannotSendRequest": [ "BaseException", "Exception", "eventlet.green.http.client.HTTPException", "eventlet.green.http.client.ImproperConnectionState", "object" ] }, { "eventlet.green.http.client.HTTPConnection": [ "object" ] }, { "eventlet.green.http.client.HTTPException": [ "BaseException", "Exception", "object" ] }, { "eventlet.green.http.client.HTTPMessage": [ "email.message.Message", "object" ] }, { "eventlet.green.http.client.HTTPResponse": [ "io.BufferedIOBase", "io.IOBase", "object" ] }, { "eventlet.green.http.client.HTTPSConnection": [ "eventlet.green.http.client.HTTPConnection", "object" ] }, { "eventlet.green.http.client.ImproperConnectionState": [ "BaseException", "Exception", "eventlet.green.http.client.HTTPException", "object" ] }, { "eventlet.green.http.client.IncompleteRead": [ "BaseException", "Exception", "eventlet.green.http.client.HTTPException", "object" ] }, { "eventlet.green.http.client.InvalidURL": [ "BaseException", "Exception", "eventlet.green.http.client.HTTPException", "object" ] }, { "eventlet.green.http.client.LineTooLong": [ "BaseException", "Exception", "eventlet.green.http.client.HTTPException", "object" ] }, { "eventlet.green.http.client.NotConnected": [ "BaseException", "Exception", "eventlet.green.http.client.HTTPException", "object" ] }, { "eventlet.green.http.client.RemoteDisconnected": [ "BaseException", "ConnectionError", "ConnectionResetError", "Exception", "OSError", "eventlet.green.http.client.BadStatusLine", "eventlet.green.http.client.HTTPException", "object" ] }, { "eventlet.green.http.client.ResponseNotReady": [ "BaseException", "Exception", "eventlet.green.http.client.HTTPException", "eventlet.green.http.client.ImproperConnectionState", "object" ] }, { "eventlet.green.http.client.UnimplementedFileMode": [ "BaseException", "Exception", "eventlet.green.http.client.HTTPException", "object" ] }, { "eventlet.green.http.client.UnknownProtocol": [ "BaseException", "Exception", "eventlet.green.http.client.HTTPException", "object" ] }, { "eventlet.green.http.client.UnknownTransferEncoding": [ "BaseException", "Exception", "eventlet.green.http.client.HTTPException", "object" ] }, { "eventlet.green.http.HTTPStatus": [ "complex", "enum.Enum", "enum.IntEnum", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "eventlet.green.builtin.file": [] }, { "eventlet.green.Queue.LifoQueue": [ "eventlet.queue.LifoQueue", "eventlet.queue.LightQueue", "eventlet.queue.Queue", "object" ] }, { "eventlet.green.Queue.PriorityQueue": [ "eventlet.queue.LightQueue", "eventlet.queue.PriorityQueue", "eventlet.queue.Queue", "object" ] }, { "eventlet.green.Queue.Queue": [ "eventlet.queue.LightQueue", "eventlet.queue.Queue", "object" ] }, { "eventlet.green.OpenSSL.SSL.GreenConnection": [ "eventlet.greenio.base.GreenSocket", "object" ] }, { "eventlet.green.MySQLdb.MySQLdbConnectionsModule": [ "object" ] }, { "eventlet.event.Event": [ "object" ] }, { "eventlet.event.NOT_USED": [ "object" ] }, { "eventlet.debug.Spew": [ "object" ] }, { "eventlet.db_pool.BaseConnectionPool": [ "eventlet.pools.Pool", "object" ] }, { "eventlet.db_pool.ConnectTimeout": [ "BaseException", "Exception", "object" ] }, { "eventlet.db_pool.DatabaseConnector": [ "object" ] }, { "eventlet.db_pool.GenericConnectionWrapper": [ "object" ] }, { "eventlet.db_pool.PooledConnectionWrapper": [ "eventlet.db_pool.GenericConnectionWrapper", "object" ] }, { "eventlet.db_pool.RawConnectionPool": [ "eventlet.db_pool.BaseConnectionPool", "eventlet.pools.Pool", "object" ] }, { "eventlet.db_pool.TpooledConnectionPool": [ "eventlet.db_pool.BaseConnectionPool", "eventlet.pools.Pool", "object" ] }, { "eventlet.dagpool.Collision": [ "BaseException", "Exception", "object" ] }, { "eventlet.dagpool.DAGPool": [ "object" ] }, { "eventlet.dagpool.DAGPool._Coro": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "eventlet.dagpool.PropagateError": [ "BaseException", "Exception", "object" ] }, { "eventlet.coros.metaphore": [ "object" ] }, { "eventlet.corolocal._localbase": [ "object" ] }, { "eventlet.corolocal.local": [ "eventlet.corolocal._localbase", "object" ] }, { "eventlet.convenience.ReusePortUnavailableWarning": [ "BaseException", "Exception", "Warning", "object" ] }, { "eventlet.convenience.ReuseRandomPortWarning": [ "BaseException", "Exception", "Warning", "object" ] }, { "eventlet.convenience.StopServe": [ "BaseException", "Exception", "object" ] }, { "eventlet.backdoor.FileProxy": [ "object" ] }, { "eventlet.backdoor.SocketConsole": [ "object" ] }, { "enum.Enum": [ "object" ] }, { "enum.EnumMeta": [ "abc.ABCMeta", "object", "type", "typing.Generic" ] }, { "enum.Flag": [ "enum.Enum", "object" ] }, { "enum.IntEnum": [ "complex", "enum.Enum", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "enum.IntFlag": [ "complex", "enum.Enum", "enum.Flag", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "enum.auto": [ "complex", "enum.Enum", "enum.Flag", "enum.IntFlag", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "encodings.utf_8.IncrementalDecoder": [ "codecs.BufferedIncrementalDecoder", "codecs.IncrementalDecoder", "object" ] }, { "encodings.utf_8.IncrementalEncoder": [ "codecs.IncrementalEncoder", "object" ] }, { "encodings.utf_8.StreamReader": [ "codecs.Codec", "codecs.StreamReader", "object" ] }, { "encodings.utf_8.StreamWriter": [ "codecs.Codec", "codecs.StreamWriter", "object" ] }, { "email.policy.Compat32": [ "email.policy.Policy", "object" ] }, { "email.policy.EmailPolicy": [ "email.policy.Policy", "object" ] }, { "email.policy.Policy": [ "object" ] }, { "email.parser.BytesHeaderParser": [ "email.parser.BytesParser", "object" ] }, { "email.parser.BytesParser": [ "object" ] }, { "email.parser.HeaderParser": [ "email.parser.Parser", "object" ] }, { "email.parser.Parser": [ "object" ] }, { "email.mime.text.MIMEText": [ "email.message.Message", "email.mime.base.MIMEBase", "email.mime.nonmultipart.MIMENonMultipart", "object" ] }, { "email.mime.nonmultipart.MIMENonMultipart": [ "email.message.Message", "email.mime.base.MIMEBase", "object" ] }, { "email.mime.multipart.MIMEMultipart": [ "email.message.Message", "email.mime.base.MIMEBase", "object" ] }, { "email.mime.message.MIMEMessage": [ "email.message.Message", "email.mime.base.MIMEBase", "email.mime.nonmultipart.MIMENonMultipart", "object" ] }, { "email.mime.image.MIMEImage": [ "email.message.Message", "email.mime.base.MIMEBase", "email.mime.nonmultipart.MIMENonMultipart", "object" ] }, { "email.mime.base.MIMEBase": [ "email.message.Message", "object" ] }, { "email.mime.audio.MIMEAudio": [ "email.message.Message", "email.mime.base.MIMEBase", "email.mime.nonmultipart.MIMENonMultipart", "object" ] }, { "email.mime.application.MIMEApplication": [ "email.message.Message", "email.mime.base.MIMEBase", "email.mime.nonmultipart.MIMENonMultipart", "object" ] }, { "email.message.EmailMessage": [ "email.message.MIMEPart", "email.message.Message", "object" ] }, { "email.message.MIMEPart": [ "email.message.Message", "object" ] }, { "email.message.Message": [ "object" ] }, { "email.headerregistry.Address": [ "object" ] }, { "email.headerregistry.AddressHeader": [ "object" ] }, { "email.headerregistry.BaseHeader": [ "object", "str", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "email.headerregistry.ContentDispositionHeader": [ "email.headerregistry.ParameterizedMIMEHeader", "object" ] }, { "email.headerregistry.ContentTransferEncodingHeader": [ "object" ] }, { "email.headerregistry.ContentTypeHeader": [ "email.headerregistry.ParameterizedMIMEHeader", "object" ] }, { "email.headerregistry.DateHeader": [ "object" ] }, { "email.headerregistry.Group": [ "object" ] }, { "email.headerregistry.HeaderRegistry": [ "object" ] }, { "email.headerregistry.MIMEVersionHeader": [ "object" ] }, { "email.headerregistry.ParameterizedMIMEHeader": [ "object" ] }, { "email.headerregistry.SingleAddressHeader": [ "email.headerregistry.AddressHeader", "object" ] }, { "email.headerregistry.UniqueAddressHeader": [ "email.headerregistry.AddressHeader", "object" ] }, { "email.headerregistry.UniqueDateHeader": [ "email.headerregistry.DateHeader", "object" ] }, { "email.headerregistry.UniqueSingleAddressHeader": [ "email.headerregistry.AddressHeader", "email.headerregistry.SingleAddressHeader", "object" ] }, { "email.headerregistry.UniqueUnstructuredHeader": [ "email.headerregistry.UnstructuredHeader", "object" ] }, { "email.headerregistry.UnstructuredHeader": [ "object" ] }, { "email.header.Header": [ "object" ] }, { "email.generator.BytesGenerator": [ "object" ] }, { "email.generator.DecodedGenerator": [ "email.generator.Generator", "object" ] }, { "email.generator.Generator": [ "object" ] }, { "email.feedparser.BytesFeedParser": [ "object", "typing.Generic" ] }, { "email.feedparser.FeedParser": [ "object", "typing.Generic" ] }, { "email.errors.BoundaryError": [ "BaseException", "Exception", "email.errors.MessageError", "email.errors.MessageParseError", "object" ] }, { "email.errors.CloseBoundaryNotFoundDefect": [ "BaseException", "Exception", "ValueError", "email.errors.MessageDefect", "object" ] }, { "email.errors.FirstHeaderLineIsContinuationDefect": [ "BaseException", "Exception", "ValueError", "email.errors.MessageDefect", "object" ] }, { "email.errors.HeaderParseError": [ "BaseException", "Exception", "email.errors.MessageError", "email.errors.MessageParseError", "object" ] }, { "email.errors.InvalidBase64CharactersDefect": [ "BaseException", "Exception", "ValueError", "email.errors.MessageDefect", "object" ] }, { "email.errors.InvalidBase64PaddingDefect": [ "BaseException", "Exception", "ValueError", "email.errors.MessageDefect", "object" ] }, { "email.errors.MessageDefect": [ "BaseException", "Exception", "ValueError", "object" ] }, { "email.errors.MessageError": [ "BaseException", "Exception", "object" ] }, { "email.errors.MessageParseError": [ "BaseException", "Exception", "email.errors.MessageError", "object" ] }, { "email.errors.MisplacedEnvelopeHeaderDefect": [ "BaseException", "Exception", "ValueError", "email.errors.MessageDefect", "object" ] }, { "email.errors.MissingHeaderBodySeparatorDefect": [ "BaseException", "Exception", "ValueError", "email.errors.MessageDefect", "object" ] }, { "email.errors.MultipartConversionError": [ "BaseException", "Exception", "TypeError", "email.errors.MessageError", "object" ] }, { "email.errors.MultipartInvariantViolationDefect": [ "BaseException", "Exception", "ValueError", "email.errors.MessageDefect", "object" ] }, { "email.errors.NoBoundaryInMultipartDefect": [ "BaseException", "Exception", "ValueError", "email.errors.MessageDefect", "object" ] }, { "email.errors.StartBoundaryNotFoundDefect": [ "BaseException", "Exception", "ValueError", "email.errors.MessageDefect", "object" ] }, { "email.contentmanager.ContentManager": [ "object" ] }, { "email.charset.Charset": [ "object" ] }, { "elementpath.xpath_token.ValueToken": [ "elementpath.tdop.Token", "elementpath.xpath_token.XPathToken", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "elementpath.xpath_token.XPathFunction": [ "elementpath.tdop.Token", "elementpath.xpath_token.XPathToken", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "elementpath.xpath_token.XPathToken": [ "elementpath.tdop.Token", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "elementpath.xpath_selectors.Selector": [ "object" ] }, { "elementpath.xpath_nodes.AttributeNode": [ "abc.ABC", "elementpath.xpath_nodes.XPathNode", "object" ] }, { "elementpath.xpath_nodes.NamespaceNode": [ "abc.ABC", "elementpath.xpath_nodes.XPathNode", "object" ] }, { "elementpath.xpath_nodes.TextNode": [ "abc.ABC", "elementpath.xpath_nodes.XPathNode", "object" ] }, { "elementpath.xpath_nodes.TypedAttribute": [ "abc.ABC", "elementpath.xpath_nodes.XPathNode", "object" ] }, { "elementpath.xpath_nodes.TypedElement": [ "abc.ABC", "elementpath.xpath_nodes.XPathNode", "object" ] }, { "elementpath.xpath_nodes.XPathNode": [ "abc.ABC", "object" ] }, { "elementpath.xpath_context.XPathContext": [ "object" ] }, { "elementpath.xpath_context.XPathSchemaContext": [ "elementpath.xpath_context.XPathContext", "object" ] }, { "elementpath.xpath31.xpath31_parser.XPath31Parser": [ "elementpath.tdop.Parser", "elementpath.xpath1.xpath1_parser.XPath1Parser", "elementpath.xpath2.xpath2_parser.XPath2Parser", "elementpath.xpath30.xpath30_parser.XPath30Parser", "object" ] }, { "elementpath.xpath30.xpath30_parser.XPath30Parser": [ "elementpath.tdop.Parser", "elementpath.xpath1.xpath1_parser.XPath1Parser", "elementpath.xpath2.xpath2_parser.XPath2Parser", "object" ] }, { "elementpath.xpath2.xpath2_parser.XPath2Parser": [ "elementpath.tdop.Parser", "elementpath.xpath1.xpath1_parser.XPath1Parser", "object" ] }, { "elementpath.xpath1.xpath1_parser.XPath1Parser": [ "elementpath.tdop.Parser", "object" ] }, { "elementpath.tdop.MultiLabel": [ "object" ] }, { "elementpath.tdop.ParseError": [ "BaseException", "Exception", "SyntaxError", "object" ] }, { "elementpath.tdop.Parser": [ "object" ] }, { "elementpath.tdop.ParserMeta": [ "object", "type", "typing.Generic" ] }, { "elementpath.tdop.Token": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "elementpath.schema_proxy.AbstractEtreeElement": [ "object" ] }, { "elementpath.schema_proxy.AbstractGlobalMaps": [ "object" ] }, { "elementpath.schema_proxy.AbstractSchemaProxy": [ "object" ] }, { "elementpath.schema_proxy.AbstractXsdAttribute": [ "elementpath.schema_proxy.AbstractXsdComponent", "object" ] }, { "elementpath.schema_proxy.AbstractXsdComponent": [ "object" ] }, { "elementpath.schema_proxy.AbstractXsdElement": [ "elementpath.schema_proxy.AbstractEtreeElement", "elementpath.schema_proxy.AbstractXsdComponent", "object" ] }, { "elementpath.schema_proxy.AbstractXsdSchema": [ "elementpath.schema_proxy.AbstractEtreeElement", "object" ] }, { "elementpath.schema_proxy.AbstractXsdType": [ "elementpath.schema_proxy.AbstractXsdComponent", "object" ] }, { "elementpath.regex.unicode_subsets.RegexError": [ "BaseException", "Exception", "object" ] }, { "elementpath.regex.unicode_subsets.UnicodeSubset": [ "object", "typing.AbstractSet", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSet", "typing.Protocol" ] }, { "elementpath.regex.character_classes.CharacterClass": [ "object", "typing.AbstractSet", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSet", "typing.Protocol" ] }, { "elementpath.exceptions.ElementPathError": [ "BaseException", "Exception", "object" ] }, { "elementpath.exceptions.ElementPathKeyError": [ "BaseException", "Exception", "KeyError", "LookupError", "elementpath.exceptions.ElementPathError", "object" ] }, { "elementpath.exceptions.ElementPathLocaleError": [ "BaseException", "Exception", "elementpath.exceptions.ElementPathError", "locale.Error", "object" ] }, { "elementpath.exceptions.ElementPathNameError": [ "BaseException", "Exception", "NameError", "elementpath.exceptions.ElementPathError", "object" ] }, { "elementpath.exceptions.ElementPathOverflowError": [ "ArithmeticError", "BaseException", "Exception", "OverflowError", "elementpath.exceptions.ElementPathError", "object" ] }, { "elementpath.exceptions.ElementPathRuntimeError": [ "BaseException", "Exception", "RuntimeError", "elementpath.exceptions.ElementPathError", "object" ] }, { "elementpath.exceptions.ElementPathSyntaxError": [ "BaseException", "Exception", "SyntaxError", "elementpath.exceptions.ElementPathError", "object" ] }, { "elementpath.exceptions.ElementPathTypeError": [ "BaseException", "Exception", "TypeError", "elementpath.exceptions.ElementPathError", "object" ] }, { "elementpath.exceptions.ElementPathValueError": [ "BaseException", "Exception", "ValueError", "elementpath.exceptions.ElementPathError", "object" ] }, { "elementpath.exceptions.ElementPathZeroDivisionError": [ "ArithmeticError", "BaseException", "Exception", "ZeroDivisionError", "elementpath.exceptions.ElementPathError", "object" ] }, { "elementpath.exceptions.MissingContextError": [ "BaseException", "Exception", "elementpath.exceptions.ElementPathError", "object" ] }, { "elementpath.datatypes.uri.AnyURI": [ "elementpath.datatypes.atomic_types.AnyAtomicType", "object" ] }, { "elementpath.datatypes.untyped.UntypedAtomic": [ "object" ] }, { "elementpath.datatypes.string.Entity": [ "elementpath.datatypes.string.NCName", "elementpath.datatypes.string.Name", "elementpath.datatypes.string.NormalizedString", "elementpath.datatypes.string.XsdToken", "object", "str", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "elementpath.datatypes.string.Id": [ "elementpath.datatypes.string.NCName", "elementpath.datatypes.string.Name", "elementpath.datatypes.string.NormalizedString", "elementpath.datatypes.string.XsdToken", "object", "str", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "elementpath.datatypes.string.Idref": [ "elementpath.datatypes.string.NCName", "elementpath.datatypes.string.Name", "elementpath.datatypes.string.NormalizedString", "elementpath.datatypes.string.XsdToken", "object", "str", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "elementpath.datatypes.string.Language": [ "elementpath.datatypes.string.NormalizedString", "elementpath.datatypes.string.XsdToken", "object", "str", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "elementpath.datatypes.string.NCName": [ "elementpath.datatypes.string.Name", "elementpath.datatypes.string.NormalizedString", "elementpath.datatypes.string.XsdToken", "object", "str", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "elementpath.datatypes.string.NMToken": [ "elementpath.datatypes.string.NormalizedString", "elementpath.datatypes.string.XsdToken", "object", "str", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "elementpath.datatypes.string.Name": [ "elementpath.datatypes.string.NormalizedString", "elementpath.datatypes.string.XsdToken", "object", "str", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "elementpath.datatypes.string.NormalizedString": [ "object", "str", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "elementpath.datatypes.string.XsdToken": [ "elementpath.datatypes.string.NormalizedString", "object", "str", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "elementpath.datatypes.qname.AbstractQName": [ "object" ] }, { "elementpath.datatypes.qname.Notation": [ "elementpath.datatypes.qname.AbstractQName", "object" ] }, { "elementpath.datatypes.qname.QName": [ "elementpath.datatypes.qname.AbstractQName", "object" ] }, { "elementpath.datatypes.proxies.ArithmeticProxy": [ "object" ] }, { "elementpath.datatypes.proxies.ArithmeticTypeMeta": [ "object", "type", "typing.Generic" ] }, { "elementpath.datatypes.proxies.BooleanProxy": [ "object" ] }, { "elementpath.datatypes.proxies.DecimalProxy": [ "object" ] }, { "elementpath.datatypes.proxies.DoubleProxy": [ "elementpath.datatypes.proxies.DoubleProxy10", "object" ] }, { "elementpath.datatypes.proxies.DoubleProxy10": [ "object" ] }, { "elementpath.datatypes.proxies.NumericProxy": [ "object" ] }, { "elementpath.datatypes.proxies.NumericTypeMeta": [ "object", "type", "typing.Generic" ] }, { "elementpath.datatypes.proxies.StringProxy": [ "object" ] }, { "elementpath.datatypes.numeric.Byte": [ "complex", "elementpath.datatypes.numeric.Int", "elementpath.datatypes.numeric.Integer", "elementpath.datatypes.numeric.Long", "elementpath.datatypes.numeric.Short", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "elementpath.datatypes.numeric.Float": [ "complex", "elementpath.datatypes.atomic_types.AnyAtomicType", "elementpath.datatypes.numeric.Float10", "float", "numbers.Complex", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "elementpath.datatypes.numeric.Float10": [ "complex", "elementpath.datatypes.atomic_types.AnyAtomicType", "float", "numbers.Complex", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "elementpath.datatypes.numeric.Int": [ "complex", "elementpath.datatypes.numeric.Integer", "elementpath.datatypes.numeric.Long", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "elementpath.datatypes.numeric.Integer": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "elementpath.datatypes.numeric.Long": [ "complex", "elementpath.datatypes.numeric.Integer", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "elementpath.datatypes.numeric.NegativeInteger": [ "complex", "elementpath.datatypes.numeric.Integer", "elementpath.datatypes.numeric.NonPositiveInteger", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "elementpath.datatypes.numeric.NonNegativeInteger": [ "complex", "elementpath.datatypes.numeric.Integer", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "elementpath.datatypes.numeric.NonPositiveInteger": [ "complex", "elementpath.datatypes.numeric.Integer", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "elementpath.datatypes.numeric.PositiveInteger": [ "complex", "elementpath.datatypes.numeric.Integer", "elementpath.datatypes.numeric.NonNegativeInteger", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "elementpath.datatypes.numeric.Short": [ "complex", "elementpath.datatypes.numeric.Int", "elementpath.datatypes.numeric.Integer", "elementpath.datatypes.numeric.Long", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "elementpath.datatypes.numeric.UnsignedByte": [ "complex", "elementpath.datatypes.numeric.Integer", "elementpath.datatypes.numeric.NonNegativeInteger", "elementpath.datatypes.numeric.UnsignedInt", "elementpath.datatypes.numeric.UnsignedLong", "elementpath.datatypes.numeric.UnsignedShort", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "elementpath.datatypes.numeric.UnsignedInt": [ "complex", "elementpath.datatypes.numeric.Integer", "elementpath.datatypes.numeric.NonNegativeInteger", "elementpath.datatypes.numeric.UnsignedLong", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "elementpath.datatypes.numeric.UnsignedLong": [ "complex", "elementpath.datatypes.numeric.Integer", "elementpath.datatypes.numeric.NonNegativeInteger", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "elementpath.datatypes.numeric.UnsignedShort": [ "complex", "elementpath.datatypes.numeric.Integer", "elementpath.datatypes.numeric.NonNegativeInteger", "elementpath.datatypes.numeric.UnsignedInt", "elementpath.datatypes.numeric.UnsignedLong", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "elementpath.datatypes.datetime.AbstractDateTime": [ "object" ] }, { "elementpath.datatypes.datetime.Date": [ "elementpath.datatypes.datetime.AbstractDateTime", "elementpath.datatypes.datetime.Date10", "elementpath.datatypes.datetime.OrderedDateTime", "object" ] }, { "elementpath.datatypes.datetime.Date10": [ "elementpath.datatypes.datetime.AbstractDateTime", "elementpath.datatypes.datetime.OrderedDateTime", "object" ] }, { "elementpath.datatypes.datetime.DateTime": [ "elementpath.datatypes.datetime.AbstractDateTime", "elementpath.datatypes.datetime.DateTime10", "elementpath.datatypes.datetime.OrderedDateTime", "object" ] }, { "elementpath.datatypes.datetime.DateTime10": [ "elementpath.datatypes.datetime.AbstractDateTime", "elementpath.datatypes.datetime.OrderedDateTime", "object" ] }, { "elementpath.datatypes.datetime.DateTimeStamp": [ "elementpath.datatypes.datetime.AbstractDateTime", "elementpath.datatypes.datetime.DateTime", "elementpath.datatypes.datetime.DateTime10", "elementpath.datatypes.datetime.OrderedDateTime", "object" ] }, { "elementpath.datatypes.datetime.DayTimeDuration": [ "elementpath.datatypes.atomic_types.AnyAtomicType", "elementpath.datatypes.datetime.Duration", "object" ] }, { "elementpath.datatypes.datetime.Duration": [ "elementpath.datatypes.atomic_types.AnyAtomicType", "object" ] }, { "elementpath.datatypes.datetime.GregorianDay": [ "elementpath.datatypes.datetime.AbstractDateTime", "elementpath.datatypes.datetime.OrderedDateTime", "object" ] }, { "elementpath.datatypes.datetime.GregorianMonth": [ "elementpath.datatypes.datetime.AbstractDateTime", "elementpath.datatypes.datetime.OrderedDateTime", "object" ] }, { "elementpath.datatypes.datetime.GregorianMonthDay": [ "elementpath.datatypes.datetime.AbstractDateTime", "elementpath.datatypes.datetime.OrderedDateTime", "object" ] }, { "elementpath.datatypes.datetime.GregorianYear": [ "elementpath.datatypes.datetime.AbstractDateTime", "elementpath.datatypes.datetime.GregorianYear10", "elementpath.datatypes.datetime.OrderedDateTime", "object" ] }, { "elementpath.datatypes.datetime.GregorianYear10": [ "elementpath.datatypes.datetime.AbstractDateTime", "elementpath.datatypes.datetime.OrderedDateTime", "object" ] }, { "elementpath.datatypes.datetime.GregorianYearMonth": [ "elementpath.datatypes.datetime.AbstractDateTime", "elementpath.datatypes.datetime.GregorianYearMonth10", "elementpath.datatypes.datetime.OrderedDateTime", "object" ] }, { "elementpath.datatypes.datetime.GregorianYearMonth10": [ "elementpath.datatypes.datetime.AbstractDateTime", "elementpath.datatypes.datetime.OrderedDateTime", "object" ] }, { "elementpath.datatypes.datetime.OrderedDateTime": [ "elementpath.datatypes.datetime.AbstractDateTime", "object" ] }, { "elementpath.datatypes.datetime.Time": [ "elementpath.datatypes.datetime.AbstractDateTime", "object" ] }, { "elementpath.datatypes.datetime.Timezone": [ "datetime.tzinfo", "object" ] }, { "elementpath.datatypes.datetime.YearMonthDuration": [ "elementpath.datatypes.atomic_types.AnyAtomicType", "elementpath.datatypes.datetime.Duration", "object" ] }, { "elementpath.datatypes.binary.AbstractBinary": [ "object" ] }, { "elementpath.datatypes.binary.Base64Binary": [ "elementpath.datatypes.binary.AbstractBinary", "object" ] }, { "elementpath.datatypes.binary.HexBinary": [ "elementpath.datatypes.binary.AbstractBinary", "object" ] }, { "elementpath.datatypes.atomic_types.AnyAtomicType": [ "object" ] }, { "elementpath.datatypes.atomic_types.AtomicTypeMeta": [ "abc.ABCMeta", "object", "type", "typing.Generic" ] }, { "editor.EditorError": [ "BaseException", "Exception", "RuntimeError", "object" ] }, { "dogpile.util.readwrite_lock.LockError": [ "BaseException", "Exception", "object" ] }, { "dogpile.util.readwrite_lock.ReadWriteMutex": [ "object" ] }, { "dogpile.util.nameregistry.NameRegistry": [ "object" ] }, { "dogpile.util.langhelpers.KeyReentrantMutex": [ "object" ] }, { "dogpile.util.langhelpers.Mutex": [ "abc.ABC", "object" ] }, { "dogpile.util.langhelpers.PluginLoader": [ "object" ] }, { "dogpile.util.langhelpers.PluginLoader.NotFound": [ "BaseException", "Exception", "object" ] }, { "dogpile.util.langhelpers.memoized_property": [ "object" ] }, { "dogpile.util.compat.ArgSpec": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "dogpile.util.compat.FullArgSpec": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "dogpile.lock.Lock": [ "object" ] }, { "dogpile.lock.NeedRegenerationException": [ "BaseException", "Exception", "object" ] }, { "dogpile.cache.util.repr_obj": [ "object" ] }, { "dogpile.cache.region.CacheRegion": [ "object" ] }, { "dogpile.cache.region.CacheRegion._LockWrapper": [ "abc.ABC", "dogpile.cache.api.CacheMutex", "object" ] }, { "dogpile.cache.region.DefaultInvalidationStrategy": [ "dogpile.cache.region.RegionInvalidationStrategy", "object" ] }, { "dogpile.cache.region.RegionInvalidationStrategy": [ "object" ] }, { "dogpile.cache.proxy.ProxyBackend": [ "dogpile.cache.api.CacheBackend", "object" ] }, { "dogpile.cache.plugins.mako_cache.MakoPlugin": [ "mako.cache.CacheImpl", "object" ] }, { "dogpile.cache.exception.DogpileCacheException": [ "BaseException", "Exception", "object" ] }, { "dogpile.cache.exception.PluginNotFound": [ "BaseException", "Exception", "dogpile.cache.exception.DogpileCacheException", "object" ] }, { "dogpile.cache.exception.RegionAlreadyConfigured": [ "BaseException", "Exception", "dogpile.cache.exception.DogpileCacheException", "object" ] }, { "dogpile.cache.exception.RegionNotConfigured": [ "BaseException", "Exception", "dogpile.cache.exception.DogpileCacheException", "object" ] }, { "dogpile.cache.exception.ValidationError": [ "BaseException", "Exception", "dogpile.cache.exception.DogpileCacheException", "object" ] }, { "dogpile.cache.backends.redis.RedisBackend": [ "dogpile.cache.api.BytesBackend", "dogpile.cache.api.CacheBackend", "dogpile.cache.api.DefaultSerialization", "object" ] }, { "dogpile.cache.backends.redis.RedisSentinelBackend": [ "dogpile.cache.api.BytesBackend", "dogpile.cache.api.CacheBackend", "dogpile.cache.api.DefaultSerialization", "dogpile.cache.backends.redis.RedisBackend", "object" ] }, { "dogpile.cache.backends.null.NullBackend": [ "dogpile.cache.api.CacheBackend", "object" ] }, { "dogpile.cache.backends.null.NullLock": [ "object" ] }, { "dogpile.cache.backends.memory.MemoryBackend": [ "dogpile.cache.api.CacheBackend", "object" ] }, { "dogpile.cache.backends.memory.MemoryPickleBackend": [ "dogpile.cache.api.CacheBackend", "dogpile.cache.api.DefaultSerialization", "dogpile.cache.backends.memory.MemoryBackend", "object" ] }, { "dogpile.cache.backends.memcached.BMemcachedBackend": [ "dogpile.cache.api.CacheBackend", "dogpile.cache.backends.memcached.GenericMemcachedBackend", "object" ] }, { "dogpile.cache.backends.memcached.BMemcachedBackend._imports.RepairBMemcachedAPI": [ "object" ] }, { "dogpile.cache.backends.memcached.GenericMemcachedBackend": [ "dogpile.cache.api.CacheBackend", "object" ] }, { "dogpile.cache.backends.memcached.GenericMemcachedBackend._clients.ClientPool": [ "object", "threading.local" ] }, { "dogpile.cache.backends.memcached.MemcacheArgs": [ "dogpile.cache.api.CacheBackend", "dogpile.cache.backends.memcached.GenericMemcachedBackend", "object" ] }, { "dogpile.cache.backends.memcached.MemcachedBackend": [ "dogpile.cache.api.CacheBackend", "dogpile.cache.backends.memcached.GenericMemcachedBackend", "dogpile.cache.backends.memcached.MemcacheArgs", "object" ] }, { "dogpile.cache.backends.memcached.MemcachedLock": [ "object" ] }, { "dogpile.cache.backends.memcached.PyMemcacheBackend": [ "dogpile.cache.api.CacheBackend", "dogpile.cache.backends.memcached.GenericMemcachedBackend", "object" ] }, { "dogpile.cache.backends.memcached.PylibmcBackend": [ "dogpile.cache.api.CacheBackend", "dogpile.cache.backends.memcached.GenericMemcachedBackend", "dogpile.cache.backends.memcached.MemcacheArgs", "object" ] }, { "dogpile.cache.backends.file.AbstractFileLock": [ "object" ] }, { "dogpile.cache.backends.file.DBMBackend": [ "dogpile.cache.api.BytesBackend", "dogpile.cache.api.CacheBackend", "dogpile.cache.api.DefaultSerialization", "object" ] }, { "dogpile.cache.backends.file.FileLock": [ "dogpile.cache.backends.file.AbstractFileLock", "object" ] }, { "dogpile.cache.api.BytesBackend": [ "dogpile.cache.api.CacheBackend", "dogpile.cache.api.DefaultSerialization", "object" ] }, { "dogpile.cache.api.CacheBackend": [ "object" ] }, { "dogpile.cache.api.CacheMutex": [ "abc.ABC", "object" ] }, { "dogpile.cache.api.CachedValue": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "dogpile.cache.api.DefaultSerialization": [ "object" ] }, { "dogpile.cache.api.NoValue": [ "object" ] }, { "docutils.parsers.rst.states.Inliner": [ "object" ] }, { "docutils.nodes.reference": [ "object" ] }, { "doctest.DebugRunner": [ "doctest.DocTestRunner", "object" ] }, { "doctest.DocFileCase": [ "doctest.DocTestCase", "object", "unittest.case.TestCase" ] }, { "doctest.DocTest": [ "object" ] }, { "doctest.DocTestCase": [ "object", "unittest.case.TestCase" ] }, { "doctest.DocTestFailure": [ "BaseException", "Exception", "object" ] }, { "doctest.DocTestFinder": [ "object" ] }, { "doctest.DocTestParser": [ "object" ] }, { "doctest.DocTestRunner": [ "object" ] }, { "doctest.Example": [ "object" ] }, { "doctest.OutputChecker": [ "object" ] }, { "doctest.SkipDocTestCase": [ "doctest.DocTestCase", "object", "unittest.case.TestCase" ] }, { "doctest.TestResults": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "doctest.UnexpectedException": [ "BaseException", "Exception", "object" ] }, { "doctest._DocTestSuite": [ "object", "typing.Generic", "typing.Iterable", "typing.Protocol", "unittest.suite.BaseTestSuite", "unittest.suite.TestSuite" ] }, { "dns.zone.BadZone": [ "BaseException", "Exception", "dns.exception.DNSException", "object" ] }, { "dns.zone.NoNS": [ "BaseException", "Exception", "dns.exception.DNSException", "dns.zone.BadZone", "object" ] }, { "dns.zone.NoSOA": [ "BaseException", "Exception", "dns.exception.DNSException", "dns.zone.BadZone", "object" ] }, { "dns.zone.UnknownOrigin": [ "BaseException", "Exception", "dns.exception.DNSException", "dns.zone.BadZone", "object" ] }, { "dns.zone.Zone": [ "object" ] }, { "dns.zone._MasterReader": [ "object" ] }, { "dns.wiredata.WireData": [ "bytes", "object", "typing.ByteString", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "dns.wiredata._SliceUnspecifiedBound": [ "bytes", "object", "typing.ByteString", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "dns.update.Update": [ "dns.message.Message", "object" ] }, { "dns.ttl.BadTTL": [ "BaseException", "Exception", "dns.exception.DNSException", "dns.exception.SyntaxError", "object" ] }, { "dns.tsig.BadSignature": [ "BaseException", "Exception", "dns.exception.DNSException", "object" ] }, { "dns.tsig.BadTime": [ "BaseException", "Exception", "dns.exception.DNSException", "object" ] }, { "dns.tsig.PeerBadKey": [ "BaseException", "Exception", "dns.exception.DNSException", "dns.tsig.PeerError", "object" ] }, { "dns.tsig.PeerBadSignature": [ "BaseException", "Exception", "dns.exception.DNSException", "dns.tsig.PeerError", "object" ] }, { "dns.tsig.PeerBadTime": [ "BaseException", "Exception", "dns.exception.DNSException", "dns.tsig.PeerError", "object" ] }, { "dns.tsig.PeerBadTruncation": [ "BaseException", "Exception", "dns.exception.DNSException", "dns.tsig.PeerError", "object" ] }, { "dns.tsig.PeerError": [ "BaseException", "Exception", "dns.exception.DNSException", "object" ] }, { "dns.tokenizer.Token": [ "object" ] }, { "dns.tokenizer.Tokenizer": [ "object" ] }, { "dns.tokenizer.UngetBufferFull": [ "BaseException", "Exception", "dns.exception.DNSException", "object" ] }, { "dns.set.Set": [ "object" ] }, { "dns.rrset.RRset": [ "dns.rdataset.Rdataset", "dns.set.Set", "object" ] }, { "dns.resolver.Answer": [ "object" ] }, { "dns.resolver.Cache": [ "object" ] }, { "dns.resolver.LRUCache": [ "object" ] }, { "dns.resolver.LRUCacheNode": [ "object" ] }, { "dns.resolver.NXDOMAIN": [ "BaseException", "Exception", "dns.exception.DNSException", "object" ] }, { "dns.resolver.NoAnswer": [ "BaseException", "Exception", "dns.exception.DNSException", "object" ] }, { "dns.resolver.NoMetaqueries": [ "BaseException", "Exception", "dns.exception.DNSException", "object" ] }, { "dns.resolver.NoNameservers": [ "BaseException", "Exception", "dns.exception.DNSException", "object" ] }, { "dns.resolver.NoRootSOA": [ "BaseException", "Exception", "dns.exception.DNSException", "object" ] }, { "dns.resolver.NotAbsolute": [ "BaseException", "Exception", "dns.exception.DNSException", "object" ] }, { "dns.resolver.Resolver": [ "object" ] }, { "dns.resolver.YXDOMAIN": [ "BaseException", "Exception", "dns.exception.DNSException", "object" ] }, { "dns.renderer.Renderer": [ "object" ] }, { "dns.rdtypes.txtbase.TXTBase": [ "dns.rdata.Rdata", "object" ] }, { "dns.rdtypes.nsbase.NSBase": [ "dns.rdata.Rdata", "object" ] }, { "dns.rdtypes.nsbase.UncompressedNS": [ "dns.rdata.Rdata", "dns.rdtypes.nsbase.NSBase", "object" ] }, { "dns.rdtypes.mxbase.MXBase": [ "dns.rdata.Rdata", "object" ] }, { "dns.rdtypes.mxbase.UncompressedDowncasingMX": [ "dns.rdata.Rdata", "dns.rdtypes.mxbase.MXBase", "object" ] }, { "dns.rdtypes.mxbase.UncompressedMX": [ "dns.rdata.Rdata", "dns.rdtypes.mxbase.MXBase", "object" ] }, { "dns.rdtypes.euibase.EUIBase": [ "dns.rdata.Rdata", "object" ] }, { "dns.rdtypes.dsbase.DSBase": [ "dns.rdata.Rdata", "object" ] }, { "dns.rdtypes.dnskeybase.DNSKEYBase": [ "dns.rdata.Rdata", "object" ] }, { "dns.rdtypes.IN.WKS.WKS": [ "dns.rdata.Rdata", "object" ] }, { "dns.rdtypes.IN.SRV.SRV": [ "dns.rdata.Rdata", "object" ] }, { "dns.rdtypes.IN.PX.PX": [ "dns.rdata.Rdata", "object" ] }, { "dns.rdtypes.IN.NSAP_PTR.NSAP_PTR": [ "dns.rdata.Rdata", "dns.rdtypes.nsbase.NSBase", "dns.rdtypes.nsbase.UncompressedNS", "object" ] }, { "dns.rdtypes.IN.NSAP.NSAP": [ "dns.rdata.Rdata", "object" ] }, { "dns.rdtypes.IN.NAPTR.NAPTR": [ "dns.rdata.Rdata", "object" ] }, { "dns.rdtypes.IN.KX.KX": [ "dns.rdata.Rdata", "dns.rdtypes.mxbase.MXBase", "dns.rdtypes.mxbase.UncompressedMX", "object" ] }, { "dns.rdtypes.IN.IPSECKEY.IPSECKEY": [ "dns.rdata.Rdata", "object" ] }, { "dns.rdtypes.IN.DHCID.DHCID": [ "dns.rdata.Rdata", "object" ] }, { "dns.rdtypes.IN.APL.APL": [ "dns.rdata.Rdata", "object" ] }, { "dns.rdtypes.IN.APL.APLItem": [ "object" ] }, { "dns.rdtypes.IN.AAAA.AAAA": [ "dns.rdata.Rdata", "object" ] }, { "dns.rdtypes.IN.A.A": [ "dns.rdata.Rdata", "object" ] }, { "dns.rdtypes.CH.A.A": [ "dns.rdata.Rdata", "dns.rdtypes.mxbase.MXBase", "object" ] }, { "dns.rdtypes.ANY.X25.X25": [ "dns.rdata.Rdata", "object" ] }, { "dns.rdtypes.ANY.URI.URI": [ "dns.rdata.Rdata", "object" ] }, { "dns.rdtypes.ANY.TXT.TXT": [ "dns.rdata.Rdata", "dns.rdtypes.txtbase.TXTBase", "object" ] }, { "dns.rdtypes.ANY.TLSA.TLSA": [ "dns.rdata.Rdata", "object" ] }, { "dns.rdtypes.ANY.SSHFP.SSHFP": [ "dns.rdata.Rdata", "object" ] }, { "dns.rdtypes.ANY.SPF.SPF": [ "dns.rdata.Rdata", "dns.rdtypes.txtbase.TXTBase", "object" ] }, { "dns.rdtypes.ANY.SOA.SOA": [ "dns.rdata.Rdata", "object" ] }, { "dns.rdtypes.ANY.RT.RT": [ "dns.rdata.Rdata", "dns.rdtypes.mxbase.MXBase", "dns.rdtypes.mxbase.UncompressedDowncasingMX", "object" ] }, { "dns.rdtypes.ANY.RRSIG.BadSigTime": [ "BaseException", "Exception", "dns.exception.DNSException", "object" ] }, { "dns.rdtypes.ANY.RRSIG.RRSIG": [ "dns.rdata.Rdata", "object" ] }, { "dns.rdtypes.ANY.RP.RP": [ "dns.rdata.Rdata", "object" ] }, { "dns.rdtypes.ANY.PTR.PTR": [ "dns.rdata.Rdata", "dns.rdtypes.nsbase.NSBase", "object" ] }, { "dns.rdtypes.ANY.OPENPGPKEY.OPENPGPKEY": [ "dns.rdata.Rdata", "object" ] }, { "dns.rdtypes.ANY.NSEC3PARAM.NSEC3PARAM": [ "dns.rdata.Rdata", "object" ] }, { "dns.rdtypes.ANY.NSEC3.NSEC3": [ "dns.rdata.Rdata", "object" ] }, { "dns.rdtypes.ANY.NSEC.NSEC": [ "dns.rdata.Rdata", "object" ] }, { "dns.rdtypes.ANY.NS.NS": [ "dns.rdata.Rdata", "dns.rdtypes.nsbase.NSBase", "object" ] }, { "dns.rdtypes.ANY.MX.MX": [ "dns.rdata.Rdata", "dns.rdtypes.mxbase.MXBase", "object" ] }, { "dns.rdtypes.ANY.LOC.LOC": [ "dns.rdata.Rdata", "object" ] }, { "dns.rdtypes.ANY.ISDN.ISDN": [ "dns.rdata.Rdata", "object" ] }, { "dns.rdtypes.ANY.HIP.HIP": [ "dns.rdata.Rdata", "object" ] }, { "dns.rdtypes.ANY.HINFO.HINFO": [ "dns.rdata.Rdata", "object" ] }, { "dns.rdtypes.ANY.GPOS.GPOS": [ "dns.rdata.Rdata", "object" ] }, { "dns.rdtypes.ANY.EUI64.EUI64": [ "dns.rdata.Rdata", "dns.rdtypes.euibase.EUIBase", "object" ] }, { "dns.rdtypes.ANY.EUI48.EUI48": [ "dns.rdata.Rdata", "dns.rdtypes.euibase.EUIBase", "object" ] }, { "dns.rdtypes.ANY.DS.DS": [ "dns.rdata.Rdata", "dns.rdtypes.dsbase.DSBase", "object" ] }, { "dns.rdtypes.ANY.DNSKEY.DNSKEY": [ "dns.rdata.Rdata", "dns.rdtypes.dnskeybase.DNSKEYBase", "object" ] }, { "dns.rdtypes.ANY.DNAME.DNAME": [ "dns.rdata.Rdata", "dns.rdtypes.nsbase.NSBase", "dns.rdtypes.nsbase.UncompressedNS", "object" ] }, { "dns.rdtypes.ANY.DLV.DLV": [ "dns.rdata.Rdata", "dns.rdtypes.dsbase.DSBase", "object" ] }, { "dns.rdtypes.ANY.CSYNC.CSYNC": [ "dns.rdata.Rdata", "object" ] }, { "dns.rdtypes.ANY.CNAME.CNAME": [ "dns.rdata.Rdata", "dns.rdtypes.nsbase.NSBase", "object" ] }, { "dns.rdtypes.ANY.CERT.CERT": [ "dns.rdata.Rdata", "object" ] }, { "dns.rdtypes.ANY.CDS.CDS": [ "dns.rdata.Rdata", "dns.rdtypes.dsbase.DSBase", "object" ] }, { "dns.rdtypes.ANY.CDNSKEY.CDNSKEY": [ "dns.rdata.Rdata", "dns.rdtypes.dnskeybase.DNSKEYBase", "object" ] }, { "dns.rdtypes.ANY.CAA.CAA": [ "dns.rdata.Rdata", "object" ] }, { "dns.rdtypes.ANY.AVC.AVC": [ "dns.rdata.Rdata", "dns.rdtypes.txtbase.TXTBase", "object" ] }, { "dns.rdtypes.ANY.AFSDB.AFSDB": [ "dns.rdata.Rdata", "dns.rdtypes.mxbase.MXBase", "dns.rdtypes.mxbase.UncompressedDowncasingMX", "object" ] }, { "dns.rdatatype.UnknownRdatatype": [ "BaseException", "Exception", "dns.exception.DNSException", "object" ] }, { "dns.rdataset.DifferingCovers": [ "BaseException", "Exception", "dns.exception.DNSException", "object" ] }, { "dns.rdataset.IncompatibleTypes": [ "BaseException", "Exception", "dns.exception.DNSException", "object" ] }, { "dns.rdataset.Rdataset": [ "dns.set.Set", "object" ] }, { "dns.rdataclass.UnknownRdataclass": [ "BaseException", "Exception", "dns.exception.DNSException", "object" ] }, { "dns.rdata.GenericRdata": [ "dns.rdata.Rdata", "object" ] }, { "dns.rdata.Rdata": [ "object" ] }, { "dns.rdata.RdatatypeExists": [ "BaseException", "Exception", "dns.exception.DNSException", "object" ] }, { "dns.rcode.UnknownRcode": [ "BaseException", "Exception", "dns.exception.DNSException", "object" ] }, { "dns.query.BadResponse": [ "BaseException", "Exception", "dns.exception.DNSException", "dns.exception.FormError", "object" ] }, { "dns.query.TransferError": [ "BaseException", "Exception", "dns.exception.DNSException", "object" ] }, { "dns.query.UnexpectedSource": [ "BaseException", "Exception", "dns.exception.DNSException", "object" ] }, { "dns.opcode.UnknownOpcode": [ "BaseException", "Exception", "dns.exception.DNSException", "object" ] }, { "dns.node.Node": [ "object" ] }, { "dns.namedict.NameDict": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "dns.name.AbsoluteConcatenation": [ "BaseException", "Exception", "dns.exception.DNSException", "object" ] }, { "dns.name.BadEscape": [ "BaseException", "Exception", "dns.exception.DNSException", "dns.exception.SyntaxError", "object" ] }, { "dns.name.BadLabelType": [ "BaseException", "Exception", "dns.exception.DNSException", "dns.exception.FormError", "object" ] }, { "dns.name.BadPointer": [ "BaseException", "Exception", "dns.exception.DNSException", "dns.exception.FormError", "object" ] }, { "dns.name.EmptyLabel": [ "BaseException", "Exception", "dns.exception.DNSException", "dns.exception.SyntaxError", "object" ] }, { "dns.name.IDNA2003Codec": [ "dns.name.IDNACodec", "object" ] }, { "dns.name.IDNA2008Codec": [ "dns.name.IDNACodec", "object" ] }, { "dns.name.IDNACodec": [ "object" ] }, { "dns.name.IDNAException": [ "BaseException", "Exception", "dns.exception.DNSException", "object" ] }, { "dns.name.LabelTooLong": [ "BaseException", "Exception", "dns.exception.DNSException", "dns.exception.SyntaxError", "object" ] }, { "dns.name.Name": [ "object" ] }, { "dns.name.NameTooLong": [ "BaseException", "Exception", "dns.exception.DNSException", "dns.exception.FormError", "object" ] }, { "dns.name.NeedAbsoluteNameOrOrigin": [ "BaseException", "Exception", "dns.exception.DNSException", "object" ] }, { "dns.name.NoIDNA2008": [ "BaseException", "Exception", "dns.exception.DNSException", "object" ] }, { "dns.name.NoParent": [ "BaseException", "Exception", "dns.exception.DNSException", "object" ] }, { "dns.message.BadEDNS": [ "BaseException", "Exception", "dns.exception.DNSException", "dns.exception.FormError", "object" ] }, { "dns.message.BadTSIG": [ "BaseException", "Exception", "dns.exception.DNSException", "dns.exception.FormError", "object" ] }, { "dns.message.Message": [ "object" ] }, { "dns.message.ShortHeader": [ "BaseException", "Exception", "dns.exception.DNSException", "dns.exception.FormError", "object" ] }, { "dns.message.TrailingJunk": [ "BaseException", "Exception", "dns.exception.DNSException", "dns.exception.FormError", "object" ] }, { "dns.message.UnknownHeaderField": [ "BaseException", "Exception", "dns.exception.DNSException", "object" ] }, { "dns.message.UnknownTSIGKey": [ "BaseException", "Exception", "dns.exception.DNSException", "object" ] }, { "dns.message._TextReader": [ "object" ] }, { "dns.message._WireReader": [ "object" ] }, { "dns.exception.DNSException": [ "BaseException", "Exception", "object" ] }, { "dns.exception.FormError": [ "BaseException", "Exception", "dns.exception.DNSException", "object" ] }, { "dns.exception.SyntaxError": [ "BaseException", "Exception", "dns.exception.DNSException", "object" ] }, { "dns.exception.Timeout": [ "BaseException", "Exception", "dns.exception.DNSException", "object" ] }, { "dns.exception.TooBig": [ "BaseException", "Exception", "dns.exception.DNSException", "object" ] }, { "dns.exception.UnexpectedEnd": [ "BaseException", "Exception", "dns.exception.DNSException", "dns.exception.SyntaxError", "object" ] }, { "dns.entropy.EntropyPool": [ "object" ] }, { "dns.edns.ECSOption": [ "dns.edns.Option", "object" ] }, { "dns.edns.GenericOption": [ "dns.edns.Option", "object" ] }, { "dns.edns.Option": [ "object" ] }, { "dns.dnssec.ECKeyWrapper": [ "object" ] }, { "dns.dnssec.UnsupportedAlgorithm": [ "BaseException", "Exception", "dns.exception.DNSException", "object" ] }, { "dns.dnssec.ValidationFailure": [ "BaseException", "Exception", "dns.exception.DNSException", "object" ] }, { "distutils.version.LooseVersion": [ "distutils.version.Version", "object" ] }, { "distutils.version.StrictVersion": [ "distutils.version.Version", "object" ] }, { "distutils.version.Version": [ "object" ] }, { "distutils.unixccompiler.UnixCCompiler": [ "distutils.ccompiler.CCompiler", "object" ] }, { "distutils.text_file.TextFile": [ "object" ] }, { "distutils.msvccompiler.MSVCCompiler": [ "distutils.ccompiler.CCompiler", "object" ] }, { "distutils.log.Log": [ "object" ] }, { "distutils.filelist.FileList": [ "object" ] }, { "distutils.fancy_getopt.FancyGetopt": [ "object" ] }, { "distutils.fancy_getopt.OptionDummy": [ "object" ] }, { "distutils.extension.Extension": [ "object" ] }, { "distutils.errors.CCompilerError": [ "BaseException", "Exception", "object" ] }, { "distutils.errors.CompileError": [ "BaseException", "Exception", "distutils.errors.CCompilerError", "object" ] }, { "distutils.errors.DistutilsArgError": [ "BaseException", "Exception", "distutils.errors.DistutilsError", "object" ] }, { "distutils.errors.DistutilsByteCompileError": [ "BaseException", "Exception", "distutils.errors.DistutilsError", "object" ] }, { "distutils.errors.DistutilsClassError": [ "BaseException", "Exception", "distutils.errors.DistutilsError", "object" ] }, { "distutils.errors.DistutilsError": [ "BaseException", "Exception", "object" ] }, { "distutils.errors.DistutilsExecError": [ "BaseException", "Exception", "distutils.errors.DistutilsError", "object" ] }, { "distutils.errors.DistutilsFileError": [ "BaseException", "Exception", "distutils.errors.DistutilsError", "object" ] }, { "distutils.errors.DistutilsGetoptError": [ "BaseException", "Exception", "distutils.errors.DistutilsError", "object" ] }, { "distutils.errors.DistutilsInternalError": [ "BaseException", "Exception", "distutils.errors.DistutilsError", "object" ] }, { "distutils.errors.DistutilsModuleError": [ "BaseException", "Exception", "distutils.errors.DistutilsError", "object" ] }, { "distutils.errors.DistutilsOptionError": [ "BaseException", "Exception", "distutils.errors.DistutilsError", "object" ] }, { "distutils.errors.DistutilsPlatformError": [ "BaseException", "Exception", "distutils.errors.DistutilsError", "object" ] }, { "distutils.errors.DistutilsSetupError": [ "BaseException", "Exception", "distutils.errors.DistutilsError", "object" ] }, { "distutils.errors.DistutilsTemplateError": [ "BaseException", "Exception", "distutils.errors.DistutilsError", "object" ] }, { "distutils.errors.LibError": [ "BaseException", "Exception", "distutils.errors.CCompilerError", "object" ] }, { "distutils.errors.LinkError": [ "BaseException", "Exception", "distutils.errors.CCompilerError", "object" ] }, { "distutils.errors.PreprocessError": [ "BaseException", "Exception", "distutils.errors.CCompilerError", "object" ] }, { "distutils.errors.UnknownFileError": [ "BaseException", "Exception", "distutils.errors.CCompilerError", "object" ] }, { "distutils.dist.Distribution": [ "object" ] }, { "distutils.dist.DistributionMetadata": [ "object" ] }, { "distutils.cygwinccompiler.CygwinCCompiler": [ "distutils.ccompiler.CCompiler", "distutils.unixccompiler.UnixCCompiler", "object" ] }, { "distutils.cygwinccompiler.Mingw32CCompiler": [ "distutils.ccompiler.CCompiler", "distutils.cygwinccompiler.CygwinCCompiler", "distutils.unixccompiler.UnixCCompiler", "object" ] }, { "distutils.config.PyPIRCCommand": [ "distutils.cmd.Command", "object" ] }, { "distutils.command.upload.upload": [ "distutils.cmd.Command", "distutils.config.PyPIRCCommand", "object" ] }, { "distutils.command.install_egg_info.install_egg_info": [ "distutils.cmd.Command", "object" ] }, { "distutils.command.install.install": [ "distutils.cmd.Command", "object" ] }, { "distutils.command.config.config": [ "distutils.cmd.Command", "object" ] }, { "distutils.command.build_py.build_py": [ "distutils.cmd.Command", "object" ] }, { "distutils.command.build_py.build_py_2to3": [ "distutils.cmd.Command", "distutils.command.build_py.build_py", "object" ] }, { "distutils.command.bdist_msi.bdist_msi": [ "distutils.cmd.Command", "object" ] }, { "distutils.cmd.Command": [ "object" ] }, { "distutils.ccompiler.CCompiler": [ "object" ] }, { "distutils.bcppcompiler.BCPPCompiler": [ "distutils.ccompiler.CCompiler", "object" ] }, { "dis.Bytecode": [ "object" ] }, { "dis.Instruction": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "difflib.Differ": [ "object" ] }, { "difflib.HtmlDiff": [ "object" ] }, { "difflib.Match": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "difflib.SequenceMatcher": [ "object", "typing.Generic" ] }, { "deprecated.sphinx.SphinxAdapter": [ "deprecated.classic.ClassicAdapter", "object" ] }, { "deprecated.classic.ClassicAdapter": [ "object" ] }, { "defusedxml.xmlrpc.DefusedExpatParser": [ "object", "xmlrpc.client.ExpatParser" ] }, { "defusedxml.xmlrpc.DefusedGzipDecodedResponse": [ "object" ] }, { "defusedxml.lxml.GlobalParserTLS": [ "object", "threading.local" ] }, { "defusedxml.lxml.RestrictedElement": [ "object" ] }, { "defusedxml.expatreader.DefusedExpatParser": [ "object" ] }, { "defusedxml.expatbuilder.DefusedExpatBuilder": [ "object" ] }, { "defusedxml.expatbuilder.DefusedExpatBuilderNS": [ "defusedxml.expatbuilder.DefusedExpatBuilder", "object" ] }, { "defusedxml.common.DTDForbidden": [ "BaseException", "Exception", "ValueError", "defusedxml.common.DefusedXmlException", "object" ] }, { "defusedxml.common.DefusedXmlException": [ "BaseException", "Exception", "ValueError", "object" ] }, { "defusedxml.common.EntitiesForbidden": [ "BaseException", "Exception", "ValueError", "defusedxml.common.DefusedXmlException", "object" ] }, { "defusedxml.common.ExternalReferenceForbidden": [ "BaseException", "Exception", "ValueError", "defusedxml.common.DefusedXmlException", "object" ] }, { "defusedxml.common.NotSupportedError": [ "BaseException", "Exception", "ValueError", "defusedxml.common.DefusedXmlException", "object" ] }, { "defusedxml.ElementTree.DefusedXMLParser": [ "object", "xml.etree.ElementTree.XMLParser" ] }, { "decorator.ContextManager": [ "contextlib._GeneratorContextManager", "object", "typing.ContextManager", "typing.Generic", "typing.Protocol" ] }, { "decorator.FunctionMaker": [ "object" ] }, { "decimal.Clamped": [ "ArithmeticError", "BaseException", "Exception", "decimal.DecimalException", "object" ] }, { "decimal.Context": [ "object" ] }, { "decimal.ConversionSyntax": [ "ArithmeticError", "BaseException", "Exception", "decimal.DecimalException", "decimal.InvalidOperation", "object" ] }, { "decimal.Decimal": [ "object" ] }, { "decimal.DecimalException": [ "ArithmeticError", "BaseException", "Exception", "object" ] }, { "decimal.DecimalTuple": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "decimal.DivisionByZero": [ "ArithmeticError", "BaseException", "Exception", "ZeroDivisionError", "decimal.DecimalException", "object" ] }, { "decimal.DivisionImpossible": [ "ArithmeticError", "BaseException", "Exception", "decimal.DecimalException", "decimal.InvalidOperation", "object" ] }, { "decimal.DivisionUndefined": [ "ArithmeticError", "BaseException", "Exception", "ZeroDivisionError", "decimal.DecimalException", "decimal.InvalidOperation", "object" ] }, { "decimal.FloatOperation": [ "ArithmeticError", "BaseException", "Exception", "TypeError", "decimal.DecimalException", "object" ] }, { "decimal.Inexact": [ "ArithmeticError", "BaseException", "Exception", "decimal.DecimalException", "object" ] }, { "decimal.InvalidContext": [ "ArithmeticError", "BaseException", "Exception", "decimal.DecimalException", "decimal.InvalidOperation", "object" ] }, { "decimal.InvalidOperation": [ "ArithmeticError", "BaseException", "Exception", "decimal.DecimalException", "object" ] }, { "decimal.Overflow": [ "ArithmeticError", "BaseException", "Exception", "decimal.DecimalException", "decimal.Inexact", "decimal.Rounded", "object" ] }, { "decimal.Rounded": [ "ArithmeticError", "BaseException", "Exception", "decimal.DecimalException", "object" ] }, { "decimal.Subnormal": [ "ArithmeticError", "BaseException", "Exception", "decimal.DecimalException", "object" ] }, { "decimal.Underflow": [ "ArithmeticError", "BaseException", "Exception", "decimal.DecimalException", "decimal.Inexact", "decimal.Rounded", "decimal.Subnormal", "object" ] }, { "decimal._ContextManager": [ "object" ] }, { "debtcollector.tests.test_deprecation.DeprecateAnythingTest": [ "debtcollector.tests.base.TestCase", "object", "unittest.case.TestCase" ] }, { "debtcollector.tests.test_deprecation.DisabledTest": [ "debtcollector.tests.base.TestCase", "object", "unittest.case.TestCase" ] }, { "debtcollector.tests.test_deprecation.EFSF": [ "object" ] }, { "debtcollector.tests.test_deprecation.EFSF_2": [ "object" ] }, { "debtcollector.tests.test_deprecation.Giraffe": [ "object" ] }, { "debtcollector.tests.test_deprecation.KittyKat": [ "object" ] }, { "debtcollector.tests.test_deprecation.MovedFunctionTest": [ "debtcollector.tests.base.TestCase", "object", "unittest.case.TestCase" ] }, { "debtcollector.tests.test_deprecation.MovedInheritableClassTest": [ "debtcollector.tests.base.TestCase", "object", "unittest.case.TestCase" ] }, { "debtcollector.tests.test_deprecation.MovedInheritableClassTest.test_existing_refer_subclass.MyOldThing": [ "object" ] }, { "debtcollector.tests.test_deprecation.MovedMethodTest": [ "debtcollector.tests.base.TestCase", "object", "unittest.case.TestCase" ] }, { "debtcollector.tests.test_deprecation.MovedPropertyTest": [ "debtcollector.tests.base.TestCase", "object", "unittest.case.TestCase" ] }, { "debtcollector.tests.test_deprecation.NewHotness": [ "object" ] }, { "debtcollector.tests.test_deprecation.RemovalTests": [ "debtcollector.tests.base.TestCase", "object", "unittest.case.TestCase" ] }, { "debtcollector.tests.test_deprecation.RenamedKwargTest": [ "debtcollector.tests.base.TestCase", "object", "unittest.case.TestCase" ] }, { "debtcollector.tests.test_deprecation.StarLord": [ "object" ] }, { "debtcollector.tests.test_deprecation.StarLordJr": [ "debtcollector.tests.test_deprecation.StarLord", "object" ] }, { "debtcollector.tests.test_deprecation.ThingB": [ "object" ] }, { "debtcollector.tests.test_deprecation.UpdatedArgsTest": [ "debtcollector.tests.base.TestCase", "object", "unittest.case.TestCase" ] }, { "debtcollector.tests.test_deprecation.WoofWoof": [ "object" ] }, { "debtcollector.tests.base.TestCase": [ "object", "unittest.case.TestCase" ] }, { "debtcollector.removals.removed_property": [ "object" ] }, { "debtcollector.moves.moved_read_only_property": [ "object" ] }, { "debtcollector.fixtures.disable.DisableFixture": [ "fixtures.fixture.Fixture", "object" ] }, { "dbm.ndbm._dbm": [ "object" ] }, { "dbm.ndbm.error": [ "BaseException", "Exception", "OSError", "object" ] }, { "dbm.gnu._gdbm": [ "object" ] }, { "dbm.gnu.error": [ "BaseException", "Exception", "OSError", "object" ] }, { "dbm.dumb._Database": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "dbm._Database": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "dbm.error": [ "BaseException", "Exception", "object" ] }, { "dateutil.zoneinfo.ZoneInfoFile": [ "object" ] }, { "dateutil.zoneinfo.tzfile": [ "datetime.tzinfo", "dateutil.tz._common._tzinfo", "dateutil.tz.tz.tzfile", "object" ] }, { "dateutil.tz.win.tzres": [ "object" ] }, { "dateutil.tz.win.tzwin": [ "datetime.tzinfo", "dateutil.tz._common._tzinfo", "dateutil.tz._common.tzrangebase", "dateutil.tz.win.tzwinbase", "object" ] }, { "dateutil.tz.win.tzwinbase": [ "datetime.tzinfo", "dateutil.tz._common._tzinfo", "dateutil.tz._common.tzrangebase", "object" ] }, { "dateutil.tz.win.tzwinlocal": [ "datetime.tzinfo", "dateutil.tz._common._tzinfo", "dateutil.tz._common.tzrangebase", "dateutil.tz.win.tzwinbase", "object" ] }, { "dateutil.tz.tz._GetTZ": [ "object" ] }, { "dateutil.tz.tz._ttinfo": [ "object" ] }, { "dateutil.tz.tz.tzfile": [ "datetime.tzinfo", "dateutil.tz._common._tzinfo", "object" ] }, { "dateutil.tz.tz.tzical": [ "object" ] }, { "dateutil.tz.tz.tzlocal": [ "datetime.tzinfo", "dateutil.tz._common._tzinfo", "object" ] }, { "dateutil.tz.tz.tzoffset": [ "datetime.tzinfo", "object" ] }, { "dateutil.tz.tz.tzrange": [ "datetime.tzinfo", "dateutil.tz._common._tzinfo", "dateutil.tz._common.tzrangebase", "object" ] }, { "dateutil.tz.tz.tzstr": [ "datetime.tzinfo", "dateutil.tz._common._tzinfo", "dateutil.tz._common.tzrangebase", "dateutil.tz.tz.tzrange", "object" ] }, { "dateutil.tz.tz.tzutc": [ "datetime.tzinfo", "object" ] }, { "dateutil.tz._factories._TzFactory": [ "object", "type", "typing.Generic" ] }, { "dateutil.tz._factories._TzOffsetFactory": [ "dateutil.tz._factories._TzFactory", "object", "type", "typing.Generic" ] }, { "dateutil.tz._factories._TzSingleton": [ "object", "type", "typing.Generic" ] }, { "dateutil.tz._factories._TzStrFactory": [ "dateutil.tz._factories._TzFactory", "object", "type", "typing.Generic" ] }, { "dateutil.tz._common._DatetimeWithFold": [ "datetime.date", "datetime.datetime", "object" ] }, { "dateutil.tz._common._tzinfo": [ "datetime.tzinfo", "object" ] }, { "dateutil.tz._common.tzrangebase": [ "datetime.tzinfo", "dateutil.tz._common._tzinfo", "object" ] }, { "dateutil.rrule._iterinfo": [ "object" ] }, { "dateutil.rrule._rrulestr": [ "object" ] }, { "dateutil.rrule.rrule": [ "dateutil.rrule.rrulebase", "object" ] }, { "dateutil.rrule.rrulebase": [ "object" ] }, { "dateutil.rrule.rruleset": [ "dateutil.rrule.rrulebase", "object" ] }, { "dateutil.rrule.rruleset._genitem": [ "object" ] }, { "dateutil.rrule.weekday": [ "dateutil._common.weekday", "object" ] }, { "dateutil.relativedelta.relativedelta": [ "object" ] }, { "dateutil.parser.isoparser.isoparser": [ "object" ] }, { "dateutil.parser._parser.ParserError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "dateutil.parser._parser.UnknownTimezoneWarning": [ "BaseException", "Exception", "RuntimeWarning", "Warning", "object" ] }, { "dateutil.parser._parser._resultbase": [ "object" ] }, { "dateutil.parser._parser._timelex": [ "object" ] }, { "dateutil.parser._parser._tzparser": [ "object" ] }, { "dateutil.parser._parser._tzparser._result": [ "dateutil.parser._parser._resultbase", "object" ] }, { "dateutil.parser._parser._tzparser._result._attr": [ "dateutil.parser._parser._resultbase", "object" ] }, { "dateutil.parser._parser._ymd": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "dateutil.parser._parser.parser": [ "object" ] }, { "dateutil.parser._parser.parser._result": [ "dateutil.parser._parser._resultbase", "object" ] }, { "dateutil.parser._parser.parserinfo": [ "object" ] }, { "dateutil.parser.InvalidDateError": [ "BaseException", "Exception", "ValueError", "dateutil.parser.InvalidDatetimeError", "object" ] }, { "dateutil.parser.InvalidDatetimeError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "dateutil.parser.InvalidTimeError": [ "BaseException", "Exception", "ValueError", "dateutil.parser.InvalidDatetimeError", "object" ] }, { "dateutil.parser.ParserError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "dateutil.parser._tzparser": [ "object" ] }, { "dateutil.parser.parser": [ "object" ] }, { "dateutil.parser.parserinfo": [ "object" ] }, { "dateutil._common.weekday": [ "object" ] }, { "datetimerange.DateTimeRange": [ "object" ] }, { "datetime.date": [ "object" ] }, { "datetime.datetime": [ "datetime.date", "object" ] }, { "datetime.time": [ "object" ] }, { "datetime.timedelta": [ "object", "typing.Generic", "typing.Protocol", "typing.SupportsAbs" ] }, { "datetime.timezone": [ "datetime.tzinfo", "object" ] }, { "datetime.tzinfo": [ "object" ] }, { "dataclasses_json.undefined.Undefined": [ "enum.Enum", "object" ] }, { "dataclasses_json.undefined.UndefinedParameterError": [ "BaseException", "Exception", "marshmallow.exceptions.MarshmallowError", "marshmallow.exceptions.ValidationError", "object" ] }, { "dataclasses_json.undefined._CatchAllUndefinedParameters": [ "abc.ABC", "dataclasses_json.undefined._UndefinedParameterAction", "object" ] }, { "dataclasses_json.undefined._CatchAllUndefinedParameters._SentinelNoDefault": [ "object" ] }, { "dataclasses_json.undefined._IgnoreUndefinedParameters": [ "abc.ABC", "dataclasses_json.undefined._UndefinedParameterAction", "object" ] }, { "dataclasses_json.undefined._RaiseUndefinedParameters": [ "abc.ABC", "dataclasses_json.undefined._UndefinedParameterAction", "object" ] }, { "dataclasses_json.undefined._UndefinedParameterAction": [ "abc.ABC", "object" ] }, { "dataclasses_json.mm.SchemaF": [ "marshmallow.base.SchemaABC", "marshmallow.schema.Schema", "object", "typing.Generic" ] }, { "dataclasses_json.mm._IsoField": [ "marshmallow.base.FieldABC", "marshmallow.fields.Field", "object" ] }, { "dataclasses_json.mm._TimestampField": [ "marshmallow.base.FieldABC", "marshmallow.fields.Field", "object" ] }, { "dataclasses_json.mm._UnionField": [ "marshmallow.base.FieldABC", "marshmallow.fields.Field", "object" ] }, { "dataclasses_json.core.FieldOverride": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "dataclasses_json.core._ExtendedEncoder": [ "json.encoder.JSONEncoder", "object" ] }, { "dataclasses_json.cfg.Exclude": [ "object" ] }, { "dataclasses_json.cfg._GlobalConfig": [ "object" ] }, { "dataclasses_json.api.DataClassJsonMixin": [ "abc.ABC", "object" ] }, { "dataclasses_json.api.LetterCase": [ "enum.Enum", "object" ] }, { "dataclasses.Field": [ "object", "typing.Generic" ] }, { "dataclasses.FrozenInstanceError": [ "AttributeError", "BaseException", "Exception", "object" ] }, { "dataclasses.InitVar": [ "object", "typing.Generic" ] }, { "dataclasses._MISSING_TYPE": [ "object" ] }, { "curses.textpad.Textbox": [ "object" ] }, { "curses.panel._Curses_Panel": [ "object" ] }, { "ctypes.wintypes.FILETIME": [ "ctypes.Structure", "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "ctypes.wintypes.LPARAM": [ "ctypes._CData", "ctypes._SimpleCData", "object", "typing.Generic" ] }, { "ctypes.wintypes.MSG": [ "ctypes.Structure", "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "ctypes.wintypes.POINT": [ "ctypes.Structure", "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "ctypes.wintypes.RECT": [ "ctypes.Structure", "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "ctypes.wintypes.SIZE": [ "ctypes.Structure", "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "ctypes.wintypes.VARIANT_BOOL": [ "ctypes._CData", "ctypes._SimpleCData", "object", "typing.Generic" ] }, { "ctypes.wintypes.WIN32_FIND_DATAA": [ "ctypes.Structure", "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "ctypes.wintypes.WIN32_FIND_DATAW": [ "ctypes.Structure", "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "ctypes.wintypes.WPARAM": [ "ctypes._CData", "ctypes._SimpleCData", "object", "typing.Generic" ] }, { "ctypes.wintypes._COORD": [ "ctypes.Structure", "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "ctypes.wintypes._SMALL_RECT": [ "ctypes.Structure", "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "ctypes.ArgumentError": [ "BaseException", "Exception", "object" ] }, { "ctypes.Array": [ "ctypes._CData", "object", "typing.Generic" ] }, { "ctypes.BigEndianStructure": [ "ctypes.Structure", "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "ctypes.CDLL": [ "object" ] }, { "ctypes.LibraryLoader": [ "object", "typing.Generic" ] }, { "ctypes.LittleEndianStructure": [ "ctypes.Structure", "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "ctypes.PyDLL": [ "ctypes.CDLL", "object" ] }, { "ctypes.Structure": [ "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "ctypes.Union": [ "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "ctypes._CArgObject": [ "object" ] }, { "ctypes._CData": [ "object" ] }, { "ctypes._CDataMeta": [ "object", "type", "typing.Generic" ] }, { "ctypes._CField": [ "object" ] }, { "ctypes._CanCastTo": [ "ctypes._CData", "object" ] }, { "ctypes._FuncPointer": [ "ctypes._CData", "ctypes._CanCastTo", "ctypes._PointerLike", "object" ] }, { "ctypes._NamedFuncPointer": [ "ctypes._CData", "ctypes._CanCastTo", "ctypes._FuncPointer", "ctypes._PointerLike", "object" ] }, { "ctypes._PointerLike": [ "ctypes._CData", "ctypes._CanCastTo", "object" ] }, { "ctypes._SimpleCData": [ "ctypes._CData", "object", "typing.Generic" ] }, { "ctypes._StructUnionBase": [ "ctypes._CData", "object" ] }, { "ctypes._StructUnionMeta": [ "ctypes._CDataMeta", "object", "type", "typing.Generic" ] }, { "ctypes.c_bool": [ "ctypes._CData", "ctypes._SimpleCData", "object", "typing.Generic" ] }, { "ctypes.c_byte": [ "ctypes._CData", "ctypes._SimpleCData", "object", "typing.Generic" ] }, { "ctypes.c_char": [ "ctypes._CData", "ctypes._SimpleCData", "object", "typing.Generic" ] }, { "ctypes.c_char_p": [ "ctypes._CData", "ctypes._CanCastTo", "ctypes._PointerLike", "ctypes._SimpleCData", "object", "typing.Generic" ] }, { "ctypes.c_double": [ "ctypes._CData", "ctypes._SimpleCData", "object", "typing.Generic" ] }, { "ctypes.c_float": [ "ctypes._CData", "ctypes._SimpleCData", "object", "typing.Generic" ] }, { "ctypes.c_int": [ "ctypes._CData", "ctypes._SimpleCData", "object", "typing.Generic" ] }, { "ctypes.c_int16": [ "ctypes._CData", "ctypes._SimpleCData", "object", "typing.Generic" ] }, { "ctypes.c_int32": [ "ctypes._CData", "ctypes._SimpleCData", "object", "typing.Generic" ] }, { "ctypes.c_int64": [ "ctypes._CData", "ctypes._SimpleCData", "object", "typing.Generic" ] }, { "ctypes.c_int8": [ "ctypes._CData", "ctypes._SimpleCData", "object", "typing.Generic" ] }, { "ctypes.c_long": [ "ctypes._CData", "ctypes._SimpleCData", "object", "typing.Generic" ] }, { "ctypes.c_longdouble": [ "ctypes._CData", "ctypes._SimpleCData", "object", "typing.Generic" ] }, { "ctypes.c_longlong": [ "ctypes._CData", "ctypes._SimpleCData", "object", "typing.Generic" ] }, { "ctypes.c_short": [ "ctypes._CData", "ctypes._SimpleCData", "object", "typing.Generic" ] }, { "ctypes.c_size_t": [ "ctypes._CData", "ctypes._SimpleCData", "object", "typing.Generic" ] }, { "ctypes.c_ssize_t": [ "ctypes._CData", "ctypes._SimpleCData", "object", "typing.Generic" ] }, { "ctypes.c_ubyte": [ "ctypes._CData", "ctypes._SimpleCData", "object", "typing.Generic" ] }, { "ctypes.c_uint": [ "ctypes._CData", "ctypes._SimpleCData", "object", "typing.Generic" ] }, { "ctypes.c_uint16": [ "ctypes._CData", "ctypes._SimpleCData", "object", "typing.Generic" ] }, { "ctypes.c_uint32": [ "ctypes._CData", "ctypes._SimpleCData", "object", "typing.Generic" ] }, { "ctypes.c_uint64": [ "ctypes._CData", "ctypes._SimpleCData", "object", "typing.Generic" ] }, { "ctypes.c_uint8": [ "ctypes._CData", "ctypes._SimpleCData", "object", "typing.Generic" ] }, { "ctypes.c_ulong": [ "ctypes._CData", "ctypes._SimpleCData", "object", "typing.Generic" ] }, { "ctypes.c_ulonglong": [ "ctypes._CData", "ctypes._SimpleCData", "object", "typing.Generic" ] }, { "ctypes.c_ushort": [ "ctypes._CData", "ctypes._SimpleCData", "object", "typing.Generic" ] }, { "ctypes.c_void_p": [ "ctypes._CData", "ctypes._CanCastTo", "ctypes._PointerLike", "ctypes._SimpleCData", "object", "typing.Generic" ] }, { "ctypes.c_wchar": [ "ctypes._CData", "ctypes._SimpleCData", "object", "typing.Generic" ] }, { "ctypes.c_wchar_p": [ "ctypes._CData", "ctypes._CanCastTo", "ctypes._PointerLike", "ctypes._SimpleCData", "object", "typing.Generic" ] }, { "ctypes.pointer": [ "ctypes._CData", "ctypes._CanCastTo", "ctypes._PointerLike", "object", "typing.Generic" ] }, { "ctypes.py_object": [ "ctypes._CData", "ctypes._CanCastTo", "ctypes._SimpleCData", "object", "typing.Generic" ] }, { "csv.DictReader": [ "object", "typing.Generic", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "csv.DictWriter": [ "object" ] }, { "csv.Sniffer": [ "object" ] }, { "csv.excel": [ "_csv.Dialect", "object" ] }, { "csv.excel_tab": [ "_csv.Dialect", "csv.excel", "object" ] }, { "csv.unix_dialect": [ "_csv.Dialect", "object" ] }, { "cryptography.x509.oid.AuthorityInformationAccessOID": [ "object" ] }, { "cryptography.x509.oid.CRLEntryExtensionOID": [ "object" ] }, { "cryptography.x509.oid.CertificatePoliciesOID": [ "object" ] }, { "cryptography.x509.oid.ExtendedKeyUsageOID": [ "object" ] }, { "cryptography.x509.oid.ExtensionOID": [ "object" ] }, { "cryptography.x509.oid.NameOID": [ "object" ] }, { "cryptography.x509.oid.OCSPExtensionOID": [ "object" ] }, { "cryptography.x509.oid.SignatureAlgorithmOID": [ "object" ] }, { "cryptography.x509.ocsp.OCSPCertStatus": [ "enum.Enum", "object" ] }, { "cryptography.x509.ocsp.OCSPRequest": [ "object" ] }, { "cryptography.x509.ocsp.OCSPRequestBuilder": [ "object" ] }, { "cryptography.x509.ocsp.OCSPResponderEncoding": [ "enum.Enum", "object" ] }, { "cryptography.x509.ocsp.OCSPResponse": [ "object" ] }, { "cryptography.x509.ocsp.OCSPResponseBuilder": [ "object" ] }, { "cryptography.x509.ocsp.OCSPResponseStatus": [ "enum.Enum", "object" ] }, { "cryptography.x509.ocsp._SingleResponse": [ "object" ] }, { "cryptography.x509.name.Name": [ "object" ] }, { "cryptography.x509.name.NameAttribute": [ "object" ] }, { "cryptography.x509.name.RelativeDistinguishedName": [ "object" ] }, { "cryptography.x509.name._ASN1Type": [ "enum.Enum", "object" ] }, { "cryptography.x509.general_name.DNSName": [ "cryptography.x509.general_name.GeneralName", "object" ] }, { "cryptography.x509.general_name.DirectoryName": [ "cryptography.x509.general_name.GeneralName", "object" ] }, { "cryptography.x509.general_name.GeneralName": [ "object" ] }, { "cryptography.x509.general_name.IPAddress": [ "cryptography.x509.general_name.GeneralName", "object" ] }, { "cryptography.x509.general_name.OtherName": [ "cryptography.x509.general_name.GeneralName", "object" ] }, { "cryptography.x509.general_name.RFC822Name": [ "cryptography.x509.general_name.GeneralName", "object" ] }, { "cryptography.x509.general_name.RegisteredID": [ "cryptography.x509.general_name.GeneralName", "object" ] }, { "cryptography.x509.general_name.UniformResourceIdentifier": [ "cryptography.x509.general_name.GeneralName", "object" ] }, { "cryptography.x509.general_name.UnsupportedGeneralNameType": [ "BaseException", "Exception", "object" ] }, { "cryptography.x509.extensions.AccessDescription": [ "object" ] }, { "cryptography.x509.extensions.AuthorityInformationAccess": [ "object" ] }, { "cryptography.x509.extensions.CRLDistributionPoints": [ "object" ] }, { "cryptography.x509.extensions.DistributionPoint": [ "object" ] }, { "cryptography.x509.extensions.Extension": [ "object" ] }, { "cryptography.x509.extensions.GeneralNames": [ "object" ] }, { "cryptography.x509.certificate_transparency.LogEntryType": [ "enum.Enum", "object" ] }, { "cryptography.x509.certificate_transparency.SignedCertificateTimestamp": [ "object" ] }, { "cryptography.x509.certificate_transparency.Version": [ "enum.Enum", "object" ] }, { "cryptography.x509.base.AttributeNotFound": [ "BaseException", "Exception", "object" ] }, { "cryptography.x509.base.Certificate": [ "object" ] }, { "cryptography.x509.base.CertificateBuilder": [ "object" ] }, { "cryptography.x509.base.CertificateRevocationList": [ "object" ] }, { "cryptography.x509.base.CertificateRevocationListBuilder": [ "object" ] }, { "cryptography.x509.base.CertificateSigningRequest": [ "object" ] }, { "cryptography.x509.base.CertificateSigningRequestBuilder": [ "object" ] }, { "cryptography.x509.base.InvalidVersion": [ "BaseException", "Exception", "object" ] }, { "cryptography.x509.base.RevokedCertificate": [ "object" ] }, { "cryptography.x509.base.RevokedCertificateBuilder": [ "object" ] }, { "cryptography.x509.base.Version": [ "enum.Enum", "object" ] }, { "cryptography.x509.AccessDescription": [ "object" ] }, { "cryptography.x509.AuthorityInformationAccess": [ "cryptography.x509.ExtensionType", "object" ] }, { "cryptography.x509.AuthorityKeyIdentifier": [ "cryptography.x509.ExtensionType", "object" ] }, { "cryptography.x509.BasicConstraints": [ "cryptography.x509.ExtensionType", "object" ] }, { "cryptography.x509.CRLEntryExtensionOID": [ "object" ] }, { "cryptography.x509.Certificate": [ "object" ] }, { "cryptography.x509.CertificateBuilder": [ "object" ] }, { "cryptography.x509.CertificateRevocationList": [ "object" ] }, { "cryptography.x509.CertificateRevocationListBuilder": [ "object" ] }, { "cryptography.x509.CertificateSigningRequest": [ "object" ] }, { "cryptography.x509.CertificateSigningRequestBuilder": [ "object" ] }, { "cryptography.x509.DNSName": [ "cryptography.x509.GeneralName", "object" ] }, { "cryptography.x509.DirectoryName": [ "cryptography.x509.GeneralName", "object" ] }, { "cryptography.x509.DuplicateExtension": [ "BaseException", "Exception", "object" ] }, { "cryptography.x509.ExtendedKeyUsage": [ "cryptography.x509.ExtensionType", "object" ] }, { "cryptography.x509.ExtendedKeyUsageOID": [ "object" ] }, { "cryptography.x509.Extension": [ "object", "typing.Generic" ] }, { "cryptography.x509.ExtensionNotFound": [ "BaseException", "Exception", "object" ] }, { "cryptography.x509.ExtensionOID": [ "object" ] }, { "cryptography.x509.ExtensionType": [ "object" ] }, { "cryptography.x509.Extensions": [ "object" ] }, { "cryptography.x509.GeneralName": [ "object" ] }, { "cryptography.x509.IPAddress": [ "cryptography.x509.GeneralName", "object" ] }, { "cryptography.x509.IssuerAlternativeName": [ "cryptography.x509.ExtensionType", "object" ] }, { "cryptography.x509.KeyUsage": [ "cryptography.x509.ExtensionType", "object" ] }, { "cryptography.x509.Name": [ "object" ] }, { "cryptography.x509.NameAttribute": [ "object" ] }, { "cryptography.x509.NameOID": [ "object" ] }, { "cryptography.x509.OCSPExtensionOID": [ "object" ] }, { "cryptography.x509.ObjectIdentifier": [ "object" ] }, { "cryptography.x509.OtherName": [ "cryptography.x509.GeneralName", "object" ] }, { "cryptography.x509.RFC822Name": [ "cryptography.x509.GeneralName", "object" ] }, { "cryptography.x509.RegisteredID": [ "cryptography.x509.GeneralName", "object" ] }, { "cryptography.x509.RelativeDistinguishedName": [ "object" ] }, { "cryptography.x509.RevokedCertificate": [ "object" ] }, { "cryptography.x509.RevokedCertificateBuilder": [ "object" ] }, { "cryptography.x509.SignatureAlgorithmOID": [ "object" ] }, { "cryptography.x509.SubjectAlternativeName": [ "cryptography.x509.ExtensionType", "object" ] }, { "cryptography.x509.SubjectInformationAccess": [ "cryptography.x509.ExtensionType", "object" ] }, { "cryptography.x509.SubjectKeyIdentifier": [ "cryptography.x509.ExtensionType", "object" ] }, { "cryptography.x509.UniformResourceIdentifier": [ "cryptography.x509.GeneralName", "object" ] }, { "cryptography.x509.UnrecognizedExtension": [ "cryptography.x509.ExtensionType", "object" ] }, { "cryptography.x509.Version": [ "enum.Enum", "object" ] }, { "cryptography.utils.CryptographyDeprecationWarning": [ "BaseException", "Exception", "UserWarning", "Warning", "object" ] }, { "cryptography.utils.InterfaceNotImplemented": [ "BaseException", "Exception", "object" ] }, { "cryptography.utils._DeprecatedValue": [ "object" ] }, { "cryptography.utils._ModuleWithDeprecations": [ "object" ] }, { "cryptography.hazmat.primitives.twofactor.totp.TOTP": [ "object" ] }, { "cryptography.hazmat.primitives.twofactor.hotp.HOTP": [ "object" ] }, { "cryptography.hazmat.primitives.twofactor.InvalidToken": [ "BaseException", "Exception", "object" ] }, { "cryptography.hazmat.primitives.serialization.ssh._FragList": [ "object" ] }, { "cryptography.hazmat.primitives.serialization.ssh._SSHFormatDSA": [ "object" ] }, { "cryptography.hazmat.primitives.serialization.ssh._SSHFormatECDSA": [ "object" ] }, { "cryptography.hazmat.primitives.serialization.ssh._SSHFormatEd25519": [ "object" ] }, { "cryptography.hazmat.primitives.serialization.ssh._SSHFormatRSA": [ "object" ] }, { "cryptography.hazmat.primitives.serialization.pkcs7.PKCS7Options": [ "enum.Enum", "object" ] }, { "cryptography.hazmat.primitives.serialization.pkcs7.PKCS7SignatureBuilder": [ "object" ] }, { "cryptography.hazmat.primitives.serialization.BestAvailableEncryption": [ "cryptography.hazmat.primitives.serialization.KeySerializationEncryption", "object" ] }, { "cryptography.hazmat.primitives.serialization.Encoding": [ "enum.Enum", "object" ] }, { "cryptography.hazmat.primitives.serialization.KeySerializationEncryption": [ "object" ] }, { "cryptography.hazmat.primitives.serialization.NoEncryption": [ "cryptography.hazmat.primitives.serialization.KeySerializationEncryption", "object" ] }, { "cryptography.hazmat.primitives.serialization.ParameterFormat": [ "enum.Enum", "object" ] }, { "cryptography.hazmat.primitives.serialization.PrivateFormat": [ "enum.Enum", "object" ] }, { "cryptography.hazmat.primitives.serialization.PublicFormat": [ "enum.Enum", "object" ] }, { "cryptography.hazmat.primitives.poly1305.Poly1305": [ "object" ] }, { "cryptography.hazmat.primitives.padding.ANSIX923": [ "object" ] }, { "cryptography.hazmat.primitives.padding.PKCS7": [ "object" ] }, { "cryptography.hazmat.primitives.padding.PaddingContext": [ "object" ] }, { "cryptography.hazmat.primitives.keywrap.InvalidUnwrap": [ "BaseException", "Exception", "object" ] }, { "cryptography.hazmat.primitives.kdf.x963kdf.X963KDF": [ "cryptography.hazmat.primitives.kdf.KeyDerivationFunction", "object" ] }, { "cryptography.hazmat.primitives.kdf.scrypt.Scrypt": [ "cryptography.hazmat.primitives.kdf.KeyDerivationFunction", "object" ] }, { "cryptography.hazmat.primitives.kdf.pbkdf2.PBKDF2HMAC": [ "cryptography.hazmat.primitives.kdf.KeyDerivationFunction", "object" ] }, { "cryptography.hazmat.primitives.kdf.kbkdf.CounterLocation": [ "enum.Enum", "object" ] }, { "cryptography.hazmat.primitives.kdf.kbkdf.KBKDFHMAC": [ "cryptography.hazmat.primitives.kdf.KeyDerivationFunction", "object" ] }, { "cryptography.hazmat.primitives.kdf.kbkdf.Mode": [ "enum.Enum", "object" ] }, { "cryptography.hazmat.primitives.kdf.hkdf.HKDF": [ "cryptography.hazmat.primitives.kdf.KeyDerivationFunction", "object" ] }, { "cryptography.hazmat.primitives.kdf.hkdf.HKDFExpand": [ "cryptography.hazmat.primitives.kdf.KeyDerivationFunction", "object" ] }, { "cryptography.hazmat.primitives.kdf.concatkdf.ConcatKDFHMAC": [ "cryptography.hazmat.primitives.kdf.KeyDerivationFunction", "object" ] }, { "cryptography.hazmat.primitives.kdf.concatkdf.ConcatKDFHash": [ "cryptography.hazmat.primitives.kdf.KeyDerivationFunction", "object" ] }, { "cryptography.hazmat.primitives.kdf.KeyDerivationFunction": [ "object" ] }, { "cryptography.hazmat.primitives.hmac.HMAC": [ "object" ] }, { "cryptography.hazmat.primitives.hashes.BLAKE2b": [ "cryptography.hazmat.primitives.hashes.HashAlgorithm", "object" ] }, { "cryptography.hazmat.primitives.hashes.BLAKE2s": [ "cryptography.hazmat.primitives.hashes.HashAlgorithm", "object" ] }, { "cryptography.hazmat.primitives.hashes.Hash": [ "cryptography.hazmat.primitives.hashes.HashContext", "object" ] }, { "cryptography.hazmat.primitives.hashes.HashAlgorithm": [ "object" ] }, { "cryptography.hazmat.primitives.hashes.HashContext": [ "object" ] }, { "cryptography.hazmat.primitives.hashes.MD5": [ "cryptography.hazmat.primitives.hashes.HashAlgorithm", "object" ] }, { "cryptography.hazmat.primitives.hashes.SHA1": [ "cryptography.hazmat.primitives.hashes.HashAlgorithm", "object" ] }, { "cryptography.hazmat.primitives.hashes.SHA224": [ "cryptography.hazmat.primitives.hashes.HashAlgorithm", "object" ] }, { "cryptography.hazmat.primitives.hashes.SHA256": [ "cryptography.hazmat.primitives.hashes.HashAlgorithm", "object" ] }, { "cryptography.hazmat.primitives.hashes.SHA384": [ "cryptography.hazmat.primitives.hashes.HashAlgorithm", "object" ] }, { "cryptography.hazmat.primitives.hashes.SHA3_224": [ "cryptography.hazmat.primitives.hashes.HashAlgorithm", "object" ] }, { "cryptography.hazmat.primitives.hashes.SHA3_256": [ "cryptography.hazmat.primitives.hashes.HashAlgorithm", "object" ] }, { "cryptography.hazmat.primitives.hashes.SHA3_384": [ "cryptography.hazmat.primitives.hashes.HashAlgorithm", "object" ] }, { "cryptography.hazmat.primitives.hashes.SHA3_512": [ "cryptography.hazmat.primitives.hashes.HashAlgorithm", "object" ] }, { "cryptography.hazmat.primitives.hashes.SHA512": [ "cryptography.hazmat.primitives.hashes.HashAlgorithm", "object" ] }, { "cryptography.hazmat.primitives.hashes.SHA512_224": [ "cryptography.hazmat.primitives.hashes.HashAlgorithm", "object" ] }, { "cryptography.hazmat.primitives.hashes.SHA512_256": [ "cryptography.hazmat.primitives.hashes.HashAlgorithm", "object" ] }, { "cryptography.hazmat.primitives.hashes.SHAKE128": [ "cryptography.hazmat.primitives.hashes.HashAlgorithm", "object" ] }, { "cryptography.hazmat.primitives.hashes.SHAKE256": [ "cryptography.hazmat.primitives.hashes.HashAlgorithm", "object" ] }, { "cryptography.hazmat.primitives.cmac.CMAC": [ "object" ] }, { "cryptography.hazmat.primitives.ciphers.modes.CBC": [ "cryptography.hazmat.primitives.ciphers.modes.Mode", "cryptography.hazmat.primitives.ciphers.modes.ModeWithInitializationVector", "object" ] }, { "cryptography.hazmat.primitives.ciphers.modes.CFB": [ "cryptography.hazmat.primitives.ciphers.modes.Mode", "cryptography.hazmat.primitives.ciphers.modes.ModeWithInitializationVector", "object" ] }, { "cryptography.hazmat.primitives.ciphers.modes.CFB8": [ "cryptography.hazmat.primitives.ciphers.modes.Mode", "cryptography.hazmat.primitives.ciphers.modes.ModeWithInitializationVector", "object" ] }, { "cryptography.hazmat.primitives.ciphers.modes.CTR": [ "cryptography.hazmat.primitives.ciphers.modes.Mode", "cryptography.hazmat.primitives.ciphers.modes.ModeWithNonce", "object" ] }, { "cryptography.hazmat.primitives.ciphers.modes.ECB": [ "cryptography.hazmat.primitives.ciphers.modes.Mode", "object" ] }, { "cryptography.hazmat.primitives.ciphers.modes.GCM": [ "cryptography.hazmat.primitives.ciphers.modes.Mode", "cryptography.hazmat.primitives.ciphers.modes.ModeWithAuthenticationTag", "cryptography.hazmat.primitives.ciphers.modes.ModeWithInitializationVector", "object" ] }, { "cryptography.hazmat.primitives.ciphers.modes.Mode": [ "object" ] }, { "cryptography.hazmat.primitives.ciphers.modes.ModeWithAuthenticationTag": [ "object" ] }, { "cryptography.hazmat.primitives.ciphers.modes.ModeWithInitializationVector": [ "object" ] }, { "cryptography.hazmat.primitives.ciphers.modes.ModeWithNonce": [ "object" ] }, { "cryptography.hazmat.primitives.ciphers.modes.ModeWithTweak": [ "object" ] }, { "cryptography.hazmat.primitives.ciphers.modes.OFB": [ "cryptography.hazmat.primitives.ciphers.modes.Mode", "cryptography.hazmat.primitives.ciphers.modes.ModeWithInitializationVector", "object" ] }, { "cryptography.hazmat.primitives.ciphers.modes.XTS": [ "cryptography.hazmat.primitives.ciphers.modes.Mode", "cryptography.hazmat.primitives.ciphers.modes.ModeWithTweak", "object" ] }, { "cryptography.hazmat.primitives.ciphers.base.AEADCipherContext": [ "object" ] }, { "cryptography.hazmat.primitives.ciphers.base.AEADDecryptionContext": [ "object" ] }, { "cryptography.hazmat.primitives.ciphers.base.AEADEncryptionContext": [ "object" ] }, { "cryptography.hazmat.primitives.ciphers.base.BlockCipherAlgorithm": [ "object" ] }, { "cryptography.hazmat.primitives.ciphers.base.Cipher": [ "object" ] }, { "cryptography.hazmat.primitives.ciphers.base.CipherContext": [ "object" ] }, { "cryptography.hazmat.primitives.ciphers.base._AEADCipherContext": [ "object" ] }, { "cryptography.hazmat.primitives.ciphers.base._AEADEncryptionContext": [ "cryptography.hazmat.primitives.ciphers.base._AEADCipherContext", "object" ] }, { "cryptography.hazmat.primitives.ciphers.base._CipherContext": [ "object" ] }, { "cryptography.hazmat.primitives.ciphers.algorithms.AES": [ "cryptography.hazmat.primitives.ciphers.BlockCipherAlgorithm", "cryptography.hazmat.primitives.ciphers.CipherAlgorithm", "object" ] }, { "cryptography.hazmat.primitives.ciphers.algorithms.ARC4": [ "cryptography.hazmat.primitives.ciphers.CipherAlgorithm", "object" ] }, { "cryptography.hazmat.primitives.ciphers.algorithms.Blowfish": [ "cryptography.hazmat.primitives.ciphers.BlockCipherAlgorithm", "cryptography.hazmat.primitives.ciphers.CipherAlgorithm", "object" ] }, { "cryptography.hazmat.primitives.ciphers.algorithms.CAST5": [ "cryptography.hazmat.primitives.ciphers.BlockCipherAlgorithm", "cryptography.hazmat.primitives.ciphers.CipherAlgorithm", "object" ] }, { "cryptography.hazmat.primitives.ciphers.algorithms.Camellia": [ "cryptography.hazmat.primitives.ciphers.BlockCipherAlgorithm", "cryptography.hazmat.primitives.ciphers.CipherAlgorithm", "object" ] }, { "cryptography.hazmat.primitives.ciphers.algorithms.ChaCha20": [ "cryptography.hazmat.primitives.ciphers.CipherAlgorithm", "cryptography.hazmat.primitives.ciphers.modes.ModeWithNonce", "object" ] }, { "cryptography.hazmat.primitives.ciphers.algorithms.IDEA": [ "cryptography.hazmat.primitives.ciphers.CipherAlgorithm", "object" ] }, { "cryptography.hazmat.primitives.ciphers.algorithms.SEED": [ "cryptography.hazmat.primitives.ciphers.BlockCipherAlgorithm", "cryptography.hazmat.primitives.ciphers.CipherAlgorithm", "object" ] }, { "cryptography.hazmat.primitives.ciphers.algorithms.TripleDES": [ "cryptography.hazmat.primitives.ciphers.BlockCipherAlgorithm", "cryptography.hazmat.primitives.ciphers.CipherAlgorithm", "object" ] }, { "cryptography.hazmat.primitives.ciphers.aead.AESCCM": [ "object" ] }, { "cryptography.hazmat.primitives.ciphers.aead.AESGCM": [ "object" ] }, { "cryptography.hazmat.primitives.ciphers.aead.ChaCha20Poly1305": [ "object" ] }, { "cryptography.hazmat.primitives.ciphers.AEADCipherContext": [ "object" ] }, { "cryptography.hazmat.primitives.ciphers.AEADDecryptionContext": [ "object" ] }, { "cryptography.hazmat.primitives.ciphers.AEADEncryptionContext": [ "object" ] }, { "cryptography.hazmat.primitives.ciphers.BlockCipherAlgorithm": [ "object" ] }, { "cryptography.hazmat.primitives.ciphers.Cipher": [ "object" ] }, { "cryptography.hazmat.primitives.ciphers.CipherAlgorithm": [ "object" ] }, { "cryptography.hazmat.primitives.ciphers.CipherContext": [ "object" ] }, { "cryptography.hazmat.primitives.asymmetric.x448.X448PrivateKey": [ "object" ] }, { "cryptography.hazmat.primitives.asymmetric.x448.X448PublicKey": [ "object" ] }, { "cryptography.hazmat.primitives.asymmetric.x25519.X25519PrivateKey": [ "object" ] }, { "cryptography.hazmat.primitives.asymmetric.x25519.X25519PublicKey": [ "object" ] }, { "cryptography.hazmat.primitives.asymmetric.utils.Prehashed": [ "object" ] }, { "cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKey": [ "object" ] }, { "cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKeyWithSerialization": [ "cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKey", "object" ] }, { "cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateNumbers": [ "object" ] }, { "cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey": [ "object" ] }, { "cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicNumbers": [ "object" ] }, { "cryptography.hazmat.primitives.asymmetric.padding.AsymmetricPadding": [ "object" ] }, { "cryptography.hazmat.primitives.asymmetric.padding.MGF1": [ "object" ] }, { "cryptography.hazmat.primitives.asymmetric.padding.OAEP": [ "cryptography.hazmat.primitives.asymmetric.padding.AsymmetricPadding", "object" ] }, { "cryptography.hazmat.primitives.asymmetric.padding.PKCS1v15": [ "cryptography.hazmat.primitives.asymmetric.padding.AsymmetricPadding", "object" ] }, { "cryptography.hazmat.primitives.asymmetric.padding.PSS": [ "cryptography.hazmat.primitives.asymmetric.padding.AsymmetricPadding", "object" ] }, { "cryptography.hazmat.primitives.asymmetric.ed448.Ed448PrivateKey": [ "object" ] }, { "cryptography.hazmat.primitives.asymmetric.ed448.Ed448PublicKey": [ "object" ] }, { "cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PrivateKey": [ "object" ] }, { "cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PublicKey": [ "object" ] }, { "cryptography.hazmat.primitives.asymmetric.ec.BrainpoolP256R1": [ "cryptography.hazmat.primitives.asymmetric.ec.EllipticCurve", "object" ] }, { "cryptography.hazmat.primitives.asymmetric.ec.BrainpoolP384R1": [ "cryptography.hazmat.primitives.asymmetric.ec.EllipticCurve", "object" ] }, { "cryptography.hazmat.primitives.asymmetric.ec.BrainpoolP512R1": [ "cryptography.hazmat.primitives.asymmetric.ec.EllipticCurve", "object" ] }, { "cryptography.hazmat.primitives.asymmetric.ec.ECDH": [ "object" ] }, { "cryptography.hazmat.primitives.asymmetric.ec.ECDSA": [ "cryptography.hazmat.primitives.asymmetric.ec.EllipticCurveSignatureAlgorithm", "object" ] }, { "cryptography.hazmat.primitives.asymmetric.ec.EllipticCurve": [ "object" ] }, { "cryptography.hazmat.primitives.asymmetric.ec.EllipticCurveOID": [ "object" ] }, { "cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKey": [ "object" ] }, { "cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKeyWithSerialization": [ "cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKey", "object" ] }, { "cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateNumbers": [ "object" ] }, { "cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey": [ "object" ] }, { "cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicNumbers": [ "object" ] }, { "cryptography.hazmat.primitives.asymmetric.ec.EllipticCurveSignatureAlgorithm": [ "object" ] }, { "cryptography.hazmat.primitives.asymmetric.ec.SECP192R1": [ "cryptography.hazmat.primitives.asymmetric.ec.EllipticCurve", "object" ] }, { "cryptography.hazmat.primitives.asymmetric.ec.SECP224R1": [ "cryptography.hazmat.primitives.asymmetric.ec.EllipticCurve", "object" ] }, { "cryptography.hazmat.primitives.asymmetric.ec.SECP256K1": [ "cryptography.hazmat.primitives.asymmetric.ec.EllipticCurve", "object" ] }, { "cryptography.hazmat.primitives.asymmetric.ec.SECP256R1": [ "cryptography.hazmat.primitives.asymmetric.ec.EllipticCurve", "object" ] }, { "cryptography.hazmat.primitives.asymmetric.ec.SECP384R1": [ "cryptography.hazmat.primitives.asymmetric.ec.EllipticCurve", "object" ] }, { "cryptography.hazmat.primitives.asymmetric.ec.SECP521R1": [ "cryptography.hazmat.primitives.asymmetric.ec.EllipticCurve", "object" ] }, { "cryptography.hazmat.primitives.asymmetric.ec.SECT163K1": [ "cryptography.hazmat.primitives.asymmetric.ec.EllipticCurve", "object" ] }, { "cryptography.hazmat.primitives.asymmetric.ec.SECT163R2": [ "cryptography.hazmat.primitives.asymmetric.ec.EllipticCurve", "object" ] }, { "cryptography.hazmat.primitives.asymmetric.ec.SECT233K1": [ "cryptography.hazmat.primitives.asymmetric.ec.EllipticCurve", "object" ] }, { "cryptography.hazmat.primitives.asymmetric.ec.SECT233R1": [ "cryptography.hazmat.primitives.asymmetric.ec.EllipticCurve", "object" ] }, { "cryptography.hazmat.primitives.asymmetric.ec.SECT283K1": [ "cryptography.hazmat.primitives.asymmetric.ec.EllipticCurve", "object" ] }, { "cryptography.hazmat.primitives.asymmetric.ec.SECT283R1": [ "cryptography.hazmat.primitives.asymmetric.ec.EllipticCurve", "object" ] }, { "cryptography.hazmat.primitives.asymmetric.ec.SECT409K1": [ "cryptography.hazmat.primitives.asymmetric.ec.EllipticCurve", "object" ] }, { "cryptography.hazmat.primitives.asymmetric.ec.SECT409R1": [ "cryptography.hazmat.primitives.asymmetric.ec.EllipticCurve", "object" ] }, { "cryptography.hazmat.primitives.asymmetric.ec.SECT571K1": [ "cryptography.hazmat.primitives.asymmetric.ec.EllipticCurve", "object" ] }, { "cryptography.hazmat.primitives.asymmetric.ec.SECT571R1": [ "cryptography.hazmat.primitives.asymmetric.ec.EllipticCurve", "object" ] }, { "cryptography.hazmat.primitives.asymmetric.dsa.DSAParameterNumbers": [ "object" ] }, { "cryptography.hazmat.primitives.asymmetric.dsa.DSAParameters": [ "object" ] }, { "cryptography.hazmat.primitives.asymmetric.dsa.DSAParametersWithNumbers": [ "cryptography.hazmat.primitives.asymmetric.dsa.DSAParameters", "object" ] }, { "cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKey": [ "object" ] }, { "cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKeyWithSerialization": [ "cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKey", "object" ] }, { "cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateNumbers": [ "object" ] }, { "cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKey": [ "object" ] }, { "cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicNumbers": [ "object" ] }, { "cryptography.hazmat.primitives.asymmetric.dh.DHParameterNumbers": [ "object" ] }, { "cryptography.hazmat.primitives.asymmetric.dh.DHParameters": [ "object" ] }, { "cryptography.hazmat.primitives.asymmetric.dh.DHPrivateKey": [ "object" ] }, { "cryptography.hazmat.primitives.asymmetric.dh.DHPrivateKeyWithSerialization": [ "cryptography.hazmat.primitives.asymmetric.dh.DHPrivateKey", "object" ] }, { "cryptography.hazmat.primitives.asymmetric.dh.DHPrivateNumbers": [ "object" ] }, { "cryptography.hazmat.primitives.asymmetric.dh.DHPublicKey": [ "object" ] }, { "cryptography.hazmat.primitives.asymmetric.dh.DHPublicNumbers": [ "object" ] }, { "cryptography.hazmat.primitives._serialization.BestAvailableEncryption": [ "cryptography.hazmat.primitives._serialization.KeySerializationEncryption", "object" ] }, { "cryptography.hazmat.primitives._serialization.Encoding": [ "enum.Enum", "object" ] }, { "cryptography.hazmat.primitives._serialization.KeySerializationEncryption": [ "object" ] }, { "cryptography.hazmat.primitives._serialization.NoEncryption": [ "cryptography.hazmat.primitives._serialization.KeySerializationEncryption", "object" ] }, { "cryptography.hazmat.primitives._serialization.ParameterFormat": [ "enum.Enum", "object" ] }, { "cryptography.hazmat.primitives._serialization.PrivateFormat": [ "enum.Enum", "object" ] }, { "cryptography.hazmat.primitives._serialization.PublicFormat": [ "enum.Enum", "object" ] }, { "cryptography.hazmat.primitives._cipheralgorithm.BlockCipherAlgorithm": [ "object" ] }, { "cryptography.hazmat.primitives._cipheralgorithm.CipherAlgorithm": [ "object" ] }, { "cryptography.hazmat.primitives._asymmetric.AsymmetricPadding": [ "object" ] }, { "cryptography.hazmat.bindings.openssl.binding.Binding": [ "object" ] }, { "cryptography.hazmat.backends.openssl.x509._Certificate": [ "cryptography.x509.Certificate", "object" ] }, { "cryptography.hazmat.backends.openssl.x509._CertificateRevocationList": [ "object" ] }, { "cryptography.hazmat.backends.openssl.x509._CertificateSigningRequest": [ "object" ] }, { "cryptography.hazmat.backends.openssl.x509._RevokedCertificate": [ "cryptography.x509.RevokedCertificate", "object" ] }, { "cryptography.hazmat.backends.openssl.x509._SignedCertificateTimestamp": [ "object" ] }, { "cryptography.hazmat.backends.openssl.x448._X448PrivateKey": [ "cryptography.hazmat.primitives.asymmetric.x448.X448PrivateKey", "object" ] }, { "cryptography.hazmat.backends.openssl.x448._X448PublicKey": [ "cryptography.hazmat.primitives.asymmetric.x448.X448PublicKey", "object" ] }, { "cryptography.hazmat.backends.openssl.x25519._X25519PrivateKey": [ "cryptography.hazmat.primitives.asymmetric.x25519.X25519PrivateKey", "object" ] }, { "cryptography.hazmat.backends.openssl.x25519._X25519PublicKey": [ "cryptography.hazmat.primitives.asymmetric.x25519.X25519PublicKey", "object" ] }, { "cryptography.hazmat.backends.openssl.rsa._RSAPrivateKey": [ "cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKey", "object" ] }, { "cryptography.hazmat.backends.openssl.rsa._RSAPublicKey": [ "cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey", "object" ] }, { "cryptography.hazmat.backends.openssl.rsa._RSASignatureContext": [ "object" ] }, { "cryptography.hazmat.backends.openssl.rsa._RSAVerificationContext": [ "object" ] }, { "cryptography.hazmat.backends.openssl.poly1305._Poly1305Context": [ "object" ] }, { "cryptography.hazmat.backends.openssl.ocsp._OCSPRequest": [ "cryptography.x509.ocsp.OCSPRequest", "object" ] }, { "cryptography.hazmat.backends.openssl.ocsp._OCSPResponse": [ "cryptography.x509.ocsp.OCSPResponse", "object" ] }, { "cryptography.hazmat.backends.openssl.hmac._HMACContext": [ "cryptography.hazmat.primitives.hashes.HashContext", "object" ] }, { "cryptography.hazmat.backends.openssl.hashes._HashContext": [ "cryptography.hazmat.primitives.hashes.HashContext", "object" ] }, { "cryptography.hazmat.backends.openssl.ed448._Ed448PrivateKey": [ "cryptography.hazmat.primitives.asymmetric.ed448.Ed448PrivateKey", "object" ] }, { "cryptography.hazmat.backends.openssl.ed448._Ed448PublicKey": [ "cryptography.hazmat.primitives.asymmetric.ed448.Ed448PublicKey", "object" ] }, { "cryptography.hazmat.backends.openssl.ed25519._Ed25519PrivateKey": [ "cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PrivateKey", "object" ] }, { "cryptography.hazmat.backends.openssl.ed25519._Ed25519PublicKey": [ "cryptography.hazmat.primitives.asymmetric.ed25519.Ed25519PublicKey", "object" ] }, { "cryptography.hazmat.backends.openssl.ec._ECDSASignatureContext": [ "object" ] }, { "cryptography.hazmat.backends.openssl.ec._ECDSAVerificationContext": [ "object" ] }, { "cryptography.hazmat.backends.openssl.ec._EllipticCurvePrivateKey": [ "cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKey", "object" ] }, { "cryptography.hazmat.backends.openssl.ec._EllipticCurvePublicKey": [ "cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey", "object" ] }, { "cryptography.hazmat.backends.openssl.dsa._DSAParameters": [ "cryptography.hazmat.primitives.asymmetric.dsa.DSAParameters", "object" ] }, { "cryptography.hazmat.backends.openssl.dsa._DSAPrivateKey": [ "cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKey", "object" ] }, { "cryptography.hazmat.backends.openssl.dsa._DSAPublicKey": [ "cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKey", "object" ] }, { "cryptography.hazmat.backends.openssl.dsa._DSASignatureContext": [ "object" ] }, { "cryptography.hazmat.backends.openssl.dsa._DSAVerificationContext": [ "object" ] }, { "cryptography.hazmat.backends.openssl.dh._DHParameters": [ "cryptography.hazmat.primitives.asymmetric.dh.DHParameters", "object" ] }, { "cryptography.hazmat.backends.openssl.dh._DHPrivateKey": [ "cryptography.hazmat.primitives.asymmetric.dh.DHPrivateKey", "object" ] }, { "cryptography.hazmat.backends.openssl.dh._DHPublicKey": [ "cryptography.hazmat.primitives.asymmetric.dh.DHPublicKey", "object" ] }, { "cryptography.hazmat.backends.openssl.decode_asn1._X509ExtensionParser": [ "object" ] }, { "cryptography.hazmat.backends.openssl.cmac._CMACContext": [ "object" ] }, { "cryptography.hazmat.backends.openssl.ciphers._CipherContext": [ "object" ] }, { "cryptography.hazmat.backends.openssl.backend.Backend": [ "object" ] }, { "cryptography.hazmat.backends.openssl.backend.GetCipherByName": [ "object" ] }, { "cryptography.hazmat.backends.openssl.backend._MemoryBIO": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "cryptography.hazmat.backends.openssl.backend._RC2": [ "object" ] }, { "cryptography.hazmat.backends.interfaces.CMACBackend": [ "object" ] }, { "cryptography.hazmat.backends.interfaces.CipherBackend": [ "object" ] }, { "cryptography.hazmat.backends.interfaces.DERSerializationBackend": [ "object" ] }, { "cryptography.hazmat.backends.interfaces.DHBackend": [ "object" ] }, { "cryptography.hazmat.backends.interfaces.DSABackend": [ "object" ] }, { "cryptography.hazmat.backends.interfaces.EllipticCurveBackend": [ "object" ] }, { "cryptography.hazmat.backends.interfaces.HMACBackend": [ "object" ] }, { "cryptography.hazmat.backends.interfaces.HashBackend": [ "object" ] }, { "cryptography.hazmat.backends.interfaces.PBKDF2HMACBackend": [ "object" ] }, { "cryptography.hazmat.backends.interfaces.PEMSerializationBackend": [ "object" ] }, { "cryptography.hazmat.backends.interfaces.RSABackend": [ "object" ] }, { "cryptography.hazmat.backends.interfaces.ScryptBackend": [ "object" ] }, { "cryptography.hazmat.backends.interfaces.X509Backend": [ "object" ] }, { "cryptography.hazmat._oid.ObjectIdentifier": [ "object" ] }, { "cryptography.hazmat._der.DERReader": [ "object" ] }, { "cryptography.fernet.Fernet": [ "object" ] }, { "cryptography.fernet.InvalidToken": [ "BaseException", "Exception", "object" ] }, { "cryptography.fernet.MultiFernet": [ "object" ] }, { "cryptography.exceptions.AlreadyFinalized": [ "BaseException", "Exception", "object" ] }, { "cryptography.exceptions.AlreadyUpdated": [ "BaseException", "Exception", "object" ] }, { "cryptography.exceptions.InvalidKey": [ "BaseException", "Exception", "object" ] }, { "cryptography.exceptions.InvalidSignature": [ "BaseException", "Exception", "object" ] }, { "cryptography.exceptions.InvalidTag": [ "BaseException", "Exception", "object" ] }, { "cryptography.exceptions.NotYetFinalized": [ "BaseException", "Exception", "object" ] }, { "cryptography.exceptions.UnsupportedAlgorithm": [ "BaseException", "Exception", "object" ] }, { "crypt._Method": [ "object" ] }, { "croniter.CroniterBadCronError": [ "BaseException", "Exception", "ValueError", "croniter.CroniterError", "object" ] }, { "croniter.CroniterBadDateError": [ "BaseException", "Exception", "ValueError", "croniter.CroniterError", "object" ] }, { "croniter.CroniterError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "croniter.CroniterNotAlphaError": [ "BaseException", "Exception", "ValueError", "croniter.CroniterError", "object" ] }, { "croniter.croniter": [ "object", "typing.Generic", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "copy.Error": [ "BaseException", "Exception", "object" ] }, { "contextvars.Context": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "contextvars.ContextVar": [ "object", "typing.Generic" ] }, { "contextvars.Token": [ "object", "typing.Generic" ] }, { "contextlib.AsyncExitStack": [ "object", "typing.AsyncContextManager", "typing.Generic", "typing.Protocol" ] }, { "contextlib.ContextDecorator": [ "object" ] }, { "contextlib.ExitStack": [ "object", "typing.ContextManager", "typing.Generic", "typing.Protocol" ] }, { "contextlib._GeneratorContextManager": [ "object", "typing.ContextManager", "typing.Generic", "typing.Protocol" ] }, { "contextlib.closing": [ "object", "typing.ContextManager", "typing.Generic", "typing.Protocol" ] }, { "contextlib.redirect_stderr": [ "object", "typing.ContextManager", "typing.Generic", "typing.Protocol" ] }, { "contextlib.redirect_stdout": [ "object", "typing.ContextManager", "typing.Generic", "typing.Protocol" ] }, { "contextlib.suppress": [ "object", "typing.ContextManager", "typing.Generic", "typing.Protocol" ] }, { "configparser.BasicInterpolation": [ "configparser.Interpolation", "object" ] }, { "configparser.ConfigParser": [ "configparser.RawConfigParser", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "configparser.ConverterMapping": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "configparser.DuplicateOptionError": [ "BaseException", "Exception", "configparser.Error", "object" ] }, { "configparser.DuplicateSectionError": [ "BaseException", "Exception", "configparser.Error", "object" ] }, { "configparser.Error": [ "BaseException", "Exception", "object" ] }, { "configparser.ExtendedInterpolation": [ "configparser.Interpolation", "object" ] }, { "configparser.Interpolation": [ "object" ] }, { "configparser.InterpolationDepthError": [ "BaseException", "Exception", "configparser.Error", "configparser.InterpolationError", "object" ] }, { "configparser.InterpolationError": [ "BaseException", "Exception", "configparser.Error", "object" ] }, { "configparser.InterpolationMissingOptionError": [ "BaseException", "Exception", "configparser.Error", "configparser.InterpolationError", "object" ] }, { "configparser.InterpolationSyntaxError": [ "BaseException", "Exception", "configparser.Error", "configparser.InterpolationError", "object" ] }, { "configparser.LegacyInterpolation": [ "configparser.Interpolation", "object" ] }, { "configparser.MissingSectionHeaderError": [ "BaseException", "Exception", "configparser.Error", "configparser.ParsingError", "object" ] }, { "configparser.NoOptionError": [ "BaseException", "Exception", "configparser.Error", "object" ] }, { "configparser.NoSectionError": [ "BaseException", "Exception", "configparser.Error", "object" ] }, { "configparser.ParsingError": [ "BaseException", "Exception", "configparser.Error", "object" ] }, { "configparser.RawConfigParser": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "configparser.SafeConfigParser": [ "configparser.ConfigParser", "configparser.RawConfigParser", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "configparser.SectionProxy": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "concurrent.futures.thread.BrokenThreadPool": [ "BaseException", "Exception", "RuntimeError", "concurrent.futures._base.BrokenExecutor", "object" ] }, { "concurrent.futures.thread.ThreadPoolExecutor": [ "concurrent.futures._base.Executor", "object" ] }, { "concurrent.futures.thread._WorkItem": [ "object", "typing.Generic" ] }, { "concurrent.futures.process.BrokenProcessPool": [ "BaseException", "Exception", "RuntimeError", "concurrent.futures._base.BrokenExecutor", "object" ] }, { "concurrent.futures.process.ProcessPoolExecutor": [ "concurrent.futures._base.Executor", "object" ] }, { "concurrent.futures._base.BrokenExecutor": [ "BaseException", "Exception", "RuntimeError", "object" ] }, { "concurrent.futures._base.CancelledError": [ "BaseException", "Exception", "concurrent.futures._base.Error", "object" ] }, { "concurrent.futures._base.DoneAndNotDoneFutures": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "concurrent.futures._base.Error": [ "BaseException", "Exception", "object" ] }, { "concurrent.futures._base.Executor": [ "object" ] }, { "concurrent.futures._base.Future": [ "object", "typing.Generic" ] }, { "concurrent.futures._base.InvalidStateError": [ "BaseException", "Exception", "concurrent.futures._base.Error", "object" ] }, { "concurrent.futures._base.TimeoutError": [ "BaseException", "Exception", "concurrent.futures._base.Error", "object" ] }, { "concurrent.futures._base._AcquireFutures": [ "object" ] }, { "concurrent.futures._base._AllCompletedWaiter": [ "concurrent.futures._base._Waiter", "object" ] }, { "concurrent.futures._base._AsCompletedWaiter": [ "concurrent.futures._base._Waiter", "object" ] }, { "concurrent.futures._base._Collection": [ "object", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "concurrent.futures._base._FirstCompletedWaiter": [ "concurrent.futures._base._Waiter", "object" ] }, { "concurrent.futures._base._Waiter": [ "object" ] }, { "collections.ChainMap": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "collections.Counter": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "collections.OrderedDict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "typing.Reversible" ] }, { "collections.UserDict": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "collections.UserList": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "collections.UserString": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "collections._OrderedDictItemsView": [ "object", "typing.AbstractSet", "typing.Collection", "typing.Container", "typing.Generic", "typing.ItemsView", "typing.Iterable", "typing.MappingView", "typing.Protocol", "typing.Reversible", "typing.Sized" ] }, { "collections._OrderedDictKeysView": [ "object", "typing.AbstractSet", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.KeysView", "typing.MappingView", "typing.Protocol", "typing.Reversible", "typing.Sized" ] }, { "collections._OrderedDictValuesView": [ "object", "typing.Generic", "typing.Iterable", "typing.MappingView", "typing.Protocol", "typing.Reversible", "typing.Sized", "typing.ValuesView" ] }, { "collections.defaultdict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "collections.deque": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "codeop.CommandCompiler": [ "object" ] }, { "codeop.Compile": [ "object" ] }, { "codecs.BufferedIncrementalDecoder": [ "codecs.IncrementalDecoder", "object" ] }, { "codecs.BufferedIncrementalEncoder": [ "codecs.IncrementalEncoder", "object" ] }, { "codecs.Codec": [ "object" ] }, { "codecs.CodecInfo": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "codecs.IncrementalDecoder": [ "object" ] }, { "codecs.IncrementalEncoder": [ "object" ] }, { "codecs.StreamReader": [ "codecs.Codec", "object" ] }, { "codecs.StreamReaderWriter": [ "object", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol", "typing.TextIO" ] }, { "codecs.StreamRecoder": [ "object", "typing.BinaryIO", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "codecs.StreamWriter": [ "codecs.Codec", "object" ] }, { "codecs._Decoder": [ "object", "typing.Generic", "typing.Protocol" ] }, { "codecs._Encoder": [ "object", "typing.Generic", "typing.Protocol" ] }, { "codecs._IncrementalDecoder": [ "object", "typing.Generic", "typing.Protocol" ] }, { "codecs._IncrementalEncoder": [ "object", "typing.Generic", "typing.Protocol" ] }, { "codecs._StreamReader": [ "object", "typing.Generic", "typing.Protocol" ] }, { "codecs._StreamWriter": [ "object", "typing.Generic", "typing.Protocol" ] }, { "code.InteractiveConsole": [ "code.InteractiveInterpreter", "object" ] }, { "code.InteractiveInterpreter": [ "object" ] }, { "cmd.Cmd": [ "object" ] }, { "click_spinner.Spinner": [ "object" ] }, { "click_spinner._Stream": [ "object", "typing.Generic", "typing.Protocol" ] }, { "click_log.core.ClickHandler": [ "logging.Filterer", "logging.Handler", "object" ] }, { "click_log.core.ColorFormatter": [ "logging.Formatter", "object" ] }, { "click.utils.KeepOpenFile": [ "object", "typing.Generic" ] }, { "click.utils.LazyFile": [ "object" ] }, { "click.types.BoolParamType": [ "click.core._ParamType", "object" ] }, { "click.types.Choice": [ "click.core._ParamType", "object" ] }, { "click.types.CompositeParamType": [ "click.core._ParamType", "object" ] }, { "click.types.DateTime": [ "click.core._ParamType", "object" ] }, { "click.types.File": [ "click.core._ParamType", "object" ] }, { "click.types.FloatParamType": [ "click.core._ParamType", "object" ] }, { "click.types.FloatRange": [ "click.core._ParamType", "click.types.FloatParamType", "object" ] }, { "click.types.FuncParamType": [ "click.core._ParamType", "object", "typing.Generic" ] }, { "click.types.IntParamType": [ "click.core._ParamType", "object" ] }, { "click.types.IntRange": [ "click.core._ParamType", "click.types.IntParamType", "object" ] }, { "click.types.Path": [ "click.core._ParamType", "object" ] }, { "click.types.StringParamType": [ "click.core._ParamType", "object" ] }, { "click.types.Tuple": [ "click.core._ParamType", "click.types.CompositeParamType", "object" ] }, { "click.types.UUIDParameterType": [ "click.core._ParamType", "object" ] }, { "click.types.UnprocessedParamType": [ "click.core._ParamType", "object" ] }, { "click.testing.CliRunner": [ "object" ] }, { "click.testing.EchoingStdin": [ "object" ] }, { "click.testing.Result": [ "object" ] }, { "click.shell_completion.BashComplete": [ "click.shell_completion.ShellComplete", "object" ] }, { "click.shell_completion.CompletionItem": [ "object" ] }, { "click.shell_completion.FishComplete": [ "click.shell_completion.ShellComplete", "object" ] }, { "click.shell_completion.ShellComplete": [ "object" ] }, { "click.shell_completion.ZshComplete": [ "click.shell_completion.ShellComplete", "object" ] }, { "click.parser.Argument": [ "object" ] }, { "click.parser.Option": [ "object" ] }, { "click.parser.OptionParser": [ "object" ] }, { "click.parser.ParsingState": [ "object" ] }, { "click.formatting.HelpFormatter": [ "object" ] }, { "click.exceptions.Abort": [ "BaseException", "Exception", "RuntimeError", "object" ] }, { "click.exceptions.BadArgumentUsage": [ "BaseException", "Exception", "click.exceptions.ClickException", "click.exceptions.UsageError", "object" ] }, { "click.exceptions.BadOptionUsage": [ "BaseException", "Exception", "click.exceptions.ClickException", "click.exceptions.UsageError", "object" ] }, { "click.exceptions.BadParameter": [ "BaseException", "Exception", "click.exceptions.ClickException", "click.exceptions.UsageError", "object" ] }, { "click.exceptions.ClickException": [ "BaseException", "Exception", "object" ] }, { "click.exceptions.Exit": [ "BaseException", "Exception", "RuntimeError", "object" ] }, { "click.exceptions.FileError": [ "BaseException", "Exception", "click.exceptions.ClickException", "object" ] }, { "click.exceptions.MissingParameter": [ "BaseException", "Exception", "click.exceptions.BadParameter", "click.exceptions.ClickException", "click.exceptions.UsageError", "object" ] }, { "click.exceptions.NoSuchOption": [ "BaseException", "Exception", "click.exceptions.ClickException", "click.exceptions.UsageError", "object" ] }, { "click.exceptions.UsageError": [ "BaseException", "Exception", "click.exceptions.ClickException", "object" ] }, { "click.decorators._IdentityFunction": [ "object", "typing.Generic", "typing.Protocol" ] }, { "click.core.Argument": [ "click.core.Parameter", "object" ] }, { "click.core.BaseCommand": [ "object" ] }, { "click.core.Command": [ "click.core.BaseCommand", "object" ] }, { "click.core.CommandCollection": [ "click.core.BaseCommand", "click.core.Command", "click.core.MultiCommand", "object" ] }, { "click.core.Context": [ "object" ] }, { "click.core.Group": [ "click.core.BaseCommand", "click.core.Command", "click.core.MultiCommand", "object" ] }, { "click.core.MultiCommand": [ "click.core.BaseCommand", "click.core.Command", "object" ] }, { "click.core.Option": [ "click.core.Parameter", "object" ] }, { "click.core.Parameter": [ "object" ] }, { "click.core._ParamType": [ "object" ] }, { "click._winconsole.ConsoleStream": [ "object" ] }, { "click._winconsole.Py_buffer": [ "ctypes.Structure", "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "click._winconsole._WindowsConsoleRawIOBase": [ "io.IOBase", "io.RawIOBase", "object" ] }, { "click._winconsole._WindowsConsoleReader": [ "click._winconsole._WindowsConsoleRawIOBase", "io.IOBase", "io.RawIOBase", "object" ] }, { "click._winconsole._WindowsConsoleWriter": [ "click._winconsole._WindowsConsoleRawIOBase", "io.IOBase", "io.RawIOBase", "object" ] }, { "click._textwrap.TextWrapper": [ "object", "textwrap.TextWrapper" ] }, { "click._termui_impl.ProgressBar": [ "object", "typing.Generic" ] }, { "click._compat._AtomicFile": [ "object" ] }, { "click._compat._FixupStream": [ "object" ] }, { "click._compat._NonClosingTextIOWrapper": [ "io.IOBase", "io.TextIOBase", "io.TextIOWrapper", "object", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol", "typing.TextIO" ] }, { "chunk.Chunk": [ "object" ] }, { "chardet.utf8prober.UTF8Prober": [ "chardet.charsetprober.CharSetProber", "object" ] }, { "chardet.universaldetector.UniversalDetector": [ "object" ] }, { "chardet.universaldetector._FinalResultType": [ "TypedDictionary", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "chardet.universaldetector._IntermediateResultType": [ "TypedDictionary", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "chardet.sjisprober.SJISProber": [ "chardet.charsetprober.CharSetProber", "chardet.mbcharsetprober.MultiByteCharSetProber", "object" ] }, { "chardet.sbcsgroupprober.SBCSGroupProber": [ "chardet.charsetgroupprober.CharSetGroupProber", "chardet.charsetprober.CharSetProber", "object" ] }, { "chardet.sbcharsetprober.SingleByteCharSetModel": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "chardet.sbcharsetprober.SingleByteCharSetProber": [ "chardet.charsetprober.CharSetProber", "object" ] }, { "chardet.metadata.languages.Language": [ "object" ] }, { "chardet.mbcsgroupprober.MBCSGroupProber": [ "chardet.charsetgroupprober.CharSetGroupProber", "chardet.charsetprober.CharSetProber", "object" ] }, { "chardet.mbcharsetprober.MultiByteCharSetProber": [ "chardet.charsetprober.CharSetProber", "object" ] }, { "chardet.latin1prober.Latin1Prober": [ "chardet.charsetprober.CharSetProber", "object" ] }, { "chardet.jpcntx.EUCJPContextAnalysis": [ "chardet.jpcntx.JapaneseContextAnalysis", "object" ] }, { "chardet.jpcntx.JapaneseContextAnalysis": [ "object" ] }, { "chardet.jpcntx.SJISContextAnalysis": [ "chardet.jpcntx.JapaneseContextAnalysis", "object" ] }, { "chardet.hebrewprober.HebrewProber": [ "chardet.charsetprober.CharSetProber", "object" ] }, { "chardet.gb2312prober.GB2312Prober": [ "chardet.charsetprober.CharSetProber", "chardet.mbcharsetprober.MultiByteCharSetProber", "object" ] }, { "chardet.euctwprober.EUCTWProber": [ "chardet.charsetprober.CharSetProber", "chardet.mbcharsetprober.MultiByteCharSetProber", "object" ] }, { "chardet.euckrprober.EUCKRProber": [ "chardet.charsetprober.CharSetProber", "chardet.mbcharsetprober.MultiByteCharSetProber", "object" ] }, { "chardet.eucjpprober.EUCJPProber": [ "chardet.charsetprober.CharSetProber", "chardet.mbcharsetprober.MultiByteCharSetProber", "object" ] }, { "chardet.escprober.EscCharSetProber": [ "chardet.charsetprober.CharSetProber", "object" ] }, { "chardet.enums.CharacterCategory": [ "object" ] }, { "chardet.enums.InputState": [ "object" ] }, { "chardet.enums.LanguageFilter": [ "object" ] }, { "chardet.enums.MachineState": [ "object" ] }, { "chardet.enums.ProbingState": [ "object" ] }, { "chardet.enums.SequenceLikelihood": [ "object" ] }, { "chardet.cp949prober.CP949Prober": [ "chardet.charsetprober.CharSetProber", "chardet.mbcharsetprober.MultiByteCharSetProber", "object" ] }, { "chardet.codingstatemachine.CodingStateMachine": [ "object" ] }, { "chardet.charsetprober.CharSetProber": [ "object" ] }, { "chardet.charsetgroupprober.CharSetGroupProber": [ "chardet.charsetprober.CharSetProber", "object" ] }, { "chardet.chardistribution.Big5DistributionAnalysis": [ "chardet.chardistribution.CharDistributionAnalysis", "object" ] }, { "chardet.chardistribution.CharDistributionAnalysis": [ "object" ] }, { "chardet.chardistribution.EUCJPDistributionAnalysis": [ "chardet.chardistribution.CharDistributionAnalysis", "object" ] }, { "chardet.chardistribution.EUCKRDistributionAnalysis": [ "chardet.chardistribution.CharDistributionAnalysis", "object" ] }, { "chardet.chardistribution.EUCTWDistributionAnalysis": [ "chardet.chardistribution.CharDistributionAnalysis", "object" ] }, { "chardet.chardistribution.GB2312DistributionAnalysis": [ "chardet.chardistribution.CharDistributionAnalysis", "object" ] }, { "chardet.chardistribution.SJISDistributionAnalysis": [ "chardet.chardistribution.CharDistributionAnalysis", "object" ] }, { "chardet.big5prober.Big5Prober": [ "chardet.charsetprober.CharSetProber", "chardet.mbcharsetprober.MultiByteCharSetProber", "object" ] }, { "chardet._LangModelType": [ "TypedDictionary", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "chardet._SMModelType": [ "TypedDictionary", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "characteristic.Attribute": [ "object" ] }, { "cgitb.Hook": [ "object" ] }, { "cgi.FieldStorage": [ "object" ] }, { "cgi.MiniFieldStorage": [ "object" ] }, { "cgi._Environ": [ "object", "typing.Generic", "typing.Protocol" ] }, { "cffi.verifier.Verifier": [ "object" ] }, { "cffi.vengine_gen.VGenericEngine": [ "object" ] }, { "cffi.vengine_gen.VGenericEngine.load_library.FFILibrary": [ "_importlib_modulespec.ModuleType", "object" ] }, { "cffi.vengine_cpy.VCPythonEngine": [ "object" ] }, { "cffi.vengine_cpy.VCPythonEngine.load_library.FFILibrary": [ "object" ] }, { "cffi.setuptools_ext._add_c_module.build_ext_make_mod": [ "object" ] }, { "cffi.setuptools_ext._add_py_module.build_ext_make_mod": [ "object" ] }, { "cffi.setuptools_ext._add_py_module.build_py_make_mod": [ "object" ] }, { "cffi.recompiler.EnumExpr": [ "object" ] }, { "cffi.recompiler.FieldExpr": [ "object" ] }, { "cffi.recompiler.GlobalExpr": [ "object" ] }, { "cffi.recompiler.Recompiler": [ "object" ] }, { "cffi.recompiler.StructUnionExpr": [ "object" ] }, { "cffi.recompiler.TypenameExpr": [ "object" ] }, { "cffi.model.ArrayType": [ "cffi.model.BaseType", "cffi.model.BaseTypeByIdentity", "object" ] }, { "cffi.model.BaseFunctionType": [ "cffi.model.BaseType", "cffi.model.BaseTypeByIdentity", "object" ] }, { "cffi.model.BasePrimitiveType": [ "cffi.model.BaseType", "cffi.model.BaseTypeByIdentity", "object" ] }, { "cffi.model.BaseType": [ "cffi.model.BaseTypeByIdentity", "object" ] }, { "cffi.model.BaseTypeByIdentity": [ "object" ] }, { "cffi.model.EnumType": [ "cffi.model.BaseTypeByIdentity", "cffi.model.StructOrUnionOrEnum", "object" ] }, { "cffi.model.FunctionPtrType": [ "cffi.model.BaseFunctionType", "cffi.model.BaseType", "cffi.model.BaseTypeByIdentity", "object" ] }, { "cffi.model.NamedPointerType": [ "cffi.model.BaseType", "cffi.model.BaseTypeByIdentity", "cffi.model.PointerType", "object" ] }, { "cffi.model.PointerType": [ "cffi.model.BaseType", "cffi.model.BaseTypeByIdentity", "object" ] }, { "cffi.model.PrimitiveType": [ "cffi.model.BasePrimitiveType", "cffi.model.BaseType", "cffi.model.BaseTypeByIdentity", "object" ] }, { "cffi.model.RawFunctionType": [ "cffi.model.BaseFunctionType", "cffi.model.BaseType", "cffi.model.BaseTypeByIdentity", "object" ] }, { "cffi.model.StructOrUnion": [ "cffi.model.BaseTypeByIdentity", "cffi.model.StructOrUnionOrEnum", "object" ] }, { "cffi.model.StructOrUnionOrEnum": [ "cffi.model.BaseTypeByIdentity", "object" ] }, { "cffi.model.StructType": [ "cffi.model.BaseTypeByIdentity", "cffi.model.StructOrUnion", "cffi.model.StructOrUnionOrEnum", "object" ] }, { "cffi.model.UnionType": [ "cffi.model.BaseTypeByIdentity", "cffi.model.StructOrUnion", "cffi.model.StructOrUnionOrEnum", "object" ] }, { "cffi.model.UnknownFloatType": [ "cffi.model.BasePrimitiveType", "cffi.model.BaseType", "cffi.model.BaseTypeByIdentity", "object" ] }, { "cffi.model.UnknownIntegerType": [ "cffi.model.BasePrimitiveType", "cffi.model.BaseType", "cffi.model.BaseTypeByIdentity", "object" ] }, { "cffi.model.VoidType": [ "cffi.model.BaseType", "cffi.model.BaseTypeByIdentity", "object" ] }, { "cffi.error.CDefError": [ "BaseException", "Exception", "object" ] }, { "cffi.error.FFIError": [ "BaseException", "Exception", "object" ] }, { "cffi.error.PkgConfigError": [ "BaseException", "Exception", "object" ] }, { "cffi.error.VerificationError": [ "BaseException", "Exception", "object" ] }, { "cffi.error.VerificationMissing": [ "BaseException", "Exception", "object" ] }, { "cffi.cparser.Parser": [ "object" ] }, { "cffi.cffi_opcode.CffiOp": [ "object" ] }, { "cffi.backend_ctypes.CTypesBackend": [ "object" ] }, { "cffi.backend_ctypes.CTypesBackend._new_struct_or_union.CTypesStructOrUnion": [ "cffi.backend_ctypes.CTypesBaseStructOrUnion", "cffi.backend_ctypes.CTypesData", "object" ] }, { "cffi.backend_ctypes.CTypesBackend._new_struct_or_union.struct_or_union": [ "object" ] }, { "cffi.backend_ctypes.CTypesBackend.gcp.MyRef": [ "_weakref.ReferenceType", "object", "typing.Generic" ] }, { "cffi.backend_ctypes.CTypesBackend.new_array_type.CTypesArray": [ "cffi.backend_ctypes.CTypesData", "cffi.backend_ctypes.CTypesGenericArray", "object" ] }, { "cffi.backend_ctypes.CTypesBackend.new_enum_type.CTypesEnum": [ "object" ] }, { "cffi.backend_ctypes.CTypesBackend.new_function_type.CTypesFunctionPtr": [ "cffi.backend_ctypes.CTypesData", "cffi.backend_ctypes.CTypesGenericPtr", "object" ] }, { "cffi.backend_ctypes.CTypesBackend.new_pointer_type.CTypesPtr": [ "cffi.backend_ctypes.CTypesData", "cffi.backend_ctypes.CTypesGenericPtr", "object" ] }, { "cffi.backend_ctypes.CTypesBackend.new_primitive_type.CTypesPrimitive": [ "cffi.backend_ctypes.CTypesData", "cffi.backend_ctypes.CTypesGenericPrimitive", "object" ] }, { "cffi.backend_ctypes.CTypesBackend.new_void_type.CTypesVoid": [ "cffi.backend_ctypes.CTypesData", "object" ] }, { "cffi.backend_ctypes.CTypesBaseStructOrUnion": [ "cffi.backend_ctypes.CTypesData", "object" ] }, { "cffi.backend_ctypes.CTypesData": [ "object" ] }, { "cffi.backend_ctypes.CTypesGenericArray": [ "cffi.backend_ctypes.CTypesData", "object" ] }, { "cffi.backend_ctypes.CTypesGenericPrimitive": [ "cffi.backend_ctypes.CTypesData", "object" ] }, { "cffi.backend_ctypes.CTypesGenericPtr": [ "cffi.backend_ctypes.CTypesData", "object" ] }, { "cffi.backend_ctypes.CTypesLibrary": [ "object" ] }, { "cffi.backend_ctypes.CTypesType": [ "object", "type", "typing.Generic" ] }, { "cffi.api.FFI": [ "object" ] }, { "cffi.api._make_ffi_library.FFILibrary": [ "object" ] }, { "calendar.Calendar": [ "object" ] }, { "calendar.HTMLCalendar": [ "calendar.Calendar", "object" ] }, { "calendar.IllegalMonthError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "calendar.IllegalWeekdayError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "calendar.LocaleHTMLCalendar": [ "calendar.Calendar", "calendar.HTMLCalendar", "object" ] }, { "calendar.LocaleTextCalendar": [ "calendar.Calendar", "calendar.TextCalendar", "object" ] }, { "calendar.TextCalendar": [ "calendar.Calendar", "object" ] }, { "calendar.different_locale": [ "object" ] }, { "cachetools.ttl.TTLCache": [ "cachetools.abc.DefaultMapping", "cachetools.cache.Cache", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "cachetools.rr.RRCache": [ "cachetools.abc.DefaultMapping", "cachetools.cache.Cache", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "cachetools.mru.MRUCache": [ "cachetools.abc.DefaultMapping", "cachetools.cache.Cache", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "cachetools.lru.LRUCache": [ "cachetools.abc.DefaultMapping", "cachetools.cache.Cache", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "cachetools.lfu.LFUCache": [ "cachetools.abc.DefaultMapping", "cachetools.cache.Cache", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "cachetools.keys._HashedTuple": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "cachetools.fifo.FIFOCache": [ "cachetools.abc.DefaultMapping", "cachetools.cache.Cache", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "cachetools.cache.Cache": [ "cachetools.abc.DefaultMapping", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "cachetools.abc.DefaultMapping": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "cProfile.Profile": [ "object" ] }, { "bz2.BZ2Compressor": [ "object" ] }, { "bz2.BZ2Decompressor": [ "object" ] }, { "bz2.BZ2File": [ "io.BufferedIOBase", "io.IOBase", "object", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "boto.utils.AuthSMTPHandler": [ "logging.Filterer", "logging.Handler", "logging.handlers.SMTPHandler", "object" ] }, { "boto.utils.LRUCache": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "boto.utils.LRUCache._Item": [ "object" ] }, { "boto.utils.LazyLoadMetadata": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "boto.utils.Password": [ "object" ] }, { "boto.utils.RequestHook": [ "object" ] }, { "boto.utils.ShellCommand": [ "object" ] }, { "boto.s3.website.Condition": [ "boto.s3.website._XMLKeyValue", "object" ] }, { "boto.s3.website.Redirect": [ "boto.s3.website._XMLKeyValue", "object" ] }, { "boto.s3.website.RedirectLocation": [ "boto.s3.website._XMLKeyValue", "object" ] }, { "boto.s3.website.RoutingRule": [ "object" ] }, { "boto.s3.website.RoutingRules": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "boto.s3.website.WebsiteConfiguration": [ "object" ] }, { "boto.s3.website._XMLKeyValue": [ "object" ] }, { "boto.s3.user.User": [ "object" ] }, { "boto.s3.tagging.Tag": [ "object" ] }, { "boto.s3.tagging.TagSet": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "boto.s3.tagging.Tags": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "boto.s3.prefix.Prefix": [ "object" ] }, { "boto.s3.multipart.CompleteMultiPartUpload": [ "object" ] }, { "boto.s3.multipart.MultiPartUpload": [ "object" ] }, { "boto.s3.multipart.Part": [ "object" ] }, { "boto.s3.multidelete.Deleted": [ "object" ] }, { "boto.s3.multidelete.Error": [ "object" ] }, { "boto.s3.multidelete.MultiDeleteResult": [ "object" ] }, { "boto.s3.lifecycle.Expiration": [ "object" ] }, { "boto.s3.lifecycle.Lifecycle": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "boto.s3.lifecycle.Rule": [ "object" ] }, { "boto.s3.lifecycle.Transition": [ "object" ] }, { "boto.s3.lifecycle.Transitions": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "boto.s3.keyfile.KeyFile": [ "object" ] }, { "boto.s3.key.Key": [ "object" ] }, { "boto.s3.deletemarker.DeleteMarker": [ "object" ] }, { "boto.s3.cors.CORSConfiguration": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "boto.s3.cors.CORSRule": [ "object" ] }, { "boto.s3.connection.HostRequiredError": [ "BaseException", "Exception", "boto.exception.BotoClientError", "object" ] }, { "boto.s3.connection.Location": [ "object" ] }, { "boto.s3.connection.NoHostProvided": [ "object" ] }, { "boto.s3.connection.OrdinaryCallingFormat": [ "boto.s3.connection._CallingFormat", "object" ] }, { "boto.s3.connection.ProtocolIndependentOrdinaryCallingFormat": [ "boto.s3.connection.OrdinaryCallingFormat", "boto.s3.connection._CallingFormat", "object" ] }, { "boto.s3.connection.S3Connection": [ "boto.connection.AWSAuthConnection", "object" ] }, { "boto.s3.connection.SubdomainCallingFormat": [ "boto.s3.connection._CallingFormat", "object" ] }, { "boto.s3.connection.VHostCallingFormat": [ "boto.s3.connection._CallingFormat", "object" ] }, { "boto.s3.connection._CallingFormat": [ "object" ] }, { "boto.s3.bucketlogging.BucketLogging": [ "object" ] }, { "boto.s3.bucketlistresultset.BucketListResultSet": [ "object", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "boto.s3.bucketlistresultset.MultiPartUploadListResultSet": [ "object" ] }, { "boto.s3.bucketlistresultset.VersionedBucketListResultSet": [ "object" ] }, { "boto.s3.bucket.Bucket": [ "object" ] }, { "boto.s3.bucket.S3WebsiteEndpointTranslate": [ "object" ] }, { "boto.s3.acl.ACL": [ "object" ] }, { "boto.s3.acl.Grant": [ "object" ] }, { "boto.s3.acl.Policy": [ "object" ] }, { "boto.s3.S3RegionInfo": [ "boto.regioninfo.RegionInfo", "object" ] }, { "boto.regioninfo.RegionInfo": [ "object" ] }, { "boto.plugin.Plugin": [ "object" ] }, { "boto.kms.layer1.KMSConnection": [ "boto.connection.AWSAuthConnection", "boto.connection.AWSQueryConnection", "object" ] }, { "boto.kms.exceptions.AlreadyExistsException": [ "BaseException", "Exception", "boto.exception.BotoServerError", "object" ] }, { "boto.kms.exceptions.DependencyTimeoutException": [ "BaseException", "Exception", "boto.exception.BotoServerError", "object" ] }, { "boto.kms.exceptions.DisabledException": [ "BaseException", "Exception", "boto.exception.BotoServerError", "object" ] }, { "boto.kms.exceptions.InvalidAliasNameException": [ "BaseException", "Exception", "boto.exception.BotoServerError", "object" ] }, { "boto.kms.exceptions.InvalidArnException": [ "BaseException", "Exception", "boto.exception.BotoServerError", "object" ] }, { "boto.kms.exceptions.InvalidCiphertextException": [ "BaseException", "Exception", "boto.exception.BotoServerError", "object" ] }, { "boto.kms.exceptions.InvalidGrantTokenException": [ "BaseException", "Exception", "boto.exception.BotoServerError", "object" ] }, { "boto.kms.exceptions.InvalidKeyUsageException": [ "BaseException", "Exception", "boto.exception.BotoServerError", "object" ] }, { "boto.kms.exceptions.InvalidMarkerException": [ "BaseException", "Exception", "boto.exception.BotoServerError", "object" ] }, { "boto.kms.exceptions.KMSInternalException": [ "BaseException", "Exception", "boto.exception.BotoServerError", "object" ] }, { "boto.kms.exceptions.KeyUnavailableException": [ "BaseException", "Exception", "boto.exception.BotoServerError", "object" ] }, { "boto.kms.exceptions.LimitExceededException": [ "BaseException", "Exception", "boto.exception.BotoServerError", "object" ] }, { "boto.kms.exceptions.MalformedPolicyDocumentException": [ "BaseException", "Exception", "boto.exception.BotoServerError", "object" ] }, { "boto.kms.exceptions.NotFoundException": [ "BaseException", "Exception", "boto.exception.BotoServerError", "object" ] }, { "boto.kms.exceptions.UnsupportedOperationException": [ "BaseException", "Exception", "boto.exception.BotoServerError", "object" ] }, { "boto.exception.AWSConnectionError": [ "BaseException", "Exception", "boto.exception.BotoClientError", "object" ] }, { "boto.exception.BotoClientError": [ "BaseException", "Exception", "object" ] }, { "boto.exception.BotoServerError": [ "BaseException", "Exception", "object" ] }, { "boto.exception.ConsoleOutput": [ "object" ] }, { "boto.exception.DynamoDBResponseError": [ "BaseException", "Exception", "boto.exception.BotoServerError", "boto.exception.JSONResponseError", "object" ] }, { "boto.exception.EC2ResponseError": [ "BaseException", "Exception", "boto.exception.BotoServerError", "object" ] }, { "boto.exception.EmrResponseError": [ "BaseException", "Exception", "boto.exception.BotoServerError", "object" ] }, { "boto.exception.GSCopyError": [ "BaseException", "Exception", "boto.exception.BotoServerError", "boto.exception.StorageCopyError", "object" ] }, { "boto.exception.GSCreateError": [ "BaseException", "Exception", "boto.exception.BotoServerError", "boto.exception.StorageCreateError", "object" ] }, { "boto.exception.GSDataError": [ "BaseException", "Exception", "boto.exception.BotoClientError", "boto.exception.StorageDataError", "object" ] }, { "boto.exception.GSPermissionsError": [ "BaseException", "Exception", "boto.exception.BotoClientError", "boto.exception.StoragePermissionsError", "object" ] }, { "boto.exception.GSResponseError": [ "BaseException", "Exception", "boto.exception.BotoServerError", "boto.exception.StorageResponseError", "object" ] }, { "boto.exception.InvalidAclError": [ "BaseException", "Exception", "object" ] }, { "boto.exception.InvalidCorsError": [ "BaseException", "Exception", "object" ] }, { "boto.exception.InvalidInstanceMetadataError": [ "BaseException", "Exception", "object" ] }, { "boto.exception.InvalidLifecycleConfigError": [ "BaseException", "Exception", "object" ] }, { "boto.exception.InvalidUriError": [ "BaseException", "Exception", "object" ] }, { "boto.exception.JSONResponseError": [ "BaseException", "Exception", "boto.exception.BotoServerError", "object" ] }, { "boto.exception.NoAuthHandlerFound": [ "BaseException", "Exception", "object" ] }, { "boto.exception.PleaseRetryException": [ "BaseException", "Exception", "object" ] }, { "boto.exception.ResumableDownloadException": [ "BaseException", "Exception", "object" ] }, { "boto.exception.ResumableTransferDisposition": [ "object" ] }, { "boto.exception.ResumableUploadException": [ "BaseException", "Exception", "object" ] }, { "boto.exception.S3CopyError": [ "BaseException", "Exception", "boto.exception.BotoServerError", "boto.exception.StorageCopyError", "object" ] }, { "boto.exception.S3CreateError": [ "BaseException", "Exception", "boto.exception.BotoServerError", "boto.exception.StorageCreateError", "object" ] }, { "boto.exception.S3DataError": [ "BaseException", "Exception", "boto.exception.BotoClientError", "boto.exception.StorageDataError", "object" ] }, { "boto.exception.S3PermissionsError": [ "BaseException", "Exception", "boto.exception.BotoClientError", "boto.exception.StoragePermissionsError", "object" ] }, { "boto.exception.S3ResponseError": [ "BaseException", "Exception", "boto.exception.BotoServerError", "boto.exception.StorageResponseError", "object" ] }, { "boto.exception.SDBPersistenceError": [ "BaseException", "Exception", "object" ] }, { "boto.exception.SDBResponseError": [ "BaseException", "Exception", "boto.exception.BotoServerError", "object" ] }, { "boto.exception.SQSDecodeError": [ "BaseException", "Exception", "boto.exception.BotoClientError", "object" ] }, { "boto.exception.SQSError": [ "BaseException", "Exception", "boto.exception.BotoServerError", "object" ] }, { "boto.exception.SWFResponseError": [ "BaseException", "Exception", "boto.exception.BotoServerError", "boto.exception.JSONResponseError", "object" ] }, { "boto.exception.StorageCopyError": [ "BaseException", "Exception", "boto.exception.BotoServerError", "object" ] }, { "boto.exception.StorageCreateError": [ "BaseException", "Exception", "boto.exception.BotoServerError", "object" ] }, { "boto.exception.StorageDataError": [ "BaseException", "Exception", "boto.exception.BotoClientError", "object" ] }, { "boto.exception.StoragePermissionsError": [ "BaseException", "Exception", "boto.exception.BotoClientError", "object" ] }, { "boto.exception.StorageResponseError": [ "BaseException", "Exception", "boto.exception.BotoServerError", "object" ] }, { "boto.exception.TooManyRecordsException": [ "BaseException", "Exception", "object" ] }, { "boto.exception._EC2Error": [ "object" ] }, { "boto.elb.ELBConnection": [ "boto.connection.AWSAuthConnection", "boto.connection.AWSQueryConnection", "object" ] }, { "boto.connection.AWSAuthConnection": [ "object" ] }, { "boto.connection.AWSQueryConnection": [ "boto.connection.AWSAuthConnection", "object" ] }, { "boto.connection.ConnectionPool": [ "object" ] }, { "boto.connection.HTTPRequest": [ "object" ] }, { "boto.connection.HTTPResponse": [ "http.client.HTTPResponse", "io.BufferedIOBase", "io.IOBase", "object", "typing.BinaryIO", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "boto.connection.HostConnectionPool": [ "object" ] }, { "boto.auth_handler.AuthHandler": [ "boto.plugin.Plugin", "object" ] }, { "boto.auth_handler.NotReadyToAuthenticate": [ "BaseException", "Exception", "object" ] }, { "boto.auth.AnonAuthHandler": [ "boto.auth.HmacKeys", "boto.auth_handler.AuthHandler", "boto.plugin.Plugin", "object" ] }, { "boto.auth.HmacAuthV1Handler": [ "boto.auth.HmacKeys", "boto.auth_handler.AuthHandler", "boto.plugin.Plugin", "object" ] }, { "boto.auth.HmacAuthV2Handler": [ "boto.auth.HmacKeys", "boto.auth_handler.AuthHandler", "boto.plugin.Plugin", "object" ] }, { "boto.auth.HmacAuthV3HTTPHandler": [ "boto.auth.HmacKeys", "boto.auth_handler.AuthHandler", "boto.plugin.Plugin", "object" ] }, { "boto.auth.HmacAuthV3Handler": [ "boto.auth.HmacKeys", "boto.auth_handler.AuthHandler", "boto.plugin.Plugin", "object" ] }, { "boto.auth.HmacAuthV4Handler": [ "boto.auth.HmacKeys", "boto.auth_handler.AuthHandler", "boto.plugin.Plugin", "object" ] }, { "boto.auth.HmacKeys": [ "object" ] }, { "boto.auth.POSTPathQSV2AuthHandler": [ "boto.auth.HmacKeys", "boto.auth.QuerySignatureHelper", "boto.auth.QuerySignatureV2AuthHandler", "boto.auth_handler.AuthHandler", "boto.plugin.Plugin", "object" ] }, { "boto.auth.QuerySignatureHelper": [ "boto.auth.HmacKeys", "object" ] }, { "boto.auth.QuerySignatureV0AuthHandler": [ "boto.auth.HmacKeys", "boto.auth.QuerySignatureHelper", "boto.auth_handler.AuthHandler", "boto.plugin.Plugin", "object" ] }, { "boto.auth.QuerySignatureV1AuthHandler": [ "boto.auth.HmacKeys", "boto.auth.QuerySignatureHelper", "boto.auth_handler.AuthHandler", "boto.plugin.Plugin", "object" ] }, { "boto.auth.QuerySignatureV2AuthHandler": [ "boto.auth.HmacKeys", "boto.auth.QuerySignatureHelper", "boto.auth_handler.AuthHandler", "boto.plugin.Plugin", "object" ] }, { "boto.auth.S3HmacAuthV4Handler": [ "boto.auth.HmacAuthV4Handler", "boto.auth.HmacKeys", "boto.auth_handler.AuthHandler", "boto.plugin.Plugin", "object" ] }, { "boto.auth.STSAnonHandler": [ "boto.auth_handler.AuthHandler", "boto.plugin.Plugin", "object" ] }, { "boto.NullHandler": [ "logging.Filterer", "logging.Handler", "object" ] }, { "bleach.sanitizer.BleachSanitizerFilter": [ "object" ] }, { "bleach.sanitizer.Cleaner": [ "object" ] }, { "bleach.linkifier.Linker": [ "object" ] }, { "bleach.linkifier.LinkifyFilter": [ "object" ] }, { "bleach.linkifier._Callback": [ "object", "typing.Generic", "typing.Protocol" ] }, { "binhex.BinHex": [ "object" ] }, { "binhex.Error": [ "BaseException", "Exception", "object" ] }, { "binhex.FInfo": [ "object" ] }, { "binhex.HexBin": [ "object" ] }, { "binhex.openrsrc": [ "object" ] }, { "binascii.Error": [ "BaseException", "Exception", "ValueError", "object" ] }, { "binascii.Incomplete": [ "BaseException", "Exception", "object" ] }, { "bdb.Bdb": [ "object" ] }, { "bdb.BdbQuit": [ "BaseException", "Exception", "object" ] }, { "bdb.Breakpoint": [ "object" ] }, { "backports.ssl_match_hostname.CertificateError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "backcall._signatures.BoundArguments": [ "object" ] }, { "backcall._signatures.Parameter": [ "object" ] }, { "backcall._signatures.Signature": [ "object" ] }, { "backcall._signatures._ParameterKind": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "backcall._signatures._empty": [ "object" ] }, { "backcall._signatures._void": [ "object" ] }, { "audioop.error": [ "BaseException", "Exception", "object" ] }, { "attr.setters._NoOpType": [ "object" ] }, { "attr.exceptions.AttrsAttributeNotFoundError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "attr.exceptions.DefaultAlreadySetError": [ "BaseException", "Exception", "RuntimeError", "object" ] }, { "attr.exceptions.FrozenAttributeError": [ "AttributeError", "BaseException", "Exception", "attr.exceptions.FrozenError", "object" ] }, { "attr.exceptions.FrozenError": [ "AttributeError", "BaseException", "Exception", "object" ] }, { "attr.exceptions.FrozenInstanceError": [ "AttributeError", "BaseException", "Exception", "attr.exceptions.FrozenError", "object" ] }, { "attr.exceptions.NotAnAttrsClassError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "attr.exceptions.NotCallableError": [ "BaseException", "Exception", "TypeError", "object" ] }, { "attr.exceptions.PythonTooOldError": [ "BaseException", "Exception", "RuntimeError", "object" ] }, { "attr.exceptions.UnannotatedAttributeError": [ "BaseException", "Exception", "RuntimeError", "object" ] }, { "attr._version_info.VersionInfo": [ "object" ] }, { "attr._make.Attribute": [ "object" ] }, { "attr._make.Factory": [ "object" ] }, { "attr._make._AndValidator": [ "object" ] }, { "attr._make._CacheHashWrapper": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "attr._make._ClassBuilder": [ "object" ] }, { "attr._make._CountingAttr": [ "object" ] }, { "attr._make._Nothing": [ "object" ] }, { "attr._compat.ReadOnlyDict": [ "object" ] }, { "attr.Attribute": [ "object", "typing.Generic" ] }, { "attr._Fields": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "atomicwrites.AtomicWriter": [ "object" ] }, { "asyncore.ExitNow": [ "BaseException", "Exception", "object" ] }, { "asyncore.dispatcher": [ "object" ] }, { "asyncore.dispatcher_with_send": [ "asyncore.dispatcher", "object" ] }, { "asyncore.file_dispatcher": [ "asyncore.dispatcher", "object" ] }, { "asyncore.file_wrapper": [ "object" ] }, { "asyncio.windows_utils.PipeHandle": [ "object" ] }, { "asyncio.windows_utils._WarnFunction": [ "object", "typing.Generic", "typing.Protocol" ] }, { "asyncio.windows_events.IocpProactor": [ "object" ] }, { "asyncio.windows_events.PipeServer": [ "object" ] }, { "asyncio.windows_events.ProactorEventLoop": [ "asyncio.base_events.BaseEventLoop", "asyncio.events.AbstractEventLoop", "asyncio.proactor_events.BaseProactorEventLoop", "object" ] }, { "asyncio.windows_events.WindowsProactorEventLoopPolicy": [ "asyncio.events.AbstractEventLoopPolicy", "asyncio.events.BaseDefaultEventLoopPolicy", "object" ] }, { "asyncio.windows_events.WindowsSelectorEventLoopPolicy": [ "asyncio.events.AbstractEventLoopPolicy", "asyncio.events.BaseDefaultEventLoopPolicy", "object" ] }, { "asyncio.windows_events._WindowsSelectorEventLoop": [ "asyncio.base_events.BaseEventLoop", "asyncio.events.AbstractEventLoop", "asyncio.selector_events.BaseSelectorEventLoop", "object" ] }, { "asyncio.unix_events.AbstractChildWatcher": [ "object" ] }, { "asyncio.unix_events.BaseChildWatcher": [ "asyncio.unix_events.AbstractChildWatcher", "object" ] }, { "asyncio.unix_events.FastChildWatcher": [ "asyncio.unix_events.AbstractChildWatcher", "asyncio.unix_events.BaseChildWatcher", "object" ] }, { "asyncio.unix_events.MultiLoopChildWatcher": [ "asyncio.unix_events.AbstractChildWatcher", "object" ] }, { "asyncio.unix_events.SafeChildWatcher": [ "asyncio.unix_events.AbstractChildWatcher", "asyncio.unix_events.BaseChildWatcher", "object" ] }, { "asyncio.unix_events.ThreadedChildWatcher": [ "asyncio.unix_events.AbstractChildWatcher", "object" ] }, { "asyncio.unix_events._UnixDefaultEventLoopPolicy": [ "asyncio.events.AbstractEventLoopPolicy", "asyncio.events.BaseDefaultEventLoopPolicy", "object" ] }, { "asyncio.unix_events._UnixSelectorEventLoop": [ "asyncio.base_events.BaseEventLoop", "asyncio.events.AbstractEventLoop", "asyncio.selector_events.BaseSelectorEventLoop", "object" ] }, { "asyncio.unix_events._Warn": [ "object", "typing.Generic", "typing.Protocol" ] }, { "asyncio.trsock.TransportSocket": [ "object" ] }, { "asyncio.transports.BaseTransport": [ "object" ] }, { "asyncio.transports.DatagramTransport": [ "asyncio.transports.BaseTransport", "object" ] }, { "asyncio.transports.ReadTransport": [ "asyncio.transports.BaseTransport", "object" ] }, { "asyncio.transports.SubprocessTransport": [ "asyncio.transports.BaseTransport", "object" ] }, { "asyncio.transports.Transport": [ "asyncio.transports.BaseTransport", "asyncio.transports.ReadTransport", "asyncio.transports.WriteTransport", "object" ] }, { "asyncio.transports.WriteTransport": [ "asyncio.transports.BaseTransport", "object" ] }, { "asyncio.transports._FlowControlMixin": [ "asyncio.transports.BaseTransport", "asyncio.transports.ReadTransport", "asyncio.transports.Transport", "asyncio.transports.WriteTransport", "object" ] }, { "asyncio.tasks.Task": [ "asyncio.futures.Future", "object", "typing.Awaitable", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "asyncio.subprocess.Process": [ "object" ] }, { "asyncio.subprocess.SubprocessStreamProtocol": [ "asyncio.protocols.BaseProtocol", "asyncio.protocols.Protocol", "asyncio.protocols.SubprocessProtocol", "asyncio.streams.FlowControlMixin", "object" ] }, { "asyncio.streams.FlowControlMixin": [ "asyncio.protocols.BaseProtocol", "asyncio.protocols.Protocol", "object" ] }, { "asyncio.streams.StreamReader": [ "object" ] }, { "asyncio.streams.StreamReaderProtocol": [ "asyncio.protocols.BaseProtocol", "asyncio.protocols.Protocol", "asyncio.streams.FlowControlMixin", "object" ] }, { "asyncio.streams.StreamWriter": [ "object" ] }, { "asyncio.sslproto.SSLProtocol": [ "asyncio.protocols.BaseProtocol", "asyncio.protocols.Protocol", "object" ] }, { "asyncio.sslproto._SSLPipe": [ "object" ] }, { "asyncio.sslproto._SSLProtocolTransport": [ "asyncio.transports.BaseTransport", "asyncio.transports.ReadTransport", "asyncio.transports.Transport", "asyncio.transports.WriteTransport", "asyncio.transports._FlowControlMixin", "object" ] }, { "asyncio.selector_events.BaseSelectorEventLoop": [ "asyncio.base_events.BaseEventLoop", "asyncio.events.AbstractEventLoop", "object" ] }, { "asyncio.queues.LifoQueue": [ "asyncio.queues.Queue", "object", "typing.Generic" ] }, { "asyncio.queues.PriorityQueue": [ "asyncio.queues.Queue", "object", "typing.Generic" ] }, { "asyncio.queues.Queue": [ "object", "typing.Generic" ] }, { "asyncio.queues.QueueEmpty": [ "BaseException", "Exception", "object" ] }, { "asyncio.queues.QueueFull": [ "BaseException", "Exception", "object" ] }, { "asyncio.protocols.BaseProtocol": [ "object" ] }, { "asyncio.protocols.BufferedProtocol": [ "asyncio.protocols.BaseProtocol", "object" ] }, { "asyncio.protocols.DatagramProtocol": [ "asyncio.protocols.BaseProtocol", "object" ] }, { "asyncio.protocols.Protocol": [ "asyncio.protocols.BaseProtocol", "object" ] }, { "asyncio.protocols.SubprocessProtocol": [ "asyncio.protocols.BaseProtocol", "object" ] }, { "asyncio.proactor_events.BaseProactorEventLoop": [ "asyncio.base_events.BaseEventLoop", "asyncio.events.AbstractEventLoop", "object" ] }, { "asyncio.proactor_events._ProactorBasePipeTransport": [ "asyncio.transports.BaseTransport", "asyncio.transports.ReadTransport", "asyncio.transports.Transport", "asyncio.transports.WriteTransport", "asyncio.transports._FlowControlMixin", "object" ] }, { "asyncio.proactor_events._ProactorBaseWritePipeTransport": [ "asyncio.proactor_events._ProactorBasePipeTransport", "asyncio.transports.BaseTransport", "asyncio.transports.ReadTransport", "asyncio.transports.Transport", "asyncio.transports.WriteTransport", "asyncio.transports._FlowControlMixin", "object" ] }, { "asyncio.proactor_events._ProactorDuplexPipeTransport": [ "asyncio.proactor_events._ProactorBasePipeTransport", "asyncio.proactor_events._ProactorBaseWritePipeTransport", "asyncio.proactor_events._ProactorReadPipeTransport", "asyncio.transports.BaseTransport", "asyncio.transports.ReadTransport", "asyncio.transports.Transport", "asyncio.transports.WriteTransport", "asyncio.transports._FlowControlMixin", "object" ] }, { "asyncio.proactor_events._ProactorReadPipeTransport": [ "asyncio.proactor_events._ProactorBasePipeTransport", "asyncio.transports.BaseTransport", "asyncio.transports.ReadTransport", "asyncio.transports.Transport", "asyncio.transports.WriteTransport", "asyncio.transports._FlowControlMixin", "object" ] }, { "asyncio.proactor_events._ProactorSocketTransport": [ "asyncio.proactor_events._ProactorBasePipeTransport", "asyncio.proactor_events._ProactorBaseWritePipeTransport", "asyncio.proactor_events._ProactorReadPipeTransport", "asyncio.transports.BaseTransport", "asyncio.transports.ReadTransport", "asyncio.transports.Transport", "asyncio.transports.WriteTransport", "asyncio.transports._FlowControlMixin", "object" ] }, { "asyncio.proactor_events._ProactorWritePipeTransport": [ "asyncio.proactor_events._ProactorBasePipeTransport", "asyncio.proactor_events._ProactorBaseWritePipeTransport", "asyncio.transports.BaseTransport", "asyncio.transports.ReadTransport", "asyncio.transports.Transport", "asyncio.transports.WriteTransport", "asyncio.transports._FlowControlMixin", "object" ] }, { "asyncio.locks.BoundedSemaphore": [ "asyncio.locks.Semaphore", "asyncio.locks._ContextManagerMixin", "object" ] }, { "asyncio.locks.Condition": [ "asyncio.locks._ContextManagerMixin", "object" ] }, { "asyncio.locks.Event": [ "object" ] }, { "asyncio.locks.Lock": [ "asyncio.locks._ContextManagerMixin", "object" ] }, { "asyncio.locks.Semaphore": [ "asyncio.locks._ContextManagerMixin", "object" ] }, { "asyncio.locks._ContextManager": [ "object" ] }, { "asyncio.locks._ContextManagerMixin": [ "object" ] }, { "asyncio.futures.Future": [ "object", "typing.Awaitable", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "asyncio.format_helpers._HasWrapper": [ "object" ] }, { "asyncio.exceptions.CancelledError": [ "BaseException", "object" ] }, { "asyncio.exceptions.IncompleteReadError": [ "BaseException", "EOFError", "Exception", "object" ] }, { "asyncio.exceptions.InvalidStateError": [ "BaseException", "Exception", "object" ] }, { "asyncio.exceptions.LimitOverrunError": [ "BaseException", "Exception", "object" ] }, { "asyncio.exceptions.SendfileNotAvailableError": [ "BaseException", "Exception", "RuntimeError", "object" ] }, { "asyncio.exceptions.TimeoutError": [ "BaseException", "Exception", "object" ] }, { "asyncio.events.AbstractEventLoop": [ "object" ] }, { "asyncio.events.AbstractEventLoopPolicy": [ "object" ] }, { "asyncio.events.AbstractServer": [ "object" ] }, { "asyncio.events.BaseDefaultEventLoopPolicy": [ "asyncio.events.AbstractEventLoopPolicy", "object" ] }, { "asyncio.events.Handle": [ "object" ] }, { "asyncio.events.TimerHandle": [ "asyncio.events.Handle", "object" ] }, { "asyncio.constants._SendfileMode": [ "enum.Enum", "object" ] }, { "asyncio.base_subprocess.BaseSubprocessTransport": [ "asyncio.transports.BaseTransport", "asyncio.transports.SubprocessTransport", "object" ] }, { "asyncio.base_subprocess.ReadSubprocessPipeProto": [ "asyncio.base_subprocess.WriteSubprocessPipeProto", "asyncio.protocols.BaseProtocol", "asyncio.protocols.Protocol", "object" ] }, { "asyncio.base_subprocess.WriteSubprocessPipeProto": [ "asyncio.protocols.BaseProtocol", "object" ] }, { "asyncio.base_events.BaseEventLoop": [ "asyncio.events.AbstractEventLoop", "object" ] }, { "asyncio.base_events.Server": [ "asyncio.events.AbstractServer", "object" ] }, { "asynchat.async_chat": [ "asyncore.dispatcher", "object" ] }, { "asynchat.simple_producer": [ "object" ] }, { "async_generator._util._AsyncGeneratorContextManager": [ "object" ] }, { "async_generator._util.aclosing": [ "object" ] }, { "async_generator._tests.test_async_generator.HasAsyncGenMethod": [ "object" ] }, { "async_generator._tests.test_async_generator.MyTestError": [ "BaseException", "Exception", "object" ] }, { "async_generator._tests.test_async_generator.test_yield_from_non_generator.Countdown": [ "object" ] }, { "async_generator._tests.test_async_generator.test_yield_from_non_generator_with_no_aclose.Countdown": [ "object" ] }, { "async_generator._tests.test_async_generator.test_yield_from_with_old_style_aiter.Countdown": [ "object" ] }, { "async_generator._impl.ANextIter": [ "object" ] }, { "async_generator._impl.AsyncGenerator": [ "object" ] }, { "async_generator._impl.YieldWrapper": [ "object" ] }, { "async_generator._impl._hooks_storage": [ "object", "threading.local" ] }, { "ast.Bytes": [ "_ast.AST", "_ast.Constant", "_ast.expr", "object" ] }, { "ast.Ellipsis": [ "_ast.AST", "_ast.Constant", "_ast.expr", "object" ] }, { "ast.NameConstant": [ "_ast.AST", "_ast.Constant", "_ast.expr", "object" ] }, { "ast.NodeTransformer": [ "ast.NodeVisitor", "object" ] }, { "ast.NodeVisitor": [ "object" ] }, { "ast.Num": [ "_ast.AST", "_ast.Constant", "_ast.expr", "object" ] }, { "ast.Str": [ "_ast.AST", "_ast.Constant", "_ast.expr", "object" ] }, { "array.array": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "argparse.Action": [ "argparse._AttributeHolder", "object" ] }, { "argparse.ArgumentDefaultsHelpFormatter": [ "argparse.HelpFormatter", "object" ] }, { "argparse.ArgumentError": [ "BaseException", "Exception", "object" ] }, { "argparse.ArgumentParser": [ "argparse._ActionsContainer", "argparse._AttributeHolder", "object" ] }, { "argparse.ArgumentTypeError": [ "BaseException", "Exception", "object" ] }, { "argparse.FileType": [ "object" ] }, { "argparse.HelpFormatter": [ "object" ] }, { "argparse.MetavarTypeHelpFormatter": [ "argparse.HelpFormatter", "object" ] }, { "argparse.Namespace": [ "argparse._AttributeHolder", "object" ] }, { "argparse.RawDescriptionHelpFormatter": [ "argparse.HelpFormatter", "object" ] }, { "argparse.RawTextHelpFormatter": [ "argparse.HelpFormatter", "argparse.RawDescriptionHelpFormatter", "object" ] }, { "argparse._ActionsContainer": [ "object" ] }, { "argparse._AppendAction": [ "argparse.Action", "argparse._AttributeHolder", "object" ] }, { "argparse._AppendConstAction": [ "argparse.Action", "argparse._AttributeHolder", "object" ] }, { "argparse._ArgumentGroup": [ "argparse._ActionsContainer", "object" ] }, { "argparse._AttributeHolder": [ "object" ] }, { "argparse._CountAction": [ "argparse.Action", "argparse._AttributeHolder", "object" ] }, { "argparse._FormatterClass": [ "object", "typing.Generic", "typing.Protocol" ] }, { "argparse._HelpAction": [ "argparse.Action", "argparse._AttributeHolder", "object" ] }, { "argparse._MutuallyExclusiveGroup": [ "argparse._ActionsContainer", "argparse._ArgumentGroup", "object" ] }, { "argparse._StoreAction": [ "argparse.Action", "argparse._AttributeHolder", "object" ] }, { "argparse._StoreConstAction": [ "argparse.Action", "argparse._AttributeHolder", "object" ] }, { "argparse._StoreFalseAction": [ "argparse.Action", "argparse._AttributeHolder", "argparse._StoreConstAction", "object" ] }, { "argparse._StoreTrueAction": [ "argparse.Action", "argparse._AttributeHolder", "argparse._StoreConstAction", "object" ] }, { "argparse._SubParsersAction": [ "argparse.Action", "argparse._AttributeHolder", "object" ] }, { "argparse._VersionAction": [ "argparse.Action", "argparse._AttributeHolder", "object" ] }, { "aniso8601.timezone.UTCOffset": [ "datetime.tzinfo", "object" ] }, { "aniso8601.resolution.DateResolution": [ "object" ] }, { "aniso8601.resolution.TimeResolution": [ "object" ] }, { "aniso8601.exceptions.DayOutOfBoundsError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "aniso8601.exceptions.HoursOutOfBoundsError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "aniso8601.exceptions.ISOFormatError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "aniso8601.exceptions.LeapSecondError": [ "BaseException", "Exception", "NotImplementedError", "RuntimeError", "object" ] }, { "aniso8601.exceptions.MidnightBoundsError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "aniso8601.exceptions.MinutesOutOfBoundsError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "aniso8601.exceptions.RelativeValueError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "aniso8601.exceptions.SecondsOutOfBoundsError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "aniso8601.exceptions.WeekOutOfBoundsError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "aniso8601.exceptions.YearOutOfBoundsError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "amqp.types.AbstractChannelT": [ "object" ] }, { "amqp.types.ChannelT": [ "amqp.types.AbstractChannelT", "object" ] }, { "amqp.types.ConnectionT": [ "amqp.types.AbstractChannelT", "object" ] }, { "amqp.types.ContentT": [ "object" ] }, { "amqp.types.Frame": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "amqp.types.MessageT": [ "amqp.types.ContentT", "object" ] }, { "amqp.types.TransportT": [ "object" ] }, { "amqp.transport.SSLTransport": [ "amqp.transport._AbstractTransport", "object" ] }, { "amqp.transport.TCPTransport": [ "amqp.transport._AbstractTransport", "object" ] }, { "amqp.transport._AbstractTransport": [ "object" ] }, { "amqp.spec.Basic": [ "object" ] }, { "amqp.spec.Channel": [ "object" ] }, { "amqp.spec.Confirm": [ "object" ] }, { "amqp.spec.Connection": [ "object" ] }, { "amqp.spec.Exchange": [ "object" ] }, { "amqp.spec.Queue": [ "object" ] }, { "amqp.spec.Tx": [ "object" ] }, { "amqp.spec.method_t": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "amqp.serialization.GenericContent": [ "object" ] }, { "amqp.sasl.AMQPLAIN": [ "amqp.sasl.SASL", "object" ] }, { "amqp.sasl.EXTERNAL": [ "amqp.sasl.SASL", "object" ] }, { "amqp.sasl.PLAIN": [ "amqp.sasl.SASL", "object" ] }, { "amqp.sasl.RAW": [ "amqp.sasl.SASL", "object" ] }, { "amqp.sasl.SASL": [ "object" ] }, { "amqp.sasl._get_gssapi_mechanism.FakeGSSAPI": [ "amqp.sasl.SASL", "object" ] }, { "amqp.sasl._get_gssapi_mechanism.GSSAPI": [ "amqp.sasl.SASL", "object" ] }, { "amqp.protocol.basic_return_t": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "amqp.protocol.queue_declare_ok_t": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "amqp.method_framing.Buffer": [ "object" ] }, { "amqp.exceptions.AMQPDeprecationWarning": [ "BaseException", "Exception", "UserWarning", "Warning", "object" ] }, { "amqp.exceptions.AMQPError": [ "BaseException", "Exception", "object" ] }, { "amqp.exceptions.AMQPNotImplementedError": [ "BaseException", "Exception", "amqp.exceptions.AMQPError", "amqp.exceptions.ConnectionError", "amqp.exceptions.IrrecoverableConnectionError", "object" ] }, { "amqp.exceptions.AccessRefused": [ "BaseException", "Exception", "amqp.exceptions.AMQPError", "amqp.exceptions.ChannelError", "amqp.exceptions.IrrecoverableChannelError", "object" ] }, { "amqp.exceptions.Blocked": [ "BaseException", "Exception", "amqp.exceptions.AMQPError", "amqp.exceptions.ConnectionError", "amqp.exceptions.RecoverableConnectionError", "object" ] }, { "amqp.exceptions.ChannelError": [ "BaseException", "Exception", "amqp.exceptions.AMQPError", "object" ] }, { "amqp.exceptions.ChannelNotOpen": [ "BaseException", "Exception", "amqp.exceptions.AMQPError", "amqp.exceptions.ConnectionError", "amqp.exceptions.IrrecoverableConnectionError", "object" ] }, { "amqp.exceptions.ConnectionError": [ "BaseException", "Exception", "amqp.exceptions.AMQPError", "object" ] }, { "amqp.exceptions.ConnectionForced": [ "BaseException", "Exception", "amqp.exceptions.AMQPError", "amqp.exceptions.ConnectionError", "amqp.exceptions.RecoverableConnectionError", "object" ] }, { "amqp.exceptions.ConsumerCancelled": [ "BaseException", "Exception", "amqp.exceptions.AMQPError", "amqp.exceptions.ConnectionError", "amqp.exceptions.RecoverableConnectionError", "object" ] }, { "amqp.exceptions.ContentTooLarge": [ "BaseException", "Exception", "amqp.exceptions.AMQPError", "amqp.exceptions.ChannelError", "amqp.exceptions.RecoverableChannelError", "object" ] }, { "amqp.exceptions.FrameError": [ "BaseException", "Exception", "amqp.exceptions.AMQPError", "amqp.exceptions.ConnectionError", "amqp.exceptions.IrrecoverableConnectionError", "object" ] }, { "amqp.exceptions.FrameSyntaxError": [ "BaseException", "Exception", "amqp.exceptions.AMQPError", "amqp.exceptions.ConnectionError", "amqp.exceptions.IrrecoverableConnectionError", "object" ] }, { "amqp.exceptions.InternalError": [ "BaseException", "Exception", "amqp.exceptions.AMQPError", "amqp.exceptions.ConnectionError", "amqp.exceptions.IrrecoverableConnectionError", "object" ] }, { "amqp.exceptions.InvalidCommand": [ "BaseException", "Exception", "amqp.exceptions.AMQPError", "amqp.exceptions.ConnectionError", "amqp.exceptions.IrrecoverableConnectionError", "object" ] }, { "amqp.exceptions.InvalidPath": [ "BaseException", "Exception", "amqp.exceptions.AMQPError", "amqp.exceptions.ConnectionError", "amqp.exceptions.IrrecoverableConnectionError", "object" ] }, { "amqp.exceptions.IrrecoverableChannelError": [ "BaseException", "Exception", "amqp.exceptions.AMQPError", "amqp.exceptions.ChannelError", "object" ] }, { "amqp.exceptions.IrrecoverableConnectionError": [ "BaseException", "Exception", "amqp.exceptions.AMQPError", "amqp.exceptions.ConnectionError", "object" ] }, { "amqp.exceptions.MessageNacked": [ "BaseException", "Exception", "object" ] }, { "amqp.exceptions.NoConsumers": [ "BaseException", "Exception", "amqp.exceptions.AMQPError", "amqp.exceptions.ChannelError", "amqp.exceptions.RecoverableChannelError", "object" ] }, { "amqp.exceptions.NotAllowed": [ "BaseException", "Exception", "amqp.exceptions.AMQPError", "amqp.exceptions.ConnectionError", "amqp.exceptions.IrrecoverableConnectionError", "object" ] }, { "amqp.exceptions.NotFound": [ "BaseException", "Exception", "amqp.exceptions.AMQPError", "amqp.exceptions.ChannelError", "amqp.exceptions.IrrecoverableChannelError", "object" ] }, { "amqp.exceptions.PreconditionFailed": [ "BaseException", "Exception", "amqp.exceptions.AMQPError", "amqp.exceptions.ChannelError", "amqp.exceptions.IrrecoverableChannelError", "object" ] }, { "amqp.exceptions.RecoverableChannelError": [ "BaseException", "Exception", "amqp.exceptions.AMQPError", "amqp.exceptions.ChannelError", "object" ] }, { "amqp.exceptions.RecoverableConnectionError": [ "BaseException", "Exception", "amqp.exceptions.AMQPError", "amqp.exceptions.ConnectionError", "object" ] }, { "amqp.exceptions.ResourceError": [ "BaseException", "Exception", "amqp.exceptions.AMQPError", "amqp.exceptions.ConnectionError", "amqp.exceptions.RecoverableConnectionError", "object" ] }, { "amqp.exceptions.ResourceLocked": [ "BaseException", "Exception", "amqp.exceptions.AMQPError", "amqp.exceptions.ChannelError", "amqp.exceptions.RecoverableChannelError", "object" ] }, { "amqp.exceptions.UnexpectedFrame": [ "BaseException", "Exception", "amqp.exceptions.AMQPError", "amqp.exceptions.ConnectionError", "amqp.exceptions.IrrecoverableConnectionError", "object" ] }, { "amqp.connection.Connection": [ "amqp.abstract_channel.AbstractChannel", "object" ] }, { "amqp.connection.SSLError": [ "BaseException", "Exception", "object" ] }, { "amqp.channel.Channel": [ "amqp.abstract_channel.AbstractChannel", "object" ] }, { "amqp.channel.VDeprecationWarning": [ "BaseException", "DeprecationWarning", "Exception", "Warning", "object" ] }, { "amqp.basic_message.Message": [ "amqp.serialization.GenericContent", "object" ] }, { "amqp.abstract_channel.AbstractChannel": [ "object" ] }, { "amqp.version_info_t": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "alembic.util.sqla_compat._literal_bindparam": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.BindParameter", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements.ColumnElement", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.BinaryElementRole", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnArgumentOrKeyRole", "sqlalchemy.sql.roles.ColumnArgumentRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DDLConstraintColumnRole", "sqlalchemy.sql.roles.DDLExpressionRole", "sqlalchemy.sql.roles.DMLColumnRole", "sqlalchemy.sql.roles.ExpressionElementRole", "sqlalchemy.sql.roles.InElementRole", "sqlalchemy.sql.roles.LimitOffsetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.OrderByRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementOptionRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.roles.WhereHavingRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "alembic.util.sqla_compat._textual_index_element": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.elements.ColumnElement", "sqlalchemy.sql.operators.ColumnOperators", "sqlalchemy.sql.operators.Operators", "sqlalchemy.sql.roles.AllowsLambdaRole", "sqlalchemy.sql.roles.BinaryElementRole", "sqlalchemy.sql.roles.ByOfRole", "sqlalchemy.sql.roles.ColumnArgumentOrKeyRole", "sqlalchemy.sql.roles.ColumnArgumentRole", "sqlalchemy.sql.roles.ColumnListRole", "sqlalchemy.sql.roles.ColumnsClauseRole", "sqlalchemy.sql.roles.DDLConstraintColumnRole", "sqlalchemy.sql.roles.DDLExpressionRole", "sqlalchemy.sql.roles.DMLColumnRole", "sqlalchemy.sql.roles.ExpressionElementRole", "sqlalchemy.sql.roles.LimitOffsetRole", "sqlalchemy.sql.roles.OnClauseRole", "sqlalchemy.sql.roles.OrderByRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementOptionRole", "sqlalchemy.sql.roles.StructuralRole", "sqlalchemy.sql.roles.UsesInspection", "sqlalchemy.sql.roles.WhereHavingRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "alembic.util.langhelpers.Dispatcher": [ "object" ] }, { "alembic.util.langhelpers.ModuleClsProxy": [ "object" ] }, { "alembic.util.langhelpers._ModuleClsMeta": [ "object", "type", "typing.Generic" ] }, { "alembic.util.langhelpers.immutabledict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "alembic.util.langhelpers.memoized_property": [ "object" ] }, { "alembic.util.exc.CommandError": [ "BaseException", "Exception", "object" ] }, { "alembic.util.compat.ActLikePy3kIO": [ "object" ] }, { "alembic.util.compat.ArgSpec": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "alembic.util.compat.EncodedIO": [] }, { "alembic.testing.schemacompare.CompareCheckConstraint": [ "object" ] }, { "alembic.testing.schemacompare.CompareColumn": [ "object" ] }, { "alembic.testing.schemacompare.CompareForeignKey": [ "object" ] }, { "alembic.testing.schemacompare.CompareIndex": [ "object" ] }, { "alembic.testing.schemacompare.ComparePrimaryKey": [ "object" ] }, { "alembic.testing.schemacompare.CompareTable": [ "object" ] }, { "alembic.testing.schemacompare.CompareUniqueConstraint": [ "object" ] }, { "alembic.testing.requirements.SuiteRequirements": [ "object", "sqlalchemy.testing.requirements.Requirements" ] }, { "alembic.testing.fixtures.AlterColRoundTripFixture": [ "object" ] }, { "alembic.testing.fixtures.FutureEngineMixin": [ "object" ] }, { "alembic.testing.fixtures.TablesTest": [ "alembic.testing.fixtures.TestBase", "object", "sqlalchemy.testing.fixtures.TablesTest", "sqlalchemy.testing.fixtures.TestBase" ] }, { "alembic.testing.fixtures.TestBase": [ "object", "sqlalchemy.testing.fixtures.TestBase" ] }, { "alembic.testing.fixtures.op_fixture.buffer_": [ "object" ] }, { "alembic.testing.fixtures.op_fixture.ctx": [ "alembic.runtime.migration.MigrationContext", "object" ] }, { "alembic.testing.assertions._ErrorContainer": [ "object" ] }, { "alembic.script.revision.CycleDetected": [ "BaseException", "Exception", "alembic.script.revision.RevisionError", "object" ] }, { "alembic.script.revision.DependencyCycleDetected": [ "BaseException", "Exception", "alembic.script.revision.CycleDetected", "alembic.script.revision.RevisionError", "object" ] }, { "alembic.script.revision.DependencyLoopDetected": [ "BaseException", "Exception", "alembic.script.revision.CycleDetected", "alembic.script.revision.DependencyCycleDetected", "alembic.script.revision.LoopDetected", "alembic.script.revision.RevisionError", "object" ] }, { "alembic.script.revision.LoopDetected": [ "BaseException", "Exception", "alembic.script.revision.CycleDetected", "alembic.script.revision.RevisionError", "object" ] }, { "alembic.script.revision.MultipleHeads": [ "BaseException", "Exception", "alembic.script.revision.RevisionError", "object" ] }, { "alembic.script.revision.RangeNotAncestorError": [ "BaseException", "Exception", "alembic.script.revision.RevisionError", "object" ] }, { "alembic.script.revision.ResolutionError": [ "BaseException", "Exception", "alembic.script.revision.RevisionError", "object" ] }, { "alembic.script.revision.Revision": [ "object" ] }, { "alembic.script.revision.RevisionError": [ "BaseException", "Exception", "object" ] }, { "alembic.script.revision.RevisionMap": [ "object" ] }, { "alembic.script.base.Script": [ "alembic.script.revision.Revision", "object" ] }, { "alembic.script.base.ScriptDirectory": [ "object" ] }, { "alembic.runtime.migration.HeadMaintainer": [ "object" ] }, { "alembic.runtime.migration.MigrationContext": [ "object" ] }, { "alembic.runtime.migration.MigrationInfo": [ "object" ] }, { "alembic.runtime.migration.MigrationStep": [ "object" ] }, { "alembic.runtime.migration.RevisionStep": [ "alembic.runtime.migration.MigrationStep", "object" ] }, { "alembic.runtime.migration.StampStep": [ "alembic.runtime.migration.MigrationStep", "object" ] }, { "alembic.runtime.migration._ProxyTransaction": [ "object" ] }, { "alembic.runtime.environment.EnvironmentContext": [ "alembic.util.langhelpers.ModuleClsProxy", "object" ] }, { "alembic.operations.schemaobj.SchemaObjects": [ "object" ] }, { "alembic.operations.ops.AddColumnOp": [ "alembic.operations.ops.AlterTableOp", "alembic.operations.ops.MigrateOperation", "object" ] }, { "alembic.operations.ops.AddConstraintOp": [ "alembic.operations.ops.MigrateOperation", "object" ] }, { "alembic.operations.ops.AlterColumnOp": [ "alembic.operations.ops.AlterTableOp", "alembic.operations.ops.MigrateOperation", "object" ] }, { "alembic.operations.ops.AlterTableOp": [ "alembic.operations.ops.MigrateOperation", "object" ] }, { "alembic.operations.ops.BulkInsertOp": [ "alembic.operations.ops.MigrateOperation", "object" ] }, { "alembic.operations.ops.CreateCheckConstraintOp": [ "alembic.operations.ops.AddConstraintOp", "alembic.operations.ops.MigrateOperation", "object" ] }, { "alembic.operations.ops.CreateForeignKeyOp": [ "alembic.operations.ops.AddConstraintOp", "alembic.operations.ops.MigrateOperation", "object" ] }, { "alembic.operations.ops.CreateIndexOp": [ "alembic.operations.ops.MigrateOperation", "object" ] }, { "alembic.operations.ops.CreatePrimaryKeyOp": [ "alembic.operations.ops.AddConstraintOp", "alembic.operations.ops.MigrateOperation", "object" ] }, { "alembic.operations.ops.CreateTableCommentOp": [ "alembic.operations.ops.AlterTableOp", "alembic.operations.ops.MigrateOperation", "object" ] }, { "alembic.operations.ops.CreateTableOp": [ "alembic.operations.ops.MigrateOperation", "object" ] }, { "alembic.operations.ops.CreateUniqueConstraintOp": [ "alembic.operations.ops.AddConstraintOp", "alembic.operations.ops.MigrateOperation", "object" ] }, { "alembic.operations.ops.DowngradeOps": [ "alembic.operations.ops.MigrateOperation", "alembic.operations.ops.OpContainer", "object" ] }, { "alembic.operations.ops.DropColumnOp": [ "alembic.operations.ops.AlterTableOp", "alembic.operations.ops.MigrateOperation", "object" ] }, { "alembic.operations.ops.DropConstraintOp": [ "alembic.operations.ops.MigrateOperation", "object" ] }, { "alembic.operations.ops.DropIndexOp": [ "alembic.operations.ops.MigrateOperation", "object" ] }, { "alembic.operations.ops.DropTableCommentOp": [ "alembic.operations.ops.AlterTableOp", "alembic.operations.ops.MigrateOperation", "object" ] }, { "alembic.operations.ops.DropTableOp": [ "alembic.operations.ops.MigrateOperation", "object" ] }, { "alembic.operations.ops.ExecuteSQLOp": [ "alembic.operations.ops.MigrateOperation", "object" ] }, { "alembic.operations.ops.MigrateOperation": [ "object" ] }, { "alembic.operations.ops.MigrationScript": [ "alembic.operations.ops.MigrateOperation", "object" ] }, { "alembic.operations.ops.ModifyTableOps": [ "alembic.operations.ops.MigrateOperation", "alembic.operations.ops.OpContainer", "object" ] }, { "alembic.operations.ops.OpContainer": [ "alembic.operations.ops.MigrateOperation", "object" ] }, { "alembic.operations.ops.RenameTableOp": [ "alembic.operations.ops.AlterTableOp", "alembic.operations.ops.MigrateOperation", "object" ] }, { "alembic.operations.ops.UpgradeOps": [ "alembic.operations.ops.MigrateOperation", "alembic.operations.ops.OpContainer", "object" ] }, { "alembic.operations.batch.ApplyBatchImpl": [ "object" ] }, { "alembic.operations.batch.BatchOperationsImpl": [ "object" ] }, { "alembic.operations.base.BatchOperations": [ "alembic.operations.base.Operations", "alembic.util.langhelpers.ModuleClsProxy", "object" ] }, { "alembic.operations.base.Operations": [ "alembic.util.langhelpers.ModuleClsProxy", "object" ] }, { "alembic.ddl.sqlite.SQLiteImpl": [ "alembic.ddl.impl.DefaultImpl", "object" ] }, { "alembic.ddl.postgresql.CreateExcludeConstraintOp": [ "alembic.operations.ops.AddConstraintOp", "alembic.operations.ops.MigrateOperation", "object" ] }, { "alembic.ddl.postgresql.PostgresqlColumnType": [ "alembic.ddl.base.AlterColumn", "alembic.ddl.base.AlterTable", "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.ddl.DDLElement", "sqlalchemy.sql.ddl._DDLCompiles", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.DDLRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "alembic.ddl.postgresql.PostgresqlImpl": [ "alembic.ddl.impl.DefaultImpl", "object" ] }, { "alembic.ddl.oracle.OracleImpl": [ "alembic.ddl.impl.DefaultImpl", "object" ] }, { "alembic.ddl.mysql.MariaDBImpl": [ "alembic.ddl.impl.DefaultImpl", "alembic.ddl.mysql.MySQLImpl", "object" ] }, { "alembic.ddl.mysql.MySQLAlterDefault": [ "alembic.ddl.base.AlterColumn", "alembic.ddl.base.AlterTable", "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.ddl.DDLElement", "sqlalchemy.sql.ddl._DDLCompiles", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.DDLRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "alembic.ddl.mysql.MySQLChangeColumn": [ "alembic.ddl.base.AlterColumn", "alembic.ddl.base.AlterTable", "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.ddl.DDLElement", "sqlalchemy.sql.ddl._DDLCompiles", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.DDLRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "alembic.ddl.mysql.MySQLImpl": [ "alembic.ddl.impl.DefaultImpl", "object" ] }, { "alembic.ddl.mysql.MySQLModifyColumn": [ "alembic.ddl.base.AlterColumn", "alembic.ddl.base.AlterTable", "alembic.ddl.mysql.MySQLChangeColumn", "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.ddl.DDLElement", "sqlalchemy.sql.ddl._DDLCompiles", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.DDLRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "alembic.ddl.mssql.MSSQLImpl": [ "alembic.ddl.impl.DefaultImpl", "object" ] }, { "alembic.ddl.mssql._ExecDropConstraint": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "alembic.ddl.mssql._ExecDropFKConstraint": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "alembic.ddl.impl.DefaultImpl": [ "object" ] }, { "alembic.ddl.impl.ImplMeta": [ "object", "type", "typing.Generic" ] }, { "alembic.ddl.impl.Params": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "alembic.ddl.base.AddColumn": [ "alembic.ddl.base.AlterTable", "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.ddl.DDLElement", "sqlalchemy.sql.ddl._DDLCompiles", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.DDLRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "alembic.ddl.base.AlterColumn": [ "alembic.ddl.base.AlterTable", "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.ddl.DDLElement", "sqlalchemy.sql.ddl._DDLCompiles", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.DDLRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "alembic.ddl.base.AlterTable": [ "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.ddl.DDLElement", "sqlalchemy.sql.ddl._DDLCompiles", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.DDLRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "alembic.ddl.base.ColumnComment": [ "alembic.ddl.base.AlterColumn", "alembic.ddl.base.AlterTable", "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.ddl.DDLElement", "sqlalchemy.sql.ddl._DDLCompiles", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.DDLRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "alembic.ddl.base.ColumnDefault": [ "alembic.ddl.base.AlterColumn", "alembic.ddl.base.AlterTable", "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.ddl.DDLElement", "sqlalchemy.sql.ddl._DDLCompiles", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.DDLRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "alembic.ddl.base.ColumnName": [ "alembic.ddl.base.AlterColumn", "alembic.ddl.base.AlterTable", "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.ddl.DDLElement", "sqlalchemy.sql.ddl._DDLCompiles", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.DDLRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "alembic.ddl.base.ColumnNullable": [ "alembic.ddl.base.AlterColumn", "alembic.ddl.base.AlterTable", "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.ddl.DDLElement", "sqlalchemy.sql.ddl._DDLCompiles", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.DDLRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "alembic.ddl.base.ColumnType": [ "alembic.ddl.base.AlterColumn", "alembic.ddl.base.AlterTable", "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.ddl.DDLElement", "sqlalchemy.sql.ddl._DDLCompiles", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.DDLRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "alembic.ddl.base.ComputedColumnDefault": [ "alembic.ddl.base.AlterColumn", "alembic.ddl.base.AlterTable", "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.ddl.DDLElement", "sqlalchemy.sql.ddl._DDLCompiles", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.DDLRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "alembic.ddl.base.DropColumn": [ "alembic.ddl.base.AlterTable", "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.ddl.DDLElement", "sqlalchemy.sql.ddl._DDLCompiles", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.DDLRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "alembic.ddl.base.IdentityColumnDefault": [ "alembic.ddl.base.AlterColumn", "alembic.ddl.base.AlterTable", "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.ddl.DDLElement", "sqlalchemy.sql.ddl._DDLCompiles", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.DDLRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "alembic.ddl.base.RenameTable": [ "alembic.ddl.base.AlterTable", "object", "sqlalchemy.sql.annotation.SupportsAnnotations", "sqlalchemy.sql.annotation.SupportsWrappingAnnotations", "sqlalchemy.sql.base.Executable", "sqlalchemy.sql.base.Generative", "sqlalchemy.sql.ddl.DDLElement", "sqlalchemy.sql.ddl._DDLCompiles", "sqlalchemy.sql.elements.ClauseElement", "sqlalchemy.sql.roles.DDLRole", "sqlalchemy.sql.roles.SQLRole", "sqlalchemy.sql.roles.StatementRole", "sqlalchemy.sql.traversals.HasCacheKey", "sqlalchemy.sql.traversals.HasCopyInternals", "sqlalchemy.sql.traversals.MemoizedHasCacheKey", "sqlalchemy.sql.visitors.Traversible", "sqlalchemy.util.langhelpers.HasMemoized" ] }, { "alembic.config.CommandLine": [ "object" ] }, { "alembic.config.Config": [ "object" ] }, { "alembic.autogenerate.rewriter.Rewriter": [ "object" ] }, { "alembic.autogenerate.render._f_name": [ "object" ] }, { "alembic.autogenerate.compare._constraint_sig": [ "object" ] }, { "alembic.autogenerate.compare._fk_constraint_sig": [ "alembic.autogenerate.compare._constraint_sig", "object" ] }, { "alembic.autogenerate.compare._ix_constraint_sig": [ "alembic.autogenerate.compare._constraint_sig", "object" ] }, { "alembic.autogenerate.compare._uq_constraint_sig": [ "alembic.autogenerate.compare._constraint_sig", "object" ] }, { "alembic.autogenerate.api.AutogenContext": [ "object" ] }, { "alembic.autogenerate.api.RevisionContext": [ "object" ] }, { "aiofiles.threadpool.text.AsyncTextIOWrapper": [ "aiofiles.base.AsyncBase", "object", "typing.Generic" ] }, { "aiofiles.threadpool.binary.AsyncBufferedIOBase": [ "aiofiles.base.AsyncBase", "aiofiles.threadpool.binary._UnknownAsyncBinaryIO", "object", "typing.Generic" ] }, { "aiofiles.threadpool.binary.AsyncBufferedReader": [ "aiofiles.base.AsyncBase", "aiofiles.threadpool.binary.AsyncBufferedIOBase", "aiofiles.threadpool.binary._UnknownAsyncBinaryIO", "object", "typing.Generic" ] }, { "aiofiles.threadpool.binary.AsyncFileIO": [ "aiofiles.base.AsyncBase", "aiofiles.threadpool.binary._UnknownAsyncBinaryIO", "object", "typing.Generic" ] }, { "aiofiles.threadpool.binary._UnknownAsyncBinaryIO": [ "aiofiles.base.AsyncBase", "object", "typing.Generic" ] }, { "aiofiles.base.AiofilesContextManager": [ "object", "typing.Generic" ] }, { "aiofiles.base.AsyncBase": [ "object", "typing.Generic" ] }, { "aifc.Aifc_read": [ "object" ] }, { "aifc.Aifc_write": [ "object" ] }, { "aifc.Error": [ "BaseException", "Exception", "object" ] }, { "aifc._aifc_params": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "abc.ABC": [ "object" ] }, { "abc.ABCMeta": [ "object", "type", "typing.Generic" ] }, { "abc.abstractproperty": [ "object", "property" ] }, { "_winapi.Overlapped": [ "object" ] }, { "_weakrefset.WeakSet": [ "object", "typing.AbstractSet", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSet", "typing.Protocol" ] }, { "_weakref.CallableProxyType": [ "object" ] }, { "_weakref.ProxyType": [ "object" ] }, { "_weakref.ReferenceType": [ "object", "typing.Generic" ] }, { "_typeshed.xml.DOMImplementation": [ "object", "typing.Generic", "typing.Protocol" ] }, { "_typeshed.wsgi.ErrorStream": [ "object", "typing.Generic", "typing.Protocol" ] }, { "_typeshed.wsgi.FileWrapper": [ "object", "typing.Generic", "typing.Protocol" ] }, { "_typeshed.wsgi.InputStream": [ "object", "typing.Generic", "typing.Protocol" ] }, { "_typeshed.wsgi.StartResponse": [ "object", "typing.Generic", "typing.Protocol" ] }, { "_typeshed.wsgi._Readable": [ "object", "typing.Generic", "typing.Protocol" ] }, { "_typeshed.tkinter.DndSource": [ "object", "typing.Generic", "typing.Protocol" ] }, { "_typeshed.HasFileno": [ "object", "typing.Generic", "typing.Protocol" ] }, { "_typeshed.NoneType": [ "object" ] }, { "_typeshed.SupportsGetItem": [ "object", "typing.Container", "typing.Generic", "typing.Protocol" ] }, { "_typeshed.SupportsItemAccess": [ "_typeshed.SupportsGetItem", "object", "typing.Container", "typing.Generic", "typing.Protocol" ] }, { "_typeshed.SupportsItems": [ "object", "typing.Generic", "typing.Protocol" ] }, { "_typeshed.SupportsKeysAndGetItem": [ "object", "typing.Generic", "typing.Protocol" ] }, { "_typeshed.SupportsLessThan": [ "object", "typing.Generic", "typing.Protocol" ] }, { "_typeshed.SupportsNoArgReadline": [ "object", "typing.Generic", "typing.Protocol" ] }, { "_typeshed.SupportsRead": [ "object", "typing.Generic", "typing.Protocol" ] }, { "_typeshed.SupportsReadline": [ "object", "typing.Generic", "typing.Protocol" ] }, { "_typeshed.SupportsWrite": [ "object", "typing.Generic", "typing.Protocol" ] }, { "_tkinter.TclError": [ "BaseException", "Exception", "object" ] }, { "_tkinter.Tcl_Obj": [ "object" ] }, { "_tkinter.TkappType": [ "object" ] }, { "_threading_local._localimpl": [ "object" ] }, { "_threading_local.local": [ "object" ] }, { "_thread.LockType": [ "object" ] }, { "_thread._ExceptHookArgs": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "_sitebuiltins.Quitter": [ "object" ] }, { "_sitebuiltins._Helper": [ "object" ] }, { "_sitebuiltins._Printer": [ "object" ] }, { "_random.Random": [ "object" ] }, { "_py_abc.ABCMeta": [ "object", "type", "typing.Generic" ] }, { "_markupbase.ParserBase": [ "object" ] }, { "_json.make_encoder": [ "object" ] }, { "_json.make_scanner": [ "object" ] }, { "_importlib_modulespec.Loader": [ "object" ] }, { "_importlib_modulespec.ModuleSpec": [ "object" ] }, { "_importlib_modulespec.ModuleType": [ "object" ] }, { "_importlib_modulespec._Loader": [ "object", "typing.Generic", "typing.Protocol" ] }, { "_dummy_threading.Barrier": [ "object" ] }, { "_dummy_threading.BoundedSemaphore": [ "_dummy_threading.Semaphore", "object" ] }, { "_dummy_threading.BrokenBarrierError": [ "BaseException", "Exception", "RuntimeError", "object" ] }, { "_dummy_threading.Condition": [ "object" ] }, { "_dummy_threading.Event": [ "object" ] }, { "_dummy_threading.Lock": [ "object" ] }, { "_dummy_threading.Semaphore": [ "object" ] }, { "_dummy_threading.Thread": [ "object" ] }, { "_dummy_threading.ThreadError": [ "BaseException", "Exception", "object" ] }, { "_dummy_threading.Timer": [ "_dummy_threading.Thread", "object" ] }, { "_dummy_threading._DummyThread": [ "_dummy_threading.Thread", "object" ] }, { "_dummy_threading._RLock": [ "object" ] }, { "_dummy_threading.local": [ "object" ] }, { "_dummy_thread.LockType": [ "object" ] }, { "_distutils_hack.DistutilsMetaFinder": [ "object" ] }, { "_distutils_hack.DistutilsMetaFinder.spec_for_distutils.DistutilsLoader": [ "_importlib_modulespec.Loader", "object" ] }, { "_curses._CursesWindow": [ "object" ] }, { "_curses._ncurses_version": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "_curses.error": [ "BaseException", "Exception", "object" ] }, { "_csv.Dialect": [ "object" ] }, { "_csv.Error": [ "BaseException", "Exception", "object" ] }, { "_csv._Writer": [ "object", "typing.Generic", "typing.Protocol" ] }, { "_csv._reader": [ "object", "typing.Generic", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "_csv._writer": [ "object" ] }, { "_compression.BaseStream": [ "io.BufferedIOBase", "io.IOBase", "object" ] }, { "_compression.DecompressReader": [ "io.IOBase", "io.RawIOBase", "object" ] }, { "_codecs._EncodingMap": [ "object" ] }, { "_ast.AST": [ "object" ] }, { "_ast.Add": [ "_ast.AST", "_ast.operator", "object" ] }, { "_ast.And": [ "_ast.AST", "_ast.boolop", "object" ] }, { "_ast.AnnAssign": [ "_ast.AST", "_ast.stmt", "object" ] }, { "_ast.Assert": [ "_ast.AST", "_ast.stmt", "object" ] }, { "_ast.Assign": [ "_ast.AST", "_ast.stmt", "object" ] }, { "_ast.AsyncFor": [ "_ast.AST", "_ast.stmt", "object" ] }, { "_ast.AsyncFunctionDef": [ "_ast.AST", "_ast.stmt", "object" ] }, { "_ast.AsyncWith": [ "_ast.AST", "_ast.stmt", "object" ] }, { "_ast.Attribute": [ "_ast.AST", "_ast.expr", "object" ] }, { "_ast.AugAssign": [ "_ast.AST", "_ast.stmt", "object" ] }, { "_ast.AugLoad": [ "_ast.AST", "_ast.expr_context", "object" ] }, { "_ast.AugStore": [ "_ast.AST", "_ast.expr_context", "object" ] }, { "_ast.Await": [ "_ast.AST", "_ast.expr", "object" ] }, { "_ast.BinOp": [ "_ast.AST", "_ast.expr", "object" ] }, { "_ast.BitAnd": [ "_ast.AST", "_ast.operator", "object" ] }, { "_ast.BitOr": [ "_ast.AST", "_ast.operator", "object" ] }, { "_ast.BitXor": [ "_ast.AST", "_ast.operator", "object" ] }, { "_ast.BoolOp": [ "_ast.AST", "_ast.expr", "object" ] }, { "_ast.Break": [ "_ast.AST", "_ast.stmt", "object" ] }, { "_ast.Call": [ "_ast.AST", "_ast.expr", "object" ] }, { "_ast.ClassDef": [ "_ast.AST", "_ast.stmt", "object" ] }, { "_ast.Compare": [ "_ast.AST", "_ast.expr", "object" ] }, { "_ast.Constant": [ "_ast.AST", "_ast.expr", "object" ] }, { "_ast.Continue": [ "_ast.AST", "_ast.stmt", "object" ] }, { "_ast.Del": [ "_ast.AST", "_ast.expr_context", "object" ] }, { "_ast.Delete": [ "_ast.AST", "_ast.stmt", "object" ] }, { "_ast.Dict": [ "_ast.AST", "_ast.expr", "object" ] }, { "_ast.DictComp": [ "_ast.AST", "_ast.expr", "object" ] }, { "_ast.Div": [ "_ast.AST", "_ast.operator", "object" ] }, { "_ast.Eq": [ "_ast.AST", "_ast.cmpop", "object" ] }, { "_ast.ExceptHandler": [ "_ast.AST", "_ast.excepthandler", "object" ] }, { "_ast.Expr": [ "_ast.AST", "_ast.stmt", "object" ] }, { "_ast.Expression": [ "_ast.AST", "_ast.mod", "object" ] }, { "_ast.ExtSlice": [ "_ast.AST", "_ast.slice", "object" ] }, { "_ast.FloorDiv": [ "_ast.AST", "_ast.operator", "object" ] }, { "_ast.For": [ "_ast.AST", "_ast.stmt", "object" ] }, { "_ast.FormattedValue": [ "_ast.AST", "_ast.expr", "object" ] }, { "_ast.FunctionDef": [ "_ast.AST", "_ast.stmt", "object" ] }, { "_ast.FunctionType": [ "_ast.AST", "_ast.mod", "object" ] }, { "_ast.GeneratorExp": [ "_ast.AST", "_ast.expr", "object" ] }, { "_ast.Global": [ "_ast.AST", "_ast.stmt", "object" ] }, { "_ast.Gt": [ "_ast.AST", "_ast.cmpop", "object" ] }, { "_ast.GtE": [ "_ast.AST", "_ast.cmpop", "object" ] }, { "_ast.If": [ "_ast.AST", "_ast.stmt", "object" ] }, { "_ast.IfExp": [ "_ast.AST", "_ast.expr", "object" ] }, { "_ast.Import": [ "_ast.AST", "_ast.stmt", "object" ] }, { "_ast.ImportFrom": [ "_ast.AST", "_ast.stmt", "object" ] }, { "_ast.In": [ "_ast.AST", "_ast.cmpop", "object" ] }, { "_ast.Index": [ "_ast.AST", "_ast.slice", "object" ] }, { "_ast.Interactive": [ "_ast.AST", "_ast.mod", "object" ] }, { "_ast.Invert": [ "_ast.AST", "_ast.unaryop", "object" ] }, { "_ast.Is": [ "_ast.AST", "_ast.cmpop", "object" ] }, { "_ast.IsNot": [ "_ast.AST", "_ast.cmpop", "object" ] }, { "_ast.JoinedStr": [ "_ast.AST", "_ast.expr", "object" ] }, { "_ast.LShift": [ "_ast.AST", "_ast.operator", "object" ] }, { "_ast.Lambda": [ "_ast.AST", "_ast.expr", "object" ] }, { "_ast.List": [ "_ast.AST", "_ast.expr", "object" ] }, { "_ast.ListComp": [ "_ast.AST", "_ast.expr", "object" ] }, { "_ast.Load": [ "_ast.AST", "_ast.expr_context", "object" ] }, { "_ast.Lt": [ "_ast.AST", "_ast.cmpop", "object" ] }, { "_ast.LtE": [ "_ast.AST", "_ast.cmpop", "object" ] }, { "_ast.MatMult": [ "_ast.AST", "_ast.operator", "object" ] }, { "_ast.Mod": [ "_ast.AST", "_ast.operator", "object" ] }, { "_ast.Module": [ "_ast.AST", "_ast.mod", "object" ] }, { "_ast.Mult": [ "_ast.AST", "_ast.operator", "object" ] }, { "_ast.Name": [ "_ast.AST", "_ast.expr", "object" ] }, { "_ast.NamedExpr": [ "_ast.AST", "_ast.expr", "object" ] }, { "_ast.Nonlocal": [ "_ast.AST", "_ast.stmt", "object" ] }, { "_ast.Not": [ "_ast.AST", "_ast.unaryop", "object" ] }, { "_ast.NotEq": [ "_ast.AST", "_ast.cmpop", "object" ] }, { "_ast.NotIn": [ "_ast.AST", "_ast.cmpop", "object" ] }, { "_ast.Or": [ "_ast.AST", "_ast.boolop", "object" ] }, { "_ast.Param": [ "_ast.AST", "_ast.expr_context", "object" ] }, { "_ast.Pass": [ "_ast.AST", "_ast.stmt", "object" ] }, { "_ast.Pow": [ "_ast.AST", "_ast.operator", "object" ] }, { "_ast.RShift": [ "_ast.AST", "_ast.operator", "object" ] }, { "_ast.Raise": [ "_ast.AST", "_ast.stmt", "object" ] }, { "_ast.Return": [ "_ast.AST", "_ast.stmt", "object" ] }, { "_ast.Set": [ "_ast.AST", "_ast.expr", "object" ] }, { "_ast.SetComp": [ "_ast.AST", "_ast.expr", "object" ] }, { "_ast.Slice": [ "_ast.AST", "_ast.slice", "object" ] }, { "_ast.Starred": [ "_ast.AST", "_ast.expr", "object" ] }, { "_ast.Store": [ "_ast.AST", "_ast.expr_context", "object" ] }, { "_ast.Sub": [ "_ast.AST", "_ast.operator", "object" ] }, { "_ast.Subscript": [ "_ast.AST", "_ast.expr", "object" ] }, { "_ast.Suite": [ "_ast.AST", "_ast.mod", "object" ] }, { "_ast.Try": [ "_ast.AST", "_ast.stmt", "object" ] }, { "_ast.Tuple": [ "_ast.AST", "_ast.expr", "object" ] }, { "_ast.TypeIgnore": [ "_ast.AST", "_ast.type_ignore", "object" ] }, { "_ast.UAdd": [ "_ast.AST", "_ast.unaryop", "object" ] }, { "_ast.USub": [ "_ast.AST", "_ast.unaryop", "object" ] }, { "_ast.UnaryOp": [ "_ast.AST", "_ast.expr", "object" ] }, { "_ast.While": [ "_ast.AST", "_ast.stmt", "object" ] }, { "_ast.With": [ "_ast.AST", "_ast.stmt", "object" ] }, { "_ast.Yield": [ "_ast.AST", "_ast.expr", "object" ] }, { "_ast.YieldFrom": [ "_ast.AST", "_ast.expr", "object" ] }, { "_ast.alias": [ "_ast.AST", "object" ] }, { "_ast.arg": [ "_ast.AST", "object" ] }, { "_ast.arguments": [ "_ast.AST", "object" ] }, { "_ast.boolop": [ "_ast.AST", "object" ] }, { "_ast.cmpop": [ "_ast.AST", "object" ] }, { "_ast.comprehension": [ "_ast.AST", "object" ] }, { "_ast.excepthandler": [ "_ast.AST", "object" ] }, { "_ast.expr": [ "_ast.AST", "object" ] }, { "_ast.expr_context": [ "_ast.AST", "object" ] }, { "_ast.keyword": [ "_ast.AST", "object" ] }, { "_ast.mod": [ "_ast.AST", "object" ] }, { "_ast.operator": [ "_ast.AST", "object" ] }, { "_ast.slice": [ "_ast.AST", "object" ] }, { "_ast.stmt": [ "_ast.AST", "object" ] }, { "_ast.type_ignore": [ "_ast.AST", "object" ] }, { "_ast.unaryop": [ "_ast.AST", "object" ] }, { "_ast.withitem": [ "_ast.AST", "object" ] }, { "__future__._Feature": [ "object" ] }, { "OpenSSL.crypto.CRL": [ "object" ] }, { "OpenSSL.crypto.Error": [ "BaseException", "Exception", "object" ] }, { "OpenSSL.crypto.NetscapeSPKI": [ "object" ] }, { "OpenSSL.crypto.PKCS12": [ "object" ] }, { "OpenSSL.crypto.PKCS7": [ "object" ] }, { "OpenSSL.crypto.PKey": [ "object" ] }, { "OpenSSL.crypto.Revoked": [ "object" ] }, { "OpenSSL.crypto.X509": [ "object" ] }, { "OpenSSL.crypto.X509Extension": [ "object" ] }, { "OpenSSL.crypto.X509Name": [ "object" ] }, { "OpenSSL.crypto.X509Req": [ "object" ] }, { "OpenSSL.crypto.X509Store": [ "object" ] }, { "OpenSSL.crypto.X509StoreContext": [ "object" ] }, { "OpenSSL.crypto.X509StoreContextError": [ "BaseException", "Exception", "object" ] }, { "OpenSSL.crypto.X509StoreFlags": [ "object" ] }, { "OpenSSL.crypto._EllipticCurve": [ "object" ] }, { "OpenSSL.SSL.Connection": [ "object" ] }, { "OpenSSL.SSL.Context": [ "object" ] }, { "OpenSSL.SSL.Error": [ "BaseException", "Exception", "object" ] }, { "OpenSSL.SSL.Session": [ "object" ] }, { "OpenSSL.SSL.SysCallError": [ "BaseException", "Exception", "OpenSSL.SSL.Error", "object" ] }, { "OpenSSL.SSL.WantReadError": [ "BaseException", "Exception", "OpenSSL.SSL.Error", "object" ] }, { "OpenSSL.SSL.WantWriteError": [ "BaseException", "Exception", "OpenSSL.SSL.Error", "object" ] }, { "OpenSSL.SSL.WantX509LookupError": [ "BaseException", "Exception", "OpenSSL.SSL.Error", "object" ] }, { "OpenSSL.SSL.ZeroReturnError": [ "BaseException", "Exception", "OpenSSL.SSL.Error", "object" ] }, { "OpenSSL.SSL._ALPNSelectHelper": [ "OpenSSL.SSL._CallbackExceptionHelper", "object" ] }, { "OpenSSL.SSL._CallbackExceptionHelper": [ "object" ] }, { "OpenSSL.SSL._OCSPClientCallbackHelper": [ "OpenSSL.SSL._CallbackExceptionHelper", "object" ] }, { "OpenSSL.SSL._OCSPServerCallbackHelper": [ "OpenSSL.SSL._CallbackExceptionHelper", "object" ] }, { "OpenSSL.SSL._VerifyHelper": [ "OpenSSL.SSL._CallbackExceptionHelper", "object" ] }, { "OpenSSL.SSL._buffer": [ "object" ] }, { "IPython.utils.tz.tzUTC": [ "datetime.tzinfo", "object" ] }, { "IPython.utils.tokenutil.Token": [ "object", "tuple", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.NamedTuple", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "IPython.utils.text.DollarFormatter": [ "IPython.utils.text.FullEvalFormatter", "object", "string.Formatter" ] }, { "IPython.utils.text.EvalFormatter": [ "object", "string.Formatter" ] }, { "IPython.utils.text.FullEvalFormatter": [ "object", "string.Formatter" ] }, { "IPython.utils.text.LSString": [ "object", "str", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "IPython.utils.text.SList": [ "list", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "IPython.utils.tests.test_wildcard.Tests": [ "object", "unittest.case.TestCase" ] }, { "IPython.utils.tests.test_wildcard.Tests.test_dict_dir.A": [ "object" ] }, { "IPython.utils.tests.test_wildcard.obj_t": [ "object" ] }, { "IPython.utils.tests.test_process.SubProcessTestCase": [ "IPython.testing.tools.TempFileMixin", "object", "unittest.case.TestCase" ] }, { "IPython.utils.tests.test_path.TestLinkOrCopy": [ "object", "unittest.case.TestCase" ] }, { "IPython.utils.tests.test_path.TestRaiseDeprecation": [ "object", "unittest.case.TestCase" ] }, { "IPython.utils.tests.test_path.TestShellGlob": [ "object", "unittest.case.TestCase" ] }, { "IPython.utils.tests.test_path.test_get_home_dir_8.key": [ "object" ] }, { "IPython.utils.tests.test_io.TeeTestCase": [ "object", "unittest.case.TestCase" ] }, { "IPython.utils.tests.test_io.TestIOStream": [ "object", "unittest.case.TestCase" ] }, { "IPython.utils.tests.test_io.TestIOStream.test_IOStream_init.BadStringIO": [ "io.IOBase", "io.StringIO", "io.TextIOBase", "io.TextIOWrapper", "object", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol", "typing.TextIO" ] }, { "IPython.utils.tests.test_dir2.Base": [ "object" ] }, { "IPython.utils.tests.test_dir2.test_SubClass.SubClass": [ "IPython.utils.tests.test_dir2.Base", "object" ] }, { "IPython.utils.tests.test_dir2.test_SubClass_with_trait_names_attr.SubClass": [ "IPython.utils.tests.test_dir2.Base", "object" ] }, { "IPython.utils.tests.test_dir2.test_misbehaving_object_without_trait_names.MisbehavingGetattr": [ "object" ] }, { "IPython.utils.tests.test_dir2.test_misbehaving_object_without_trait_names.SillierWithDir": [ "IPython.utils.tests.test_dir2.test_misbehaving_object_without_trait_names.MisbehavingGetattr", "object" ] }, { "IPython.utils.tempdir.NamedFileInTemporaryDirectory": [ "object" ] }, { "IPython.utils.tempdir.TemporaryWorkingDirectory": [ "object", "tempfile.TemporaryDirectory", "typing.Generic" ] }, { "IPython.utils.syspathcontext.appended_to_syspath": [ "object" ] }, { "IPython.utils.syspathcontext.prepended_to_syspath": [ "object" ] }, { "IPython.utils.strdispatch.StrDispatch": [ "object" ] }, { "IPython.utils.shimmodule.ShimImporter": [ "object" ] }, { "IPython.utils.shimmodule.ShimModule": [ "_importlib_modulespec.ModuleType", "object" ] }, { "IPython.utils.shimmodule.ShimWarning": [ "BaseException", "Exception", "Warning", "object" ] }, { "IPython.utils.sentinel.Sentinel": [ "object" ] }, { "IPython.utils.process.FindCmdError": [ "BaseException", "Exception", "object" ] }, { "IPython.utils.path.HomeDirError": [ "BaseException", "Exception", "object" ] }, { "IPython.utils.ipstruct.Struct": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "IPython.utils.io.IOStream": [ "object" ] }, { "IPython.utils.io.Tee": [ "object" ] }, { "IPython.utils.contexts.NoOpContext": [ "object" ] }, { "IPython.utils.contexts.preserve_keys": [ "object" ] }, { "IPython.utils.coloransi.ColorScheme": [ "object" ] }, { "IPython.utils.coloransi.ColorSchemeTable": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "IPython.utils.coloransi.InputTermColors": [ "object" ] }, { "IPython.utils.coloransi.NoColors": [ "object" ] }, { "IPython.utils.coloransi.TermColors": [ "object" ] }, { "IPython.utils.colorable.Colorable": [ "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.utils.capture.CapturedIO": [ "object" ] }, { "IPython.utils.capture.RichOutput": [ "object" ] }, { "IPython.utils.capture.capture_output": [ "object" ] }, { "IPython.utils._process_win32_controller.AvoidUNCPath": [ "object" ] }, { "IPython.utils._process_win32_controller.PROCESS_INFORMATION": [ "ctypes.Structure", "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "IPython.utils._process_win32_controller.SECURITY_ATTRIBUTES": [ "ctypes.Structure", "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "IPython.utils._process_win32_controller.STARTUPINFO": [ "ctypes.Structure", "ctypes._CData", "ctypes._StructUnionBase", "object" ] }, { "IPython.utils._process_win32_controller.Win32ShellCommandController": [ "object" ] }, { "IPython.utils._process_win32.AvoidUNCPath": [ "object" ] }, { "IPython.utils._process_posix.ProcessHandler": [ "object" ] }, { "IPython.utils.PyColorize.Parser": [ "IPython.utils.colorable.Colorable", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.testing.tools.AssertNotPrints": [ "IPython.testing.tools.AssertPrints", "object" ] }, { "IPython.testing.tools.AssertPrints": [ "object" ] }, { "IPython.testing.tools.TempFileMixin": [ "object", "unittest.case.TestCase" ] }, { "IPython.testing.tests.test_tools.TestAssertPrints": [ "object", "unittest.case.TestCase" ] }, { "IPython.testing.tests.test_tools.Test_ipexec_validate": [ "IPython.testing.tools.TempFileMixin", "object", "unittest.case.TestCase" ] }, { "IPython.testing.tests.test_ipunittest.Foo": [ "object" ] }, { "IPython.testing.tests.test_decorators.FooClass": [ "object" ] }, { "IPython.testing.plugin.show_refs.C": [ "object" ] }, { "IPython.testing.plugin.ipdoctest.DocFileCase": [ "doctest.DocFileCase", "doctest.DocTestCase", "object", "unittest.case.TestCase" ] }, { "IPython.testing.plugin.ipdoctest.DocTestCase": [ "object" ] }, { "IPython.testing.plugin.ipdoctest.DocTestFinder": [ "doctest.DocTestFinder", "object" ] }, { "IPython.testing.plugin.ipdoctest.DocTestSkip": [ "object" ] }, { "IPython.testing.plugin.ipdoctest.ExtensionDoctest": [ "object" ] }, { "IPython.testing.plugin.ipdoctest.IPDocTestParser": [ "doctest.DocTestParser", "object" ] }, { "IPython.testing.plugin.ipdoctest.IPDocTestRunner": [ "doctest.DocTestRunner", "object" ] }, { "IPython.testing.plugin.ipdoctest.IPDoctestOutputChecker": [ "doctest.OutputChecker", "object" ] }, { "IPython.testing.plugin.ipdoctest.IPExample": [ "doctest.Example", "object" ] }, { "IPython.testing.plugin.ipdoctest.IPExternalExample": [ "doctest.Example", "object" ] }, { "IPython.testing.plugin.ipdoctest.IPythonDoctest": [ "IPython.testing.plugin.ipdoctest.ExtensionDoctest", "object" ] }, { "IPython.testing.ipunittest.Doc2UnitTester": [ "object" ] }, { "IPython.testing.ipunittest.Doc2UnitTester.__call__.Tester": [ "object", "unittest.case.TestCase" ] }, { "IPython.testing.ipunittest.IPython2PythonConverter": [ "object" ] }, { "IPython.testing.iptestcontroller.PyTestController": [ "IPython.testing.iptestcontroller.TestController", "object" ] }, { "IPython.testing.iptestcontroller.TestController": [ "object" ] }, { "IPython.testing.iptestcontroller.run_iptestall.CustomHtmlReporter": [ "object" ] }, { "IPython.testing.iptest.ExclusionPlugin": [ "object" ] }, { "IPython.testing.iptest.StreamCapturer": [ "object", "threading.Thread" ] }, { "IPython.testing.iptest.SubprocessStreamCapturePlugin": [ "object" ] }, { "IPython.testing.iptest.TestSection": [ "object" ] }, { "IPython.testing.globalipapp.StreamProxy": [ "IPython.utils.io.IOStream", "object" ] }, { "IPython.testing.decorators.as_unittest.Tester": [ "object", "unittest.case.TestCase" ] }, { "IPython.terminal.tests.test_interactivshell.InteractiveShellTestCase": [ "object", "unittest.case.TestCase" ] }, { "IPython.terminal.tests.test_interactivshell.InteractiveShellTestCase.test_plain_text_only.Test": [ "object" ] }, { "IPython.terminal.tests.test_interactivshell.InteractiveShellTestCase.test_plain_text_only.Test2": [ "IPython.terminal.tests.test_interactivshell.InteractiveShellTestCase.test_plain_text_only.Test", "object" ] }, { "IPython.terminal.tests.test_interactivshell.TerminalMagicsTestCase": [ "object", "unittest.case.TestCase" ] }, { "IPython.terminal.tests.test_interactivshell.TestContextAwareCompletion": [ "object", "unittest.case.TestCase" ] }, { "IPython.terminal.tests.test_interactivshell.TestElide": [ "object", "unittest.case.TestCase" ] }, { "IPython.terminal.tests.test_interactivshell.mock_input_helper": [ "object" ] }, { "IPython.terminal.ptutils.IPythonPTCompleter": [ "object", "prompt_toolkit.completion.base.Completer" ] }, { "IPython.terminal.ptutils.IPythonPTLexer": [ "object", "prompt_toolkit.lexers.base.Lexer" ] }, { "IPython.terminal.pt_inputhooks.wx.EventLoopRunner": [ "object" ] }, { "IPython.terminal.pt_inputhooks.wx.EventLoopTimer": [ "object" ] }, { "IPython.terminal.pt_inputhooks.UnknownBackend": [ "BaseException", "Exception", "KeyError", "LookupError", "object" ] }, { "IPython.terminal.prompts.ClassicPrompts": [ "IPython.terminal.prompts.Prompts", "object" ] }, { "IPython.terminal.prompts.Prompts": [ "object" ] }, { "IPython.terminal.prompts.RichPromptDisplayHook": [ "IPython.core.displayhook.DisplayHook", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.terminal.magics.TerminalMagics": [ "IPython.core.magic.Magics", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.terminal.ipapp.IPAppCrashHandler": [ "IPython.core.crashhandler.CrashHandler", "object" ] }, { "IPython.terminal.ipapp.LocateIPythonApp": [ "IPython.core.application.BaseIPythonApplication", "object", "traitlets.config.application.Application", "traitlets.config.configurable.Configurable", "traitlets.config.configurable.LoggingConfigurable", "traitlets.config.configurable.SingletonConfigurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.terminal.ipapp.TerminalIPythonApp": [ "IPython.core.application.BaseIPythonApplication", "IPython.core.shellapp.InteractiveShellApp", "object", "traitlets.config.application.Application", "traitlets.config.configurable.Configurable", "traitlets.config.configurable.LoggingConfigurable", "traitlets.config.configurable.SingletonConfigurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.terminal.interactiveshell.TerminalInteractiveShell": [ "IPython.core.interactiveshell.InteractiveShell", "object", "traitlets.config.configurable.Configurable", "traitlets.config.configurable.LoggingConfigurable", "traitlets.config.configurable.SingletonConfigurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.terminal.interactiveshell._NoStyle": [ "object", "pygments.style.Style" ] }, { "IPython.terminal.embed.EmbeddedMagics": [ "IPython.core.magic.Magics", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.terminal.embed.InteractiveShellEmbed": [ "IPython.core.interactiveshell.InteractiveShell", "IPython.terminal.interactiveshell.TerminalInteractiveShell", "object", "traitlets.config.configurable.Configurable", "traitlets.config.configurable.LoggingConfigurable", "traitlets.config.configurable.SingletonConfigurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.terminal.embed.KillEmbedded": [ "BaseException", "Exception", "object" ] }, { "IPython.terminal.debugger.TerminalPdb": [ "IPython.core.debugger.Pdb", "bdb.Bdb", "cmd.Cmd", "object", "pdb.Pdb" ] }, { "IPython.sphinxext.ipython_directive.EmbeddedSphinxShell": [ "object" ] }, { "IPython.sphinxext.ipython_directive.IPythonDirective": [ "object" ] }, { "IPython.lib.tests.test_pretty.BadException": [ "BaseException", "Exception", "object" ] }, { "IPython.lib.tests.test_pretty.BadRepr": [ "object" ] }, { "IPython.lib.tests.test_pretty.Breaking": [ "object" ] }, { "IPython.lib.tests.test_pretty.BreakingRepr": [ "object" ] }, { "IPython.lib.tests.test_pretty.Dummy1": [ "object" ] }, { "IPython.lib.tests.test_pretty.Dummy2": [ "IPython.lib.tests.test_pretty.Dummy1", "object" ] }, { "IPython.lib.tests.test_pretty.MetaClass": [ "object", "type", "typing.Generic" ] }, { "IPython.lib.tests.test_pretty.MyDict": [ "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "IPython.lib.tests.test_pretty.MyList": [ "object" ] }, { "IPython.lib.tests.test_pretty.MyObj": [ "object" ] }, { "IPython.lib.tests.test_pretty.MySet": [ "object", "set", "typing.AbstractSet", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSet", "typing.Protocol" ] }, { "IPython.lib.tests.test_pretty.NoModule": [ "object" ] }, { "IPython.lib.tests.test_pretty.OrderedCounter": [ "collections.Counter", "collections.OrderedDict", "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol", "typing.Reversible" ] }, { "IPython.lib.tests.test_pretty.ReallyBadRepr": [ "object" ] }, { "IPython.lib.tests.test_pretty.SA": [ "object" ] }, { "IPython.lib.tests.test_pretty.SB": [ "IPython.lib.tests.test_pretty.SA", "object" ] }, { "IPython.lib.tests.test_pretty.TestsPretty": [ "object", "unittest.case.TestCase" ] }, { "IPython.lib.tests.test_pretty.test_collections_counter.MyCounter": [ "collections.Counter", "dict", "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "IPython.lib.tests.test_pretty.test_unicode_repr.C": [ "object" ] }, { "IPython.lib.tests.test_lexers.TestLexers": [ "object", "unittest.case.TestCase" ] }, { "IPython.lib.tests.test_display.TestAudioDataWithNumpy": [ "object", "unittest.case.TestCase" ] }, { "IPython.lib.tests.test_display.TestAudioDataWithoutNumpy": [ "IPython.lib.tests.test_display.TestAudioDataWithNumpy", "object", "unittest.case.TestCase" ] }, { "IPython.lib.pretty.Breakable": [ "IPython.lib.pretty.Printable", "object" ] }, { "IPython.lib.pretty.CUnicodeIO": [ "io.IOBase", "io.StringIO", "io.TextIOBase", "io.TextIOWrapper", "object", "typing.Generic", "typing.IO", "typing.Iterable", "typing.Iterator", "typing.Protocol", "typing.TextIO" ] }, { "IPython.lib.pretty.Foo": [ "object" ] }, { "IPython.lib.pretty.Group": [ "IPython.lib.pretty.Printable", "object" ] }, { "IPython.lib.pretty.GroupQueue": [ "object" ] }, { "IPython.lib.pretty.PrettyPrinter": [ "IPython.lib.pretty._PrettyPrinterBase", "object" ] }, { "IPython.lib.pretty.Printable": [ "object" ] }, { "IPython.lib.pretty.RepresentationPrinter": [ "IPython.lib.pretty.PrettyPrinter", "IPython.lib.pretty._PrettyPrinterBase", "object" ] }, { "IPython.lib.pretty.Text": [ "IPython.lib.pretty.Printable", "object" ] }, { "IPython.lib.pretty._PrettyPrinterBase": [ "object" ] }, { "IPython.lib.lexers.IPyLexer": [ "object", "pygments.lexer.Lexer" ] }, { "IPython.lib.lexers.IPythonConsoleLexer": [ "object", "pygments.lexer.Lexer" ] }, { "IPython.lib.lexers.IPythonPartialTracebackLexer": [ "object", "pygments.lexer.Lexer", "pygments.lexer.RegexLexer" ] }, { "IPython.lib.lexers.IPythonTracebackLexer": [ "object", "pygments.lexer.DelegatingLexer", "pygments.lexer.Lexer" ] }, { "IPython.lib.latextools.LaTeXTool": [ "object", "traitlets.config.configurable.Configurable", "traitlets.config.configurable.LoggingConfigurable", "traitlets.config.configurable.SingletonConfigurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.lib.inputhookwx.EventLoopRunner": [ "object" ] }, { "IPython.lib.inputhookwx.EventLoopTimer": [ "object" ] }, { "IPython.lib.inputhook.GlutInputHook": [ "IPython.lib.inputhook.InputHookBase", "object" ] }, { "IPython.lib.inputhook.Gtk3InputHook": [ "IPython.lib.inputhook.InputHookBase", "object" ] }, { "IPython.lib.inputhook.GtkInputHook": [ "IPython.lib.inputhook.InputHookBase", "object" ] }, { "IPython.lib.inputhook.InputHookBase": [ "object" ] }, { "IPython.lib.inputhook.InputHookManager": [ "object" ] }, { "IPython.lib.inputhook.NullInputHook": [ "IPython.lib.inputhook.InputHookBase", "object" ] }, { "IPython.lib.inputhook.PygletInputHook": [ "IPython.lib.inputhook.InputHookBase", "object" ] }, { "IPython.lib.inputhook.Qt4InputHook": [ "IPython.lib.inputhook.InputHookBase", "object" ] }, { "IPython.lib.inputhook.Qt5InputHook": [ "IPython.lib.inputhook.InputHookBase", "IPython.lib.inputhook.Qt4InputHook", "object" ] }, { "IPython.lib.inputhook.TkInputHook": [ "IPython.lib.inputhook.InputHookBase", "object" ] }, { "IPython.lib.inputhook.WxInputHook": [ "IPython.lib.inputhook.InputHookBase", "object" ] }, { "IPython.lib.display.Audio": [ "IPython.core.display.DisplayObject", "object" ] }, { "IPython.lib.display.Code": [ "IPython.core.display.DisplayObject", "IPython.core.display.TextDisplayObject", "object" ] }, { "IPython.lib.display.FileLink": [ "object" ] }, { "IPython.lib.display.FileLinks": [ "IPython.lib.display.FileLink", "object" ] }, { "IPython.lib.display.IFrame": [ "object" ] }, { "IPython.lib.display.ScribdDocument": [ "IPython.lib.display.IFrame", "object" ] }, { "IPython.lib.display.VimeoVideo": [ "IPython.lib.display.IFrame", "object" ] }, { "IPython.lib.display.YouTubeVideo": [ "IPython.lib.display.IFrame", "object" ] }, { "IPython.lib.demo.ClearDemo": [ "IPython.lib.demo.ClearMixin", "IPython.lib.demo.Demo", "object" ] }, { "IPython.lib.demo.ClearIPDemo": [ "IPython.lib.demo.ClearMixin", "IPython.lib.demo.Demo", "IPython.lib.demo.IPythonDemo", "object" ] }, { "IPython.lib.demo.ClearMixin": [ "object" ] }, { "IPython.lib.demo.Demo": [ "object" ] }, { "IPython.lib.demo.DemoError": [ "BaseException", "Exception", "object" ] }, { "IPython.lib.demo.IPythonDemo": [ "IPython.lib.demo.Demo", "object" ] }, { "IPython.lib.demo.IPythonLineDemo": [ "IPython.lib.demo.Demo", "IPython.lib.demo.IPythonDemo", "IPython.lib.demo.LineDemo", "object" ] }, { "IPython.lib.demo.LineDemo": [ "IPython.lib.demo.Demo", "object" ] }, { "IPython.lib.clipboard.ClipboardEmpty": [ "BaseException", "Exception", "ValueError", "object" ] }, { "IPython.lib.backgroundjobs.BackgroundJobBase": [ "object", "threading.Thread" ] }, { "IPython.lib.backgroundjobs.BackgroundJobExpr": [ "IPython.lib.backgroundjobs.BackgroundJobBase", "object", "threading.Thread" ] }, { "IPython.lib.backgroundjobs.BackgroundJobFunc": [ "IPython.lib.backgroundjobs.BackgroundJobBase", "object", "threading.Thread" ] }, { "IPython.lib.backgroundjobs.BackgroundJobManager": [ "object" ] }, { "IPython.external.qt_loaders.ImportDenier": [ "object" ] }, { "IPython.external.decorators._numpy_testing_noseclasses.KnownFailure": [ "object" ] }, { "IPython.external.decorators._numpy_testing_noseclasses.KnownFailureTest": [ "BaseException", "Exception", "object" ] }, { "IPython.extensions.tests.test_autoreload.FakeShell": [ "object" ] }, { "IPython.extensions.tests.test_autoreload.Fixture": [ "object", "unittest.case.TestCase" ] }, { "IPython.extensions.tests.test_autoreload.TestAutoreload": [ "IPython.extensions.tests.test_autoreload.Fixture", "object", "unittest.case.TestCase" ] }, { "IPython.extensions.storemagic.StoreMagics": [ "IPython.core.magic.Magics", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.extensions.autoreload.AutoreloadMagics": [ "IPython.core.magic.Magics", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.extensions.autoreload.ModuleReloader": [ "object" ] }, { "IPython.extensions.autoreload.StrongRef": [ "object" ] }, { "IPython.core.ultratb.AutoFormattedTB": [ "IPython.core.ultratb.FormattedTB", "IPython.core.ultratb.ListTB", "IPython.core.ultratb.TBTools", "IPython.core.ultratb.VerboseTB", "IPython.utils.colorable.Colorable", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.ultratb.ColorTB": [ "IPython.core.ultratb.FormattedTB", "IPython.core.ultratb.ListTB", "IPython.core.ultratb.TBTools", "IPython.core.ultratb.VerboseTB", "IPython.utils.colorable.Colorable", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.ultratb.FormattedTB": [ "IPython.core.ultratb.ListTB", "IPython.core.ultratb.TBTools", "IPython.core.ultratb.VerboseTB", "IPython.utils.colorable.Colorable", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.ultratb.ListTB": [ "IPython.core.ultratb.TBTools", "IPython.utils.colorable.Colorable", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.ultratb.SyntaxTB": [ "IPython.core.ultratb.ListTB", "IPython.core.ultratb.TBTools", "IPython.utils.colorable.Colorable", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.ultratb.TBTools": [ "IPython.utils.colorable.Colorable", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.ultratb.VerboseTB": [ "IPython.core.ultratb.TBTools", "IPython.utils.colorable.Colorable", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.tests.test_ultratb.ChangedPyFileTest": [ "object", "unittest.case.TestCase" ] }, { "IPython.core.tests.test_ultratb.IndentationErrorTest": [ "object", "unittest.case.TestCase" ] }, { "IPython.core.tests.test_ultratb.MemoryErrorTest": [ "object", "unittest.case.TestCase" ] }, { "IPython.core.tests.test_ultratb.NestedGenExprTestCase": [ "object", "unittest.case.TestCase" ] }, { "IPython.core.tests.test_ultratb.NonAsciiTest": [ "object", "unittest.case.TestCase" ] }, { "IPython.core.tests.test_ultratb.Python3ChainedExceptionsTest": [ "object", "unittest.case.TestCase" ] }, { "IPython.core.tests.test_ultratb.RecursionTest": [ "object", "unittest.case.TestCase" ] }, { "IPython.core.tests.test_ultratb.SyntaxErrorTest": [ "object", "unittest.case.TestCase" ] }, { "IPython.core.tests.test_ultratb.TokenizeFailureTest": [ "object", "unittest.case.TestCase" ] }, { "IPython.core.tests.test_shellapp.TestFileToRun": [ "IPython.testing.tools.TempFileMixin", "object", "unittest.case.TestCase" ] }, { "IPython.core.tests.test_run.TestMagicRunPass": [ "IPython.testing.tools.TempFileMixin", "object", "unittest.case.TestCase" ] }, { "IPython.core.tests.test_run.TestMagicRunSimple": [ "IPython.testing.tools.TempFileMixin", "object", "unittest.case.TestCase" ] }, { "IPython.core.tests.test_run.TestMagicRunWithPackage": [ "object", "unittest.case.TestCase" ] }, { "IPython.core.tests.test_pylabtools.TestPylabSwitch": [ "object" ] }, { "IPython.core.tests.test_pylabtools.TestPylabSwitch.Shell": [ "IPython.core.interactiveshell.InteractiveShell", "object", "traitlets.config.configurable.Configurable", "traitlets.config.configurable.LoggingConfigurable", "traitlets.config.configurable.SingletonConfigurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.tests.test_prompts.PromptTests": [ "object", "unittest.case.TestCase" ] }, { "IPython.core.tests.test_profile.ProfileStartupTest": [ "object", "unittest.case.TestCase" ] }, { "IPython.core.tests.test_prefilter.test_prefilter_attribute_errors.X": [ "object" ] }, { "IPython.core.tests.test_oinspect.Awkward": [ "object" ] }, { "IPython.core.tests.test_oinspect.Call": [ "object" ] }, { "IPython.core.tests.test_oinspect.HasSignature": [ "object" ] }, { "IPython.core.tests.test_oinspect.NoBoolCall": [ "object" ] }, { "IPython.core.tests.test_oinspect.SerialLiar": [ "object" ] }, { "IPython.core.tests.test_oinspect.SimpleClass": [ "object" ] }, { "IPython.core.tests.test_oinspect.Test": [ "object", "unittest.case.TestCase" ] }, { "IPython.core.tests.test_oinspect.test_getdoc.A": [ "object" ] }, { "IPython.core.tests.test_oinspect.test_getdoc.B": [ "object" ] }, { "IPython.core.tests.test_oinspect.test_getdoc.C": [ "object" ] }, { "IPython.core.tests.test_oinspect.test_property_docstring_is_in_info_for_detail_level_0.A": [ "object" ] }, { "IPython.core.tests.test_oinspect.test_property_sources.A": [ "object" ] }, { "IPython.core.tests.test_magic_terminal.PasteTestCase": [ "object", "unittest.case.TestCase" ] }, { "IPython.core.tests.test_magic.CellMagicTestCase": [ "object", "unittest.case.TestCase" ] }, { "IPython.core.tests.test_magic.CellMagicTestCase.test_cell_magic_class.MyMagics": [ "IPython.core.magic.Magics", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.tests.test_magic.CellMagicTestCase.test_cell_magic_class2.MyMagics2": [ "IPython.core.magic.Magics", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.tests.test_magic.DummyMagics": [ "IPython.core.magic.Magics", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.tests.test_magic.FooFoo": [ "IPython.core.magic.Magics", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.tests.test_magic.TestEnv": [ "object", "unittest.case.TestCase" ] }, { "IPython.core.tests.test_magic.TestResetErrors": [ "object", "unittest.case.TestCase" ] }, { "IPython.core.tests.test_magic.TestResetErrors.test_reset_redefine.KernelMagics": [ "IPython.core.magic.Magics", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.tests.test_magic.TestXdel": [ "IPython.testing.tools.TempFileMixin", "object", "unittest.case.TestCase" ] }, { "IPython.core.tests.test_magic.test_reset_hard.A": [ "object" ] }, { "IPython.core.tests.test_magic.test_whos.A": [ "object" ] }, { "IPython.core.tests.test_interactiveshell.DerivedInterrupt": [ "BaseException", "KeyboardInterrupt", "object" ] }, { "IPython.core.tests.test_interactiveshell.DummyRepr": [ "object" ] }, { "IPython.core.tests.test_interactiveshell.ErrorTransformer": [ "ast.NodeTransformer", "ast.NodeVisitor", "object" ] }, { "IPython.core.tests.test_interactiveshell.ExitCodeChecks": [ "IPython.testing.tools.TempFileMixin", "object", "unittest.case.TestCase" ] }, { "IPython.core.tests.test_interactiveshell.IntegerWrapper": [ "ast.NodeTransformer", "ast.NodeVisitor", "object" ] }, { "IPython.core.tests.test_interactiveshell.InteractiveShellTestCase": [ "object", "unittest.case.TestCase" ] }, { "IPython.core.tests.test_interactiveshell.InteractiveShellTestCase.test_gh_597.Spam": [ "object" ] }, { "IPython.core.tests.test_interactiveshell.InteractiveShellTestCase.test_ofind_multiple_attribute_lookups.A": [ "object" ] }, { "IPython.core.tests.test_interactiveshell.InteractiveShellTestCase.test_ofind_prefers_property_to_instance_level_attribute.A": [ "object" ] }, { "IPython.core.tests.test_interactiveshell.InteractiveShellTestCase.test_ofind_property_with_error.A": [ "object" ] }, { "IPython.core.tests.test_interactiveshell.InteractiveShellTestCase.test_ofind_slotted_attributes.A": [ "object" ] }, { "IPython.core.tests.test_interactiveshell.Negator": [ "ast.NodeTransformer", "ast.NodeVisitor", "object" ] }, { "IPython.core.tests.test_interactiveshell.StringRejector": [ "ast.NodeTransformer", "ast.NodeVisitor", "object" ] }, { "IPython.core.tests.test_interactiveshell.TestAstTransform": [ "object", "unittest.case.TestCase" ] }, { "IPython.core.tests.test_interactiveshell.TestAstTransform2": [ "object", "unittest.case.TestCase" ] }, { "IPython.core.tests.test_interactiveshell.TestAstTransformError": [ "object", "unittest.case.TestCase" ] }, { "IPython.core.tests.test_interactiveshell.TestAstTransformInputRejection": [ "object", "unittest.case.TestCase" ] }, { "IPython.core.tests.test_interactiveshell.TestImportNoDeprecate": [ "IPython.testing.tools.TempFileMixin", "object", "unittest.case.TestCase" ] }, { "IPython.core.tests.test_interactiveshell.TestMiscTransform": [ "object", "unittest.case.TestCase" ] }, { "IPython.core.tests.test_interactiveshell.TestModules": [ "IPython.testing.tools.TempFileMixin", "object", "unittest.case.TestCase" ] }, { "IPython.core.tests.test_interactiveshell.TestSafeExecfileNonAsciiPath": [ "object", "unittest.case.TestCase" ] }, { "IPython.core.tests.test_interactiveshell.TestSyntaxErrorTransformer": [ "object", "unittest.case.TestCase" ] }, { "IPython.core.tests.test_interactiveshell.TestSystemPipedExitCode": [ "IPython.core.tests.test_interactiveshell.ExitCodeChecks", "IPython.testing.tools.TempFileMixin", "object", "unittest.case.TestCase" ] }, { "IPython.core.tests.test_interactiveshell.TestSystemRaw": [ "IPython.core.tests.test_interactiveshell.ExitCodeChecks", "IPython.testing.tools.TempFileMixin", "object", "unittest.case.TestCase" ] }, { "IPython.core.tests.test_interactiveshell.TestWarningSuppression": [ "object", "unittest.case.TestCase" ] }, { "IPython.core.tests.test_inputtransformer2.test_find_assign_op_dedent.Tk": [ "object" ] }, { "IPython.core.tests.test_inputsplitter.CellMagicsCommon": [ "object" ] }, { "IPython.core.tests.test_inputsplitter.CellModeCellMagics": [ "IPython.core.tests.test_inputsplitter.CellMagicsCommon", "object", "unittest.case.TestCase" ] }, { "IPython.core.tests.test_inputsplitter.IPythonInputTestCase": [ "IPython.core.tests.test_inputsplitter.InputSplitterTestCase", "object", "unittest.case.TestCase" ] }, { "IPython.core.tests.test_inputsplitter.IPythonInputTestCase.test_multiline_passthrough.CommentTransformer": [ "IPython.core.inputtransformer.InputTransformer", "object" ] }, { "IPython.core.tests.test_inputsplitter.InputSplitterTestCase": [ "object", "unittest.case.TestCase" ] }, { "IPython.core.tests.test_inputsplitter.InteractiveLoopTestCase": [ "object", "unittest.case.TestCase" ] }, { "IPython.core.tests.test_inputsplitter.LineModeCellMagics": [ "IPython.core.tests.test_inputsplitter.CellMagicsCommon", "object", "unittest.case.TestCase" ] }, { "IPython.core.tests.test_inputsplitter.NoInputEncodingTestCase": [ "object", "unittest.case.TestCase" ] }, { "IPython.core.tests.test_inputsplitter.NoInputEncodingTestCase.setUp.X": [ "object" ] }, { "IPython.core.tests.test_hooks.Fail": [ "object" ] }, { "IPython.core.tests.test_hooks.Okay": [ "object" ] }, { "IPython.core.tests.test_handlers.Autocallable": [ "IPython.core.autocall.IPyAutocall", "object" ] }, { "IPython.core.tests.test_handlers.CallableIndexable": [ "object" ] }, { "IPython.core.tests.test_formatters.A": [ "object" ] }, { "IPython.core.tests.test_formatters.B": [ "IPython.core.tests.test_formatters.A", "object" ] }, { "IPython.core.tests.test_formatters.BadPretty": [ "object" ] }, { "IPython.core.tests.test_formatters.BadRepr": [ "object" ] }, { "IPython.core.tests.test_formatters.C": [ "object" ] }, { "IPython.core.tests.test_formatters.GoodPretty": [ "object" ] }, { "IPython.core.tests.test_formatters.MakePDF": [ "object" ] }, { "IPython.core.tests.test_formatters.test_error_method.BadHTML": [ "object" ] }, { "IPython.core.tests.test_formatters.test_error_pretty_method.BadPretty": [ "object" ] }, { "IPython.core.tests.test_formatters.test_ipython_display_formatter.NotSelfDisplaying": [ "object" ] }, { "IPython.core.tests.test_formatters.test_ipython_display_formatter.SelfDisplaying": [ "object" ] }, { "IPython.core.tests.test_formatters.test_json_as_string_deprecated.JSONString": [ "object" ] }, { "IPython.core.tests.test_formatters.test_nowarn_notimplemented.HTMLNotImplemented": [ "object" ] }, { "IPython.core.tests.test_formatters.test_pass_correct_include_exclude.Tester": [ "object" ] }, { "IPython.core.tests.test_formatters.test_print_method_bound.MyHTML": [ "object" ] }, { "IPython.core.tests.test_formatters.test_print_method_weird.BadReprArgs": [ "object" ] }, { "IPython.core.tests.test_formatters.test_print_method_weird.CallableMagicHat": [ "object" ] }, { "IPython.core.tests.test_formatters.test_print_method_weird.TextMagicHat": [ "object" ] }, { "IPython.core.tests.test_formatters.test_repr_mime.HasReprMime": [ "object" ] }, { "IPython.core.tests.test_formatters.test_repr_mime_failure.BadReprMime": [ "object" ] }, { "IPython.core.tests.test_formatters.test_repr_mime_meta.HasReprMimeMeta": [ "object" ] }, { "IPython.core.tests.test_events.CallbackTests": [ "object", "unittest.case.TestCase" ] }, { "IPython.core.tests.test_display.test_embed_svg_url.mocked_urlopen.MockResponse": [ "object" ] }, { "IPython.core.tests.test_debugger.PdbTestInput": [ "object" ] }, { "IPython.core.tests.test_debugger._FakeInput": [ "object" ] }, { "IPython.core.tests.test_completerlib.MockEvent": [ "object" ] }, { "IPython.core.tests.test_completerlib.Test_magic_run_completer": [ "object", "unittest.case.TestCase" ] }, { "IPython.core.tests.test_completerlib.Test_magic_run_completer_nonascii": [ "object", "unittest.case.TestCase" ] }, { "IPython.core.tests.test_completer.KeyCompletable": [ "object" ] }, { "IPython.core.tests.test_completer.NamedInstanceClass": [ "object" ] }, { "IPython.core.tests.test_completer.NamedInstanceMetaclass": [ "object", "type", "typing.Generic" ] }, { "IPython.core.tests.test_completer.TestCompleter": [ "object", "unittest.case.TestCase" ] }, { "IPython.core.tests.test_completer.TestCompleter.CompletionSplitterTestCase": [ "object", "unittest.case.TestCase" ] }, { "IPython.core.tests.test_completer.TestCompleter.test_custom_completion_error.A": [ "object" ] }, { "IPython.core.tests.test_completer.TestCompleter.test_dict_key_completion_contexts.C": [ "object" ] }, { "IPython.core.tests.test_completer.TestCompleter.test_get__all__entries_no__all__ok.A": [ "object" ] }, { "IPython.core.tests.test_completer.TestCompleter.test_get__all__entries_ok.A": [ "object" ] }, { "IPython.core.tests.test_async_helpers.AsyncTest": [ "object", "unittest.case.TestCase" ] }, { "IPython.core.tests.test_application.test_cli_priority.TestApp": [ "IPython.core.application.BaseIPythonApplication", "object", "traitlets.config.application.Application", "traitlets.config.configurable.Configurable", "traitlets.config.configurable.LoggingConfigurable", "traitlets.config.configurable.SingletonConfigurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.tests.tclass.C": [ "object" ] }, { "IPython.core.splitinput.LineInfo": [ "object" ] }, { "IPython.core.shellapp.InteractiveShellApp": [ "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.prompts.LazyEvaluate": [ "object" ] }, { "IPython.core.profiledir.ProfileDir": [ "object", "traitlets.config.configurable.Configurable", "traitlets.config.configurable.LoggingConfigurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.profiledir.ProfileDirError": [ "BaseException", "Exception", "object" ] }, { "IPython.core.profileapp.ProfileApp": [ "object", "traitlets.config.application.Application", "traitlets.config.configurable.Configurable", "traitlets.config.configurable.LoggingConfigurable", "traitlets.config.configurable.SingletonConfigurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.profileapp.ProfileCreate": [ "IPython.core.application.BaseIPythonApplication", "object", "traitlets.config.application.Application", "traitlets.config.configurable.Configurable", "traitlets.config.configurable.LoggingConfigurable", "traitlets.config.configurable.SingletonConfigurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.profileapp.ProfileList": [ "object", "traitlets.config.application.Application", "traitlets.config.configurable.Configurable", "traitlets.config.configurable.LoggingConfigurable", "traitlets.config.configurable.SingletonConfigurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.profileapp.ProfileLocate": [ "IPython.core.application.BaseIPythonApplication", "object", "traitlets.config.application.Application", "traitlets.config.configurable.Configurable", "traitlets.config.configurable.LoggingConfigurable", "traitlets.config.configurable.SingletonConfigurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.prefilter.AssignmentChecker": [ "IPython.core.prefilter.PrefilterChecker", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.prefilter.AutoHandler": [ "IPython.core.prefilter.PrefilterHandler", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.prefilter.AutoMagicChecker": [ "IPython.core.prefilter.PrefilterChecker", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.prefilter.AutocallChecker": [ "IPython.core.prefilter.PrefilterChecker", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.prefilter.EmacsChecker": [ "IPython.core.prefilter.PrefilterChecker", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.prefilter.EmacsHandler": [ "IPython.core.prefilter.PrefilterHandler", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.prefilter.IPyAutocallChecker": [ "IPython.core.prefilter.PrefilterChecker", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.prefilter.MacroChecker": [ "IPython.core.prefilter.PrefilterChecker", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.prefilter.MacroHandler": [ "IPython.core.prefilter.PrefilterHandler", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.prefilter.MagicHandler": [ "IPython.core.prefilter.PrefilterHandler", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.prefilter.PrefilterChecker": [ "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.prefilter.PrefilterError": [ "BaseException", "Exception", "object" ] }, { "IPython.core.prefilter.PrefilterHandler": [ "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.prefilter.PrefilterManager": [ "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.prefilter.PrefilterTransformer": [ "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.prefilter.PythonOpsChecker": [ "IPython.core.prefilter.PrefilterChecker", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.payload.PayloadManager": [ "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.oinspect.Inspector": [ "IPython.utils.colorable.Colorable", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.magics.script.ScriptMagics": [ "IPython.core.magic.Magics", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.magics.pylab.PylabMagics": [ "IPython.core.magic.Magics", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.magics.packaging.PackagingMagics": [ "IPython.core.magic.Magics", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.magics.osm.OSMagics": [ "IPython.core.magic.Magics", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.magics.namespace.NamespaceMagics": [ "IPython.core.magic.Magics", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.magics.logging.LoggingMagics": [ "IPython.core.magic.Magics", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.magics.history.HistoryMagics": [ "IPython.core.magic.Magics", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.magics.extension.ExtensionMagics": [ "IPython.core.magic.Magics", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.magics.execution.ExecutionMagics": [ "IPython.core.magic.Magics", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.magics.execution.TimeitResult": [ "object" ] }, { "IPython.core.magics.execution.TimeitTemplateFiller": [ "ast.NodeTransformer", "ast.NodeVisitor", "object" ] }, { "IPython.core.magics.execution.Timer": [ "object", "timeit.Timer" ] }, { "IPython.core.magics.display.DisplayMagics": [ "IPython.core.magic.Magics", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.magics.config.ConfigMagics": [ "IPython.core.magic.Magics", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.magics.code.CodeMagics": [ "IPython.core.magic.Magics", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.magics.code.CodeMagics._find_edit_target.DataIsObject": [ "BaseException", "Exception", "object" ] }, { "IPython.core.magics.code.InteractivelyDefined": [ "BaseException", "Exception", "object" ] }, { "IPython.core.magics.code.MacroToEdit": [ "BaseException", "Exception", "ValueError", "object" ] }, { "IPython.core.magics.basic.AsyncMagics": [ "IPython.core.magic.Magics", "IPython.core.magics.basic.BasicMagics", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.magics.basic.BasicMagics": [ "IPython.core.magic.Magics", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.magics.basic.MagicsDisplay": [ "object" ] }, { "IPython.core.magics.auto.AutoMagics": [ "IPython.core.magic.Magics", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.magics.UserMagics": [ "IPython.core.magic.Magics", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.magic_arguments.ArgDecorator": [ "object" ] }, { "IPython.core.magic_arguments.ArgMethodWrapper": [ "IPython.core.magic_arguments.ArgDecorator", "object" ] }, { "IPython.core.magic_arguments.MagicArgumentParser": [ "argparse.ArgumentParser", "argparse._ActionsContainer", "argparse._AttributeHolder", "object" ] }, { "IPython.core.magic_arguments.MagicHelpFormatter": [ "argparse.HelpFormatter", "argparse.RawDescriptionHelpFormatter", "object" ] }, { "IPython.core.magic_arguments.argument": [ "IPython.core.magic_arguments.ArgDecorator", "IPython.core.magic_arguments.ArgMethodWrapper", "object" ] }, { "IPython.core.magic_arguments.argument_group": [ "IPython.core.magic_arguments.ArgDecorator", "IPython.core.magic_arguments.ArgMethodWrapper", "object" ] }, { "IPython.core.magic_arguments.defaults": [ "IPython.core.magic_arguments.ArgDecorator", "IPython.core.magic_arguments.ArgMethodWrapper", "object" ] }, { "IPython.core.magic_arguments.kwds": [ "IPython.core.magic_arguments.ArgDecorator", "object" ] }, { "IPython.core.magic_arguments.magic_arguments": [ "IPython.core.magic_arguments.ArgDecorator", "object" ] }, { "IPython.core.magic.Bunch": [ "object" ] }, { "IPython.core.magic.MagicAlias": [ "object" ] }, { "IPython.core.magic.Magics": [ "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.magic.MagicsManager": [ "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.macro.Macro": [ "object" ] }, { "IPython.core.logger.Logger": [ "object" ] }, { "IPython.core.interactiveshell.DummyMod": [ "object" ] }, { "IPython.core.interactiveshell.ExecutionInfo": [ "object" ] }, { "IPython.core.interactiveshell.ExecutionResult": [ "object" ] }, { "IPython.core.interactiveshell.InteractiveShell": [ "object", "traitlets.config.configurable.Configurable", "traitlets.config.configurable.LoggingConfigurable", "traitlets.config.configurable.SingletonConfigurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.interactiveshell.InteractiveShellABC": [ "object" ] }, { "IPython.core.interactiveshell.ProvisionalWarning": [ "BaseException", "DeprecationWarning", "Exception", "Warning", "object" ] }, { "IPython.core.interactiveshell.SeparateUnicode": [ "object" ] }, { "IPython.core.interactiveshell.SpaceInInput": [ "BaseException", "Exception", "object" ] }, { "IPython.core.inputtransformer2.EscapedCommand": [ "IPython.core.inputtransformer2.TokenTransformBase", "object" ] }, { "IPython.core.inputtransformer2.HelpEnd": [ "IPython.core.inputtransformer2.TokenTransformBase", "object" ] }, { "IPython.core.inputtransformer2.MagicAssign": [ "IPython.core.inputtransformer2.TokenTransformBase", "object" ] }, { "IPython.core.inputtransformer2.PromptStripper": [ "object" ] }, { "IPython.core.inputtransformer2.SystemAssign": [ "IPython.core.inputtransformer2.TokenTransformBase", "object" ] }, { "IPython.core.inputtransformer2.TokenTransformBase": [ "object" ] }, { "IPython.core.inputtransformer2.TransformerManager": [ "object" ] }, { "IPython.core.inputtransformer.CoroutineInputTransformer": [ "IPython.core.inputtransformer.InputTransformer", "object" ] }, { "IPython.core.inputtransformer.InputTransformer": [ "object" ] }, { "IPython.core.inputtransformer.StatelessInputTransformer": [ "IPython.core.inputtransformer.InputTransformer", "object" ] }, { "IPython.core.inputtransformer.TokenInputTransformer": [ "IPython.core.inputtransformer.InputTransformer", "object" ] }, { "IPython.core.inputtransformer.assemble_python_lines": [ "IPython.core.inputtransformer.InputTransformer", "IPython.core.inputtransformer.TokenInputTransformer", "object" ] }, { "IPython.core.inputsplitter.IPythonInputSplitter": [ "IPython.core.inputsplitter.InputSplitter", "object" ] }, { "IPython.core.inputsplitter.InMultilineStatement": [ "object" ] }, { "IPython.core.inputsplitter.IncompleteString": [ "object" ] }, { "IPython.core.inputsplitter.InputSplitter": [ "object" ] }, { "IPython.core.hooks.CommandChainDispatcher": [ "object" ] }, { "IPython.core.historyapp.HistoryApp": [ "object", "traitlets.config.application.Application", "traitlets.config.configurable.Configurable", "traitlets.config.configurable.LoggingConfigurable", "traitlets.config.configurable.SingletonConfigurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.historyapp.HistoryClear": [ "IPython.core.application.BaseIPythonApplication", "IPython.core.historyapp.HistoryTrim", "object", "traitlets.config.application.Application", "traitlets.config.configurable.Configurable", "traitlets.config.configurable.LoggingConfigurable", "traitlets.config.configurable.SingletonConfigurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.historyapp.HistoryTrim": [ "IPython.core.application.BaseIPythonApplication", "object", "traitlets.config.application.Application", "traitlets.config.configurable.Configurable", "traitlets.config.configurable.LoggingConfigurable", "traitlets.config.configurable.SingletonConfigurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.history.DatabaseError": [ "BaseException", "Exception", "object" ] }, { "IPython.core.history.DummyDB": [ "object" ] }, { "IPython.core.history.HistoryAccessor": [ "IPython.core.history.HistoryAccessorBase", "object", "traitlets.config.configurable.Configurable", "traitlets.config.configurable.LoggingConfigurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.history.HistoryAccessorBase": [ "object", "traitlets.config.configurable.Configurable", "traitlets.config.configurable.LoggingConfigurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.history.HistoryManager": [ "IPython.core.history.HistoryAccessor", "IPython.core.history.HistoryAccessorBase", "object", "traitlets.config.configurable.Configurable", "traitlets.config.configurable.LoggingConfigurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.history.HistorySavingThread": [ "object", "threading.Thread" ] }, { "IPython.core.history.OperationalError": [ "BaseException", "Exception", "object" ] }, { "IPython.core.formatters.BaseFormatter": [ "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.formatters.DisplayFormatter": [ "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.formatters.FormatterABC": [ "object" ] }, { "IPython.core.formatters.FormatterWarning": [ "BaseException", "Exception", "UserWarning", "Warning", "object" ] }, { "IPython.core.formatters.HTMLFormatter": [ "IPython.core.formatters.BaseFormatter", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.formatters.IPythonDisplayFormatter": [ "IPython.core.formatters.BaseFormatter", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.formatters.JPEGFormatter": [ "IPython.core.formatters.BaseFormatter", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.formatters.JSONFormatter": [ "IPython.core.formatters.BaseFormatter", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.formatters.JavascriptFormatter": [ "IPython.core.formatters.BaseFormatter", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.formatters.LatexFormatter": [ "IPython.core.formatters.BaseFormatter", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.formatters.MarkdownFormatter": [ "IPython.core.formatters.BaseFormatter", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.formatters.MimeBundleFormatter": [ "IPython.core.formatters.BaseFormatter", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.formatters.PDFFormatter": [ "IPython.core.formatters.BaseFormatter", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.formatters.PNGFormatter": [ "IPython.core.formatters.BaseFormatter", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.formatters.PlainTextFormatter": [ "IPython.core.formatters.BaseFormatter", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.formatters.SVGFormatter": [ "IPython.core.formatters.BaseFormatter", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.extensions.ExtensionManager": [ "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.excolors.Deprec": [ "object" ] }, { "IPython.core.events.EventManager": [ "object" ] }, { "IPython.core.error.IPythonCoreError": [ "BaseException", "Exception", "object" ] }, { "IPython.core.error.InputRejected": [ "BaseException", "Exception", "object" ] }, { "IPython.core.error.StdinNotImplementedError": [ "BaseException", "Exception", "IPython.core.error.IPythonCoreError", "NotImplementedError", "RuntimeError", "object" ] }, { "IPython.core.error.TryNext": [ "BaseException", "Exception", "IPython.core.error.IPythonCoreError", "object" ] }, { "IPython.core.error.UsageError": [ "BaseException", "Exception", "IPython.core.error.IPythonCoreError", "object" ] }, { "IPython.core.displaypub.CapturingDisplayPublisher": [ "IPython.core.displaypub.DisplayPublisher", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.displaypub.DisplayPublisher": [ "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.displayhook.CapturingDisplayHook": [ "object" ] }, { "IPython.core.displayhook.DisplayHook": [ "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.display_trap.DisplayTrap": [ "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.display.DisplayHandle": [ "object" ] }, { "IPython.core.display.DisplayObject": [ "object" ] }, { "IPython.core.display.GeoJSON": [ "IPython.core.display.DisplayObject", "IPython.core.display.JSON", "object" ] }, { "IPython.core.display.HTML": [ "IPython.core.display.DisplayObject", "IPython.core.display.TextDisplayObject", "object" ] }, { "IPython.core.display.Image": [ "IPython.core.display.DisplayObject", "object" ] }, { "IPython.core.display.JSON": [ "IPython.core.display.DisplayObject", "object" ] }, { "IPython.core.display.Javascript": [ "IPython.core.display.DisplayObject", "IPython.core.display.TextDisplayObject", "object" ] }, { "IPython.core.display.Latex": [ "IPython.core.display.DisplayObject", "IPython.core.display.TextDisplayObject", "object" ] }, { "IPython.core.display.Markdown": [ "IPython.core.display.DisplayObject", "IPython.core.display.TextDisplayObject", "object" ] }, { "IPython.core.display.Math": [ "IPython.core.display.DisplayObject", "IPython.core.display.TextDisplayObject", "object" ] }, { "IPython.core.display.Pretty": [ "IPython.core.display.DisplayObject", "IPython.core.display.TextDisplayObject", "object" ] }, { "IPython.core.display.ProgressBar": [ "IPython.core.display.DisplayObject", "object" ] }, { "IPython.core.display.SVG": [ "IPython.core.display.DisplayObject", "object" ] }, { "IPython.core.display.TextDisplayObject": [ "IPython.core.display.DisplayObject", "object" ] }, { "IPython.core.display.Video": [ "IPython.core.display.DisplayObject", "object" ] }, { "IPython.core.debugger.InterruptiblePdb": [ "IPython.core.debugger.Pdb", "bdb.Bdb", "cmd.Cmd", "object", "pdb.Pdb" ] }, { "IPython.core.debugger.Pdb": [ "bdb.Bdb", "cmd.Cmd", "object", "pdb.Pdb" ] }, { "IPython.core.debugger.Tracer": [ "object" ] }, { "IPython.core.crashhandler.CrashHandler": [ "object" ] }, { "IPython.core.completer.Completer": [ "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.completer.Completion": [ "object" ] }, { "IPython.core.completer.CompletionSplitter": [ "object" ] }, { "IPython.core.completer.IPCompleter": [ "IPython.core.completer.Completer", "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.completer.ProvisionalCompleterWarning": [ "BaseException", "Exception", "FutureWarning", "Warning", "object" ] }, { "IPython.core.completer._FakeJediCompletion": [ "object" ] }, { "IPython.core.compilerop.CachingCompiler": [ "codeop.Compile", "object" ] }, { "IPython.core.builtin_trap.BuiltinTrap": [ "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.builtin_trap.__BuiltinUndefined": [ "object" ] }, { "IPython.core.builtin_trap.__HideBuiltin": [ "object" ] }, { "IPython.core.autocall.ExitAutocall": [ "IPython.core.autocall.IPyAutocall", "object" ] }, { "IPython.core.autocall.IPyAutocall": [ "object" ] }, { "IPython.core.autocall.ZMQExitAutocall": [ "IPython.core.autocall.ExitAutocall", "IPython.core.autocall.IPyAutocall", "object" ] }, { "IPython.core.async_helpers._AsyncIORunner": [ "object" ] }, { "IPython.core.async_helpers._AsyncSyntaxErrorVisitor": [ "ast.NodeVisitor", "object" ] }, { "IPython.core.application.BaseIPythonApplication": [ "object", "traitlets.config.application.Application", "traitlets.config.configurable.Configurable", "traitlets.config.configurable.LoggingConfigurable", "traitlets.config.configurable.SingletonConfigurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.application.ProfileAwareConfigLoader": [ "object", "traitlets.config.loader.ConfigLoader", "traitlets.config.loader.FileConfigLoader", "traitlets.config.loader.PyFileConfigLoader" ] }, { "IPython.core.alias.Alias": [ "object" ] }, { "IPython.core.alias.AliasError": [ "BaseException", "Exception", "object" ] }, { "IPython.core.alias.AliasManager": [ "object", "traitlets.config.configurable.Configurable", "traitlets.traitlets.HasDescriptors", "traitlets.traitlets.HasTraits" ] }, { "IPython.core.alias.InvalidAliasError": [ "BaseException", "Exception", "IPython.core.alias.AliasError", "object" ] }, { ".pyre.types.keystone.server.flask.common.APIBase": [ "object" ] }, { ".pyre.types.keystone.server.flask.common._AttributeRaisesError": [ "object" ] }, { ".pyre.types.keystone.notifications.CadfNotificationWrapper": [ "object" ] }, { ".pyre.types.keystone.notifications.CadfRoleAssignmentNotificationWrapper": [ "object" ] }, { ".pyre.types.keystone.identity.backends.ldap.common.EnabledEmuMixIn": [ "object" ] }, { ".pyre.types.keystone.federation.idp.SAMLGenerator": [ "object" ] }, { ".pyre.types.keystone.common.sql.upgrades.Repository": [ "object" ] }, { ".pyre.types.keystone.common.cache.core.RegionInvalidationManager": [ "object" ] }, { ".pyre.types.keystone.auth.core.AuthInfo": [ "object" ] }, { "ArithmeticError": [ "BaseException", "Exception", "object" ] }, { "AssertionError": [ "BaseException", "Exception", "object" ] }, { "AttributeError": [ "BaseException", "Exception", "object" ] }, { "BaseException": [ "object" ] }, { "BlockingIOError": [ "BaseException", "Exception", "OSError", "object" ] }, { "BoundMethod": [ "object", "typing.Callable", "typing.Generic" ] }, { "BrokenPipeError": [ "BaseException", "ConnectionError", "Exception", "OSError", "object" ] }, { "BufferError": [ "BaseException", "Exception", "object" ] }, { "BytesWarning": [ "BaseException", "Exception", "Warning", "object" ] }, { "ChildProcessError": [ "BaseException", "Exception", "OSError", "object" ] }, { "ConnectionAbortedError": [ "BaseException", "ConnectionError", "Exception", "OSError", "object" ] }, { "ConnectionError": [ "BaseException", "Exception", "OSError", "object" ] }, { "ConnectionRefusedError": [ "BaseException", "ConnectionError", "Exception", "OSError", "object" ] }, { "ConnectionResetError": [ "BaseException", "ConnectionError", "Exception", "OSError", "object" ] }, { "DeprecationWarning": [ "BaseException", "Exception", "Warning", "object" ] }, { "EOFError": [ "BaseException", "Exception", "object" ] }, { "Exception": [ "BaseException", "object" ] }, { "FileExistsError": [ "BaseException", "Exception", "OSError", "object" ] }, { "FileNotFoundError": [ "BaseException", "Exception", "OSError", "object" ] }, { "FloatingPointError": [ "ArithmeticError", "BaseException", "Exception", "object" ] }, { "FutureWarning": [ "BaseException", "Exception", "Warning", "object" ] }, { "GeneratorExit": [ "BaseException", "object" ] }, { "ImportError": [ "BaseException", "Exception", "object" ] }, { "ImportWarning": [ "BaseException", "Exception", "Warning", "object" ] }, { "IndentationError": [ "BaseException", "Exception", "SyntaxError", "object" ] }, { "IndexError": [ "BaseException", "Exception", "LookupError", "object" ] }, { "InterruptedError": [ "BaseException", "Exception", "OSError", "object" ] }, { "IsADirectoryError": [ "BaseException", "Exception", "OSError", "object" ] }, { "KeyError": [ "BaseException", "Exception", "LookupError", "object" ] }, { "KeyboardInterrupt": [ "BaseException", "object" ] }, { "LookupError": [ "BaseException", "Exception", "object" ] }, { "MemoryError": [ "BaseException", "Exception", "object" ] }, { "ModuleNotFoundError": [ "BaseException", "Exception", "ImportError", "object" ] }, { "NameError": [ "BaseException", "Exception", "object" ] }, { "NonTotalTypedDictionary": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "NotADirectoryError": [ "BaseException", "Exception", "OSError", "object" ] }, { "NotImplementedError": [ "BaseException", "Exception", "RuntimeError", "object" ] }, { "OSError": [ "BaseException", "Exception", "object" ] }, { "OverflowError": [ "ArithmeticError", "BaseException", "Exception", "object" ] }, { "PendingDeprecationWarning": [ "BaseException", "Exception", "Warning", "object" ] }, { "PermissionError": [ "BaseException", "Exception", "OSError", "object" ] }, { "ProcessLookupError": [ "BaseException", "Exception", "OSError", "object" ] }, { "RecursionError": [ "BaseException", "Exception", "RuntimeError", "object" ] }, { "ReferenceError": [ "BaseException", "Exception", "object" ] }, { "ResourceWarning": [ "BaseException", "Exception", "Warning", "object" ] }, { "RuntimeError": [ "BaseException", "Exception", "object" ] }, { "RuntimeWarning": [ "BaseException", "Exception", "Warning", "object" ] }, { "StopAsyncIteration": [ "BaseException", "Exception", "object" ] }, { "StopIteration": [ "BaseException", "Exception", "object" ] }, { "SyntaxError": [ "BaseException", "Exception", "object" ] }, { "SyntaxWarning": [ "BaseException", "Exception", "Warning", "object" ] }, { "SystemError": [ "BaseException", "Exception", "object" ] }, { "SystemExit": [ "BaseException", "object" ] }, { "TabError": [ "BaseException", "Exception", "IndentationError", "SyntaxError", "object" ] }, { "TimeoutError": [ "BaseException", "Exception", "OSError", "object" ] }, { "TypeError": [ "BaseException", "Exception", "object" ] }, { "TypedDictionary": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.Protocol" ] }, { "UnboundLocalError": [ "BaseException", "Exception", "NameError", "object" ] }, { "UnicodeDecodeError": [ "BaseException", "Exception", "UnicodeError", "ValueError", "object" ] }, { "UnicodeEncodeError": [ "BaseException", "Exception", "UnicodeError", "ValueError", "object" ] }, { "UnicodeError": [ "BaseException", "Exception", "ValueError", "object" ] }, { "UnicodeTranslateError": [ "BaseException", "Exception", "UnicodeError", "ValueError", "object" ] }, { "UnicodeWarning": [ "BaseException", "Exception", "Warning", "object" ] }, { "UserWarning": [ "BaseException", "Exception", "Warning", "object" ] }, { "ValueError": [ "BaseException", "Exception", "object" ] }, { "Warning": [ "BaseException", "Exception", "object" ] }, { "ZeroDivisionError": [ "ArithmeticError", "BaseException", "Exception", "object" ] }, { "_FormatMapMapping": [ "object", "typing.Generic", "typing.Protocol" ] }, { "_NotImplementedType": [ "object" ] }, { "_PathLike": [ "object", "typing.Generic", "typing.Protocol" ] }, { "_SupportsIndex": [ "object", "typing.Generic", "typing.Protocol" ] }, { "_SupportsPow2": [ "object", "typing.Generic", "typing.Protocol" ] }, { "_SupportsPow3": [ "object", "typing.Generic", "typing.Protocol" ] }, { "_SupportsTrunc": [ "object", "typing.Generic", "typing.Protocol" ] }, { "bool": [ "complex", "float", "int", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "bytearray": [ "object", "typing.ByteString", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "bytes": [ "object", "typing.ByteString", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "classmethod": [ "object" ] }, { "complex": [ "numbers.Complex", "numbers.Number", "object" ] }, { "dict": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Mapping", "typing.MutableMapping", "typing.Protocol" ] }, { "ellipsis": [ "object" ] }, { "enumerate": [ "object", "typing.Generic", "typing.Iterable", "typing.Iterator", "typing.Protocol" ] }, { "float": [ "complex", "numbers.Complex", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "frozenset": [ "object", "typing.AbstractSet", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol" ] }, { "function": [ "object" ] }, { "int": [ "complex", "float", "numbers.Complex", "numbers.Integral", "numbers.Number", "numbers.Rational", "numbers.Real", "object", "typing.Generic", "typing.Protocol", "typing.SupportsFloat" ] }, { "list": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSequence", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "memoryview": [ "object", "typing.Container", "typing.Generic", "typing.Protocol", "typing.Sized" ] }, { "object": [] }, { "property": [ "object" ] }, { "range": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "set": [ "object", "typing.AbstractSet", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.MutableSet", "typing.Protocol" ] }, { "slice": [ "object" ] }, { "staticmethod": [ "object" ] }, { "str": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "super": [ "object" ] }, { "tuple": [ "object", "typing.Collection", "typing.Container", "typing.Generic", "typing.Iterable", "typing.Protocol", "typing.Reversible", "typing.Sequence" ] }, { "type": [ "object", "typing.Generic" ] } ] }