mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Format using black
This commit is contained in:
parent
6a36d92380
commit
8fee46ec68
40 changed files with 975 additions and 610 deletions
|
@ -241,7 +241,9 @@ class Typelib:
|
|||
return self._typelib_file[loc:end].decode("utf-8")
|
||||
|
||||
def _int(self, size, signed):
|
||||
return int.from_bytes(self._typelib_file[self._offset:self._offset + size], sys.byteorder)
|
||||
return int.from_bytes(
|
||||
self._typelib_file[self._offset : self._offset + size], sys.byteorder
|
||||
)
|
||||
|
||||
|
||||
class TypelibHeader(Typelib):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue