You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 29, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: docs/usage.rst
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ The function calls are converted to appropriate values and mapped to their librr
33
33
:raises: ProgrammingError: in the event if no callback has been previously set
34
34
:rtype: None
35
35
36
+
.. note:: This function has been added in rrdtool 1.5.0 and may not be available if compiled against an older version.
36
37
.. versionadded:: 0.1.7
37
38
38
39
.. function:: create(*args)
@@ -279,6 +280,8 @@ The function calls are converted to appropriate values and mapped to their librr
279
280
280
281
.. note:: This function uses Python long integers on Python 2.x and 3.x to minimize compatibility code requirements (Python 3 has long integers as it's default int anyway).
281
282
283
+
.. note:: This function has been added in rrdtool 1.5.0 and may not be available if compiled against an older version.
284
+
282
285
.. versionadded:: 0.1.7
283
286
284
287
.. function:: resize(*args)
@@ -363,7 +366,7 @@ The function calls are converted to appropriate values and mapped to their librr
0 commit comments