This website requires JavaScript.
Explore
Help
Sign In
github
/
semantic
Watch
1
Star
1
Fork
0
You've already forked semantic
mirror of
https://github.com/github/semantic.git
synced
2024-12-21 13:51:44 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
f8645c43b5
semantic
/
test
/
fixtures
/
python
/
corpus
/
import-from-statement.A.py
6 lines
87 B
Python
Raw
Normal View
History
Unescape
Escape
Normalize new lines for python fixture files
2017-06-07 20:30:37 +03:00
from
a
import
b
from
a
import
(
b
,
c
)
from
a
import
*
Fix tests
2018-02-13 20:44:50 +03:00
from
a
.
b
import
c
from
.
import
b
Reference in New Issue
Copy Permalink