Ticket #67 (closed Defect: wontfix)

Opened 6 years ago

Last modified 6 years ago

In python documentation, parameters of type NoneTypeMetadata are shown as "NoneType or None"

Reported by: jjr8 Owned by: jjr8
Priority: Low Milestone: 0.3
Component: Documentation Version: 0.2
Keywords: Cc:

Description

For example:

orderByFields

    Python type: NoneType or None 

    This parameter is not supported. Do not provide a value for it.

It should be special cased to say "must be none":

orderByFields

    Python type: Must be None 

    This parameter is not supported. Do not provide a value for it.

Change History

Changed 6 years ago by jjr8

  • status changed from new to assigned
  • version set to MGET 0.2
  • milestone changed from MGET 0.1 to MGET 0.3

Changed 6 years ago by jjr8

  • status changed from assigned to closed
  • resolution set to wontfix

There are currently no method parameters that have the type NoneTypeMetadata?. Therefore this is not an issue.

Note: See TracTickets for help on using tickets.