diff options
author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2021-08-23 22:04:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-23 22:04:28 +0200 |
commit | c58dff10cb3d4d7f942ecd43169cd4681afe26f1 (patch) | |
tree | 4095a2b7e8f083ca22a9f4ca0424960002d34f9f /pyGHDL/libghdl/vhdl/std_package.py | |
parent | dac2e4dca824f413821962eeac314ceaf56925a7 (diff) | |
parent | 3dddb7dea5cf898f7f05699a7f6aee8906f9ce24 (diff) | |
download | ghdl-c58dff10cb3d4d7f942ecd43169cd4681afe26f1.tar.gz ghdl-c58dff10cb3d4d7f942ecd43169cd4681afe26f1.tar.bz2 ghdl-c58dff10cb3d4d7f942ecd43169cd4681afe26f1.zip |
Set black formatting to 120 chars per line.
Added pyproject.toml
Diffstat (limited to 'pyGHDL/libghdl/vhdl/std_package.py')
-rw-r--r-- | pyGHDL/libghdl/vhdl/std_package.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pyGHDL/libghdl/vhdl/std_package.py b/pyGHDL/libghdl/vhdl/std_package.py index 6ea6462fd..f2c46385a 100644 --- a/pyGHDL/libghdl/vhdl/std_package.py +++ b/pyGHDL/libghdl/vhdl/std_package.py @@ -48,9 +48,7 @@ __all__ = ["Std_Location", "Standard_Package", "Character_Type_Definition"] Std_Location: LocationType = c_int32.in_dll(libghdl, "vhdl__std_package__std_location") """Virtual location for the ``std.standard`` package. Use ``.value`` to access this variable inside libghdl.""" -Standard_Package: Iir_Package_Declaration = c_int32.in_dll( - libghdl, "vhdl__std_package__standard_package" -) +Standard_Package: Iir_Package_Declaration = c_int32.in_dll(libghdl, "vhdl__std_package__standard_package") """Virtual package ``std.package``. Use ``.value`` to access this variable inside libghdl.""" Character_Type_Definition: Iir_Enumeration_Type_Definition = c_int32.in_dll( |