Mercurial Repositories
>
eric
/ file comparison
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
file
latest
revisions
annotate
diff
comparison
raw
comparison: DebugClients/Python/PyProfile.py
DebugClients/Python/PyProfile.py
changeset 4543
2e6a880670e9
parent 4021
195a471c327b
child 4563
881340f4bd0c
child 4632
ca310db386ed
equal
deleted
inserted
replaced
4540:45627d092846
4543:2e6a880670e9
167
"c_return": profile.Profile.trace_dispatch_return,
167
"c_return": profile.Profile.trace_dispatch_return,
168
}
168
}
169
169
170
#
170
#
171
# eflag: FileType = Python2
171
# eflag: FileType = Python2
172
# eflag: noqa = M601, M702