typedargs
latest
API Reference
Release Notes
typedargs
»
Index
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
K
|
L
|
M
|
N
|
P
|
R
|
S
|
T
|
U
|
V
|
W
A
add_builtin() (typedargs.shell.HierarchicalShell method)
add_param() (typedargs.metadata.AnnotatedMetadata method)
annotated() (in module typedargs.annotate)
AnnotatedFunctionChecker (class in typedargs.lint)
AnnotatedMetadata (class in typedargs.metadata)
AnnotationList (class in typedargs.lint)
ARGS_SECTION (typedargs.doc_parser.ParsedDocstring attribute)
ArgumentError
B
BasicContext (class in typedargs.utils)
BlankLine (class in typedargs.doc_parser)
Build() (typedargs.types.list.list static method)
(typedargs.types.map.map static method)
C
call_with_optional_arg() (in module typedargs.utils)
check_spec() (typedargs.metadata.AnnotatedMetadata method)
contents (typedargs.doc_parser.BlankLine attribute)
(typedargs.doc_parser.ContinuationLine attribute)
(typedargs.doc_parser.Line attribute)
(typedargs.doc_parser.ListItem attribute)
context (typedargs.shell.InitialContext attribute)
context() (in module typedargs.annotate)
context_from_module() (in module typedargs.annotate)
context_name() (in module typedargs.utils)
(typedargs.shell.HierarchicalShell method)
ContinuationLine (class in typedargs.doc_parser)
ConversionError
convert() (in module typedargs.types.basic_dict)
(in module typedargs.types.bool)
(in module typedargs.types.bytes)
(in module typedargs.types.float)
(in module typedargs.types.integer)
(in module typedargs.types.path)
(in module typedargs.types.string)
(typedargs.types.list.list method)
(typedargs.types.map.map class method)
convert_argument() (typedargs.metadata.AnnotatedMetadata method)
convert_binary() (in module typedargs.types.bytes)
convert_from_binary() (typedargs.typeinfo.TypeSystem method)
convert_positional_argument() (typedargs.metadata.AnnotatedMetadata method)
convert_to_type() (typedargs.typeinfo.TypeSystem method)
custom_returnvalue() (typedargs.metadata.AnnotatedMetadata method)
D
decorated (typedargs.shell.InitialContext attribute)
default_formatter() (in module typedargs.types.basic_dict)
(in module typedargs.types.bool)
(in module typedargs.types.bytes)
(in module typedargs.types.float)
(in module typedargs.types.integer)
(in module typedargs.types.path)
(in module typedargs.types.string)
(typedargs.types.list.list method)
(typedargs.types.map.map method)
docannotate() (in module typedargs.annotate)
DocannotationChecker (class in typedargs.lint)
E
extract_annotations() (typedargs.lint.AnnotatedFunctionChecker class method)
F
finalizer (typedargs.shell.InitialContext attribute)
finalizer() (in module typedargs.annotate)
find_all() (in module typedargs.utils)
find_function() (typedargs.shell.HierarchicalShell method)
finished() (typedargs.shell.HierarchicalShell method)
format() (typedargs.exceptions.KeyValueException method)
format_compact() (typedargs.types.list.list method)
format_hex() (in module typedargs.types.bytes)
(in module typedargs.types.integer)
format_hexdump() (in module typedargs.types.bytes)
format_msg() (typedargs.exceptions.KeyValueException method)
format_one_line() (typedargs.types.map.map method)
format_repr() (in module typedargs.types.bytes)
(in module typedargs.types.string)
format_returnvalue() (typedargs.metadata.AnnotatedMetadata method)
format_unsigned() (in module typedargs.types.integer)
format_value() (typedargs.typeinfo.TypeSystem method)
G
get_help() (in module typedargs.annotate)
get_proxy_for_type() (typedargs.typeinfo.TypeSystem method)
get_terminal_size() (in module typedargs.terminal)
get_type_size() (typedargs.typeinfo.TypeSystem method)
get_typing_type_args() (in module typedargs.utils)
get_typing_type_name() (in module typedargs.utils)
H
has_kwargs() (typedargs.metadata.AnnotatedMetadata method)
has_varargs() (typedargs.metadata.AnnotatedMetadata method)
HierarchicalShell (class in typedargs.shell)
I
InitialContext (class in typedargs.shell)
inject_type() (typedargs.typeinfo.TypeSystem method)
instantiate_type() (typedargs.typeinfo.TypeSystem method)
InternalError
invoke() (typedargs.shell.HierarchicalShell method)
invoke_one() (typedargs.shell.HierarchicalShell method)
invoke_string() (typedargs.shell.HierarchicalShell method)
iprint() (in module typedargs.typeinfo)
is_class_from_typing() (in module typedargs.utils)
is_known_format() (typedargs.typeinfo.TypeSystem method)
is_known_type() (typedargs.typeinfo.TypeSystem method)
K
KeyValueException
L
Line (class in typedargs.doc_parser)
list (class in typedargs.types.list)
list_dir() (typedargs.shell.HierarchicalShell method)
ListItem (class in typedargs.doc_parser)
load_external_types() (typedargs.typeinfo.TypeSystem method)
load_type_module() (typedargs.typeinfo.TypeSystem method)
M
MAIN_SECTION (typedargs.doc_parser.ParsedDocstring attribute)
map (class in typedargs.types.map)
MAPPED_COMPLEX_TYPE (typedargs.types.list.list attribute)
(typedargs.types.map.map attribute)
marker (typedargs.doc_parser.ListItem attribute)
match_shortname() (typedargs.metadata.AnnotatedMetadata method)
metadata (typedargs.shell.InitialContext attribute)
msgs (typedargs.lint.DocannotationChecker attribute)
N
name (typedargs.doc_parser.SectionHeader attribute)
(typedargs.lint.DocannotationChecker attribute)
NotFoundError
P
param() (in module typedargs.annotate)
param_type() (typedargs.metadata.AnnotatedMetadata method)
ParameterInfo (class in typedargs.basic_structures)
params (typedargs.lint.AnnotationList attribute)
parse_annotations() (in module typedargs.type_annotations_parser)
parse_docstring() (in module typedargs.doc_annotate)
parse_param() (in module typedargs.doc_parser)
parse_return() (in module typedargs.doc_parser)
ParsedDocstring (class in typedargs.doc_parser)
priority (typedargs.lint.AnnotatedFunctionChecker attribute)
process_arguments() (typedargs.shell.HierarchicalShell method)
process_param() (typedargs.lint.AnnotatedFunctionChecker class method)
process_return_type() (typedargs.lint.AnnotatedFunctionChecker class method)
R
register() (in module typedargs.lint)
register_type_source() (typedargs.typeinfo.TypeSystem method)
RETURN_SECTION (typedargs.doc_parser.ParsedDocstring attribute)
return_type() (in module typedargs.annotate)
ReturnInfo (class in typedargs.basic_structures)
returns (typedargs.lint.AnnotationList attribute)
returns() (in module typedargs.annotate)
returns_data() (typedargs.metadata.AnnotatedMetadata method)
root_add() (typedargs.shell.HierarchicalShell method)
root_update() (typedargs.shell.HierarchicalShell method)
S
SectionHeader (class in typedargs.doc_parser)
short_desc (typedargs.doc_parser.ParsedDocstring attribute)
short_description() (in module typedargs.annotate)
signature() (typedargs.metadata.AnnotatedMetadata method)
spec_filled() (typedargs.metadata.AnnotatedMetadata method)
split_type() (typedargs.typeinfo.TypeSystem method)
string_returnvalue() (typedargs.metadata.AnnotatedMetadata method)
stringable() (in module typedargs.annotate)
T
takes_cmdline (typedargs.shell.InitialContext attribute)
takes_cmdline() (in module typedargs.annotate)
to_dict() (typedargs.exceptions.KeyValueException method)
typed_returnvalue() (typedargs.metadata.AnnotatedMetadata method)
typedargs (module)
typedargs.annotate (module)
typedargs.basic_structures (module)
typedargs.doc_annotate (module)
typedargs.doc_parser (module)
typedargs.exceptions (module)
typedargs.lint (module)
typedargs.metadata (module)
typedargs.shell (module)
typedargs.terminal (module)
typedargs.type_annotations_parser (module)
typedargs.typeinfo (module)
typedargs.types (module)
typedargs.types.basic_dict (module)
typedargs.types.bool (module)
typedargs.types.bytes (module)
typedargs.types.float (module)
typedargs.types.integer (module)
typedargs.types.list (module)
typedargs.types.map (module)
typedargs.types.path (module)
typedargs.types.string (module)
typedargs.utils (module)
typedargs.version (module)
TypeSystem (class in typedargs.typeinfo)
TypeSystemError
U
use_doc (typedargs.lint.AnnotationList attribute)
V
valid_identifiers() (typedargs.shell.HierarchicalShell method)
validate_exists() (in module typedargs.types.path)
validate_list() (in module typedargs.types.string)
validate_nonnegative() (in module typedargs.types.float)
(in module typedargs.types.integer)
validate_not_empty() (in module typedargs.types.string)
validate_positive() (in module typedargs.types.float)
(in module typedargs.types.integer)
validate_range() (in module typedargs.types.float)
(in module typedargs.types.integer)
validate_readable() (in module typedargs.types.path)
validate_writeable() (in module typedargs.types.path)
ValidationError
visit_functiondef() (typedargs.lint.DocannotationChecker method)
W
wrap_and_format() (typedargs.doc_parser.ParsedDocstring method)