The typing.NamedTuple class syntax only looks at the namespace's __annotations__ when creating a named tuple, which means that any attribute without a type annotation is not considered to be a field: ...
Traceback (most recent call last): File "/usr/bin/snscrape", line 8, in <module> sys.exit(main()) File "/usr/lib/python3.9/site-packages/snscrape/cli.py", line 224 ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results