コード例 #1
0
ファイル: api_client.py プロジェクト: Jimvin/cm_api
  def get_all_users(self, view = None):
    """
    Get all users.

    @param view: View to materialize ('full' or 'summary').
    @return: A list of ApiUser objects.
    """
    return users.get_all_users(self, view)
コード例 #2
0
ファイル: api_client.py プロジェクト: ycaihua/cm_api
    def get_all_users(self, view=None):
        """
    Get all users.

    @param view: View to materialize ('full' or 'summary').
    @return: A list of ApiUser objects.
    """
        return users.get_all_users(self, view)