~rick-fdd/pyopenssl/rand_bytes2

« back to all changes in this revision

Viewing changes to src/crypto/x509ext.c

  • Committer: Jean-Paul Calderone
  • Date: 2009-05-27 18:06:48 UTC
  • Revision ID: exarkun@divmod.com-20090527180648-gofifvzx3nxlibkw
Change docstrings from being C programmer oriented to being Python programmer oriented

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
static char crypto_X509Extension_get_critical_doc[] = "\n\
17
17
Returns the critical field of the X509Extension\n\
18
18
\n\
19
 
Arguments: self - The X509Extension object\n\
20
 
           args - The argument tuple, should be empty\n\
21
 
Returns: The critical field.\n\
 
19
@return: The critical field.\n\
22
20
";
23
21
 
24
22
static PyObject *
33
31
static char crypto_X509Extension_get_short_name_doc[] = "\n\
34
32
Returns the short version of the type name of the X509Extension\n\
35
33
\n\
36
 
Arguments: self - The X509Extension object\n\
37
 
           args - The argument tuple, should be empty\n\
38
 
Returns: The short type name.\n\
 
34
@return: The short type name.\n\
39
35
";
40
36
 
41
37
static PyObject *