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 6a5791d commit c9c536eCopy full SHA for c9c536e
lib/matplotlib/backends/backend_pdf.py
@@ -1458,12 +1458,12 @@ def writeInfoDict(self):
1458
def is_date(x):
1459
boolean = isinstance(x, datetime)
1460
return(boolean)
1461
-
+
1462
def check_trapped(x):
1463
boolean = isinstance(x, Name) and \
1464
x.name in ('True', 'False', 'Unknown')
1465
1466
1467
keywords = {'Title': is_string_like,
1468
'Author': is_string_like,
1469
'Subject': is_string_like,
0 commit comments