stdtypes
dz / python / docs / stdtypesSubgraphs
Node Tree
Nodes
| str | |
| children | str/encode, str/isalpha, str/isalnum, str/isnumeric, str/upper, str/format, str/lower |
| hyperlink | https://docs.python.org/3/library/stdtypes.html#text-sequence-type-str |
| location | knowledge/python.dz:28 |
| list | |
| content | List |
| children | common_sequence_ops |
| parents | python/docs/stdtypes |
| hyperlink | https://docs.python.org/3/library/stdtypes.html#list |
| location | knowledge/python.dz:134 |
| common_sequence_ops | |
| content | Common sequence operations |
| children | python/docs/glossary/slice, python/double_colon_operator |
| parents | list |
| hyperlink | https://docs.python.org/3/library/stdtypes.html#common-sequence-operations |
| location | knowledge/python.dz:139 |
| set | |
| content | Sets and frozensets |
| children | frozenset, python/docs/glossary/hashable (it turns out many can be hashable in python, and therefore,work with a set), set/intersection |
| parents | leetcode/problems/217_contains_duplicate, leetcode/problems/141_linked_list_cycle, leetcode/data_structures/set |
| hyperlink | https://docs.python.org/3/library/stdtypes.html#set-types-set-frozenset |
| location | knowledge/python.dz:177 |
| frozenset | |
| parents | set |
| hyperlink | https://docs.python.org/3/library/stdtypes.html#frozenset |
| location | knowledge/python.dz:184 |
| generator | |
| content | generator type |
| children | python/docs/glossary/generator (definition) |
| parents | leetcode/problems/169_majority_element |
| hyperlink | https://docs.python.org/3/library/stdtypes.html#generator-types |
| location | knowledge/python.dz:188 |
| mapping_types | |
| children | mapping_types/setdefault, mapping_types/get, python/docs/stdlib/data_types/collections/defaultdict |
| parents | python/docs/stdtypes |
| hyperlink | https://docs.python.org/3/library/stdtypes.html#mapping-types-dict |
| location | knowledge/python.dz:304 |
| bytes | |
| content | bytes |
| children | str/encode (converted to bytes) |
| parents | python/docs/stdtypes |
| hyperlink | https://docs.python.org/3/library/stdtypes.html#bytes-objects |
| location | knowledge/python.dz:536 |