Kaleb Barrett

Results 630 comments of Kaleb Barrett

The recursive discovery tests don't like me deprecating iteration over unit objects like reals and ints. I could condition the recursion to only objects which are iterable: `HierarchyObject` and `NonHierarchyIndexableObject`,...

Seems like a lot of tests worked in GHDL with `ConstantObject`. You couldn't tell what the type was, but if you *know* what the type is you could access the...

#### Additional Context Upon exploring potential solutions to file a BPO against `TypeVar.__repr__`, I think I found why that information isn't included: stringifying the name of types is done very...

Actually overriding `__repr__` might not be too bad. [This](https://github.com/python/cpython/blob/9f04ee569cebb8b4c6f04bea95d91a19c5403806/Lib/typing.py#L198-L216) is how the standard library handles Unions.

[I filed a BPO](https://bugs.python.org/issue47068?@ok_message=msg%20415562%20created%0Aissue%2047068%20created&@template=item). Even if they agree (BPO is where dreams go to die, unless you are core dev) this will needed to be added to support Python versions...

@mhils Well its been two weeks and nothing from the PTBs. What do you say about adding this to pdoc?

> For your personal use This isn't just for me. This is for everyone wishing to use pdoc at my group at work. Forcing everyone to change how they generate...

> But I do think that it's not very important for the majority of pdoc users. I would probably tell people who don't think it's important to correct their understanding....

> I have arrived here because the documentation of https://github.com/function and @external seem to suggest a blocking function can be called that does not stop the simulator while being blocked....

I'm going to consider this discussion closed as we have a single recommended method.