post proprietà

post proprietà

Restituisce o imposta la stringa utilizzata con il metodo post per l’immissione di dati in un server Web per restituire dati da una query web.

Definizione:

@property
def post(self):
    ...
@post.setter
def post(self, value):
    ...

Guarda anche