We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import marktime marktime.start('some task') marktime.duration('some task') <marktime.Duration object at 0xb6c948b0>
The text was updated successfully, but these errors were encountered:
Can you provide more details? As i have no errors:
➥ python Python 2.7.5+ (default, Feb 27 2014, 19:39:55) [GCC 4.8.1] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import marktime >>> marktime.version '0.2.0' >>> marktime.start('some task') >>> marktime.duration('some task').seconds 4.3055739402771
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: