muftring / community-flow

analyze temporal networks to discover the flow of community structures
MIT License
0 stars 0 forks source link

make Timer more functional with function chaining #13

Closed muftring closed 3 years ago

muftring commented 3 years ago
timer = Timer().start()
timer.stop().show()

add lap() function which performs a stop, start, and then a show

muftring commented 3 years ago

Note: Python class constructors cannot return self, so need to see if that can be done some other way. Otherwise this is done.