##// END OF EJS Templates
Statically type OInfo. (#13973)...
Statically type OInfo. (#13973) In view of working with #13860, some cleanup inspect to be properly typed, and using stricter datastructure. Instead of dict we now use dataclasses, this will make sure that fields type and access can be stricter and verified not only at runtime, but by mypy

File last commit:

r25236:fd1a027a
r28166:29b451fc merge
Show More
.meeseeksdev.yml
22 lines | 380 B | text/x-yaml | YamlLexer
Matthias Bussonnier
give LucianaMarques ability to tag.
r24958 users:
LucianaMarques:
can:
- tag
Matthias Bussonnier
Allow anyone to tag/untag/close issues....
r24595 special:
everyone:
can:
- say
- tag
- untag
- close
config:
tag:
only:
Matthias Bussonnier
Let anyone add "good first issue"
r25236 - good first issue
Matthias Bussonnier
Allow anyone to tag/untag/close issues....
r24595 - async/await
- backported
- help wanted
- documentation
- notebook
- tab-completion
- windows