Is Empty Object

Check if an object has no properties.

Code

General
len(obj) == 0

Parameters

Object to check

Server

More Python Snippets