mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 10:57:49 +00:00
autopep8 aggressive
autopep8 --in-place --recursive --max-line-length=200 --aggressive --aggressive --aggressive ifcopenshell
This commit is contained in:
@@ -61,9 +61,11 @@ class file(object):
|
||||
elif isinstance(key, basestring):
|
||||
return entity_instance(self.wrapped_data.by_guid(str(key)))
|
||||
|
||||
def by_id(self, id): return self[id]
|
||||
def by_id(self, id):
|
||||
return self[id]
|
||||
|
||||
def by_guid(self, guid): return self[guid]
|
||||
def by_guid(self, guid):
|
||||
return self[guid]
|
||||
|
||||
def add(self, inst):
|
||||
inst.wrapped_data.this.disown()
|
||||
|
||||
Reference in New Issue
Block a user