flax
flax copied to clipboard
Pytype attribute generics tracker
Pytype currently doesn't support Generic types class attributes:
class Foo:
bar: T
As a workaround we use Any for the attribute instead. This workaround should be reverted once the functionality is implemented
@jheek -- Is there a public bug we can reference tracking the current limitation in pytype?
@jheek is this still relevant?
Yes we are still using this workaround