mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-29 08:13:14 +00:00
black .
This commit is contained in:
@@ -330,7 +330,6 @@ class Iterator:
|
||||
def unit_magnitude(self): ...
|
||||
def unit_name(self): ...
|
||||
|
||||
|
||||
class OpaqueCoordinate_3:
|
||||
def __init__(self, *args): ...
|
||||
def get(self, i): ...
|
||||
@@ -755,13 +754,10 @@ class entity_instance(entity_instance_mixin):
|
||||
def declaration(self) -> declaration: ...
|
||||
@property
|
||||
def file(self) -> file: ...
|
||||
|
||||
def get_argument(self, *args: int | str) -> Any: ...
|
||||
def get_argument_index(self, a: str) -> int: ...
|
||||
def attribute_name(self, i: int) -> str: ...
|
||||
def attribute_type(
|
||||
self, *args: int | str
|
||||
) -> Literal[
|
||||
def attribute_type(self, *args: int | str) -> Literal[
|
||||
"NULL",
|
||||
"DERIVED",
|
||||
"INT",
|
||||
@@ -915,7 +911,6 @@ class file(file_mixin):
|
||||
def good(self): ...
|
||||
@property
|
||||
def header(self) -> spf_header: ...
|
||||
|
||||
def ifcroot_type(self) -> entity: ...
|
||||
def initialize(self, *args): ...
|
||||
def key_value_store_iter(self, prefix): ...
|
||||
@@ -1619,9 +1614,15 @@ def set_plugin_search_paths(paths: Sequence[str]) -> None: ...
|
||||
def clear_plugin_search_paths() -> None: ...
|
||||
def clear_schemas(): ...
|
||||
def construct_iterator(geometry_library, settings, file, num_threads, logger=None): ...
|
||||
def construct_iterator_with_include_exclude(geometry_library, settings, file, elems, include, num_threads, logger=None): ...
|
||||
def construct_iterator_with_include_exclude_globalid(geometry_library, settings, file, elems, include, num_threads, logger=None): ...
|
||||
def construct_iterator_with_include_exclude_id(geometry_library, settings, file, elems, include, num_threads, logger=None): ...
|
||||
def construct_iterator_with_include_exclude(
|
||||
geometry_library, settings, file, elems, include, num_threads, logger=None
|
||||
): ...
|
||||
def construct_iterator_with_include_exclude_globalid(
|
||||
geometry_library, settings, file, elems, include, num_threads, logger=None
|
||||
): ...
|
||||
def construct_iterator_with_include_exclude_id(
|
||||
geometry_library, settings, file, elems, include, num_threads, logger=None
|
||||
): ...
|
||||
def convert_loop_to_function_item(loop): ...
|
||||
def create_box(*args): ...
|
||||
def create_epeck(*args): ...
|
||||
|
||||
Reference in New Issue
Block a user