Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
jantic
Edit Copy
Star
GitHub Repository:
jantic/deoldify
Path:
blob/master/fastai/gen_doc/core.py
7
8
1
views
1
from
.
.
core
import
*
2
import
re
3
4
def
strip_fastai
(
s
)
:
return
re
.
sub
(
r'^fastai\.'
,
''
,
s
)
5
6
7