Skip to content

Commit

Permalink
update api
Browse files Browse the repository at this point in the history
  • Loading branch information
jph00 committed Mar 30, 2024
1 parent d2ac97e commit 9f7f6f8
Show file tree
Hide file tree
Showing 4 changed files with 833 additions and 757 deletions.
4 changes: 2 additions & 2 deletions 90_build_lib.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
"source": [
"#|export\n",
"_lu_type = dict(zip(\n",
" 'NA string object array boolean integer'.split(),\n",
" map(PrettyString,'object str dict list bool int'.split())\n",
" 'NA string object array boolean number integer'.split(),\n",
" map(PrettyString,'object str dict list bool number int'.split())\n",
"))\n",
"\n",
"def _detls(k,v):\n",
Expand Down
2 changes: 1 addition & 1 deletion ghapi/_modidx.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@
'ghapi.page.paged': ('page.html#paged', 'ghapi/page.py'),
'ghapi.page.pages': ('page.html#pages', 'ghapi/page.py'),
'ghapi.page.parse_link_hdr': ('page.html#parse_link_hdr', 'ghapi/page.py')},
'ghapi.templates': {}}}
'ghapi.templates': {}}}
4 changes: 2 additions & 2 deletions ghapi/build_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

# %% ../90_build_lib.ipynb 6
_lu_type = dict(zip(
'NA string object array boolean integer'.split(),
map(PrettyString,'object str dict list bool int'.split())
'NA string object array boolean number integer'.split(),
map(PrettyString,'object str dict list bool number int'.split())
))

def _detls(k,v):
Expand Down
Loading

0 comments on commit 9f7f6f8

Please sign in to comment.