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
:param api_paste_code: this is the text that will be written inside your paste
67
+
:type api_paste_code: str
68
+
:param api_paste_name: this will be the name / title of your paste
69
+
:type api_paste_name: str
70
+
:param api_paste_format: this will be the syntax highlighting value, values to be assign can be found at :mod:`pastebin_python.pastebin_formats`
71
+
:type api_paste_format: str
72
+
:param api_paste_private: this makes a paste public or private, values to be assign can be found at :mod:`pastebin_python.pastebin_constants`
73
+
:type api_paste_private: int
74
+
:param api_paste_expire_date: this sets the expiration date of your paste, values to be assign can be found at :mod:`pastebin_python.pastebin_constants`
"""Almost the same as :func:`createPaste` ,the only difference is that the value of *api_paste_code* came from the file you opened
101
+
102
+
:param filename: the full path of the file
103
+
:type filename: str
104
+
:param api_paste_name: this will be the name / title of your paste
105
+
:type api_paste_name: str
106
+
:param api_paste_format: this will be the syntax highlighting value, values to be assign can be found at :mod:`pastebin_python.pastebin_formats`
107
+
:type api_paste_format: str
108
+
:param api_paste_private: this makes a paste public or private, values to be assign can be found at :mod:`pastebin_python.pastebin_constants`
109
+
:type api_paste_private: int
110
+
:param api_paste_expire_date: this sets the expiration date of your paste, values to be assign can be found at :mod:`pastebin_python.pastebin_constants`
0 commit comments