Skip to content

Commit

Permalink
Latest version of msgprop.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shreejad committed Jan 19, 2024
1 parent c1d4345 commit a44b87d
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion src/google/appengine/ext/ndb/msgprop.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,27 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#














"""MessageProperty -- a property storing ProtoRPC Message objects.
Basic usage:
Let's assume you have a protorpc.messages.Message subclass, like this:
from protorpc import messages
from google.appengine._internal.protorpc import messages
class Note(messages.Message):
text = messages.StringField(1, required=True)
Expand Down

0 comments on commit a44b87d

Please sign in to comment.