📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
resource_search
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/resource_search/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: search_context.cpython-39.opt-1.pyc
a ���f� � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )� SearchContextzM Contains search context, such as highlighting, for found resources. c K s ddi| _ ddi| _d| _dS )af Initializes a new SearchContext object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param highlights: The value to assign to the highlights property of this SearchContext. :type highlights: dict(str, list[str]) � highlightszdict(str, list[str])N)Z swagger_typesZ attribute_map�_highlights)�self�kwargs� r �M/usr/lib/python3.9/site-packages/oci/resource_search/models/search_context.py�__init__ s ��zSearchContext.__init__c C s | j S )a. Gets the highlights of this SearchContext. Describes what in each field matched the search criteria by showing highlighted values, but only for free text searches or for structured queries that use a MATCHING clause. The list of strings represents fragments of values that matched the query conditions. Highlighted values are wrapped with <h1>..</h1> tags. All values are HTML-encoded (except <h1> tags). :return: The highlights of this SearchContext. :rtype: dict(str, list[str]) �r �r r r r r &