Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
inspections
/
PyPep8NamingInspection
/
overrideFromModule.py
blob: a3ead11f965a79cc47527c223d9d58951525c2e0 [
file
] [
log
] [
blame
]
Tor Norbye
3a2425a
2013-11-04 10:16:08 -0800
[
diff
] [
blame^
]
1
import
tmp1
2
3
class
A
:
4
def
set_up
(
self
):
5
tmp1
.
X
=
do_stuff
()