Skip to content

Commit

Permalink
fixes #547
Browse files Browse the repository at this point in the history
  • Loading branch information
jph00 committed May 9, 2024
1 parent 12f51bc commit b7434c4
Show file tree
Hide file tree
Showing 20 changed files with 253 additions and 148 deletions.
4 changes: 4 additions & 0 deletions fastcore/_modidx.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
'fastcore.basics.ImportEnum.imports': ('basics.html#importenum.imports', 'fastcore/basics.py'),
'fastcore.basics.Inf': ('basics.html#inf', 'fastcore/basics.py'),
'fastcore.basics.Int': ('basics.html#int', 'fastcore/basics.py'),
'fastcore.basics.NS': ('basics.html#ns', 'fastcore/basics.py'),
'fastcore.basics.NS.__getitem__': ('basics.html#ns.__getitem__', 'fastcore/basics.py'),
'fastcore.basics.NS.__iter__': ('basics.html#ns.__iter__', 'fastcore/basics.py'),
'fastcore.basics.NS.__setitem__': ('basics.html#ns.__setitem__', 'fastcore/basics.py'),
'fastcore.basics.NullType': ('basics.html#nulltype', 'fastcore/basics.py'),
'fastcore.basics.NullType.__bool__': ('basics.html#nulltype.__bool__', 'fastcore/basics.py'),
'fastcore.basics.NullType.__call__': ('basics.html#nulltype.__call__', 'fastcore/basics.py'),
Expand Down
Loading

0 comments on commit b7434c4

Please sign in to comment.