Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f58da0d commit fb56db1Copy full SHA for fb56db1
lib/matplotlib/cbook.py
@@ -1,15 +1,11 @@
1
"""
2
-A collection of utility functions and classes. Many (but not all)
3
-from the Python Cookbook -- hence the name cbook.
4
-
5
-This module is in transition, with the intention of migrating
6
-functionality used in matplotlib to a new module, possibly called
7
-"utils". Functionality not needed in matplotlib might then be
8
-deprecated and eventually removed.
+A collection of utility functions and classes. Originally, many
+(but not all) were from the Python Cookbook -- hence the name cbook.
9
10
This module is safe to import from anywhere within matplotlib;
11
it imports matplotlib only at runtime.
12
+
13
from __future__ import print_function
14
15
import datetime
0 commit comments