Skip to content
Snippets Groups Projects
Commit ca643b97 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

tests for Proxy

parent c7206dc2
No related branches found
No related tags found
No related merge requests found
......@@ -363,8 +363,8 @@ class Proxy(tp.Generic[T]):
result = self.__class__(result)
return result
# def __dir__(self) -> tp.Iterable[str]:
# return dir(self.__obj)
def __dir__(self) -> tp.Iterable[str]:
return dir(self.__obj)
@rethrow_as(AttributeError, TypeError)
def __concat__(self, other):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment