Skip to content

Commit

Permalink
Updated Windows binaries to 2.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
babartley committed Mar 27, 2016
1 parent 8e5bccf commit b6320bd
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 16 deletions.
Binary file removed Win_32/sbol/__init__.pyc
Binary file not shown.
Binary file modified Win_32/sbol/_libsbol.exp
Binary file not shown.
Binary file modified Win_32/sbol/_libsbol.lib
Binary file not shown.
Binary file modified Win_32/sbol/_libsbol.pyd
Binary file not shown.
68 changes: 52 additions & 16 deletions Win_32/sbol/libsbol.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,10 @@ def getCompliantURI(*args):
return _libsbol.getCompliantURI(*args)
getCompliantURI = _libsbol.getCompliantURI

def getClassName(*args):
return _libsbol.getClassName(*args)
getClassName = _libsbol.getClassName

def sbol_rule_10202(*args):
return _libsbol.sbol_rule_10202(*args)
sbol_rule_10202 = _libsbol.sbol_rule_10202
Expand All @@ -528,6 +532,10 @@ def add(self, *args): return _libsbol._StringProperty_add(self, *args)
def set(self, *args): return _libsbol._StringProperty_set(self, *args)
def write(self): return _libsbol._StringProperty_write(self)
def validate(self, arg=None): return _libsbol._StringProperty_validate(self, arg)
def __getitem__(self, *args): return _libsbol._StringProperty___getitem__(self, *args)
def __iter__(self): return _libsbol._StringProperty___iter__(self)
def next(self): return _libsbol._StringProperty_next(self)
def __len__(self): return _libsbol._StringProperty___len__(self)
_StringProperty_swigregister = _libsbol._StringProperty_swigregister
_StringProperty_swigregister(_StringProperty)

Expand All @@ -550,6 +558,10 @@ def add(self, *args): return _libsbol._IntProperty_add(self, *args)
def set(self, *args): return _libsbol._IntProperty_set(self, *args)
def write(self): return _libsbol._IntProperty_write(self)
def validate(self, arg=None): return _libsbol._IntProperty_validate(self, arg)
def __getitem__(self, *args): return _libsbol._IntProperty___getitem__(self, *args)
def __iter__(self): return _libsbol._IntProperty___iter__(self)
def next(self): return _libsbol._IntProperty_next(self)
def __len__(self): return _libsbol._IntProperty___len__(self)
_IntProperty_swigregister = _libsbol._IntProperty_swigregister
_IntProperty_swigregister(_IntProperty)

Expand Down Expand Up @@ -787,6 +799,10 @@ def add(self, *args): return _libsbol.locationProperty_add(self, *args)
def set(self, *args): return _libsbol.locationProperty_set(self, *args)
def write(self): return _libsbol.locationProperty_write(self)
def validate(self, arg=None): return _libsbol.locationProperty_validate(self, arg)
def __getitem__(self, *args): return _libsbol.locationProperty___getitem__(self, *args)
def __iter__(self): return _libsbol.locationProperty___iter__(self)
def next(self): return _libsbol.locationProperty_next(self)
def __len__(self): return _libsbol.locationProperty___len__(self)
locationProperty_swigregister = _libsbol.locationProperty_swigregister
locationProperty_swigregister(locationProperty)

Expand Down Expand Up @@ -853,8 +869,7 @@ def add(self, *args): return _libsbol._ownedLocation_add(self, *args)
def set(self, *args): return _libsbol._ownedLocation_set(self, *args)
def get(self, *args): return _libsbol._ownedLocation_get(self, *args)
def copy(self): return _libsbol._ownedLocation_copy(self)
def create(self, prefix="http://sbols.org/v2/OwnedObject", display_id="example", name="", description="",
version="1.0.0"): return _libsbol._ownedLocation_create(self, prefix, display_id, name, description, version)
def create(self, *args): return _libsbol._ownedLocation_create(self, *args)
def begin(self): return _libsbol._ownedLocation_begin(self)
def end(self): return _libsbol._ownedLocation_end(self)
def size(self): return _libsbol._ownedLocation_size(self)
Expand Down Expand Up @@ -1002,6 +1017,10 @@ def add(self, *args): return _libsbol.mapsToProperty_add(self, *args)
def set(self, *args): return _libsbol.mapsToProperty_set(self, *args)
def write(self): return _libsbol.mapsToProperty_write(self)
def validate(self, arg=None): return _libsbol.mapsToProperty_validate(self, arg)
def __getitem__(self, *args): return _libsbol.mapsToProperty___getitem__(self, *args)
def __iter__(self): return _libsbol.mapsToProperty___iter__(self)
def next(self): return _libsbol.mapsToProperty_next(self)
def __len__(self): return _libsbol.mapsToProperty___len__(self)
mapsToProperty_swigregister = _libsbol.mapsToProperty_swigregister
mapsToProperty_swigregister(mapsToProperty)

Expand All @@ -1021,8 +1040,7 @@ def add(self, *args): return _libsbol.ownedMapsTo_add(self, *args)
def set(self, *args): return _libsbol.ownedMapsTo_set(self, *args)
def get(self, *args): return _libsbol.ownedMapsTo_get(self, *args)
def copy(self): return _libsbol.ownedMapsTo_copy(self)
def create(self, prefix="http://sbols.org/v2/OwnedObject", display_id="example", name="", description="",
version="1.0.0"): return _libsbol.ownedMapsTo_create(self, prefix, display_id, name, description, version)
def create(self, *args): return _libsbol.ownedMapsTo_create(self, *args)
def begin(self): return _libsbol.ownedMapsTo_begin(self)
def end(self): return _libsbol.ownedMapsTo_end(self)
def size(self): return _libsbol.ownedMapsTo_size(self)
Expand Down Expand Up @@ -1210,6 +1228,10 @@ def add(self, *args): return _libsbol.sequenceConstraintProperty_add(self, *args
def set(self, *args): return _libsbol.sequenceConstraintProperty_set(self, *args)
def write(self): return _libsbol.sequenceConstraintProperty_write(self)
def validate(self, arg=None): return _libsbol.sequenceConstraintProperty_validate(self, arg)
def __getitem__(self, *args): return _libsbol.sequenceConstraintProperty___getitem__(self, *args)
def __iter__(self): return _libsbol.sequenceConstraintProperty___iter__(self)
def next(self): return _libsbol.sequenceConstraintProperty_next(self)
def __len__(self): return _libsbol.sequenceConstraintProperty___len__(self)
sequenceConstraintProperty_swigregister = _libsbol.sequenceConstraintProperty_swigregister
sequenceConstraintProperty_swigregister(sequenceConstraintProperty)

Expand All @@ -1229,8 +1251,7 @@ def add(self, *args): return _libsbol.ownedSequenceConstraint_add(self, *args)
def set(self, *args): return _libsbol.ownedSequenceConstraint_set(self, *args)
def get(self, *args): return _libsbol.ownedSequenceConstraint_get(self, *args)
def copy(self): return _libsbol.ownedSequenceConstraint_copy(self)
def create(self, prefix="http://sbols.org/v2/OwnedObject", display_id="example", name="", description="",
version="1.0.0"): return _libsbol.ownedSequenceConstraint_create(self, prefix, display_id, name, description, version)
def create(self, *args): return _libsbol.ownedSequenceConstraint_create(self, *args)
def begin(self): return _libsbol.ownedSequenceConstraint_begin(self)
def end(self): return _libsbol.ownedSequenceConstraint_end(self)
def size(self): return _libsbol.ownedSequenceConstraint_size(self)
Expand Down Expand Up @@ -1332,6 +1353,10 @@ def add(self, *args): return _libsbol.sequenceAnnotationProperty_add(self, *args
def set(self, *args): return _libsbol.sequenceAnnotationProperty_set(self, *args)
def write(self): return _libsbol.sequenceAnnotationProperty_write(self)
def validate(self, arg=None): return _libsbol.sequenceAnnotationProperty_validate(self, arg)
def __getitem__(self, *args): return _libsbol.sequenceAnnotationProperty___getitem__(self, *args)
def __iter__(self): return _libsbol.sequenceAnnotationProperty___iter__(self)
def next(self): return _libsbol.sequenceAnnotationProperty_next(self)
def __len__(self): return _libsbol.sequenceAnnotationProperty___len__(self)
sequenceAnnotationProperty_swigregister = _libsbol.sequenceAnnotationProperty_swigregister
sequenceAnnotationProperty_swigregister(sequenceAnnotationProperty)

Expand All @@ -1351,8 +1376,7 @@ def add(self, *args): return _libsbol.ownedSequenceAnnotation_add(self, *args)
def set(self, *args): return _libsbol.ownedSequenceAnnotation_set(self, *args)
def get(self, *args): return _libsbol.ownedSequenceAnnotation_get(self, *args)
def copy(self): return _libsbol.ownedSequenceAnnotation_copy(self)
def create(self, prefix="http://sbols.org/v2/OwnedObject", display_id="example", name="", description="",
version="1.0.0"): return _libsbol.ownedSequenceAnnotation_create(self, prefix, display_id, name, description, version)
def create(self, *args): return _libsbol.ownedSequenceAnnotation_create(self, *args)
def begin(self): return _libsbol.ownedSequenceAnnotation_begin(self)
def end(self): return _libsbol.ownedSequenceAnnotation_end(self)
def size(self): return _libsbol.ownedSequenceAnnotation_size(self)
Expand Down Expand Up @@ -1506,6 +1530,10 @@ def add(self, *args): return _libsbol.participationProperty_add(self, *args)
def set(self, *args): return _libsbol.participationProperty_set(self, *args)
def write(self): return _libsbol.participationProperty_write(self)
def validate(self, arg=None): return _libsbol.participationProperty_validate(self, arg)
def __getitem__(self, *args): return _libsbol.participationProperty___getitem__(self, *args)
def __iter__(self): return _libsbol.participationProperty___iter__(self)
def next(self): return _libsbol.participationProperty_next(self)
def __len__(self): return _libsbol.participationProperty___len__(self)
participationProperty_swigregister = _libsbol.participationProperty_swigregister
participationProperty_swigregister(participationProperty)

Expand All @@ -1525,8 +1553,7 @@ def add(self, *args): return _libsbol.ownedParticipation_add(self, *args)
def set(self, *args): return _libsbol.ownedParticipation_set(self, *args)
def get(self, *args): return _libsbol.ownedParticipation_get(self, *args)
def copy(self): return _libsbol.ownedParticipation_copy(self)
def create(self, prefix="http://sbols.org/v2/OwnedObject", display_id="example", name="", description="",
version="1.0.0"): return _libsbol.ownedParticipation_create(self, prefix, display_id, name, description, version)
def create(self, *args): return _libsbol.ownedParticipation_create(self, *args)
def begin(self): return _libsbol.ownedParticipation_begin(self)
def end(self): return _libsbol.ownedParticipation_end(self)
def size(self): return _libsbol.ownedParticipation_size(self)
Expand Down Expand Up @@ -1653,6 +1680,10 @@ def add(self, *args): return _libsbol.moduleProperty_add(self, *args)
def set(self, *args): return _libsbol.moduleProperty_set(self, *args)
def write(self): return _libsbol.moduleProperty_write(self)
def validate(self, arg=None): return _libsbol.moduleProperty_validate(self, arg)
def __getitem__(self, *args): return _libsbol.moduleProperty___getitem__(self, *args)
def __iter__(self): return _libsbol.moduleProperty___iter__(self)
def next(self): return _libsbol.moduleProperty_next(self)
def __len__(self): return _libsbol.moduleProperty___len__(self)
moduleProperty_swigregister = _libsbol.moduleProperty_swigregister
moduleProperty_swigregister(moduleProperty)

Expand All @@ -1672,8 +1703,7 @@ def add(self, *args): return _libsbol.ownedModule_add(self, *args)
def set(self, *args): return _libsbol.ownedModule_set(self, *args)
def get(self, *args): return _libsbol.ownedModule_get(self, *args)
def copy(self): return _libsbol.ownedModule_copy(self)
def create(self, prefix="http://sbols.org/v2/OwnedObject", display_id="example", name="", description="",
version="1.0.0"): return _libsbol.ownedModule_create(self, prefix, display_id, name, description, version)
def create(self, *args): return _libsbol.ownedModule_create(self, *args)
def begin(self): return _libsbol.ownedModule_begin(self)
def end(self): return _libsbol.ownedModule_end(self)
def size(self): return _libsbol.ownedModule_size(self)
Expand Down Expand Up @@ -1728,6 +1758,10 @@ def add(self, *args): return _libsbol.interactionProperty_add(self, *args)
def set(self, *args): return _libsbol.interactionProperty_set(self, *args)
def write(self): return _libsbol.interactionProperty_write(self)
def validate(self, arg=None): return _libsbol.interactionProperty_validate(self, arg)
def __getitem__(self, *args): return _libsbol.interactionProperty___getitem__(self, *args)
def __iter__(self): return _libsbol.interactionProperty___iter__(self)
def next(self): return _libsbol.interactionProperty_next(self)
def __len__(self): return _libsbol.interactionProperty___len__(self)
interactionProperty_swigregister = _libsbol.interactionProperty_swigregister
interactionProperty_swigregister(interactionProperty)

Expand All @@ -1747,8 +1781,7 @@ def add(self, *args): return _libsbol.ownedInteraction_add(self, *args)
def set(self, *args): return _libsbol.ownedInteraction_set(self, *args)
def get(self, *args): return _libsbol.ownedInteraction_get(self, *args)
def copy(self): return _libsbol.ownedInteraction_copy(self)
def create(self, prefix="http://sbols.org/v2/OwnedObject", display_id="example", name="", description="",
version="1.0.0"): return _libsbol.ownedInteraction_create(self, prefix, display_id, name, description, version)
def create(self, *args): return _libsbol.ownedInteraction_create(self, *args)
def begin(self): return _libsbol.ownedInteraction_begin(self)
def end(self): return _libsbol.ownedInteraction_end(self)
def size(self): return _libsbol.ownedInteraction_size(self)
Expand Down Expand Up @@ -1803,6 +1836,10 @@ def add(self, *args): return _libsbol.functionalComponentProperty_add(self, *arg
def set(self, *args): return _libsbol.functionalComponentProperty_set(self, *args)
def write(self): return _libsbol.functionalComponentProperty_write(self)
def validate(self, arg=None): return _libsbol.functionalComponentProperty_validate(self, arg)
def __getitem__(self, *args): return _libsbol.functionalComponentProperty___getitem__(self, *args)
def __iter__(self): return _libsbol.functionalComponentProperty___iter__(self)
def next(self): return _libsbol.functionalComponentProperty_next(self)
def __len__(self): return _libsbol.functionalComponentProperty___len__(self)
functionalComponentProperty_swigregister = _libsbol.functionalComponentProperty_swigregister
functionalComponentProperty_swigregister(functionalComponentProperty)

Expand All @@ -1822,8 +1859,7 @@ def add(self, *args): return _libsbol.ownedFunctionalComponent_add(self, *args)
def set(self, *args): return _libsbol.ownedFunctionalComponent_set(self, *args)
def get(self, *args): return _libsbol.ownedFunctionalComponent_get(self, *args)
def copy(self): return _libsbol.ownedFunctionalComponent_copy(self)
def create(self, prefix="http://sbols.org/v2/OwnedObject", display_id="example", name="", description="",
version="1.0.0"): return _libsbol.ownedFunctionalComponent_create(self, prefix, display_id, name, description, version)
def create(self, *args): return _libsbol.ownedFunctionalComponent_create(self, *args)
def begin(self): return _libsbol.ownedFunctionalComponent_begin(self)
def end(self): return _libsbol.ownedFunctionalComponent_end(self)
def size(self): return _libsbol.ownedFunctionalComponent_size(self)
Expand Down
Binary file removed Win_32/sbol/libsbol.pyc
Binary file not shown.

0 comments on commit b6320bd

Please sign in to comment.