mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 23:36:20 +00:00
Fix typo
This commit is contained in:
@@ -246,7 +246,7 @@ namespace IfcUtil {
|
|||||||
%extend IfcParse::FileSchema {
|
%extend IfcParse::FileSchema {
|
||||||
%pythoncode %{
|
%pythoncode %{
|
||||||
if _newclass:
|
if _newclass:
|
||||||
# Hide the getters with read-only property implementations
|
# Hide the getters with read-write property implementations
|
||||||
__swig_getmethods__["schema_identifiers"] = schema_identifiers
|
__swig_getmethods__["schema_identifiers"] = schema_identifiers
|
||||||
__swig_setmethods__["schema_identifiers"] = schema_identifiers
|
__swig_setmethods__["schema_identifiers"] = schema_identifiers
|
||||||
schema_identifiers = property(schema_identifiers, schema_identifiers)
|
schema_identifiers = property(schema_identifiers, schema_identifiers)
|
||||||
|
|||||||
Reference in New Issue
Block a user