Public Member Functions | |
| bool | __bool__ (self) |
| bool | __contains__ (self, GraphVertId arg0) |
| bool | __contains__ (self, typing.Any arg0) |
| None | __delitem__ (self, GraphVertId arg0) |
| GraphVertId | __getitem__ (self, GraphVertId arg0) |
| None | __init__ (self) |
| None | __init__ (self, phmap_flat_hash_map_Id_GraphVertTag_Id_GraphVertTag arg0) |
| typing.Iterator[GraphVertId] | __iter__ (self) |
| int | __len__ (self) |
| str | __repr__ (self) |
| None | __setitem__ (self, GraphVertId arg0, GraphVertId arg1) |
| typing.ItemsView | items (self) |
| typing.KeysView | keys (self) |
| int | size (self) |
| typing.ValuesView | values (self) |
Aliases: phmap_flat_hash_map_GraphVertId_GraphVertId
| None mrmeshpy.phmap_flat_hash_map_Id_GraphVertTag_Id_GraphVertTag.__init__ | ( | self | ) |
| None mrmeshpy.phmap_flat_hash_map_Id_GraphVertTag_Id_GraphVertTag.__init__ | ( | self, | |
| phmap_flat_hash_map_Id_GraphVertTag_Id_GraphVertTag | arg0 ) |
| bool mrmeshpy.phmap_flat_hash_map_Id_GraphVertTag_Id_GraphVertTag.__bool__ | ( | self | ) |
Check whether the map is nonempty
| bool mrmeshpy.phmap_flat_hash_map_Id_GraphVertTag_Id_GraphVertTag.__contains__ | ( | self, | |
| GraphVertId | arg0 ) |
| bool mrmeshpy.phmap_flat_hash_map_Id_GraphVertTag_Id_GraphVertTag.__contains__ | ( | self, | |
| typing.Any | arg0 ) |
| None mrmeshpy.phmap_flat_hash_map_Id_GraphVertTag_Id_GraphVertTag.__delitem__ | ( | self, | |
| GraphVertId | arg0 ) |
| GraphVertId mrmeshpy.phmap_flat_hash_map_Id_GraphVertTag_Id_GraphVertTag.__getitem__ | ( | self, | |
| GraphVertId | arg0 ) |
| typing.Iterator[GraphVertId] mrmeshpy.phmap_flat_hash_map_Id_GraphVertTag_Id_GraphVertTag.__iter__ | ( | self | ) |
| int mrmeshpy.phmap_flat_hash_map_Id_GraphVertTag_Id_GraphVertTag.__len__ | ( | self | ) |
| str mrmeshpy.phmap_flat_hash_map_Id_GraphVertTag_Id_GraphVertTag.__repr__ | ( | self | ) |
Return the canonical string representation of this map.
| None mrmeshpy.phmap_flat_hash_map_Id_GraphVertTag_Id_GraphVertTag.__setitem__ | ( | self, | |
| GraphVertId | arg0, | ||
| GraphVertId | arg1 ) |
| typing.ItemsView mrmeshpy.phmap_flat_hash_map_Id_GraphVertTag_Id_GraphVertTag.items | ( | self | ) |
| typing.KeysView mrmeshpy.phmap_flat_hash_map_Id_GraphVertTag_Id_GraphVertTag.keys | ( | self | ) |
| int mrmeshpy.phmap_flat_hash_map_Id_GraphVertTag_Id_GraphVertTag.size | ( | self | ) |
| typing.ValuesView mrmeshpy.phmap_flat_hash_map_Id_GraphVertTag_Id_GraphVertTag.values | ( | self | ) |