sbol2.uridict

Module Contents

Classes

URIDict

class sbol2.uridict.URIDict

Bases: collections.UserDict

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