sbol2.uridict

Module Contents

Classes

URIDict

class sbol2.uridict.URIDict

Bases: collections.UserDict

__getitem__(self, key: str) Any
__setitem__(self, key: str, value: Any) None
__delitem__(self, key: str) None
__contains__(self, key: str) bool