Skip to content
Snippets Groups Projects
Commit 974f32e0 authored by jacques.grelet_ird.fr's avatar jacques.grelet_ird.fr
Browse files

pep8

parent 6971a118
Loading
...@@ -57,7 +57,7 @@ class Roscop: ...@@ -57,7 +57,7 @@ class Roscop:
return len(self.__hash) return len(self.__hash)
# methods public # methods public
def displayCode(self, key): def display_code(self, key):
''' for a given key print it's name and values as a dictionary ''' ''' for a given key print it's name and values as a dictionary '''
print("%s :" % key) print("%s :" % key)
print(self[key]) print(self[key])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment